Browse Source

done

master
azri 1 week ago
parent
commit
fa58739ffa

BIN
public/assets/images/checklist-icon.png View File


BIN
resources/assets/images/checklist-icon.png View File


+ 246
- 35
resources/css/site.css View File

11
     font-style: normal;
11
     font-style: normal;
12
 }
12
 }
13
 
13
 
14
-*{
14
+* {
15
     margin: 0;
15
     margin: 0;
16
     font-family: 'Space Grotesk', sans-serif;
16
     font-family: 'Space Grotesk', sans-serif;
17
     color: #001F3F;
17
     color: #001F3F;
19
 
19
 
20
 
20
 
21
 h1 {
21
 h1 {
22
-    font-size: clamp(2em,5vw,6.25em);
22
+    font-size: clamp(2em, 5vw, 6.25em);
23
     font-weight: 400;
23
     font-weight: 400;
24
 }
24
 }
25
 
25
 
26
 h2 {
26
 h2 {
27
-    font-size: clamp(1.5em,3.906vw,4.688em);
27
+    font-size: clamp(1.5em, 3.906vw, 4.688em);
28
     font-weight: 400;
28
     font-weight: 400;
29
 }
29
 }
30
 
30
 
31
 h4 {
31
 h4 {
32
-    font-size: clamp(1em,2.6vw,3.063em);
32
+    font-size: clamp(1em, 2.6vw, 3.063em);
33
     font-weight: 400;
33
     font-weight: 400;
34
 }
34
 }
35
 
35
 
36
 h5 {
36
 h5 {
37
-    font-size: clamp(1.83em,1.563vw,1.875em);
37
+    font-size: clamp(1.83em, 1.563vw, 1.875em);
38
     font-weight: 400;
38
     font-weight: 400;
39
 }
39
 }
40
 
40
 
41
-p{
42
-    font-size: clamp(1em,1.2vw,1.6em);
41
+.p-small {
42
+    font-size: clamp(0.85em, 1.042vw, 1.25em);
43
+}
44
+
45
+p {
46
+    font-size: clamp(1em, 1.2vw, 1.6em);
43
 }
47
 }
44
 
48
 
45
 .px-6 {
49
 .px-6 {
46
-    padding-right: 7rem;
47
-    padding-left: 7rem;
50
+    padding-right: 1rem;
51
+    padding-left: 1rem;
48
 }
52
 }
49
 
53
 
50
-.btn-amics{
51
-    font-size: clamp(0.8em,1vw,1.2em);
54
+.btn-amics {
55
+    font-size: clamp(0.8em, 1vw, 1.2em);
52
     background-color: rgba(255, 255, 255, 0);
56
     background-color: rgba(255, 255, 255, 0);
53
     color: #000;
57
     color: #000;
54
     border: 3px solid rgb(212, 175, 55);
58
     border: 3px solid rgb(212, 175, 55);
57
     border-radius: 50px;
61
     border-radius: 50px;
58
 }
62
 }
59
 
63
 
60
-.btn-amics:hover{
64
+.btn-amics:hover {
65
+    background-color: rgb(212, 175, 55);
66
+    color: #FFF;
67
+}
68
+
69
+.btn-amics-small {
70
+    font-size: clamp(0.8em, 1vw, 1.2em);
71
+    background-color: rgba(255, 255, 255, 0);
72
+    color: #FFF;
73
+    border: 2px solid rgb(212, 175, 55);
74
+    transition: all 0.2s ease-in-out;
75
+    padding: 16px 30px;
76
+    border-radius: 50px;
77
+}
78
+
79
+.btn-amics-small:hover {
61
     background-color: rgb(212, 175, 55);
80
     background-color: rgb(212, 175, 55);
62
     color: #FFF;
81
     color: #FFF;
63
 }
82
 }
64
 
83
 
65
-.text-primary2{
66
-    color:#D4AF37
84
+.text-primary2 {
85
+    color: #D4AF37
67
 }
86
 }
68
 
87
 
69
-.text-secondary2{
70
-    color:#909090
88
+.text-secondary2 {
89
+    color: #909090
71
 }
90
 }
72
 
91
 
73
 .navbar-custom {
92
 .navbar-custom {
77
 
96
 
78
 .navbar-custom .navbar-brand,
97
 .navbar-custom .navbar-brand,
79
 .navbar-custom .nav-link {
98
 .navbar-custom .nav-link {
99
+    font-size: clamp(0.85em, 1.042vw, 1.25em);
80
     color: white !important;
100
     color: white !important;
81
     /* White text */
101
     /* White text */
82
 }
102
 }
128
 .section {
148
 .section {
129
     padding-top: 105px;
149
     padding-top: 105px;
130
     border-radius: 150px 150px 0 0;
150
     border-radius: 150px 150px 0 0;
131
-    transform: translateY(-10%);
151
+    transform: translateY(-7%);
132
 }
152
 }
133
 
153
 
134
 .section2 {
154
 .section2 {
169
     object-fit: cover;
189
     object-fit: cover;
170
 }
190
 }
171
 
191
 
192
+/*PRICING PAGE*/
193
+.pricing-hero-section {
194
+    min-height: 120vh;
195
+    background: url(../assets/images/wallpaper7.jpg) no-repeat center center;
196
+}
197
+
198
+.pricing-section1 {
199
+    padding-top: 105px;
200
+    border-radius: 150px 150px 0 0;
201
+    transform: translateY(-7%);
202
+}
203
+
204
+.pricing-section2 {
205
+    border-bottom: 2px solid #ddd;
206
+    border-radius: 150px 150px 0 0;
207
+}
208
+
209
+.pricing-section3 {}
210
+
211
+.pricing-section4 {
212
+    padding-top: 80px;
213
+}
214
+
215
+.trial-banner {}
216
+
217
+.trial-banner h3,
218
+.trial-banner i {
219
+    color: #FFF;
220
+    font-weight: 600;
221
+    display: inline;
222
+    margin-right: 10px;
223
+}
224
+
225
+.pricing-card {
226
+    border-radius: 50px;
227
+    overflow: hidden;
228
+    background-color: rgba(247, 247, 247, 1);
229
+    min-height: 100px;
230
+    transition: all 0.3s ease-in-out;
231
+    position: relative;
232
+}
233
+
234
+.pricing-card.middle {
235
+    background: linear-gradient(195deg,
236
+            rgba(0, 31, 63, 1) 45%,
237
+            rgba(212, 175, 55, 1) 100%);
238
+    transition: all 0.3s ease-in-out;
239
+}
240
+
241
+.pricing-card:hover.middle {
242
+    background: linear-gradient(to right,
243
+            rgba(247, 247, 247, 0),
244
+            /* Start with 80% opacity */
245
+            rgba(200, 200, 200, 0)
246
+            /* End with 50% opacity */
247
+        );
248
+}
249
+
250
+.pricing-card.middle span,
251
+.pricing-card.middle p,
252
+.pricing-card.middle h5,
253
+.pricing-card.middle li,
254
+.pricing-card.middle button {
255
+    color: #FFF !important;
256
+}
257
+
258
+.pricing-card:hover {
259
+    border-radius: 50px;
260
+    background-color: rgba(247, 247, 247, 0);
261
+    min-height: 100px;
262
+    transition: all 0.3s ease-in-out;
263
+    position: relative;
264
+}
265
+
266
+.pricing-card:hover span,
267
+.pricing-card:hover h5,
268
+.pricing-card:hover li,
269
+.pricing-card:hover button {
270
+    color: #FFF !important;
271
+}
272
+
273
+.pricing-card ul {
274
+    list-style-image: url(../assets/images/checklist-icon.png);
275
+}
276
+
277
+.pricing-card ul li {
278
+    font-size: clamp(1.83em, 1.563vw, 1.875em);
279
+    margin-bottom: 22px;
280
+}
281
+
282
+
283
+.pricing-card .pricepoint {
284
+    font-size: clamp(1.23em, 1.302vw, 1.463em);
285
+}
286
+
287
+#pricng-email-input {
288
+    font-size: clamp(0.8em, 1vw, 1.2em);
289
+    color: #FFF;
290
+}
291
+
292
+#pricng-email-input::placeholder {
293
+    color: #FFF;
294
+    font-weight: bold;
295
+    font-size: clamp(0.8em, 1vw, 1.2em);
296
+    opacity: 1;
297
+    /* Firefox */
298
+}
299
+
300
+
301
+#pricng-email-input2 {
302
+    font-size: clamp(0.8em, 1vw, 1.2em);
303
+    color: #000;
304
+    background-color: rgba(255, 255, 255, 0.2);
305
+    border: 1px solid gray;
306
+    padding: 20px 50px;
307
+    border-radius: 50px;
308
+}
309
+
310
+#pricng-email-input2::placeholder {
311
+    color: #000;
312
+    font-weight: bold;
313
+    font-size: clamp(0.8em, 1vw, 1.2em);
314
+    opacity: 1;
315
+    /* Firefox */
316
+}
317
+
318
+.plan-feature-card {
319
+    background-color: #FFF;
320
+    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
321
+    border-radius: 50px;
322
+    padding: 30px;
323
+}
324
+
325
+/* CONTACT PAGE */
326
+.contact-section {
327
+    padding-top: 100px;
328
+}
329
+
330
+.bg-contact {
331
+    background: url(../assets/images/wallpaper8.jpg);
332
+}
333
+
334
+.contact-form {
335
+    background-color: #F7F7F7;
336
+    border: none;
337
+}
338
+
339
+.contact-form input {
340
+    border: none;
341
+    transition: all 0.3s ease-in-out;
342
+    outline: none;
343
+    padding: 25px 40px;
344
+    border-radius: 50px;
345
+    border: 1px solid #ADADAD;
346
+    font-size: clamp(0.85em, 1.042vw, 1.25em);
347
+    margin-bottom: 20px;
348
+}
349
+
350
+.contact-form input:focus-visible {
351
+    border: none;
352
+    outline: 1px solid #D4AF37;
353
+}
354
+
355
+.contact-form input::placeholder {
356
+    color: #ADADAD;
357
+}
358
+
359
+.contact-form .btn-submit {
360
+    font-size: clamp(0.8em, 1vw, 1.2em);
361
+    color: #FFF;
362
+    border: 3px solid rgb(212, 175, 55);
363
+    background-color: rgb(212, 175, 55);
364
+    transition: all 0.2s ease-in-out;
365
+    padding: 16px 60px;
366
+    border-radius: 50px;
367
+    width: 100%;
368
+}
369
+
370
+.contact-form .btn-submit:hover {
371
+    background-color: rgba(255, 255, 255, 0);
372
+    color: #000;
373
+}
374
+
375
+/* NAVBAR */
376
+.navbar-innner-container {
377
+    padding: 10px 20px;
378
+}
379
+
172
 /* FOOTER */
380
 /* FOOTER */
173
-.footer-text{
381
+.footer-text {
174
     font-family: 'Nasalization Rg', sans-serif !important;
382
     font-family: 'Nasalization Rg', sans-serif !important;
175
     font-weight: 400;
383
     font-weight: 400;
176
     margin-bottom: 40px;
384
     margin-bottom: 40px;
177
     font-size: clamp(2em, 4.7vw, 5.64em);
385
     font-size: clamp(2em, 4.7vw, 5.64em);
178
 }
386
 }
179
 
387
 
180
-.footer-text span{
388
+.footer-text span {
181
     font-family: 'Nasalization Rg', sans-serif !important;
389
     font-family: 'Nasalization Rg', sans-serif !important;
182
     border-bottom: 1px solid;
390
     border-bottom: 1px solid;
183
     padding: 0;
391
     padding: 0;
194
 .footer-inner {
402
 .footer-inner {
195
     padding-top: 105px;
403
     padding-top: 105px;
196
     border-radius: 140px 140px 0 0;
404
     border-radius: 140px 140px 0 0;
197
-    background: rgb(0,31,63);
198
-    background: linear-gradient(195deg, rgba(0,31,63,1) 0%, rgba(0,41,105,1) 57%, rgba(50,47,36,1) 100%);
405
+    background: rgb(0, 31, 63);
406
+    background: linear-gradient(195deg, rgba(0, 31, 63, 1) 36%, rgba(75, 64, 25, 1) 100%);
199
 }
407
 }
200
 
408
 
201
-.footer-menu-container{
409
+.footer-menu-container {
202
     padding: 0px;
410
     padding: 0px;
203
 }
411
 }
204
 
412
 
240
     color: #ccc;
448
     color: #ccc;
241
 }
449
 }
242
 
450
 
243
-.footer-link-menu-icon{
451
+.footer-link-menu-icon {
244
     font-size: 25px;
452
     font-size: 25px;
245
-    gap:35px
453
+    gap: 35px
246
 }
454
 }
247
 
455
 
248
-.footer-link-menu2{
456
+.footer-link-menu2 {
249
     gap: 30px;
457
     gap: 30px;
250
     list-style: none;
458
     list-style: none;
251
 }
459
 }
252
 
460
 
253
-.footer-link-menu2 li a{
461
+.footer-link-menu2 li a {
254
     color: #FFF;
462
     color: #FFF;
255
     text-decoration: none;
463
     text-decoration: none;
256
     transition: color 0.3s ease-in-out;
464
     transition: color 0.3s ease-in-out;
257
 }
465
 }
258
 
466
 
259
-.footer-link-menu2 li a:hover{
467
+.footer-link-menu2 li a:hover {
260
     color: #D4AF37;
468
     color: #D4AF37;
261
 }
469
 }
262
 
470
 
263
 /*BOOTSTRAP RESPONSIVE*/
471
 /*BOOTSTRAP RESPONSIVE*/
264
 /* Small devices (≥576px) - sm */
472
 /* Small devices (≥576px) - sm */
265
 @media (min-width: 576px) {
473
 @media (min-width: 576px) {
266
-    .footer-menu-container{
474
+    .footer-menu-container {
267
         padding: 0px 60px;
475
         padding: 0px 60px;
268
     }
476
     }
269
 }
477
 }
270
 
478
 
271
 /* Medium devices (≥768px) - md */
479
 /* Medium devices (≥768px) - md */
272
 @media (min-width: 768px) {
480
 @media (min-width: 768px) {
273
-    .footer-menu-container{
481
+    .footer-menu-container {
274
         padding: 0px 15px;
482
         padding: 0px 15px;
275
     }
483
     }
276
 }
484
 }
277
 
485
 
278
 /* Large devices (≥992px) - lg */
486
 /* Large devices (≥992px) - lg */
279
 @media (min-width: 992px) {
487
 @media (min-width: 992px) {
280
-    .footer-menu-container{
488
+    .footer-menu-container {
281
         padding: 0px 5px;
489
         padding: 0px 5px;
282
     }
490
     }
491
+
492
+    .px-6 {
493
+        padding-right: 7rem;
494
+        padding-left: 7rem;
495
+    }
283
 }
496
 }
284
 
497
 
285
 /* Extra large devices (≥1200px) - xl */
498
 /* Extra large devices (≥1200px) - xl */
286
 @media (min-width: 1200px) {
499
 @media (min-width: 1200px) {
287
-    .footer-menu-container{
500
+    .footer-menu-container {
288
         padding: 0px 120px;
501
         padding: 0px 120px;
289
     }
502
     }
290
 }
503
 }
291
 
504
 
292
 /* XXL devices (≥1400px) - xxl */
505
 /* XXL devices (≥1400px) - xxl */
293
 @media (min-width: 1400px) {
506
 @media (min-width: 1400px) {
294
-    .footer-menu-container{
507
+    .footer-menu-container {
295
         padding: 0px 190px;
508
         padding: 0px 190px;
296
     }
509
     }
297
-}
298
-
299
-
510
+}

+ 29
- 0
resources/views/contact.antlers.html View File

1
+<section class="contact-section">
2
+    <div class="row">
3
+        <div class="col-12 col-md-6 py-5 px-6 bg-white">
4
+            
5
+            <form class="contact-form bg-secondary-subtle rounded-5 p-5 my-1">
6
+                <h3 style="margin-bottom: 70px;">Fill in your information</h3>
7
+                <div class="d-flex flex-column" style="margin-bottom: 10px;">
8
+                    <input type="text" placeholder="Your name">
9
+                    <input type="email" placeholder="Your email">
10
+                    <input type="text" placeholder="Phone no">
11
+                    <input type="text" placeholder="Company name">
12
+                </div>
13
+                <div class="container-fluid p-0 d-flex flex-column flex-md-row justify-content-center justify-content-md-between px-5" style="margin-bottom: 40px;">
14
+                    <p class="p-small fw-bold"> Follow us now:</p>
15
+                    <div class="d-flex flex-row" style="gap: 20px;">
16
+                        <i class="bi bi-telephone-fill text-dark" style="font-size: 20px;"></i>
17
+                        <i class="bi bi-whatsapp text-dark" style="font-size: 20px;"></i>
18
+                        <i class="bi bi-envelope text-dark" style="font-size: 22px;"></i>
19
+                    </div>
20
+                </div>
21
+                <button class="btn-submit">SUBMIT</button>
22
+            </form>
23
+            
24
+        </div>
25
+        <div class="col-12 col-md-6 bg-contact">
26
+            <!-- Image -->
27
+        </div>
28
+    </div>
29
+</section>

+ 32
- 13
resources/views/home.antlers.html View File

1
 <!-- Video Player Section -->
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>
2
+<div class="container-fluid p-0">
3
+    <div class="p-0 position-relative">
4
+        <div class="position-absolute text-center" style="z-index: 10;top:35%;left: 50%;transform: translate(-50%,-50%); ">
5
+            <h2 class="text-light fw-bold">The Ultimate Platform to</br> Maximise Asset Potential</h2>
6
+            <p class="text-light">Harness the Full Force of Innovation in every aspect of operation</p>
7
+        </div>
8
+        <div class="position-absolute d-flex flex-row" style="gap:12px;z-index: 10;bottom:15%;left: 50%;transform: translate(-50%,-50%); ">
9
+            <div>
10
+                <p class="text-light text-end p-small">Get 3 days free then</br> 1 month for RM 1</p>
11
+            </div>
12
+            <div>
13
+                <button type="button" class="btn-amics-small fw-bold mx-auto">Start Free Trial</button>
14
+            </div>
15
+        </div>
16
+        <video width="100%" autoplay muted loop playsinline style="filter: brightness(50%);">
17
+            <source src="https://www.w3schools.com/html/mov_bbb.mp4" type="video/mp4">
18
+            Your browser does not support the video tag.
19
+        </video>
20
+
21
+    </div>
22
+</div>
6
 
23
 
7
 <!-- Product Features Section -->
24
 <!-- Product Features Section -->
8
 <section class="section features bg-white px-6">
25
 <section class="section features bg-white px-6">
80
 
97
 
81
         <h2 class="text-start text-secondary2" style="width: 80%;margin-bottom: 50px;">Streamline System Elevation for
98
         <h2 class="text-start text-secondary2" style="width: 80%;margin-bottom: 50px;">Streamline System Elevation for
82
             thousands of Applications Every day</h2>
99
             thousands of Applications Every day</h2>
83
-        <h5 class="text-end text-secondary2" style="width: 80%;margin-bottom: 50px;">Elevate your investor relaons
84
-            strategy with our specialized soware. Manage investment<br /> applicaons, registraons, and communicaons with
100
+        <h5 class="text-end text-secondary2 mx-auto" style="width: 100%;margin-bottom: 50px;">Elevate your investor relations
101
+            strategy with our specialized software. Manage investment<br /> applications, registration, and communication with
85
             stakeholders in a streamlined and<br /> compliant manner, ensuring transparency and trust.</h5>
102
             stakeholders in a streamlined and<br /> compliant manner, ensuring transparency and trust.</h5>
86
 
103
 
87
         <div class="row d-none d-lg-flex">
104
         <div class="row d-none d-lg-flex">
136
 
153
 
137
     <div class="row">
154
     <div class="row">
138
         <div class="col-6 d-flex">
155
         <div class="col-6 d-flex">
139
-            <img src="../assets/images/wallpaper9.jpg"
140
-                class="card-img-top mx-auto" alt="..." style="width: 90%;">
156
+            <img src="../assets/images/wallpaper9.jpg" class="card-img-top mx-auto" alt="..." style="width: 90%;">
141
         </div>
157
         </div>
142
         <div class="col-6 d-flex flex-column">
158
         <div class="col-6 d-flex flex-column">
143
             <div class="my-auto">
159
             <div class="my-auto">
144
-                <h4 style="margin-bottom: 30px;padding-left:30px;border-left: 5px solid rgb(212, 175, 55);">Centralised Land and Estate</br> Database Management</h4>
145
-                <p class="text-secondary" style="margin-bottom: 105px;">Provides a user-friendly interface for authorised personnel to</br> input new
160
+                <h4 style="margin-bottom: 30px;padding-left:30px;border-left: 5px solid rgb(212, 175, 55);">Centralised
161
+                    Land and Estate</br> Database Management</h4>
162
+                <p class="text-secondary" style="margin-bottom: 105px;">Provides a user-friendly interface for
163
+                    authorised personnel to</br> input new
146
                     grant information, update existing records, and</br> query the database for specific information.
164
                     grant information, update existing records, and</br> query the database for specific information.
147
                 </p>
165
                 </p>
148
                 <button type="button" class="btn-amics fw-bold mx-auto">Explore More</button>
166
                 <button type="button" class="btn-amics fw-bold mx-auto">Explore More</button>
177
 <section class="section5 features bg-white px-6">
195
 <section class="section5 features bg-white px-6">
178
 
196
 
179
     <div class="row">
197
     <div class="row">
180
-       
198
+
181
         <div class="col-3 mx-auto">
199
         <div class="col-3 mx-auto">
182
             <img src="https://st.depositphotos.com/1144472/2003/i/950/depositphotos_20030237-stock-photo-cheerful-young-man-over-white.jpg"
200
             <img src="https://st.depositphotos.com/1144472/2003/i/950/depositphotos_20030237-stock-photo-cheerful-young-man-over-white.jpg"
183
                 class="card-img-top" alt="...">
201
                 class="card-img-top" alt="...">
184
         </div>
202
         </div>
185
- 
203
+
186
         <div class="col-7 mx-auto d-flex" style="flex-direction: column;">
204
         <div class="col-7 mx-auto d-flex" style="flex-direction: column;">
187
             <div class="my-auto d-flex" style="flex-direction: column;">
205
             <div class="my-auto d-flex" style="flex-direction: column;">
188
                 <i class="bi bi-quote text-primary2" style="font-size: 45px;"></i>
206
                 <i class="bi bi-quote text-primary2" style="font-size: 45px;"></i>
189
-                <h5 class="text-dark mb-3">Pn Haslina Bahasan <span class="text-secondary2">(Chief Executive Officer)</span> </h5>
207
+                <h5 class="text-dark mb-3">Pn Haslina Bahasan <span class="text-secondary2">(Chief Executive
208
+                        Officer)</span> </h5>
190
                 <p style="font-style: italic;">“With the Digital Suite, it improves and streamlines the<br />
209
                 <p style="font-style: italic;">“With the Digital Suite, it improves and streamlines the<br />
191
                     investment process. Filtering in choosing good investors<br /> is easier. Subsequently, it increases
210
                     investment process. Filtering in choosing good investors<br /> is easier. Subsequently, it increases
192
                     revenue for the<br /> state.”</p>
211
                     revenue for the<br /> state.”</p>

+ 61
- 9
resources/views/partials/navbar.antlers.html View File

1
-<nav class="navbar navbar-expand-lg navbar-custom px-1 px-sm-5 py-3 fixed-top">
1
+<nav class="navbar navbar-expand-lg navbar-custom px-6 py-3 fixed-top">
2
   <div class="container-fluid">
2
   <div class="container-fluid">
3
-    <button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarTogglerDemo01"
4
-      aria-controls="navbarTogglerDemo01" aria-expanded="false" aria-label="Toggle navigation">
3
+    <button class="navbar-toggler" type="button" data-bs-toggle="offcanvas" data-bs-target="#offcanvasExample"
4
+      aria-controls="offcanvasExample">
5
       <span class="navbar-toggler-icon"></span>
5
       <span class="navbar-toggler-icon"></span>
6
     </button>
6
     </button>
7
-    <div class="collapse navbar-collapse d-none d-lg-block" id="navbarTogglerDemo01">
8
-      <a class="navbar-brand" href="#">AMICS</a>
9
-      <ul class="navbar-nav ms-auto mb-2 mb-lg-0">
7
+    <div class="collapse navbar-collapse navbar-innner-container d-none d-lg-block" id="navbarTogglerDemo01">
8
+      <a class="navbar-brand" href="/">
9
+        <img src="../../assets/images/amics-logo.png" width="150">
10
+      </a>
11
+      <ul class="navbar-nav ms-auto mb-2 mb-lg-0" style="gap: 20px;">
10
         <li class="nav-item">
12
         <li class="nav-item">
11
-          <a class="nav-link active" aria-current="page" href="#">Pricing</a>
13
+          <a class="nav-link active" aria-current="page" href="/pricing">Pricing</a>
12
         </li>
14
         </li>
13
         <li class="nav-item dropdown">
15
         <li class="nav-item dropdown">
14
           <a class="nav-link dropdown-toggle" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false">
16
           <a class="nav-link dropdown-toggle" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false">
31
           </ul>
33
           </ul>
32
         </li>
34
         </li>
33
         <li class="nav-item">
35
         <li class="nav-item">
34
-          <a class="nav-link text-decoration-underline" aria-current="page" href="#">Start Free Trial</a>
36
+          <a class="nav-link text-decoration-underline" aria-current="page" href="/contact">Start Free Trial</a>
35
         </li>
37
         </li>
36
       </ul>
38
       </ul>
37
     </div>
39
     </div>
38
   </div>
40
   </div>
39
-</nav>
41
+</nav>
42
+<!--Off Canvas-->
43
+<div class="offcanvas offcanvas-start" tabindex="-1" id="offcanvasExample" aria-labelledby="offcanvasExampleLabel">
44
+  <div class="offcanvas-header">
45
+    <a class="navbar-brand" href="#">
46
+      <img src="../../assets/images/amics-logo.png" width="150">
47
+    </a>
48
+    <button type="button" class="btn-close text-light" data-bs-dismiss="offcanvas" aria-label="Close"
49
+      style="color: #FFF;"></button>
50
+  </div>
51
+  <div class="offcanvas-body">
52
+
53
+    <ul class="navbar-nav ms-auto mb-2 mb-lg-0" style="gap: 20px;">
54
+      <li class="nav-item">
55
+        <a class="nav-link active" aria-current="page" href="#">Pricing</a>
56
+      </li>
57
+      <li class="nav-item dropdown">
58
+        <a class="nav-link dropdown-toggle" data-bs-toggle="collapse" href="#collapseExample" data-bs-toggle="dropdown" role="button" aria-expanded="false" aria-controls="collapseExample">
59
+          Link with href
60
+        </a>
61
+        <div class="collapse" id="collapseExample">
62
+          <div class="card card-body px-0">
63
+            <ul class="p-0" style="list-style: none;">
64
+              <li><a class="dropdown-item" href="#">Action</a></li>
65
+              <li><a class="dropdown-item" href="#">Another action</a></li>
66
+              <li><a class="dropdown-item" href="#">Something else here</a></li>
67
+            </ul>
68
+          </div>
69
+        </div>
70
+      </li>
71
+      <li class="nav-item dropdown">
72
+        <a class="nav-link dropdown-toggle" data-bs-toggle="collapse" href="#collapseExample2" data-bs-toggle="dropdown" role="button" aria-expanded="false" aria-controls="collapseExample">
73
+          What's New
74
+        </a>
75
+        <div class="collapse" id="collapseExample2">
76
+          <div class="card card-body px-0">
77
+            <ul class="p-0" style="list-style: none;">
78
+              <li><a class="dropdown-item" href="#">Action</a></li>
79
+              <li><a class="dropdown-item" href="#">Another action</a></li>
80
+              <li><a class="dropdown-item" href="#">Something else here</a></li>
81
+            </ul>
82
+          </div>
83
+        </div>
84
+      </li>
85
+      <li class="nav-item">
86
+        <a class="nav-link text-decoration-underline" aria-current="page" href="#">Start Free Trial</a>
87
+      </li>
88
+    </ul>
89
+
90
+  </div>
91
+</div>

+ 244
- 0
resources/views/pricing.antlers.html View File

1
+<!-- Video Player Section -->
2
+<div class="container-fluid p-0">
3
+    <div class="p-0 position-relative d-flex flex-column pricing-hero-section">
4
+
5
+        <div class="mx-auto my-auto text-center">
6
+            <h2 class="text-light fw-bold">The Ultimate Platform to</br> Maximise Asset Potential</h2>
7
+            <p class="text-light">Harness the Full Force of Innovation in every aspect of operation</p>
8
+        </div>
9
+
10
+        <div class="position-absolute d-flex flex-row container-fluid"
11
+            style="gap: 35px;width: 80%; left: 50%; bottom: 20%; transform: translateX(-50%);">
12
+
13
+            <div class="flex-grow-1 ms-5 position-relative">
14
+                <input id="pricng-email-input" type="text" class="form-control" placeholder="Enter your email address"
15
+                    style="background-color: rgba(255, 255, 255, 0.2);border: none; padding: 28px 50px; border-radius: 50px;">
16
+                <button type="button" class="btn-amics-small fw-bold mx-auto position-absolute"
17
+                    style="top: 10px;right: 10px;">Start Free Trial</button>
18
+            </div>
19
+
20
+            <div style="max-width: 50%;">
21
+                <p class="text-light text-start p-small m-0">Lorem ipsum dolor sit amet, consetetur sadipscing elitr,
22
+                    sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.
23
+                </p>
24
+            </div>
25
+
26
+        </div>
27
+
28
+    </div>
29
+</div>
30
+
31
+<section class="pricing-section1 features bg-white px-6">
32
+
33
+    <div class="d-flex flex-row justify-content-center mb-5" style="gap: 50px;">
34
+        <div class="text-end">
35
+            <h2>Plans & Pricng</h2>
36
+            <h5 class="text-primary2">Nemo enim ipsam</h5>
37
+        </div>
38
+        <div class="text-end d-flex">
39
+            <h5 class="m-0 my-auto text-secondary2">Nemo enim ipsam voluptatem quia voluptas sit</br> aspernatur aut
40
+                odit aut fugit.</h5>
41
+        </div>
42
+    </div>
43
+
44
+    <div class="d-flex container-fluid px-6" style="gap: 35px;">
45
+        <div>
46
+            <div class="pricing-card p-5">
47
+                <h5 class="" style="font-weight: 500;">Professional</h5>
48
+                <hr class="my-4">
49
+                </hr>
50
+                <ul>
51
+                    <li>Lorem Ipsum Dolor</li>
52
+                    <li>Lorem Ipsum Dolor</li>
53
+                    <li>Lorem Ipsum Dolor</li>
54
+                    <li>Lorem Ipsum Dolor</li>
55
+                </ul>
56
+                <hr class="my-4">
57
+                </hr>
58
+                <p class="pricepoint">
59
+                    <span class="text-secondary fw-bold">RM 99.90</span> /
60
+                    <span class="text-secondary2 fw-bold me-2">Month</span>
61
+                    <button type="button" class="btn-amics-small fw-bold mx-auto" style="color: #000;">Start Free
62
+                        Trial</button>
63
+                </p>
64
+                <video width="400%" class="position-absolute" autoplay muted loop playsinline
65
+                    style="filter: brightness(50%); top:0; left:0; z-index: -1;">
66
+                    <source src="https://www.w3schools.com/html/mov_bbb.mp4" type="video/mp4">
67
+                    Your browser does not support the video tag.
68
+                </video>
69
+            </div>
70
+        </div>
71
+        <div>
72
+            <div class="pricing-card middle p-5">
73
+                <h5 class="" style="font-weight: 500;">Professional</h5>
74
+                <hr class="my-4">
75
+                </hr>
76
+                <ul>
77
+                    <li>Lorem Ipsum Dolor</li>
78
+                    <li>Lorem Ipsum Dolor</li>
79
+                    <li>Lorem Ipsum Dolor</li>
80
+                    <li>Lorem Ipsum Dolor</li>
81
+                </ul>
82
+                <hr class="my-4">
83
+                </hr>
84
+                <p class="pricepoint">
85
+                    <span class="text-secondary fw-bold">RM 99.90</span> /
86
+                    <span class="text-secondary2 fw-bold me-2">Month</span>
87
+                    <button type="button" class="btn-amics-small fw-bold mx-auto" style="color: #000;">Start Free
88
+                        Trial</button>
89
+                </p>
90
+                <video width="400%" class="position-absolute" autoplay muted loop playsinline
91
+                    style="filter: brightness(50%); top:0; left:0; z-index: -1;">
92
+                    <source src="https://www.w3schools.com/html/mov_bbb.mp4" type="video/mp4">
93
+                    Your browser does not support the video tag.
94
+                </video>
95
+            </div>
96
+        </div>
97
+        <div>
98
+            <div class="pricing-card p-5">
99
+                <h5 class="" style="font-weight: 500;">Professional</h5>
100
+                <hr class="my-4">
101
+                </hr>
102
+                <ul>
103
+                    <li>Lorem Ipsum Dolor</li>
104
+                    <li>Lorem Ipsum Dolor</li>
105
+                    <li>Lorem Ipsum Dolor</li>
106
+                    <li>Lorem Ipsum Dolor</li>
107
+                </ul>
108
+                <hr class="my-4">
109
+                </hr>
110
+                <p class="pricepoint">
111
+                    <span class="text-secondary fw-bold">RM 99.90</span> /
112
+                    <span class="text-secondary2 fw-bold me-2">Month</span>
113
+                    <button type="button" class="btn-amics-small fw-bold mx-auto" style="color: #000;">Start Free
114
+                        Trial</button>
115
+                </p>
116
+                <video width="400%" class="position-absolute" autoplay muted loop playsinline
117
+                    style="filter: brightness(50%); top:0; left:0; z-index: -1;">
118
+                    <source src="https://www.w3schools.com/html/mov_bbb.mp4" type="video/mp4">
119
+                    Your browser does not support the video tag.
120
+                </video>
121
+            </div>
122
+        </div>
123
+    </div>
124
+
125
+    <div class="container-fluid d-flex position-relative mt-5 px-6">
126
+
127
+        <div class="d-flex flex-row container-fluid p-0" style="gap:20px">
128
+
129
+            <div class="flex-grow-1 position-relative">
130
+                <input id="pricng-email-input2" type="text" class="form-control" placeholder="Pay Monthly">
131
+                <button type="button" class="btn-amics-small fw-bold mx-auto position-absolute"
132
+                    style="top: 2.5px;right: 2px;color: #000;">Pay Yearly (Save RM 30)</button>
133
+            </div>
134
+
135
+            <div class="px-5" style="max-width: 35%;">
136
+                <p class="text-secondary2 text-start p-small m-0">*Yearly discount available on select plans Prices may
137
+                    vary by your store location.</p>
138
+            </div>
139
+
140
+            <button type="button" class="btn-amics-small fw-bold mx-auto" style="background-color: #D4AF37;">Full List
141
+                of Feature</button>
142
+
143
+
144
+        </div>
145
+
146
+    </div>
147
+
148
+
149
+
150
+</section>
151
+
152
+<section class="pricing-section2" style="background-image: linear-gradient(to right, #FFF , #EAEAEA);">
153
+    <div class="px-6 py-5"
154
+        style="padding-top:130px;border-radius: 140px 140px 0 0;transform: translateY(1.5%);background: #EAEAEA">
155
+        <h2 class="text-end" style="margin-bottom: 50px;">
156
+            What every plans you get
157
+        </h2>
158
+
159
+        <p class="text-start text-secondary2 mx-auto" style="width: 100%;margin-bottom: 50px;">Sed ut perspiciatis unde
160
+            omnis iste natus error sit voluptatem accusantium </br> doloremque laudantium, totam rem aperiam.</p>
161
+
162
+        <div class="d-flex mb-5">
163
+            <button type="button" class="btn-amics-small fw-bold ms-auto" style="color:#000">Start Free Trial</button>
164
+        </div>
165
+
166
+        <div class="d-flex flex-wrap">
167
+            <div class="p-2" style="width:20%;">
168
+                <div class="plan-feature-card">
169
+                    <i class="bi bi-moon-stars-fill" style="font-size: 50px;"></i>
170
+                    <p class="p-small fw-bold">Lorem Ipsum</p>
171
+                    <p class="p-small text-secondary2">Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed</p>
172
+                </div>
173
+            </div>
174
+            <div class="p-2" style="width:20%;">
175
+                <div class="plan-feature-card">
176
+                    <i class="bi bi-moon-stars-fill" style="font-size: 50px;"></i>
177
+                    <p class="p-small fw-bold">Lorem Ipsum</p>
178
+                    <p class="p-small text-secondary2">Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed</p>
179
+                </div>
180
+            </div>
181
+            <div class="p-2" style="width:20%;">
182
+                <div class="plan-feature-card">
183
+                    <i class="bi bi-moon-stars-fill" style="font-size: 50px;"></i>
184
+                    <p class="p-small fw-bold">Lorem Ipsum</p>
185
+                    <p class="p-small text-secondary2">Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed</p>
186
+                </div>
187
+            </div>
188
+            <div class="p-2" style="width:20%;">
189
+                <div class="plan-feature-card">
190
+                    <i class="bi bi-moon-stars-fill" style="font-size: 50px;"></i>
191
+                    <p class="p-small fw-bold">Lorem Ipsum</p>
192
+                    <p class="p-small text-secondary2">Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed</p>
193
+                </div>
194
+            </div>
195
+            <div class="p-2" style="width:20%;">
196
+                <div class="plan-feature-card">
197
+                    <i class="bi bi-moon-stars-fill" style="font-size: 50px;"></i>
198
+                    <p class="p-small fw-bold">Lorem Ipsum</p>
199
+                    <p class="p-small text-secondary2">Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed</p>
200
+                </div>
201
+            </div>
202
+        </div>
203
+
204
+    </div>
205
+</section>
206
+
207
+<section class="pricing-section3">
208
+    <div class="trial-banner bg-dark">
209
+        <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%);
210
+">
211
+            <h3>START YOUR FREE TRIAL NOW <i class="bi bi-arrow-right-circle ms-2"></i></h3>
212
+            <h3>START YOUR FREE TRIAL NOW <i class="bi bi-arrow-right-circle ms-2"></i></h3>
213
+            <h3>START YOUR FREE TRIAL NOW <i class="bi bi-arrow-right-circle ms-2"></i></h3>
214
+        </div>
215
+
216
+    </div>
217
+</section>
218
+
219
+<section class="pricing-section4">
220
+    <div class="px-6">
221
+        <h5 class="text-primary2 text-end">Subscription</h5>
222
+    <h1 class="text-end" style="margin-bottom: 20px;">Everything you need to</br> sell online, all in one place.</h1>
223
+    <p class="text-secondary2 text-end" style="margin-bottom: 100px;">Whether you’re building a website, managing inventory, or responding </br>to customers, you can do it all with AIMS.
224
+    </p>
225
+    <div class="row" style="margin-bottom: 70px;">
226
+
227
+        <div class="col-6">
228
+            <p class="text-secondary2 p-small">
229
+                Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut
230
+                labore et dolore magna aliquyam erat, sed diam voluptua.
231
+            </p>
232
+        </div>
233
+
234
+        <div class="col-6">
235
+            <div class="flex-grow-1 position-relative">
236
+                <input id="pricng-email-input2" type="text" class="form-control" placeholder="Enter Your Email Address">
237
+                <button type="button" class="btn-amics-small fw-bold mx-auto position-absolute"
238
+                    style="top: 2.5px;right: 2px;color: #000;">Start Free Trial</button>
239
+            </div>
240
+        </div>
241
+
242
+    </div>
243
+    </div>
244
+</section>

Loading…
Cancel
Save