Browse Source

done home

master
azri 5 days ago
parent
commit
bbb4ff91ff
2 changed files with 196 additions and 50 deletions
  1. 161
    10
      resources/css/site.css
  2. 35
    40
      resources/views/home.antlers.html

+ 161
- 10
resources/css/site.css View File

38
     font-weight: 400;
38
     font-weight: 400;
39
 }
39
 }
40
 
40
 
41
-.rounded-amc{
42
-
43
-}
44
-
45
 .hero-section{
41
 .hero-section{
46
 
42
 
47
     width: 100%;
43
     width: 100%;
65
     text-align: center;
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
 .hero-section .text-highlight .title{
72
 .hero-section .text-highlight .title{
69
     color: #FFF;
73
     color: #FFF;
70
     font-size: clamp(3.3em, 5vw, 5.5em);
74
     font-size: clamp(3.3em, 5vw, 5.5em);
193
     transform: translateY(-7%);
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
 .section2 {
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
 .section3 {
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
 .section4 {
278
 .section4 {
523
 /* Medium devices (≥768px) - md */
593
 /* Medium devices (≥768px) - md */
524
 @media (min-width: 768px) {
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
     .section {
604
     .section {
527
         padding-top: 105px;
605
         padding-top: 105px;
528
         border-radius: 150px 150px 0 0;
606
         border-radius: 150px 150px 0 0;
529
         transform: translateY(-7%);
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
     .footer-menu-container {
683
     .footer-menu-container {
533
         padding: 0px 15px;
684
         padding: 0px 15px;

+ 35
- 40
resources/views/home.antlers.html View File

5
             <p class="title">The Ultimate Platform to Maximize Asset Potential</p>
5
             <p class="title">The Ultimate Platform to Maximize Asset Potential</p>
6
             <p class="text-light mx-auto description">Harness the Full Force of Innovation in every aspect of operation</p>
6
             <p class="text-light mx-auto description">Harness the Full Force of Innovation in every aspect of operation</p>
7
         </div>
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
             <div class="col-12 col-md-6">
9
             <div class="col-12 col-md-6">
10
                 <p class="text-light text-center text-md-end p-small">Get 3 days free then</br> 1 month for RM 1</p>
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
             </div>
11
             </div>
26
 
26
 
27
 <!-- Product Features Section -->
27
 <!-- Product Features Section -->
28
 <section class="section features bg-white px-6">
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
             <img class="img-fluid" src="../assets/images/amics-logo1.png" />
32
             <img class="img-fluid" src="../assets/images/amics-logo1.png" />
33
         </div>
33
         </div>
34
-        <div style="max-width: 250px;">
34
+        <div class="amics-logo">
35
             <img class="img-fluid" src="../assets/images/amics-logo2.png" />
35
             <img class="img-fluid" src="../assets/images/amics-logo2.png" />
36
         </div>
36
         </div>
37
-        <div style="max-width: 250px;">
37
+        <div class="amics-logo">
38
             <img class="img-fluid" src="../assets/images/amics-logo3.png" />
38
             <img class="img-fluid" src="../assets/images/amics-logo3.png" />
39
         </div>
39
         </div>
40
     </div>
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
         Corporate Management System
44
         Corporate Management System
47
     </h1>
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
         minimising repetative task</h2>
47
         minimising repetative task</h2>
50
     <h5 class="text-start text-secondary2" style="margin-bottom: 150px;">Customizable software solutions designed to
48
     <h5 class="text-start text-secondary2" style="margin-bottom: 150px;">Customizable software solutions designed to
51
         help organizations efficiently<br />
49
         help organizations efficiently<br />
88
 
86
 
89
 </section>
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
             Investment Relation System
94
             Investment Relation System
99
         </h1>
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
             thousands of Applications Every day</h2>
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
             strategy with our specialized software. Manage investment<br /> applications, registration, and communication with
100
             strategy with our specialized software. Manage investment<br /> applications, registration, and communication with
105
             stakeholders in a streamlined and<br /> compliant manner, ensuring transparency and trust.</h5>
101
             stakeholders in a streamlined and<br /> compliant manner, ensuring transparency and trust.</h5>
106
 
102
 
129
                     </div>
125
                     </div>
130
                 </div>
126
                 </div>
131
             </div>
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
         </div>
131
         </div>
137
 
132
 
138
     </div>
133
     </div>
141
 
136
 
142
 <section class="section3 features bg-white px-6">
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
     <h5 class="text-start text-secondary" style="margin-bottom: 110px;">Customisable system that is designed to refine
146
     <h5 class="text-start text-secondary" style="margin-bottom: 110px;">Customisable system that is designed to refine
153
         and optimise the management of real estate properties. One of the many features of this module is it captures
147
         and optimise the management of real estate properties. One of the many features of this module is it captures
154
         the details and the information of the land grants; to whom they are issued, conditions and restrictions
148
         the details and the information of the land grants; to whom they are issued, conditions and restrictions
155
         associated with the grant.</h5>
149
         associated with the grant.</h5>
156
 
150
 
157
     <div class="row">
151
     <div class="row">
158
-        <div class="col-6 d-flex">
152
+        <div class="col-12 col-md-6 d-flex">
159
             <img src="../assets/images/wallpaper9.jpg" class="card-img-top mx-auto" alt="..." style="width: 90%;">
153
             <img src="../assets/images/wallpaper9.jpg" class="card-img-top mx-auto" alt="..." style="width: 90%;">
160
         </div>
154
         </div>
161
-        <div class="col-6 d-flex flex-column">
155
+        <div class="col-12 col-md-6 d-flex flex-column">
162
             <div class="my-auto">
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
                     authorised personnel to</br> input new
159
                     authorised personnel to</br> input new
167
                     grant information, update existing records, and</br> query the database for specific information.
160
                     grant information, update existing records, and</br> query the database for specific information.
168
                 </p>
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
             </div>
165
             </div>
171
 
166
 
172
 
167
 
199
 
194
 
200
     <div class="row">
195
     <div class="row">
201
 
196
 
202
-        <div class="col-3 mx-auto">
197
+        <div class="col-12 col-md-3 mx-auto">
203
             <img src="https://st.depositphotos.com/1144472/2003/i/950/depositphotos_20030237-stock-photo-cheerful-young-man-over-white.jpg"
198
             <img src="https://st.depositphotos.com/1144472/2003/i/950/depositphotos_20030237-stock-photo-cheerful-young-man-over-white.jpg"
204
                 class="card-img-top" alt="...">
199
                 class="card-img-top" alt="...">
205
         </div>
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
             <div class="my-auto d-flex" style="flex-direction: column;">
203
             <div class="my-auto d-flex" style="flex-direction: column;">
209
                 <i class="bi bi-quote text-primary2" style="font-size: 45px;"></i>
204
                 <i class="bi bi-quote text-primary2" style="font-size: 45px;"></i>
210
                 <h5 class="text-dark mb-3">Pn Haslina Bahasan <span class="text-secondary2">(Chief Executive
205
                 <h5 class="text-dark mb-3">Pn Haslina Bahasan <span class="text-secondary2">(Chief Executive

Loading…
Cancel
Save