您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

home.antlers.html 10KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209
  1. <!-- Video Player Section -->
  2. <video width="100%" autoplay muted loop playsinline>
  3. <source src="https://www.w3schools.com/html/mov_bbb.mp4" type="video/mp4">
  4. Your browser does not support the video tag.
  5. </video>
  6. <!-- Product Features Section -->
  7. <section class="section features bg-white px-6">
  8. <h1 class="text-center" style="margin-bottom: 124px;">The ultimate integration platform behind every connection</h1>
  9. <div class="d-flex flex-row justify-content-center" style="gap:114px;margin-bottom: 124px;">
  10. <div style="max-width: 250px;">
  11. <img class="img-fluid" src="../assets/images/amics-logo1.png" />
  12. </div>
  13. <div style="max-width: 250px;">
  14. <img class="img-fluid" src="../assets/images/amics-logo2.png" />
  15. </div>
  16. <div style="max-width: 250px;">
  17. <img class="img-fluid" src="../assets/images/amics-logo3.png" />
  18. </div>
  19. </div>
  20. <h1 class="text-end" style="margin-bottom: 50px;">
  21. <img class="img-fluid" style="vertical-align:middle;margin-right: 45px;max-width: 120px;vertical-align:middle;"
  22. src="../assets/images/amics-logo1.png" />
  23. Corporate Management System
  24. </h1>
  25. <h2 class="text-end text-secondary2" style="margin-bottom: 50px;">Amplify the worth of your <br /> time by
  26. minimising repetative task</h2>
  27. <h5 class="text-start text-secondary2" style="margin-bottom: 150px;">Customizable software solutions designed to
  28. help organizations efficiently<br />
  29. manage employee data and streamline HR operations.</h5>
  30. <div class="d-flex flex-row flex-wrap" style="gap:20px;margin-bottom: 115px;">
  31. <div class="card flex-grow-1" style="width: 18rem;">
  32. <img src="../assets/images/wallpaper2.jpg" class="card-img-top" style="margin-bottom: 45px;" alt="...">
  33. <div class="card-body">
  34. <h5 class="card-title fw-bolder">Attendance Management</h5>
  35. <p class="card-text text-secondary2">Allow staff to keep track of their working hours using fingerprint,
  36. facial recognition and magnetic card readers.</p>
  37. </div>
  38. </div>
  39. <div class="card flex-grow-1" style="width: 18rem;">
  40. <img src="../assets/images/wallpaper4.jpg" class="card-img-top" style="margin-bottom: 45px;" alt="...">
  41. <div class="card-body">
  42. <h5 class="card-title fw-bolder">Absence and Leave Management</h5>
  43. <p class="card-text text-secondary2">Some quick example text to build on the card title and make up the
  44. bulk of the
  45. card's content.</p>
  46. </div>
  47. </div>
  48. <div class="card flex-grow-1" style="width: 18rem;">
  49. <img src="../assets/images/wallpaper6.jpg" class="img-fluid card-img-top"
  50. style="height: 100%;object-fit:cover;margin-bottom: 45px;" alt="...">
  51. <div class="card-body">
  52. <h5 class="card-title fw-bolder">Self-services (Employee)</h5>
  53. <p class="card-text text-secondary2">Some quick example text to build on the card title and make up the
  54. bulk of the
  55. card's content.</p>
  56. </div>
  57. </div>
  58. </div>
  59. <div class="d-flex">
  60. <button type="button" class="btn-amics fw-bold mx-auto">Explore More</button>
  61. </div>
  62. </section>
  63. <section class="section2 features" style="background-image: linear-gradient(to right, #D4AF37 , #001F3F);">
  64. <div class="px-6"
  65. style="padding-top:130px;border-radius: 140px 140px 0 0;transform: translateY(2%);background: linear-gradient(180deg, rgba(2,0,36,1) 0%, rgba(0,41,105,1) 70%, rgba(50,47,36,1) 100%);">
  66. <h1 class="text-center text-white" style="margin-bottom: 50px;">
  67. <img class="img-fluid"
  68. style="vertical-align:middle;margin-right: 45px;max-width: 120px;vertical-align:middle;"
  69. src="../assets/images/amics-logo2.png" />
  70. Investment Relation System
  71. </h1>
  72. <h2 class="text-start text-secondary2" style="width: 80%;margin-bottom: 50px;">Streamline System Elevation for
  73. thousands of Applications Every day</h2>
  74. <h5 class="text-end text-secondary2" style="width: 80%;margin-bottom: 50px;">Elevate your investor relaons
  75. strategy with our specialized soware. Manage investment<br /> applicaons, registraons, and communicaons with
  76. stakeholders in a streamlined and<br /> compliant manner, ensuring transparency and trust.</h5>
  77. <div class="row d-none d-lg-flex">
  78. <div class="col-4">
  79. <div class="card w-100 text-white" style="background-color: rgba(0,0,0,0);">
  80. <img src="../assets/images/wallpaper5.jpg" class="card-img-top" alt="..."
  81. style="max-height: 500px;margin-bottom: 45px;">
  82. <div class="card-body">
  83. <h5 class="card-title text-white fw-bolder">Absence and Leave Management</h5>
  84. <p class="card-text text-secondary2">Centralised repository for investor profiles, contact
  85. details, and investment history.</p>
  86. </div>
  87. </div>
  88. </div>
  89. <div class="col">
  90. <div class="card text-white" style="background-color: rgba(0,0,0,0);">
  91. <img src="../assets/images/wallpaper6.jpg" class="card-img-top" alt="..."
  92. style="max-height: 500px;object-fit: cover;margin-bottom: 45px;">
  93. <div class="card-body">
  94. <h5 class="card-title text-white fw-bolder">Absence and Leave Management</h5>
  95. <p class="card-text text-secondary2">Management of lease documents such as contracts,
  96. amendments, and correspondence related to the lease. Besides, customisable alert in order to
  97. configure the system to send alerts via email, SMS, or within the system itself based on
  98. predefined timelines before the lease expiration.</p>
  99. </div>
  100. </div>
  101. </div>
  102. </div>
  103. <div class="d-flex" style="margin-top: 140px;padding-bottom: 250px;">
  104. <button type="button" class="btn-amics fw-bold mx-auto text-white">Explore More</button>
  105. </div>
  106. </div>
  107. </section>
  108. <section class="section3 features bg-white px-6">
  109. <h2 class="text-center" style="margin-bottom: 65px;">
  110. <img class="img-fluid" style="vertical-align:middle;margin-right: 45px;max-width: 120px;vertical-align:middle;"
  111. src="../assets/images/amics-logo2.png" />
  112. Land and Estate Management System
  113. </h2>
  114. <div class="d-flex" style="margin-bottom: 45px;">
  115. <h2 class="text-secondary ms-auto" style="text-align: center;">Find “Hide and Seek” </br> files in no time</h2>
  116. </div>
  117. <h5 class="text-start text-secondary" style="margin-bottom: 110px;">Customisable system that is designed to refine
  118. and optimise the management of real estate properties. One of the many features of this module is it captures
  119. the details and the information of the land grants; to whom they are issued, conditions and restrictions
  120. associated with the grant.</h5>
  121. <div class="row">
  122. <div class="col-6 d-flex">
  123. <img src="../assets/images/wallpaper9.jpg"
  124. class="card-img-top mx-auto" alt="..." style="width: 90%;">
  125. </div>
  126. <div class="col-6 d-flex flex-column">
  127. <div class="my-auto">
  128. <h4 style="margin-bottom: 30px;padding-left:30px;border-left: 5px solid rgb(212, 175, 55);">Centralised Land and Estate</br> Database Management</h4>
  129. <p class="text-secondary" style="margin-bottom: 105px;">Provides a user-friendly interface for authorised personnel to</br> input new
  130. grant information, update existing records, and</br> query the database for specific information.
  131. </p>
  132. <button type="button" class="btn-amics fw-bold mx-auto">Explore More</button>
  133. </div>
  134. </div>
  135. </div>
  136. </section>
  137. <section class="section4" style="background-image: linear-gradient(to left, #D4AF37 , #001F3F);">
  138. <div class="px-6"
  139. style="border-radius: 140px 140px 0 0;transform: translateY(5%);background: linear-gradient(180deg, rgba(2,0,36,1) 0%, rgba(0,41,105,1) 70%, rgba(50,47,36,1) 100%);padding-top:80px;">
  140. <h2 class="text-center text-white" style="margin-bottom: 25px;">
  141. Trusted Platfrom for Asset Investment
  142. </h2>
  143. <h2 class="text-end text-secondary" style="margin-bottom: 110px;">
  144. We are always here for you
  145. </h2>
  146. <div class="d-flex" style="overflow: hidden;padding-bottom: 300px;">
  147. <div class="bg-danger" style="width: 250px; height: 50px;">
  148. <img src="../assets/images/investpahanglist.jpg" />
  149. </div>
  150. </div>
  151. </div>
  152. </section>
  153. <section class="section5 features bg-white px-6">
  154. <div class="row">
  155. <div class="col-3 mx-auto">
  156. <img src="https://st.depositphotos.com/1144472/2003/i/950/depositphotos_20030237-stock-photo-cheerful-young-man-over-white.jpg"
  157. class="card-img-top" alt="...">
  158. </div>
  159. <div class="col-7 mx-auto d-flex" style="flex-direction: column;">
  160. <div class="my-auto d-flex" style="flex-direction: column;">
  161. <i class="bi bi-quote text-primary2" style="font-size: 45px;"></i>
  162. <h5 class="text-dark mb-3">Pn Haslina Bahasan <span class="text-secondary2">(Chief Executive Officer)</span> </h5>
  163. <p style="font-style: italic;">“With the Digital Suite, it improves and streamlines the<br />
  164. investment process. Filtering in choosing good investors<br /> is easier. Subsequently, it increases
  165. revenue for the<br /> state.”</p>
  166. </div>
  167. <div class="d-flex flex-row" style="gap:30px">
  168. <button class="btn btn-white round-btn shadow">
  169. <i class="bi bi-chevron-left" style="font-size: 20px;"></i>
  170. </button>
  171. <h3 class="my-auto">1</h3>
  172. <button class="btn btn-white round-btn shadow" style="font-size: 20px;">
  173. <i class="bi bi-chevron-right"></i>
  174. </button>
  175. </div>
  176. </div>
  177. </div>
  178. </section>