azri 5 дні тому
джерело
коміт
bbb4ff91ff
2 змінених файлів з 196 додано та 50 видалено
  1. 161
    10
      resources/css/site.css
  2. 35
    40
      resources/views/home.antlers.html

+ 161
- 10
resources/css/site.css Переглянути файл

@@ -38,10 +38,6 @@ h5 {
38 38
     font-weight: 400;
39 39
 }
40 40
 
41
-.rounded-amc{
42
-
43
-}
44
-
45 41
 .hero-section{
46 42
 
47 43
     width: 100%;
@@ -65,6 +61,14 @@ h5 {
65 61
     text-align: center;
66 62
 }
67 63
 
64
+.hero-section .cta{
65
+    z-index: 10;
66
+    bottom:25%;
67
+    left: 50%;
68
+    transform: translate(-50%,-50%); 
69
+    width: 100%; 
70
+}
71
+
68 72
 .hero-section .text-highlight .title{
69 73
     color: #FFF;
70 74
     font-size: clamp(3.3em, 5vw, 5.5em);
@@ -193,16 +197,82 @@ p {
193 197
     transform: translateY(-7%);
194 198
 }
195 199
 
200
+.section .text-highlight{
201
+    font-size: clamp(3em, 5vw, 6.25em);
202
+    font-weight: 500;
203
+    width: 90%;
204
+    margin: 0 auto;
205
+    margin-bottom: 100px;
206
+}
207
+
208
+.section .text-highlight2{
209
+    margin-bottom: 50px;
210
+}
211
+
212
+.section .text-highlight2 img{
213
+    vertical-align:middle;
214
+    margin-bottom: 45px;
215
+    width: 70%;
216
+    vertical-align:middle;
217
+}
218
+
219
+.section .text-highlight3{
220
+    font-size: clamp(3em, 5vw, 6.25em);
221
+    font-weight: 500;
222
+    margin-bottom: 50px;
223
+}
224
+
225
+.amics-logo{
226
+    width: 110px
227
+}
228
+
196 229
 .section2 {
197
-    border-bottom: 2px solid #ddd;
198
-    border-radius: 150px 150px 0 0;
199
-    transform: translateY(-5%);
230
+    border-radius: 50px 50px 0 0;
231
+    background-image: #FFF;
232
+}
233
+
234
+.section2 .inner{
235
+    padding-top: 40px;
236
+    border-radius: 50px 50px 0 0;
237
+    transform: translateY(2%);
238
+    background: linear-gradient(180deg, rgba(2,0,36,1) 0%, rgba(0,41,105,1) 70%, rgba(50,47,36,1) 100%);
239
+}
240
+
241
+.logo-text-highlight{
242
+    margin-bottom: 50px;
243
+}
244
+
245
+.logo-text-highlight img{
246
+    vertical-align:middle;
247
+    margin-bottom: 45px;
248
+    width: 70%;
249
+    vertical-align:middle;
250
+}
251
+
252
+.section2 .text-highlight3{
253
+    width: 80%;
254
+    margin-bottom: 50px;
255
+    color: #FFF;
256
+}
257
+
258
+.section2 .text-highlight4{
259
+    width: 100%;
260
+    color: #FFF;
200 261
 }
201 262
 
202 263
 .section3 {
203
-    padding-top: 105px;
204
-    border-radius: 150px 150px 0 0;
205
-    transform: translateY(-16%);
264
+    padding-top: 50px;
265
+    border-radius: 50px 50px 0 0;
266
+}
267
+
268
+.section3 .text-highlight3{
269
+    margin-bottom: 30px;
270
+    padding-left:30px;
271
+    border-left: 5px solid rgb(212, 175, 55);
272
+}
273
+
274
+.section3 .text-highlight4{
275
+    margin-bottom: 50px;
206 276
 }
207 277
 
208 278
 .section4 {
@@ -523,11 +593,92 @@ p {
523 593
 /* Medium devices (≥768px) - md */
524 594
 @media (min-width: 768px) {
525 595
 
596
+    .hero-section .cta{
597
+        z-index: 10;
598
+        bottom:15%;
599
+        left: 50%;
600
+        transform: translate(-50%,-50%); 
601
+        width: 100%; 
602
+    }
603
+
526 604
     .section {
527 605
         padding-top: 105px;
528 606
         border-radius: 150px 150px 0 0;
529 607
         transform: translateY(-7%);
530 608
     }
609
+
610
+    .section .text-highlight{
611
+        font-size: clamp(3em, 5vw, 6.25em);
612
+        font-weight: 400;
613
+        margin: 0 auto;
614
+        width: 100%;
615
+        margin-bottom: 100px;
616
+    }
617
+    
618
+    .section .text-highlight2{
619
+        margin-bottom: 50px;
620
+    }
621
+    
622
+    .section .text-highlight2 img{
623
+        vertical-align:middle;
624
+        margin-right: 45px;
625
+        width: 120px;
626
+        vertical-align:middle;
627
+    }
628
+
629
+    .section .text-highlight3{
630
+        font-size: clamp(3em, 5vw, 6.25em);
631
+        font-weight: 400;
632
+        margin-bottom: 50px;
633
+    }
634
+
635
+    .amics-logo{
636
+        width: 250px
637
+    }
638
+
639
+    .section2 {
640
+        border-bottom: 2px solid #ddd;
641
+        border-radius: 150px 150px 0 0;
642
+        background-image: linear-gradient(to right, #D4AF37 , #001F3F);
643
+        transform: translateY(-5%);
644
+    }
645
+
646
+    .section2 .inner{
647
+        padding-top: 105px;
648
+        border-radius: 150px 150px 0 0;
649
+        transform: translateY(2%);
650
+        background: linear-gradient(180deg, rgba(2,0,36,1) 0%, rgba(0,41,105,1) 70%, rgba(50,47,36,1) 100%);
651
+    }
652
+
653
+
654
+    .logo-text-highlight{
655
+        margin-bottom: 50px;
656
+    }
657
+    
658
+    .logo-text-highlight img{
659
+        vertical-align:middle;
660
+        margin-right: 45px;
661
+        width: 120px;
662
+        vertical-align:middle;
663
+    }
664
+
665
+    .section2 .text-highlight3{
666
+        width: 80%;
667
+        margin-bottom: 50px;
668
+        color: #909090;
669
+    }
670
+
671
+    .section2 .text-highlight4{
672
+        width: 100%;
673
+        margin-bottom: 50px;
674
+        color: #909090;
675
+    }
676
+
677
+    .section3 {
678
+        padding-top: 105px;
679
+        border-radius: 150px 150px 0 0;
680
+        transform: translateY(-16%);
681
+    }
531 682
     
532 683
     .footer-menu-container {
533 684
         padding: 0px 15px;

+ 35
- 40
resources/views/home.antlers.html Переглянути файл

@@ -5,7 +5,7 @@
5 5
             <p class="title">The Ultimate Platform to Maximize Asset Potential</p>
6 6
             <p class="text-light mx-auto description">Harness the Full Force of Innovation in every aspect of operation</p>
7 7
         </div>
8
-        <div class="position-absolute row" style="z-index: 10;bottom:15%;left: 50%;transform: translate(-50%,-50%); width: 100%; ">
8
+        <div class="position-absolute row cta">
9 9
             <div class="col-12 col-md-6">
10 10
                 <p class="text-light text-center text-md-end p-small">Get 3 days free then</br> 1 month for RM 1</p>
11 11
             </div>
@@ -26,26 +26,24 @@
26 26
 
27 27
 <!-- Product Features Section -->
28 28
 <section class="section features bg-white px-6">
29
-    <h1 class="text-center" style="margin-bottom: 124px;">The ultimate integration platform behind every connection</h1>
30
-    <div class="d-flex flex-row justify-content-center" style="gap:114px;margin-bottom: 124px;">
31
-        <div style="max-width: 250px;">
29
+    <h1 class="text-center text-highlight">The ultimate integration platform behind every connection</h1>
30
+    <div class="d-flex flex-row justify-content-evenly" style="margin-bottom: 124px;">
31
+        <div class="amics-logo">
32 32
             <img class="img-fluid" src="../assets/images/amics-logo1.png" />
33 33
         </div>
34
-        <div style="max-width: 250px;">
34
+        <div class="amics-logo">
35 35
             <img class="img-fluid" src="../assets/images/amics-logo2.png" />
36 36
         </div>
37
-        <div style="max-width: 250px;">
37
+        <div class="amics-logo">
38 38
             <img class="img-fluid" src="../assets/images/amics-logo3.png" />
39 39
         </div>
40 40
     </div>
41 41
 
42
-    <h1 class="text-end" style="margin-bottom: 50px;">
43
-        <img class="img-fluid" style="vertical-align:middle;margin-right: 45px;max-width: 120px;vertical-align:middle;"
44
-            src="../assets/images/amics-logo1.png" />
45
-
42
+    <h1 class="text-start text-md-end logo-text-highlight">
43
+        <img class="img-fluid d-block d-md-inline mx-auto" src="../assets/images/amics-logo1.png" />
46 44
         Corporate Management System
47 45
     </h1>
48
-    <h2 class="text-end text-secondary2" style="margin-bottom: 50px;">Amplify the worth of your <br /> time by
46
+    <h2 class="text-start text-md-end text-secondary2 text-highlight3">Amplify the worth of your <br /> time by
49 47
         minimising repetative task</h2>
50 48
     <h5 class="text-start text-secondary2" style="margin-bottom: 150px;">Customizable software solutions designed to
51 49
         help organizations efficiently<br />
@@ -88,19 +86,17 @@
88 86
 
89 87
 </section>
90 88
 
91
-<section class="section2 features" style="background-image: linear-gradient(to right, #D4AF37 , #001F3F);">
92
-    <div class="px-6"
93
-        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%);">
94
-        <h1 class="text-center text-white" style="margin-bottom: 50px;">
95
-            <img class="img-fluid"
96
-                style="vertical-align:middle;margin-right: 45px;max-width: 120px;vertical-align:middle;"
97
-                src="../assets/images/amics-logo2.png" />
89
+<section class="section2 features">
90
+    <div class="px-6 inner">
91
+
92
+        <h1 class="text-start text-md-end text-light logo-text-highlight">
93
+            <img class="img-fluid d-block d-md-inline mx-auto" src="../assets/images/amics-logo2.png" />
98 94
             Investment Relation System
99 95
         </h1>
100 96
 
101
-        <h2 class="text-start text-secondary2" style="width: 80%;margin-bottom: 50px;">Streamline System Elevation for
97
+        <h2 class="text-start text-highlight3">Streamline System Elevation for
102 98
             thousands of Applications Every day</h2>
103
-        <h5 class="text-end text-secondary2 mx-auto" style="width: 100%;margin-bottom: 50px;">Elevate your investor relations
99
+        <h5 class="text-start text-md-end text-highlight4 mx-auto">Elevate your investor relations
104 100
             strategy with our specialized software. Manage investment<br /> applications, registration, and communication with
105 101
             stakeholders in a streamlined and<br /> compliant manner, ensuring transparency and trust.</h5>
106 102
 
@@ -129,10 +125,9 @@
129 125
                     </div>
130 126
                 </div>
131 127
             </div>
132
-        </div>
133
-
134
-        <div class="d-flex" style="margin-top: 140px;padding-bottom: 250px;">
135
-            <button type="button" class="btn-amics fw-bold mx-auto text-white">Explore More</button>
128
+            <div class="d-flex" style="margin-top: 140px;padding-bottom: 250px;">
129
+                <button type="button" class="btn-amics fw-bold mx-auto text-white">Explore More</button>
130
+            </div>
136 131
         </div>
137 132
 
138 133
     </div>
@@ -141,32 +136,32 @@
141 136
 
142 137
 <section class="section3 features bg-white px-6">
143 138
 
144
-    <h2 class="text-center" style="margin-bottom: 65px;">
145
-        <img class="img-fluid" style="vertical-align:middle;margin-right: 45px;max-width: 120px;vertical-align:middle;"
146
-            src="../assets/images/amics-logo2.png" />
147
-        Land and Estate Management System
148
-    </h2>
149
-    <div class="d-flex" style="margin-bottom: 45px;">
150
-        <h2 class="text-secondary ms-auto" style="text-align: center;">Find “Hide and Seek” </br> files in no time</h2>
151
-    </div>
139
+    <h1 class="text-start text-md-end logo-text-highlight">
140
+        <img class="img-fluid d-block d-md-inline mx-auto" src="../assets/images/amics-logo2.png" />
141
+        Land and Estate management system
142
+    </h1>
143
+
144
+    <h2 class="text-secondary text-start text-md-end" style="text-align: center;margin-bottom: 45px;">Find “Hide and Seek” </br> files in no time</h2>
145
+
152 146
     <h5 class="text-start text-secondary" style="margin-bottom: 110px;">Customisable system that is designed to refine
153 147
         and optimise the management of real estate properties. One of the many features of this module is it captures
154 148
         the details and the information of the land grants; to whom they are issued, conditions and restrictions
155 149
         associated with the grant.</h5>
156 150
 
157 151
     <div class="row">
158
-        <div class="col-6 d-flex">
152
+        <div class="col-12 col-md-6 d-flex">
159 153
             <img src="../assets/images/wallpaper9.jpg" class="card-img-top mx-auto" alt="..." style="width: 90%;">
160 154
         </div>
161
-        <div class="col-6 d-flex flex-column">
155
+        <div class="col-12 col-md-6 d-flex flex-column">
162 156
             <div class="my-auto">
163
-                <h4 style="margin-bottom: 30px;padding-left:30px;border-left: 5px solid rgb(212, 175, 55);">Centralised
164
-                    Land and Estate</br> Database Management</h4>
165
-                <p class="text-secondary" style="margin-bottom: 105px;">Provides a user-friendly interface for
157
+                <h4 class="text-highlight3">Centralised Land and Estate</br> Database Management</h4>
158
+                <p class="text-secondary text-highlight4">Provides a user-friendly interface for
166 159
                     authorised personnel to</br> input new
167 160
                     grant information, update existing records, and</br> query the database for specific information.
168 161
                 </p>
169
-                <button type="button" class="btn-amics fw-bold mx-auto">Explore More</button>
162
+                <div class="text-center text-md-start">
163
+                    <button type="button" class="btn-amics fw-bold mb-5 mb-md-0">Explore More</button>
164
+                </div>
170 165
             </div>
171 166
 
172 167
 
@@ -199,12 +194,12 @@
199 194
 
200 195
     <div class="row">
201 196
 
202
-        <div class="col-3 mx-auto">
197
+        <div class="col-12 col-md-3 mx-auto">
203 198
             <img src="https://st.depositphotos.com/1144472/2003/i/950/depositphotos_20030237-stock-photo-cheerful-young-man-over-white.jpg"
204 199
                 class="card-img-top" alt="...">
205 200
         </div>
206 201
 
207
-        <div class="col-7 mx-auto d-flex" style="flex-direction: column;">
202
+        <div class="col-12 col-md-7 mx-auto d-flex flex-column">
208 203
             <div class="my-auto d-flex" style="flex-direction: column;">
209 204
                 <i class="bi bi-quote text-primary2" style="font-size: 45px;"></i>
210 205
                 <h5 class="text-dark mb-3">Pn Haslina Bahasan <span class="text-secondary2">(Chief Executive

Завантаження…
Відмінити
Зберегти