選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

home.antlers.html 21KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523
  1. <!-- Video Player Section -->
  2. <div class="hero-section">
  3. <div class="p-0 position-relative">
  4. <div class="text-highlight px-1">
  5. <p class="title">{{ home_field[0]["hero_text_highlight"] }}</p>
  6. <p class="text-light mx-auto description">{{ home_field[0]["hero_text_description"] }}</p>
  7. <button id="demo-btn" type="button"
  8. class="mt-5 btn-amics-green animate__animated animate__pulse animate__infinite fw-bold">
  9. {{ home_field[0]["button_text"] }}
  10. </button>
  11. </div>
  12. {{ home_field[0]["hero_video"]}}
  13. <video width="100%" autoplay muted loop playsinline>
  14. <source src='../assets/video/4010187-hd_1366_720_50fps.mp4' type="video/mp4">
  15. Your browser does not support the video tag.
  16. </video>
  17. {{ /home_field[0]["hero_video"]}}
  18. </div>
  19. </div>
  20. <!-- Product Features Section -->
  21. <section class="section features bg-white px-6">
  22. <h1 class="text-center text-highlight">The ultimate integration platform behind every connection</h1>
  23. <div class="d-flex flex-row justify-content-evenly" style="margin-bottom: 124px;">
  24. <div class="amics-logo">
  25. <img class="img-fluid" src="../assets/images/amics-logo1.png" />
  26. </div>
  27. <div class="amics-logo">
  28. <img class="img-fluid" src="../assets/images/amics-logo2.png" />
  29. </div>
  30. <div class="amics-logo">
  31. <img class="img-fluid" src="../assets/images/amics-logo3.png" />
  32. </div>
  33. </div>
  34. <h1 class="text-start text-md-end logo-text-highlight">
  35. <img class="img-fluid d-block d-md-inline mx-auto" src="../assets/images/amics-logo1.png" />
  36. Corporate Management System
  37. </h1>
  38. <h2 class="text-start text-md-end text-secondary2 text-highlight3">Amplify the worth of your <br /> time by
  39. minimising repetative task</h2>
  40. <h5 class="text-start text-secondary2 text-highlight4">Customizable software solutions designed to
  41. help organizations efficiently<br />
  42. manage employee data and streamline HR operations.</h5>
  43. <div class="row feature-container">
  44. {{ counter = 1 }}
  45. {{ home_field[0]["feature"] }}
  46. {{ if counter < 4 }}
  47. <div class="col-12 col-md-4 feature">
  48. <img src="../assets/images/wallpaper1.jpg" alt="...">
  49. <div class="card-body">
  50. <h5 class="card-title fw-bolder">{{ title }} </h5>
  51. <p class="card-text text-secondary2">{{ description }}</p>
  52. </div>
  53. </div>
  54. {{ endif }}
  55. {{ counter = counter + 1}}
  56. {{ /home_field[0]["feature"] }}
  57. </div>
  58. <div class="collapse" id="moreFeature">
  59. <div class="row feature-container">
  60. {{ counter = 1 }}
  61. {{ home_field[0]["feature"] }}
  62. {{ if counter > 3 }}
  63. <div class="col-12 col-md-4 feature">
  64. <img src="../assets/images/wallpaper1.jpg" alt="...">
  65. <div class="card-body">
  66. <h5 class="card-title fw-bolder">{{ title }} </h5>
  67. <p class="card-text text-secondary2">{{ description }}</p>
  68. </div>
  69. </div>
  70. {{ endif }}
  71. {{ counter = counter + 1}}
  72. {{ /home_field[0]["feature"] }}
  73. </div>
  74. </div>
  75. <div class="d-flex">
  76. <button class="btn-amics fw-bold mx-auto" type="button" data-bs-toggle="collapse" data-bs-target="#moreFeature">
  77. Explore More
  78. </button>
  79. </div>
  80. </section>
  81. <section class="section2 features">
  82. <div class="px-6 inner">
  83. <h1 class="text-start text-md-end text-light logo-text-highlight">
  84. <img class="img-fluid d-block d-md-inline mx-auto" src="../assets/images/amics-logo2.png" />
  85. Investment Relation System
  86. </h1>
  87. <h2 class="text-start text-highlight3">Streamline System Elevation for
  88. thousands of Applications Every day</h2>
  89. <h5 class="text-start text-md-end text-highlight4 mx-auto">Elevate your investor relations
  90. strategy with our specialized software. Manage investment<br /> applications, registration, and
  91. communication with
  92. stakeholders in a streamlined and<br /> compliant manner, ensuring transparency and trust.</h5>
  93. <div class="row perks-container">
  94. {{ counter = 1 }}
  95. {{ home_field[0]["perks"] }}
  96. {{ if counter < 4 }}
  97. <div class="col-12 col-md-4 perks">
  98. <img src="../assets/images/wallpaper1.jpg" alt="...">
  99. <div class="card-body d-flex flex-column">
  100. <h5 class="card-title fw-bolder">{{ title }} </h5>
  101. <p class="card-text text-secondary2 mt-auto">{{ description }}</p>
  102. </div>
  103. </div>
  104. {{ endif }}
  105. {{ counter = counter + 1}}
  106. {{ /home_field[0]["perks"] }}
  107. </div>
  108. <div class="collapse" id="morePerk">
  109. <div class="row perks-container">
  110. {{ counter = 1 }}
  111. {{ home_field[0]["perks"] }}
  112. {{ if counter > 3 }}
  113. <div class="col-12 col-md-4 perks">
  114. <img src="../assets/images/wallpaper1.jpg" alt="...">
  115. <div class="card-body">
  116. <h5 class="card-title fw-bolder">{{ title }} </h5>
  117. <p class="card-text text-secondary2">{{ description }}</p>
  118. </div>
  119. </div>
  120. {{ endif }}
  121. {{ counter = counter + 1}}
  122. {{ /home_field[0]["perks"] }}
  123. </div>
  124. </div>
  125. <div class="d-flex pb-5">
  126. <button class="btn-amics fw-bold mx-auto text-light" type="button" data-bs-toggle="collapse"
  127. data-bs-target="#morePerk">
  128. Explore More
  129. </button>
  130. </div>
  131. </div>
  132. </section>
  133. <section class="section3 features bg-white px-6">
  134. <h1 class="text-start text-md-end logo-text-highlight">
  135. <img class="img-fluid d-block d-md-inline mx-auto" src="../assets/images/amics-logo2.png" />
  136. Land and Estate management system
  137. </h1>
  138. <h2 class="text-secondary text-start text-md-end" style="text-align: center;margin-bottom: 45px;">Find “Hide and
  139. Seek” </br> files in no time</h2>
  140. <h5 class="text-start text-secondary" style="margin-bottom: 110px;">Customisable system that is designed to refine
  141. and optimise the management of real estate properties. One of the many features of this module is it captures
  142. the details and the information of the land grants; to whom they are issued, conditions and restrictions
  143. associated with the grant.</h5>
  144. <div class="row">
  145. <div class="col-12 col-md-6 d-flex">
  146. <img src="../assets/images/wallpaper9.jpg" class="card-img-top mx-auto" alt="..." style="width: 90%;">
  147. </div>
  148. <div class="col-12 col-md-6 d-flex flex-column">
  149. <div class="my-auto">
  150. <h4 class="text-highlight3">Centralised Land and Estate</br> Database Management</h4>
  151. <p class="text-secondary text-highlight4">Provides a user-friendly interface for
  152. authorised personnel to</br> input new
  153. grant information, update existing records, and</br> query the database for specific information.
  154. </p>
  155. <div class="text-center text-md-start">
  156. <button type="button" class="btn-amics fw-bold mb-5 mb-md-0">Explore More</button>
  157. </div>
  158. </div>
  159. </div>
  160. </div>
  161. </section>
  162. <section class="section4">
  163. <div class="px-6 inner">
  164. <h2 class="text-start text-md-center text-white text-highlight">
  165. Trusted Platfrom for Asset Investment
  166. </h2>
  167. <h2 class="text-start text-md-end text-secondary text-highlight2">
  168. We are always here for you
  169. </h2>
  170. <div style="width: 100%; padding-bottom: 250px;">
  171. <!-- Slider main container -->
  172. <div class="swiper">
  173. <!-- Additional required wrapper -->
  174. <div class="swiper-wrapper">
  175. <!-- Slides -->
  176. <div class="swiper-slide">
  177. <img class="img-fluid" src="../assets/images/logo-invest-pahang.jpg" />
  178. </div>
  179. <div class="swiper-slide">
  180. <img class="img-fluid" src="../assets/images/logo-invest-pahang.jpg" />
  181. </div>
  182. <div class="swiper-slide">
  183. <img class="img-fluid" src="../assets/images/logo-invest-pahang.jpg" />
  184. </div>
  185. <div class="swiper-slide">
  186. <img class="img-fluid" src="../assets/images/logo-invest-pahang.jpg" />
  187. </div>
  188. <div class="swiper-slide">
  189. <img class="img-fluid" src="../assets/images/logo-invest-pahang.jpg" />
  190. </div>
  191. <div class="swiper-slide">
  192. <img class="img-fluid" src="../assets/images/logo-invest-pahang.jpg" />
  193. </div>
  194. <div class="swiper-slide">
  195. <img class="img-fluid" src="../assets/images/logo-invest-pahang.jpg" />
  196. </div>
  197. <div class="swiper-slide">
  198. <img class="img-fluid" src="../assets/images/logo-invest-pahang.jpg" />
  199. </div>
  200. <div class="swiper-slide">
  201. <img class="img-fluid" src="../assets/images/logo-invest-pahang.jpg" />
  202. </div>
  203. <div class="swiper-slide">
  204. <img class="img-fluid" src="../assets/images/logo-invest-pahang.jpg" />
  205. </div>
  206. <div class="swiper-slide">
  207. <img class="img-fluid" src="../assets/images/logo-invest-pahang.jpg" />
  208. </div>
  209. <div class="swiper-slide">
  210. <img class="img-fluid" src="../assets/images/logo-invest-pahang.jpg" />
  211. </div>
  212. <div class="swiper-slide">
  213. <img class="img-fluid" src="../assets/images/logo-invest-pahang.jpg" />
  214. </div>
  215. </div>
  216. <!-- If we need pagination -->
  217. <div class="swiper-pagination"></div>
  218. <!-- If we need navigation buttons -->
  219. <div class="swiper-button-prev"></div>
  220. <div class="swiper-button-next"></div>
  221. <!-- If we need scrollbar -->
  222. <div class="swiper-scrollbar"></div>
  223. </div>
  224. </div>
  225. </div>
  226. </section>
  227. <section class="section5 features bg-white px-6">
  228. <div class="row text-center">
  229. <div class="col-12 col-md-3 mx-auto">
  230. <img class="main-img" src="../assets/images/logo-invest-pahang.jpg" alt="...">
  231. </div>
  232. <h2 class="title">INVEST PAHANG</h2>
  233. <h3 class="mx-auto quote">“With the Digital Suite, the investment process is improved and streamlined. Filtering
  234. and choosing good investors is easier. Subsequently, it increases revenue for the state.”</h3>
  235. </div>
  236. </section>
  237. <section class="pricing-section1 features bg-white px-6">
  238. <div class="d-flex flex-column flex-md-row justify-content-center mb-5" style="gap: 50px;">
  239. <div class="text-end">
  240. <h2>Plans & Pricng</h2>
  241. <h5 class="text-primary2">Nemo enim ipsam</h5>
  242. </div>
  243. <div class="text-end d-flex">
  244. <h5 class="m-0 my-auto text-secondary2">Nemo enim ipsam voluptatem quia voluptas sit</br> aspernatur aut
  245. odit aut fugit.</h5>
  246. </div>
  247. </div>
  248. <div class="d-flex flex-column flex-md-row container-fluid px-6" style="gap: 35px;">
  249. <div>
  250. <div class="pricing-card p-5">
  251. <h5 class="" style="font-weight: 500;">Professional</h5>
  252. <hr class="my-4">
  253. </hr>
  254. <ul>
  255. <li>Lorem Ipsum Dolor</li>
  256. <li>Lorem Ipsum Dolor</li>
  257. <li>Lorem Ipsum Dolor</li>
  258. <li>Lorem Ipsum Dolor</li>
  259. </ul>
  260. <hr class="my-4">
  261. </hr>
  262. <p class="pricepoint">
  263. <span class="text-secondary fw-bold">RM 99.90</span> /
  264. <span class="text-secondary2 fw-bold me-2">Month</span>
  265. <button type="button" class="btn-amics-small fw-bold mx-auto" style="color: #000;">Start Free
  266. Trial</button>
  267. </p>
  268. <video width="400%" class="position-absolute" autoplay muted loop playsinline
  269. style="filter: brightness(50%); top:0; left:0; z-index: -1;">
  270. <source src="https://www.w3schools.com/html/mov_bbb.mp4" type="video/mp4">
  271. Your browser does not support the video tag.
  272. </video>
  273. </div>
  274. </div>
  275. <div>
  276. <div class="pricing-card middle p-5">
  277. <h5 class="" style="font-weight: 500;">Professional</h5>
  278. <hr class="my-4">
  279. </hr>
  280. <ul>
  281. <li>Lorem Ipsum Dolor</li>
  282. <li>Lorem Ipsum Dolor</li>
  283. <li>Lorem Ipsum Dolor</li>
  284. <li>Lorem Ipsum Dolor</li>
  285. </ul>
  286. <hr class="my-4">
  287. </hr>
  288. <p class="pricepoint">
  289. <span class="text-secondary fw-bold">RM 99.90</span> /
  290. <span class="text-secondary2 fw-bold me-2">Month</span>
  291. <button type="button" class="btn-amics-small fw-bold mx-auto" style="color: #000;">Start Free
  292. Trial</button>
  293. </p>
  294. <video width="400%" class="position-absolute" autoplay muted loop playsinline
  295. style="filter: brightness(50%); top:0; left:0; z-index: -1;">
  296. <source src="https://www.w3schools.com/html/mov_bbb.mp4" type="video/mp4">
  297. Your browser does not support the video tag.
  298. </video>
  299. </div>
  300. </div>
  301. <div>
  302. <div class="pricing-card p-5">
  303. <h5 class="" style="font-weight: 500;">Professional</h5>
  304. <hr class="my-4">
  305. </hr>
  306. <ul>
  307. <li>Lorem Ipsum Dolor</li>
  308. <li>Lorem Ipsum Dolor</li>
  309. <li>Lorem Ipsum Dolor</li>
  310. <li>Lorem Ipsum Dolor</li>
  311. </ul>
  312. <hr class="my-4">
  313. </hr>
  314. <p class="pricepoint">
  315. <span class="text-secondary fw-bold">RM 99.90</span> /
  316. <span class="text-secondary2 fw-bold me-2">Month</span>
  317. <button type="button" class="btn-amics-small fw-bold mx-auto" style="color: #000;">Start Free
  318. Trial</button>
  319. </p>
  320. <video width="400%" class="position-absolute" autoplay muted loop playsinline
  321. style="filter: brightness(50%); top:0; left:0; z-index: -1;">
  322. <source src="https://www.w3schools.com/html/mov_bbb.mp4" type="video/mp4">
  323. Your browser does not support the video tag.
  324. </video>
  325. </div>
  326. </div>
  327. </div>
  328. <div class="container-fluid d-flex position-relative mt-5 px-6">
  329. <div class="d-flex flex-column flex-md-row container-fluid p-0" style="gap:20px">
  330. <div class="flex-grow-1 position-relative">
  331. <input id="pricng-email-input2" type="text" class="form-control" placeholder="Pay Monthly">
  332. <button type="button" class="btn-amics-small fw-bold mx-auto position-absolute"
  333. style="top: 2.5px;right: 2px;color: #000;">Pay Yearly (Save RM 30)</button>
  334. </div>
  335. <div class="px-5">
  336. <p class="text-secondary2 text-start p-small m-0">*Yearly discount available on select plans Prices may
  337. vary by your store location.</p>
  338. </div>
  339. <button type="button" class="btn-amics-small fw-bold mx-auto" style="background-color: #D4AF37;">Full List
  340. of Feature</button>
  341. </div>
  342. </div>
  343. </section>
  344. <section class="pricing-section2" style="background-image: linear-gradient(to right, #FFF , #EAEAEA);">
  345. <div class="px-6 py-5"
  346. style="padding-top:130px;border-radius: 140px 140px 0 0;transform: translateY(1.5%);background: #EAEAEA">
  347. <h2 class="text-end" style="margin-bottom: 50px;">
  348. What every plans you get
  349. </h2>
  350. <p class="text-start text-secondary2 mx-auto" style="width: 100%;margin-bottom: 50px;">Sed ut perspiciatis unde
  351. omnis iste natus error sit voluptatem accusantium </br> doloremque laudantium, totam rem aperiam.</p>
  352. <div class="d-flex mb-5">
  353. <button type="button" class="btn-amics-small fw-bold ms-auto" style="color:#000">Start Free Trial</button>
  354. </div>
  355. <div class="d-flex flex-column flex-md-row">
  356. <div class="p-2">
  357. <div class="plan-feature-card">
  358. <i class="bi bi-moon-stars-fill" style="font-size: 50px;"></i>
  359. <p class="p-small fw-bold">Lorem Ipsum</p>
  360. <p class="p-small text-secondary2">Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed</p>
  361. </div>
  362. </div>
  363. <div class="p-2">
  364. <div class="plan-feature-card">
  365. <i class="bi bi-moon-stars-fill" style="font-size: 50px;"></i>
  366. <p class="p-small fw-bold">Lorem Ipsum</p>
  367. <p class="p-small text-secondary2">Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed</p>
  368. </div>
  369. </div>
  370. <div class="p-2">
  371. <div class="plan-feature-card">
  372. <i class="bi bi-moon-stars-fill" style="font-size: 50px;"></i>
  373. <p class="p-small fw-bold">Lorem Ipsum</p>
  374. <p class="p-small text-secondary2">Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed</p>
  375. </div>
  376. </div>
  377. <div class="p-2">
  378. <div class="plan-feature-card">
  379. <i class="bi bi-moon-stars-fill" style="font-size: 50px;"></i>
  380. <p class="p-small fw-bold">Lorem Ipsum</p>
  381. <p class="p-small text-secondary2">Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed</p>
  382. </div>
  383. </div>
  384. <div class="p-2">
  385. <div class="plan-feature-card">
  386. <i class="bi bi-moon-stars-fill" style="font-size: 50px;"></i>
  387. <p class="p-small fw-bold">Lorem Ipsum</p>
  388. <p class="p-small text-secondary2">Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed</p>
  389. </div>
  390. </div>
  391. </div>
  392. </div>
  393. </section>
  394. <section class="pricing-section3">
  395. <div class="trial-banner bg-dark">
  396. <div class="px-6 pt-5 pb-4 d-flex flex-row flex-reap justify-content-between" style="background: linear-gradient(to left, #D4AF37 40%, #001F3F 80%);
  397. ">
  398. <h3>START YOUR FREE TRIAL NOW <i class="bi bi-arrow-right-circle ms-2"></i></h3>
  399. <h3>START YOUR FREE TRIAL NOW <i class="bi bi-arrow-right-circle ms-2"></i></h3>
  400. <h3>START YOUR FREE TRIAL NOW <i class="bi bi-arrow-right-circle ms-2"></i></h3>
  401. </div>
  402. </div>
  403. </section>
  404. <section class="pricing-section4">
  405. <div class="px-6">
  406. <h5 class="text-primary2 text-end">Subscription</h5>
  407. <h1 class="text-end" style="margin-bottom: 20px;">Everything you need to</br> sell online, all in one place.
  408. </h1>
  409. <p class="text-secondary2 text-end" style="margin-bottom: 100px;">Whether you’re building a website, managing
  410. inventory, or responding </br>to customers, you can do it all with AIMS.
  411. </p>
  412. <div class="row" style="margin-bottom: 70px;">
  413. <div class="col-12 col-md-6">
  414. <p class="text-secondary2 p-small">
  415. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut
  416. labore et dolore magna aliquyam erat, sed diam voluptua.
  417. </p>
  418. </div>
  419. <div class="col-12 col-md-6">
  420. <div class="flex-grow-1 position-relative">
  421. <input id="pricng-email-input2" type="text" class="form-control"
  422. placeholder="Enter Your Email Address">
  423. <button type="button" class="btn-amics-small fw-bold mx-auto position-absolute"
  424. style="top: 2.5px;right: 2px;color: #000;">Start Free Trial</button>
  425. </div>
  426. </div>
  427. </div>
  428. </div>
  429. </section>