Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

home.antlers.html 20KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466
  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" style="margin-bottom: 150px;">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. <div class="col-12 col-md-4 feature">
  45. <img src="../assets/images/wallpaper2.jpg" alt="...">
  46. <div class="card-body">
  47. <h5 class="card-title fw-bolder">Attendance Management</h5>
  48. <p class="card-text text-secondary2">Allow staff to keep track of their working hours using fingerprint,
  49. facial recognition and magnetic card readers.</p>
  50. </div>
  51. </div>
  52. <div class="col-12 col-md-4 feature">
  53. <img src="../assets/images/wallpaper2.jpg" alt="...">
  54. <div class="card-body">
  55. <h5 class="card-title fw-bolder">Attendance Management</h5>
  56. <p class="card-text text-secondary2">Allow staff to keep track of their working hours using fingerprint,
  57. facial recognition and magnetic card readers.</p>
  58. </div>
  59. </div>
  60. <div class="col-12 col-md-4 feature">
  61. <img src="../assets/images/wallpaper2.jpg" alt="...">
  62. <div class="card-body">
  63. <h5 class="card-title fw-bolder">Attendance Management</h5>
  64. <p class="card-text text-secondary2">Allow staff to keep track of their working hours using fingerprint,
  65. facial recognition and magnetic card readers.</p>
  66. </div>
  67. </div>
  68. </div>
  69. <div class="collapse" id="moreFeature">
  70. <div class="row feature-container">
  71. <div class="col-12 col-md-4 feature">
  72. <img src="../assets/images/wallpaper2.jpg" alt="...">
  73. <div class="card-body">
  74. <h5 class="card-title fw-bolder">Attendance Management</h5>
  75. <p class="card-text text-secondary2">Allow staff to keep track of their working hours using
  76. fingerprint,
  77. facial recognition and magnetic card readers.</p>
  78. </div>
  79. </div>
  80. <div class="col-12 col-md-4 feature">
  81. <img src="../assets/images/wallpaper2.jpg" alt="...">
  82. <div class="card-body">
  83. <h5 class="card-title fw-bolder">Attendance Management</h5>
  84. <p class="card-text text-secondary2">Allow staff to keep track of their working hours using
  85. fingerprint,
  86. facial recognition and magnetic card readers.</p>
  87. </div>
  88. </div>
  89. <div class="col-12 col-md-4 feature">
  90. <img src="../assets/images/wallpaper2.jpg" alt="...">
  91. <div class="card-body">
  92. <h5 class="card-title fw-bolder">Attendance Management</h5>
  93. <p class="card-text text-secondary2">Allow staff to keep track of their working hours using
  94. fingerprint,
  95. facial recognition and magnetic card readers.</p>
  96. </div>
  97. </div>
  98. </div>
  99. </div>
  100. <button type="button" class="btn-amics fw-bold mx-auto" data-bs-toggle="collapse" data-bs-target="#moreFeature">
  101. Explore More
  102. </button>
  103. </section>
  104. <section class="section2 features">
  105. <div class="px-6 inner">
  106. <h1 class="text-start text-md-end text-light logo-text-highlight">
  107. <img class="img-fluid d-block d-md-inline mx-auto" src="../assets/images/amics-logo2.png" />
  108. Investment Relation System
  109. </h1>
  110. <h2 class="text-start text-highlight3">Streamline System Elevation for
  111. thousands of Applications Every day</h2>
  112. <h5 class="text-start text-md-end text-highlight4 mx-auto">Elevate your investor relations
  113. strategy with our specialized software. Manage investment<br /> applications, registration, and
  114. communication with
  115. stakeholders in a streamlined and<br /> compliant manner, ensuring transparency and trust.</h5>
  116. <div class="row d-none d-lg-flex">
  117. <div class="col-4">
  118. <div class="card w-100 text-white" style="background-color: rgba(0,0,0,0);">
  119. <img src="../assets/images/wallpaper5.jpg" class="card-img-top" alt="..."
  120. style="max-height: 500px;margin-bottom: 45px;">
  121. <div class="card-body">
  122. <h5 class="card-title text-white fw-bolder">Absence and Leave Management</h5>
  123. <p class="card-text text-secondary2">Centralised repository for investor profiles, contact
  124. details, and investment history.</p>
  125. </div>
  126. </div>
  127. </div>
  128. <div class="col">
  129. <div class="card text-white" style="background-color: rgba(0,0,0,0);">
  130. <img src="../assets/images/wallpaper6.jpg" class="card-img-top" alt="..."
  131. style="max-height: 500px;object-fit: cover;margin-bottom: 45px;">
  132. <div class="card-body">
  133. <h5 class="card-title text-white fw-bolder">Absence and Leave Management</h5>
  134. <p class="card-text text-secondary2">Management of lease documents such as contracts,
  135. amendments, and correspondence related to the lease. Besides, customisable alert in order to
  136. configure the system to send alerts via email, SMS, or within the system itself based on
  137. predefined timelines before the lease expiration.</p>
  138. </div>
  139. </div>
  140. </div>
  141. <div class="d-flex" style="margin-top: 140px;padding-bottom: 250px;">
  142. <button type="button" class="btn-amics fw-bold mx-auto text-white">Explore More</button>
  143. </div>
  144. </div>
  145. </div>
  146. </section>
  147. <section class="section3 features bg-white px-6">
  148. <h1 class="text-start text-md-end logo-text-highlight">
  149. <img class="img-fluid d-block d-md-inline mx-auto" src="../assets/images/amics-logo2.png" />
  150. Land and Estate management system
  151. </h1>
  152. <h2 class="text-secondary text-start text-md-end" style="text-align: center;margin-bottom: 45px;">Find “Hide and
  153. Seek” </br> files in no time</h2>
  154. <h5 class="text-start text-secondary" style="margin-bottom: 110px;">Customisable system that is designed to refine
  155. and optimise the management of real estate properties. One of the many features of this module is it captures
  156. the details and the information of the land grants; to whom they are issued, conditions and restrictions
  157. associated with the grant.</h5>
  158. <div class="row">
  159. <div class="col-12 col-md-6 d-flex">
  160. <img src="../assets/images/wallpaper9.jpg" class="card-img-top mx-auto" alt="..." style="width: 90%;">
  161. </div>
  162. <div class="col-12 col-md-6 d-flex flex-column">
  163. <div class="my-auto">
  164. <h4 class="text-highlight3">Centralised Land and Estate</br> Database Management</h4>
  165. <p class="text-secondary text-highlight4">Provides a user-friendly interface for
  166. authorised personnel to</br> input new
  167. grant information, update existing records, and</br> query the database for specific information.
  168. </p>
  169. <div class="text-center text-md-start">
  170. <button type="button" class="btn-amics fw-bold mb-5 mb-md-0">Explore More</button>
  171. </div>
  172. </div>
  173. </div>
  174. </div>
  175. </section>
  176. <section class="section4">
  177. <div class="px-6 inner">
  178. <h2 class="text-start text-md-center text-white text-highlight">
  179. Trusted Platfrom for Asset Investment
  180. </h2>
  181. <h2 class="text-start text-md-end text-secondary text-highlight2">
  182. We are always here for you
  183. </h2>
  184. <div class="d-flex" style="overflow: hidden;padding-bottom: 300px;">
  185. <div class="bg-danger" style="width: 250px; height: 50px;">
  186. <img src="../assets/images/investpahanglist.jpg" />
  187. </div>
  188. </div>
  189. </div>
  190. </section>
  191. <section class="section5 features bg-white px-6">
  192. <div class="row text-center">
  193. <div class="col-12 col-md-3 mx-auto">
  194. <img class="main-img" src="../assets/images/logo-invest-pahang.jpg" alt="...">
  195. </div>
  196. <h2 class="title">INVEST PAHANG</h2>
  197. <h3 class="mx-auto quote">“With the Digital Suite, the investment process is improved and streamlined. Filtering
  198. and choosing good investors is easier. Subsequently, it increases revenue for the state.”</h3>
  199. </div>
  200. </section>
  201. <section class="pricing-section1 features bg-white px-6">
  202. <div class="d-flex flex-column flex-md-row justify-content-center mb-5" style="gap: 50px;">
  203. <div class="text-end">
  204. <h2>Plans & Pricng</h2>
  205. <h5 class="text-primary2">Nemo enim ipsam</h5>
  206. </div>
  207. <div class="text-end d-flex">
  208. <h5 class="m-0 my-auto text-secondary2">Nemo enim ipsam voluptatem quia voluptas sit</br> aspernatur aut
  209. odit aut fugit.</h5>
  210. </div>
  211. </div>
  212. <div class="d-flex flex-column flex-md-row container-fluid px-6" style="gap: 35px;">
  213. <div>
  214. <div class="pricing-card p-5">
  215. <h5 class="" style="font-weight: 500;">Professional</h5>
  216. <hr class="my-4">
  217. </hr>
  218. <ul>
  219. <li>Lorem Ipsum Dolor</li>
  220. <li>Lorem Ipsum Dolor</li>
  221. <li>Lorem Ipsum Dolor</li>
  222. <li>Lorem Ipsum Dolor</li>
  223. </ul>
  224. <hr class="my-4">
  225. </hr>
  226. <p class="pricepoint">
  227. <span class="text-secondary fw-bold">RM 99.90</span> /
  228. <span class="text-secondary2 fw-bold me-2">Month</span>
  229. <button type="button" class="btn-amics-small fw-bold mx-auto" style="color: #000;">Start Free
  230. Trial</button>
  231. </p>
  232. <video width="400%" class="position-absolute" autoplay muted loop playsinline
  233. style="filter: brightness(50%); top:0; left:0; z-index: -1;">
  234. <source src="https://www.w3schools.com/html/mov_bbb.mp4" type="video/mp4">
  235. Your browser does not support the video tag.
  236. </video>
  237. </div>
  238. </div>
  239. <div>
  240. <div class="pricing-card middle p-5">
  241. <h5 class="" style="font-weight: 500;">Professional</h5>
  242. <hr class="my-4">
  243. </hr>
  244. <ul>
  245. <li>Lorem Ipsum Dolor</li>
  246. <li>Lorem Ipsum Dolor</li>
  247. <li>Lorem Ipsum Dolor</li>
  248. <li>Lorem Ipsum Dolor</li>
  249. </ul>
  250. <hr class="my-4">
  251. </hr>
  252. <p class="pricepoint">
  253. <span class="text-secondary fw-bold">RM 99.90</span> /
  254. <span class="text-secondary2 fw-bold me-2">Month</span>
  255. <button type="button" class="btn-amics-small fw-bold mx-auto" style="color: #000;">Start Free
  256. Trial</button>
  257. </p>
  258. <video width="400%" class="position-absolute" autoplay muted loop playsinline
  259. style="filter: brightness(50%); top:0; left:0; z-index: -1;">
  260. <source src="https://www.w3schools.com/html/mov_bbb.mp4" type="video/mp4">
  261. Your browser does not support the video tag.
  262. </video>
  263. </div>
  264. </div>
  265. <div>
  266. <div class="pricing-card p-5">
  267. <h5 class="" style="font-weight: 500;">Professional</h5>
  268. <hr class="my-4">
  269. </hr>
  270. <ul>
  271. <li>Lorem Ipsum Dolor</li>
  272. <li>Lorem Ipsum Dolor</li>
  273. <li>Lorem Ipsum Dolor</li>
  274. <li>Lorem Ipsum Dolor</li>
  275. </ul>
  276. <hr class="my-4">
  277. </hr>
  278. <p class="pricepoint">
  279. <span class="text-secondary fw-bold">RM 99.90</span> /
  280. <span class="text-secondary2 fw-bold me-2">Month</span>
  281. <button type="button" class="btn-amics-small fw-bold mx-auto" style="color: #000;">Start Free
  282. Trial</button>
  283. </p>
  284. <video width="400%" class="position-absolute" autoplay muted loop playsinline
  285. style="filter: brightness(50%); top:0; left:0; z-index: -1;">
  286. <source src="https://www.w3schools.com/html/mov_bbb.mp4" type="video/mp4">
  287. Your browser does not support the video tag.
  288. </video>
  289. </div>
  290. </div>
  291. </div>
  292. <div class="container-fluid d-flex position-relative mt-5 px-6">
  293. <div class="d-flex flex-column flex-md-row container-fluid p-0" style="gap:20px">
  294. <div class="flex-grow-1 position-relative">
  295. <input id="pricng-email-input2" type="text" class="form-control" placeholder="Pay Monthly">
  296. <button type="button" class="btn-amics-small fw-bold mx-auto position-absolute"
  297. style="top: 2.5px;right: 2px;color: #000;">Pay Yearly (Save RM 30)</button>
  298. </div>
  299. <div class="px-5">
  300. <p class="text-secondary2 text-start p-small m-0">*Yearly discount available on select plans Prices may
  301. vary by your store location.</p>
  302. </div>
  303. <button type="button" class="btn-amics-small fw-bold mx-auto" style="background-color: #D4AF37;">Full List
  304. of Feature</button>
  305. </div>
  306. </div>
  307. </section>
  308. <section class="pricing-section2" style="background-image: linear-gradient(to right, #FFF , #EAEAEA);">
  309. <div class="px-6 py-5"
  310. style="padding-top:130px;border-radius: 140px 140px 0 0;transform: translateY(1.5%);background: #EAEAEA">
  311. <h2 class="text-end" style="margin-bottom: 50px;">
  312. What every plans you get
  313. </h2>
  314. <p class="text-start text-secondary2 mx-auto" style="width: 100%;margin-bottom: 50px;">Sed ut perspiciatis unde
  315. omnis iste natus error sit voluptatem accusantium </br> doloremque laudantium, totam rem aperiam.</p>
  316. <div class="d-flex mb-5">
  317. <button type="button" class="btn-amics-small fw-bold ms-auto" style="color:#000">Start Free Trial</button>
  318. </div>
  319. <div class="d-flex flex-column flex-md-row">
  320. <div class="p-2">
  321. <div class="plan-feature-card">
  322. <i class="bi bi-moon-stars-fill" style="font-size: 50px;"></i>
  323. <p class="p-small fw-bold">Lorem Ipsum</p>
  324. <p class="p-small text-secondary2">Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed</p>
  325. </div>
  326. </div>
  327. <div class="p-2">
  328. <div class="plan-feature-card">
  329. <i class="bi bi-moon-stars-fill" style="font-size: 50px;"></i>
  330. <p class="p-small fw-bold">Lorem Ipsum</p>
  331. <p class="p-small text-secondary2">Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed</p>
  332. </div>
  333. </div>
  334. <div class="p-2">
  335. <div class="plan-feature-card">
  336. <i class="bi bi-moon-stars-fill" style="font-size: 50px;"></i>
  337. <p class="p-small fw-bold">Lorem Ipsum</p>
  338. <p class="p-small text-secondary2">Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed</p>
  339. </div>
  340. </div>
  341. <div class="p-2">
  342. <div class="plan-feature-card">
  343. <i class="bi bi-moon-stars-fill" style="font-size: 50px;"></i>
  344. <p class="p-small fw-bold">Lorem Ipsum</p>
  345. <p class="p-small text-secondary2">Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed</p>
  346. </div>
  347. </div>
  348. <div class="p-2">
  349. <div class="plan-feature-card">
  350. <i class="bi bi-moon-stars-fill" style="font-size: 50px;"></i>
  351. <p class="p-small fw-bold">Lorem Ipsum</p>
  352. <p class="p-small text-secondary2">Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed</p>
  353. </div>
  354. </div>
  355. </div>
  356. </div>
  357. </section>
  358. <section class="pricing-section3">
  359. <div class="trial-banner bg-dark">
  360. <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%);
  361. ">
  362. <h3>START YOUR FREE TRIAL NOW <i class="bi bi-arrow-right-circle ms-2"></i></h3>
  363. <h3>START YOUR FREE TRIAL NOW <i class="bi bi-arrow-right-circle ms-2"></i></h3>
  364. <h3>START YOUR FREE TRIAL NOW <i class="bi bi-arrow-right-circle ms-2"></i></h3>
  365. </div>
  366. </div>
  367. </section>
  368. <section class="pricing-section4">
  369. <div class="px-6">
  370. <h5 class="text-primary2 text-end">Subscription</h5>
  371. <h1 class="text-end" style="margin-bottom: 20px;">Everything you need to</br> sell online, all in one place.
  372. </h1>
  373. <p class="text-secondary2 text-end" style="margin-bottom: 100px;">Whether you’re building a website, managing
  374. inventory, or responding </br>to customers, you can do it all with AIMS.
  375. </p>
  376. <div class="row" style="margin-bottom: 70px;">
  377. <div class="col-12 col-md-6">
  378. <p class="text-secondary2 p-small">
  379. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut
  380. labore et dolore magna aliquyam erat, sed diam voluptua.
  381. </p>
  382. </div>
  383. <div class="col-12 col-md-6">
  384. <div class="flex-grow-1 position-relative">
  385. <input id="pricng-email-input2" type="text" class="form-control"
  386. placeholder="Enter Your Email Address">
  387. <button type="button" class="btn-amics-small fw-bold mx-auto position-absolute"
  388. style="top: 2.5px;right: 2px;color: #000;">Start Free Trial</button>
  389. </div>
  390. </div>
  391. </div>
  392. </div>
  393. </section>