Browse Source

more feature and change home layout

master
azri 3 days ago
parent
commit
3d6ddd2d36

BIN
public/assets/images/logo-invest-pahang.jpg View File


BIN
resources/assets/images/logo-invest-pahang.jpg View File


+ 145
- 94
resources/css/site.css View File

@@ -38,38 +38,30 @@ h5 {
38 38
     font-weight: 400;
39 39
 }
40 40
 
41
-.hero-section{
41
+.hero-section {
42 42
 
43 43
     width: 100%;
44 44
     min-height: 120vh;
45 45
 }
46 46
 
47
-.hero-section video{
47
+.hero-section video {
48 48
 
49 49
     height: 120vh;
50 50
     object-fit: cover;
51 51
     filter: brightness(50%);
52 52
 }
53 53
 
54
-.hero-section .text-highlight{
54
+.hero-section .text-highlight {
55 55
     z-index: 10;
56
-    top:30%;
56
+    top: 30%;
57 57
     left: 50%;
58
-    transform: translate(-50%,-50%); 
59
-    width:85%;
58
+    transform: translate(-50%, -50%);
59
+    width: 85%;
60 60
     position: absolute;
61 61
     text-align: center;
62 62
 }
63 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
-
72
-.hero-section .text-highlight .title{
64
+.hero-section .text-highlight .title {
73 65
     color: #FFF;
74 66
     font-size: clamp(3.3em, 5vw, 5.5em);
75 67
     font-weight: 600;
@@ -77,7 +69,7 @@ h5 {
77 69
     margin-bottom: 30px
78 70
 }
79 71
 
80
-.hero-section .text-highlight .description{
72
+.hero-section .text-highlight .description {
81 73
 
82 74
     font-size: 1.6em;
83 75
     width: 90%;
@@ -127,6 +119,21 @@ p {
127 119
     color: #FFF;
128 120
 }
129 121
 
122
+.btn-amics-green {
123
+    font-size: clamp(0.8em, 1vw, 1.2em);
124
+    background-color: #209D42;
125
+    color: #FFF;
126
+    border: 3px solid #FFF;
127
+    transition: all 0.2s ease-in-out;
128
+    padding: 16px 60px;
129
+    border-radius: 50px;
130
+}
131
+
132
+.btn-amics-green:hover {
133
+    background-color: #115523;
134
+    color: #FFF;
135
+}
136
+
130 137
 .text-primary2 {
131 138
     color: #D4AF37
132 139
 }
@@ -170,10 +177,6 @@ p {
170 177
     overflow: hidden;
171 178
 }
172 179
 
173
-.card-img-top {
174
-    border-radius: 50px;
175
-}
176
-
177 180
 .round-btn {
178 181
     width: 60px;
179 182
     height: 60px;
@@ -194,10 +197,10 @@ p {
194 197
 .section {
195 198
     padding-top: 40px;
196 199
     border-radius: 50px 50px 0 0;
197
-    transform: translateY(-7%);
200
+    transform: translateY(-3%);
198 201
 }
199 202
 
200
-.section .text-highlight{
203
+.section .text-highlight {
201 204
     font-size: clamp(3em, 5vw, 6.25em);
202 205
     font-weight: 500;
203 206
     width: 90%;
@@ -205,24 +208,33 @@ p {
205 208
     margin-bottom: 100px;
206 209
 }
207 210
 
208
-.section .text-highlight2{
211
+.section .text-highlight2 {
209 212
     margin-bottom: 50px;
210 213
 }
211 214
 
212
-.section .text-highlight2 img{
213
-    vertical-align:middle;
215
+.section .text-highlight2 img {
216
+    vertical-align: middle;
214 217
     margin-bottom: 45px;
215 218
     width: 70%;
216
-    vertical-align:middle;
219
+    vertical-align: middle;
217 220
 }
218 221
 
219
-.section .text-highlight3{
222
+.section .text-highlight3 {
220 223
     font-size: clamp(3em, 5vw, 6.25em);
221 224
     font-weight: 500;
222 225
     margin-bottom: 50px;
223 226
 }
224 227
 
225
-.amics-logo{
228
+.feature-container .feature{
229
+    margin-bottom: 45px;
230
+}
231
+
232
+.feature-container .feature img{
233
+    margin-bottom: 25px;
234
+    width: 100%;
235
+}
236
+
237
+.amics-logo {
226 238
     width: 110px
227 239
 }
228 240
 
@@ -231,31 +243,31 @@ p {
231 243
     background-image: #FFF;
232 244
 }
233 245
 
234
-.section2 .inner{
246
+.section2 .inner {
235 247
     padding-top: 40px;
236 248
     border-radius: 50px 50px 0 0;
237 249
     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%);
250
+    background: linear-gradient(180deg, rgba(2, 0, 36, 1) 0%, rgba(0, 41, 105, 1) 70%, rgba(50, 47, 36, 1) 100%);
239 251
 }
240 252
 
241
-.logo-text-highlight{
253
+.logo-text-highlight {
242 254
     margin-bottom: 50px;
243 255
 }
244 256
 
245
-.logo-text-highlight img{
246
-    vertical-align:middle;
257
+.logo-text-highlight img {
258
+    vertical-align: middle;
247 259
     margin-bottom: 45px;
248 260
     width: 70%;
249
-    vertical-align:middle;
261
+    vertical-align: middle;
250 262
 }
251 263
 
252
-.section2 .text-highlight3{
264
+.section2 .text-highlight3 {
253 265
     width: 80%;
254 266
     margin-bottom: 50px;
255 267
     color: #FFF;
256 268
 }
257 269
 
258
-.section2 .text-highlight4{
270
+.section2 .text-highlight4 {
259 271
     width: 100%;
260 272
     color: #FFF;
261 273
 }
@@ -265,42 +277,49 @@ p {
265 277
     border-radius: 50px 50px 0 0;
266 278
 }
267 279
 
268
-.section3 .text-highlight3{
280
+.section3 .text-highlight3 {
269 281
     margin-bottom: 30px;
270
-    padding-left:30px;
282
+    padding-left: 30px;
271 283
     border-left: 5px solid rgb(212, 175, 55);
272 284
 }
273 285
 
274
-.section3 .text-highlight4{
286
+.section3 .text-highlight4 {
275 287
     margin-bottom: 50px;
276 288
 }
277 289
 
278 290
 .section4 {
279 291
     border-bottom: 2px solid #ddd;
280 292
     border-radius: 50px 50px 0 0;
281
-    background-image: linear-gradient(to left, #D4AF37 , #001F3F);
293
+    background-image: linear-gradient(to left, #D4AF37, #001F3F);
282 294
 }
283 295
 
284
-.section4 .inner{
296
+.section4 .inner {
285 297
     border-radius: 50px 50px 0 0;
286 298
     transform: translateY(3%);
287
-    background: linear-gradient(180deg, rgba(2,0,36,1) 0%, rgba(0,41,105,1) 70%, rgba(50,47,36,1) 100%);
288
-    padding-top:80px;
299
+    background: linear-gradient(180deg, rgba(2, 0, 36, 1) 0%, rgba(0, 41, 105, 1) 70%, rgba(50, 47, 36, 1) 100%);
300
+    padding-top: 80px;
289 301
 }
290 302
 
291
-.section4 .text-highlight{
303
+.section4 .text-highlight {
292 304
     margin-bottom: 25px;
293 305
 }
294 306
 
295
-.section4 .text-highlight2{
307
+.section4 .text-highlight2 {
296 308
     margin-bottom: 50px;
297 309
     font-size: clamp(3em, 3.906vw, 4.688em);
298 310
 }
299 311
 
300 312
 .section5 {
301
-    padding: 70px;
313
+    
314
+    padding-top: 100px;
302 315
     border-radius: 50px 50px 0 0;
303
-    transform: translateY(-10%);
316
+    transform: translateY(-25%);
317
+
318
+}
319
+
320
+.section5 .main-img{
321
+    width: 50%;
322
+    margin-bottom: 35px;
304 323
 }
305 324
 
306 325
 .video-player {
@@ -524,15 +543,21 @@ p {
524 543
 
525 544
 .footer-section {
526 545
     border-bottom: 2px solid #ddd;
527
-    border-radius: 150px 150px 0 0;
546
+    border-radius: 50px 50px 0 0;
528 547
     background: linear-gradient(to left, #D4AF37, #001F3F);
529 548
     padding-top: 20px;
530 549
     padding-bottom: 0;
531 550
 }
532 551
 
552
+.p-address {
553
+    color: #FFF;
554
+    font-size: 1em;
555
+    line-height: 2em;
556
+}
557
+
533 558
 .footer-inner {
534 559
     padding-top: 105px;
535
-    border-radius: 140px 140px 0 0;
560
+    border-radius: 50px 50px 0 0;
536 561
     background: rgb(0, 31, 63);
537 562
     background: linear-gradient(195deg, rgba(0, 31, 63, 1) 36%, rgba(75, 64, 25, 1) 100%);
538 563
 }
@@ -599,6 +624,7 @@ p {
599 624
     color: #D4AF37;
600 625
 }
601 626
 
627
+
602 628
 /*BOOTSTRAP RESPONSIVE*/
603 629
 /* Small devices (≥576px) - sm */
604 630
 @media (min-width: 576px) {
@@ -610,82 +636,74 @@ p {
610 636
 /* Medium devices (≥768px) - md */
611 637
 @media (min-width: 768px) {
612 638
 
613
-    .hero-section .cta{
614
-        z-index: 10;
615
-        bottom:15%;
616
-        left: 50%;
617
-        transform: translate(-50%,-50%); 
618
-        width: 100%; 
619
-    }
620
-
621 639
     .section {
622 640
         padding-top: 105px;
623 641
         border-radius: 150px 150px 0 0;
624 642
         transform: translateY(-7%);
625 643
     }
626 644
 
627
-    .section .text-highlight{
645
+    .section .text-highlight {
628 646
         font-size: clamp(3em, 5vw, 6.25em);
629 647
         font-weight: 400;
630 648
         margin: 0 auto;
631 649
         width: 100%;
632 650
         margin-bottom: 100px;
633 651
     }
634
-    
635
-    .section .text-highlight2{
652
+
653
+    .section .text-highlight2 {
636 654
         margin-bottom: 50px;
637 655
     }
638
-    
639
-    .section .text-highlight2 img{
640
-        vertical-align:middle;
656
+
657
+    .section .text-highlight2 img {
658
+        vertical-align: middle;
641 659
         margin-right: 45px;
642 660
         width: 120px;
643
-        vertical-align:middle;
661
+        vertical-align: middle;
644 662
     }
645 663
 
646
-    .section .text-highlight3{
664
+    .section .text-highlight3 {
647 665
         font-size: clamp(3em, 5vw, 6.25em);
648 666
         font-weight: 400;
649 667
         margin-bottom: 50px;
650 668
     }
651 669
 
652
-    .amics-logo{
670
+    .amics-logo {
653 671
         width: 250px
654 672
     }
655 673
 
656 674
     .section2 {
657 675
         border-bottom: 2px solid #ddd;
658 676
         border-radius: 150px 150px 0 0;
659
-        background-image: linear-gradient(to right, #D4AF37 , #001F3F);
677
+        background-image: linear-gradient(to right, #D4AF37, #001F3F);
660 678
         transform: translateY(-5%);
661 679
     }
662 680
 
663
-    .section2 .inner{
681
+    .section2 .inner {
664 682
         padding-top: 105px;
665 683
         border-radius: 150px 150px 0 0;
666 684
         transform: translateY(2%);
667
-        background: linear-gradient(180deg, rgba(2,0,36,1) 0%, rgba(0,41,105,1) 70%, rgba(50,47,36,1) 100%);
685
+        background: linear-gradient(180deg, rgba(2, 0, 36, 1) 0%, rgba(0, 41, 105, 1) 70%, rgba(50, 47, 36, 1) 100%);
668 686
     }
669 687
 
670 688
 
671
-    .logo-text-highlight{
689
+    .logo-text-highlight {
672 690
         margin-bottom: 50px;
673 691
     }
674
-    
675
-    .logo-text-highlight img{
676
-        vertical-align:middle;
692
+
693
+    .logo-text-highlight img {
694
+        vertical-align: middle;
677 695
         margin-right: 45px;
678 696
         width: 120px;
679
-        vertical-align:middle;
697
+        vertical-align: middle;
680 698
     }
681 699
 
682
-    .section2 .text-highlight3{
700
+    .section2 .text-highlight3 {
683 701
         width: 80%;
684 702
         margin-bottom: 50px;
685 703
         color: #909090;
686 704
     }
687 705
 
688
-    .section2 .text-highlight4{
706
+    .section2 .text-highlight4 {
689 707
         width: 100%;
690 708
         margin-bottom: 50px;
691 709
         color: #909090;
@@ -700,44 +718,60 @@ p {
700 718
     .section4 {
701 719
         border-radius: 150px 150px 0 0;
702 720
     }
703
-    
704
-    .section4 .inner{
721
+
722
+    .section4 .inner {
705 723
         border-radius: 150px 150px 0 0;
706 724
         transform: translateY(3%);
707
-        padding-top:80px;
725
+        padding-top: 80px;
708 726
     }
709
-    
710
-    
711 727
 
712 728
     .section5 {
713
-        padding: 70px;
729
+        padding-top: 100px;
714 730
         border-radius: 150px 150px 0 0;
715
-        transform: translateY(-10%);
731
+        transform: translateY(-15%);
716 732
     }
717
-    
733
+
734
+    .section5 .main-img{
735
+        width: 120%;
736
+        margin-bottom: 70px;
737
+    }
738
+
739
+    .section5 .title{
740
+        font-size: 3em;
741
+        font-weight: 500;
742
+        margin-bottom: 35px;
743
+    }
744
+
745
+    .section5 .quote{
746
+        font-style: italic;
747
+        font-weight: 400;
748
+        font-size: 2.7em;
749
+        width: 70%;
750
+    }
751
+
718 752
     .footer-menu-container {
719 753
         padding: 0px 15px;
720 754
     }
721 755
 
722
-    .hero-section{
756
+    .hero-section {
723 757
 
724 758
         width: 100%;
725 759
         min-height: 140vh;
726 760
     }
727
-    
728
-    .hero-section video{
729
-    
761
+
762
+    .hero-section video {
763
+
730 764
         height: 140vh;
731 765
         object-fit: cover;
732 766
         filter: brightness(50%);
733 767
     }
734 768
 
735
-    .hero-section .text-highlight{
769
+    .hero-section .text-highlight {
736 770
         z-index: 10;
737
-        top:43%;
771
+        top: 43%;
738 772
         left: 50%;
739
-        transform: translate(-50%,-50%); 
740
-        width:80%;
773
+        transform: translate(-50%, -50%);
774
+        width: 80%;
741 775
         position: absolute;
742 776
         text-align: center;
743 777
     }
@@ -752,13 +786,30 @@ p {
752 786
         margin-bottom: 20px;
753 787
     }
754 788
 
755
-    .hero-section .text-highlight .title{
789
+    .hero-section .text-highlight .title {
756 790
         color: #FFF;
757 791
         font-size: clamp(3em, 5vw, 5.5em);
758 792
         font-weight: 600;
759 793
         line-height: 70px;
760 794
         margin-bottom: 30px
761 795
     }
796
+
797
+    .footer-section {
798
+        border-bottom: 2px solid #ddd;
799
+        border-radius: 150px 150px 0 0;
800
+        background: linear-gradient(to left, #D4AF37, #001F3F);
801
+        padding-top: 20px;
802
+        padding-bottom: 0;
803
+    }
804
+    
805
+    .footer-inner {
806
+        padding-top: 105px;
807
+        border-radius: 140px 140px 0 0;
808
+        background: rgb(0, 31, 63);
809
+        background: linear-gradient(195deg, rgba(0, 31, 63, 1) 36%, rgba(75, 64, 25, 1) 100%);
810
+    }
811
+
812
+
762 813
 }
763 814
 
764 815
 /* Large devices (≥992px) - lg */
@@ -771,7 +822,7 @@ p {
771 822
         padding-right: 7rem;
772 823
         padding-left: 7rem;
773 824
     }
774
-    
825
+
775 826
 }
776 827
 
777 828
 /* Extra large devices (≥1200px) - xl */

+ 20
- 0
resources/js/site.js View File

@@ -0,0 +1,20 @@
1
+function isMobileDevice() {
2
+    return /Mobi|Android|iPhone|iPad|iPod|Windows Phone/i.test(navigator.userAgent);
3
+}
4
+
5
+(()=>{
6
+
7
+    let demoButton = document.getElementById("demo-btn");
8
+    if(demoButton) demoButton.addEventListener('click', () => {
9
+
10
+        if (isMobileDevice()) {
11
+            alert("Please use desktop for demo")
12
+        } else {
13
+            window.location.href = "/register"
14
+        }
15
+    })
16
+
17
+    
18
+
19
+})();
20
+

+ 4
- 1
resources/views/contact.antlers.html View File

@@ -21,7 +21,10 @@
21 21
                         <i class="bi bi-envelope text-dark" style="font-size: 22px;"></i>
22 22
                     </div>
23 23
                 </div>
24
-                <button class="btn-submit">SUBMIT</button>
24
+                <a href="https://demo.amics.com.my/admin/login">
25
+                    <button class="btn-submit">SUBMIT</button>
26
+                </a>
27
+                
25 28
             </form>
26 29
             
27 30
         </div>

+ 294
- 53
resources/views/home.antlers.html View File

@@ -2,30 +2,31 @@
2 2
 <div class="hero-section">
3 3
     <div class="p-0 position-relative">
4 4
         <div class="text-highlight px-1">
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>
7
-        </div>
8
-        <div class="position-absolute row cta">
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>
11
-            </div>
12
-            <div class="col-12 col-md-6 text-center text-md-start">
13
-                <a href="https://demo.amics.com.my/admin/login">
14
-                    <button type="button" class="btn-amics-small fw-bold">Start Free Trial</button>
15
-                </a>
16
-                
17
-            </div>
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
+
8
+            <button id="demo-btn" type="button"
9
+                class="mt-5 btn-amics-green animate__animated animate__pulse animate__infinite fw-bold">
10
+                {{ home_field[0]["button_text"] }}
11
+            </button>
12
+
18 13
         </div>
14
+
15
+        {{ home_field[0]["hero_video"]}}
19 16
         <video width="100%" autoplay muted loop playsinline>
20
-            <source src="../assets/video/4010187-hd_1366_720_50fps.mp4" type="video/mp4">
17
+            <source src='../assets/video/4010187-hd_1366_720_50fps.mp4' type="video/mp4">
21 18
             Your browser does not support the video tag.
22 19
         </video>
23 20
 
21
+        {{ /home_field[0]["hero_video"]}}
22
+
23
+
24 24
     </div>
25 25
 </div>
26 26
 
27 27
 <!-- Product Features Section -->
28 28
 <section class="section features bg-white px-6">
29
+
29 30
     <h1 class="text-center text-highlight">The ultimate integration platform behind every connection</h1>
30 31
     <div class="d-flex flex-row justify-content-evenly" style="margin-bottom: 124px;">
31 32
         <div class="amics-logo">
@@ -49,41 +50,79 @@
49 50
         help organizations efficiently<br />
50 51
         manage employee data and streamline HR operations.</h5>
51 52
 
52
-    <div class="d-flex flex-row flex-wrap" style="gap:20px;margin-bottom: 115px;">
53
-        <div class="card flex-grow-1" style="width: 18rem;">
54
-            <img src="../assets/images/wallpaper2.jpg" class="card-img-top" style="margin-bottom: 45px;" alt="...">
53
+    <div class="row feature-container">
54
+
55
+        <div class="col-12 col-md-4 feature">
56
+            <img src="../assets/images/wallpaper2.jpg" alt="...">
55 57
             <div class="card-body">
56 58
                 <h5 class="card-title fw-bolder">Attendance Management</h5>
57 59
                 <p class="card-text text-secondary2">Allow staff to keep track of their working hours using fingerprint,
58 60
                     facial recognition and magnetic card readers.</p>
59 61
             </div>
60 62
         </div>
61
-        <div class="card flex-grow-1" style="width: 18rem;">
62
-            <img src="../assets/images/wallpaper4.jpg" class="card-img-top" style="margin-bottom: 45px;" alt="...">
63
+
64
+        <div class="col-12 col-md-4 feature">
65
+            <img src="../assets/images/wallpaper2.jpg" alt="...">
63 66
             <div class="card-body">
64
-                <h5 class="card-title fw-bolder">Absence and Leave Management</h5>
65
-                <p class="card-text text-secondary2">Some quick example text to build on the card title and make up the
66
-                    bulk of the
67
-                    card's content.</p>
67
+                <h5 class="card-title fw-bolder">Attendance Management</h5>
68
+                <p class="card-text text-secondary2">Allow staff to keep track of their working hours using fingerprint,
69
+                    facial recognition and magnetic card readers.</p>
68 70
             </div>
69 71
         </div>
70
-        <div class="card flex-grow-1" style="width: 18rem;">
71
-            <img src="../assets/images/wallpaper6.jpg" class="img-fluid card-img-top"
72
-                style="height: 100%;object-fit:cover;margin-bottom: 45px;" alt="...">
72
+
73
+        <div class="col-12 col-md-4 feature">
74
+            <img src="../assets/images/wallpaper2.jpg" alt="...">
73 75
             <div class="card-body">
74
-                <h5 class="card-title fw-bolder">Self-services (Employee)</h5>
75
-                <p class="card-text text-secondary2">Some quick example text to build on the card title and make up the
76
-                    bulk of the
77
-                    card's content.</p>
76
+                <h5 class="card-title fw-bolder">Attendance Management</h5>
77
+                <p class="card-text text-secondary2">Allow staff to keep track of their working hours using fingerprint,
78
+                    facial recognition and magnetic card readers.</p>
78 79
             </div>
79 80
         </div>
80 81
 
81 82
     </div>
82 83
 
83
-    <div class="d-flex">
84
-        <button type="button" class="btn-amics fw-bold mx-auto">Explore More</button>
84
+    <div class="collapse" id="moreFeature">
85
+        <div class="row feature-container">
86
+
87
+            <div class="col-12 col-md-4 feature">
88
+                <img src="../assets/images/wallpaper2.jpg" alt="...">
89
+                <div class="card-body">
90
+                    <h5 class="card-title fw-bolder">Attendance Management</h5>
91
+                    <p class="card-text text-secondary2">Allow staff to keep track of their working hours using
92
+                        fingerprint,
93
+                        facial recognition and magnetic card readers.</p>
94
+                </div>
95
+            </div>
96
+
97
+            <div class="col-12 col-md-4 feature">
98
+                <img src="../assets/images/wallpaper2.jpg" alt="...">
99
+                <div class="card-body">
100
+                    <h5 class="card-title fw-bolder">Attendance Management</h5>
101
+                    <p class="card-text text-secondary2">Allow staff to keep track of their working hours using
102
+                        fingerprint,
103
+                        facial recognition and magnetic card readers.</p>
104
+                </div>
105
+            </div>
106
+
107
+            <div class="col-12 col-md-4 feature">
108
+                <img src="../assets/images/wallpaper2.jpg" alt="...">
109
+                <div class="card-body">
110
+                    <h5 class="card-title fw-bolder">Attendance Management</h5>
111
+                    <p class="card-text text-secondary2">Allow staff to keep track of their working hours using
112
+                        fingerprint,
113
+                        facial recognition and magnetic card readers.</p>
114
+                </div>
115
+            </div>
116
+
117
+        </div>
85 118
     </div>
86 119
 
120
+
121
+
122
+    <button type="button" class="btn-amics fw-bold mx-auto" data-bs-toggle="collapse" data-bs-target="#moreFeature">
123
+        Explore More
124
+    </button>
125
+
87 126
 </section>
88 127
 
89 128
 <section class="section2 features">
@@ -97,7 +136,8 @@
97 136
         <h2 class="text-start text-highlight3">Streamline System Elevation for
98 137
             thousands of Applications Every day</h2>
99 138
         <h5 class="text-start text-md-end text-highlight4 mx-auto">Elevate your investor relations
100
-            strategy with our specialized software. Manage investment<br /> applications, registration, and communication with
139
+            strategy with our specialized software. Manage investment<br /> applications, registration, and
140
+            communication with
101 141
             stakeholders in a streamlined and<br /> compliant manner, ensuring transparency and trust.</h5>
102 142
 
103 143
         <div class="row d-none d-lg-flex">
@@ -141,7 +181,8 @@
141 181
         Land and Estate management system
142 182
     </h1>
143 183
 
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>
184
+    <h2 class="text-secondary text-start text-md-end" style="text-align: center;margin-bottom: 45px;">Find “Hide and
185
+        Seek” </br> files in no time</h2>
145 186
 
146 187
     <h5 class="text-start text-secondary" style="margin-bottom: 110px;">Customisable system that is designed to refine
147 188
         and optimise the management of real estate properties. One of the many features of this module is it captures
@@ -191,35 +232,235 @@
191 232
 
192 233
 <section class="section5 features bg-white px-6">
193 234
 
194
-    <div class="row">
235
+    <div class="row text-center">
195 236
 
196 237
         <div class="col-12 col-md-3 mx-auto">
197
-            <img src="https://st.depositphotos.com/1144472/2003/i/950/depositphotos_20030237-stock-photo-cheerful-young-man-over-white.jpg"
198
-                class="card-img-top" alt="...">
238
+            <img class="main-img" src="../assets/images/logo-invest-pahang.jpg" alt="...">
199 239
         </div>
200 240
 
201
-        <div class="col-12 col-md-7 mx-auto d-flex flex-column">
202
-            <div class="my-auto d-flex" style="flex-direction: column;">
203
-                <i class="bi bi-quote text-primary2" style="font-size: 45px;"></i>
204
-                <h5 class="text-dark mb-3">Pn Haslina Bahasan <span class="text-secondary2">(Chief Executive
205
-                        Officer)</span> </h5>
206
-                <p style="font-style: italic;">“With the Digital Suite, it improves and streamlines the<br />
207
-                    investment process. Filtering in choosing good investors<br /> is easier. Subsequently, it increases
208
-                    revenue for the<br /> state.”</p>
241
+        <h2 class="title">INVEST PAHANG</h2>
242
+
243
+        <h3 class="mx-auto quote">“With the Digital Suite, the investment process is improved and streamlined. Filtering
244
+            and choosing good investors is easier. Subsequently, it increases revenue for the state.”</h3>
245
+
246
+    </div>
247
+
248
+</section>
249
+
250
+<section class="pricing-section1 features bg-white px-6">
251
+
252
+    <div class="d-flex flex-column flex-md-row justify-content-center mb-5" style="gap: 50px;">
253
+        <div class="text-end">
254
+            <h2>Plans & Pricng</h2>
255
+            <h5 class="text-primary2">Nemo enim ipsam</h5>
256
+        </div>
257
+        <div class="text-end d-flex">
258
+            <h5 class="m-0 my-auto text-secondary2">Nemo enim ipsam voluptatem quia voluptas sit</br> aspernatur aut
259
+                odit aut fugit.</h5>
260
+        </div>
261
+    </div>
262
+
263
+    <div class="d-flex flex-column flex-md-row container-fluid px-6" style="gap: 35px;">
264
+        <div>
265
+            <div class="pricing-card p-5">
266
+                <h5 class="" style="font-weight: 500;">Professional</h5>
267
+                <hr class="my-4">
268
+                </hr>
269
+                <ul>
270
+                    <li>Lorem Ipsum Dolor</li>
271
+                    <li>Lorem Ipsum Dolor</li>
272
+                    <li>Lorem Ipsum Dolor</li>
273
+                    <li>Lorem Ipsum Dolor</li>
274
+                </ul>
275
+                <hr class="my-4">
276
+                </hr>
277
+                <p class="pricepoint">
278
+                    <span class="text-secondary fw-bold">RM 99.90</span> /
279
+                    <span class="text-secondary2 fw-bold me-2">Month</span>
280
+                    <button type="button" class="btn-amics-small fw-bold mx-auto" style="color: #000;">Start Free
281
+                        Trial</button>
282
+                </p>
283
+                <video width="400%" class="position-absolute" autoplay muted loop playsinline
284
+                    style="filter: brightness(50%); top:0; left:0; z-index: -1;">
285
+                    <source src="https://www.w3schools.com/html/mov_bbb.mp4" type="video/mp4">
286
+                    Your browser does not support the video tag.
287
+                </video>
288
+            </div>
289
+        </div>
290
+        <div>
291
+            <div class="pricing-card middle p-5">
292
+                <h5 class="" style="font-weight: 500;">Professional</h5>
293
+                <hr class="my-4">
294
+                </hr>
295
+                <ul>
296
+                    <li>Lorem Ipsum Dolor</li>
297
+                    <li>Lorem Ipsum Dolor</li>
298
+                    <li>Lorem Ipsum Dolor</li>
299
+                    <li>Lorem Ipsum Dolor</li>
300
+                </ul>
301
+                <hr class="my-4">
302
+                </hr>
303
+                <p class="pricepoint">
304
+                    <span class="text-secondary fw-bold">RM 99.90</span> /
305
+                    <span class="text-secondary2 fw-bold me-2">Month</span>
306
+                    <button type="button" class="btn-amics-small fw-bold mx-auto" style="color: #000;">Start Free
307
+                        Trial</button>
308
+                </p>
309
+                <video width="400%" class="position-absolute" autoplay muted loop playsinline
310
+                    style="filter: brightness(50%); top:0; left:0; z-index: -1;">
311
+                    <source src="https://www.w3schools.com/html/mov_bbb.mp4" type="video/mp4">
312
+                    Your browser does not support the video tag.
313
+                </video>
209 314
             </div>
315
+        </div>
316
+        <div>
317
+            <div class="pricing-card p-5">
318
+                <h5 class="" style="font-weight: 500;">Professional</h5>
319
+                <hr class="my-4">
320
+                </hr>
321
+                <ul>
322
+                    <li>Lorem Ipsum Dolor</li>
323
+                    <li>Lorem Ipsum Dolor</li>
324
+                    <li>Lorem Ipsum Dolor</li>
325
+                    <li>Lorem Ipsum Dolor</li>
326
+                </ul>
327
+                <hr class="my-4">
328
+                </hr>
329
+                <p class="pricepoint">
330
+                    <span class="text-secondary fw-bold">RM 99.90</span> /
331
+                    <span class="text-secondary2 fw-bold me-2">Month</span>
332
+                    <button type="button" class="btn-amics-small fw-bold mx-auto" style="color: #000;">Start Free
333
+                        Trial</button>
334
+                </p>
335
+                <video width="400%" class="position-absolute" autoplay muted loop playsinline
336
+                    style="filter: brightness(50%); top:0; left:0; z-index: -1;">
337
+                    <source src="https://www.w3schools.com/html/mov_bbb.mp4" type="video/mp4">
338
+                    Your browser does not support the video tag.
339
+                </video>
340
+            </div>
341
+        </div>
342
+    </div>
343
+
344
+    <div class="container-fluid d-flex position-relative mt-5 px-6">
345
+
346
+        <div class="d-flex flex-column flex-md-row container-fluid p-0" style="gap:20px">
347
+
348
+            <div class="flex-grow-1 position-relative">
349
+                <input id="pricng-email-input2" type="text" class="form-control" placeholder="Pay Monthly">
350
+                <button type="button" class="btn-amics-small fw-bold mx-auto position-absolute"
351
+                    style="top: 2.5px;right: 2px;color: #000;">Pay Yearly (Save RM 30)</button>
352
+            </div>
353
+
354
+            <div class="px-5">
355
+                <p class="text-secondary2 text-start p-small m-0">*Yearly discount available on select plans Prices may
356
+                    vary by your store location.</p>
357
+            </div>
358
+
359
+            <button type="button" class="btn-amics-small fw-bold mx-auto" style="background-color: #D4AF37;">Full List
360
+                of Feature</button>
361
+
362
+
363
+        </div>
210 364
 
211
-            <div class="d-flex flex-row" style="gap:30px">
212
-                <button class="btn btn-white round-btn shadow">
213
-                    <i class="bi bi-chevron-left" style="font-size: 20px;"></i>
214
-                </button>
215
-                <h3 class="my-auto">1</h3>
216
-                <button class="btn btn-white round-btn shadow" style="font-size: 20px;">
217
-                    <i class="bi bi-chevron-right"></i>
218
-                </button>
365
+    </div>
366
+
367
+
368
+
369
+</section>
370
+
371
+<section class="pricing-section2" style="background-image: linear-gradient(to right, #FFF , #EAEAEA);">
372
+    <div class="px-6 py-5"
373
+        style="padding-top:130px;border-radius: 140px 140px 0 0;transform: translateY(1.5%);background: #EAEAEA">
374
+        <h2 class="text-end" style="margin-bottom: 50px;">
375
+            What every plans you get
376
+        </h2>
377
+
378
+        <p class="text-start text-secondary2 mx-auto" style="width: 100%;margin-bottom: 50px;">Sed ut perspiciatis unde
379
+            omnis iste natus error sit voluptatem accusantium </br> doloremque laudantium, totam rem aperiam.</p>
380
+
381
+        <div class="d-flex mb-5">
382
+            <button type="button" class="btn-amics-small fw-bold ms-auto" style="color:#000">Start Free Trial</button>
383
+        </div>
384
+
385
+        <div class="d-flex flex-column flex-md-row">
386
+            <div class="p-2">
387
+                <div class="plan-feature-card">
388
+                    <i class="bi bi-moon-stars-fill" style="font-size: 50px;"></i>
389
+                    <p class="p-small fw-bold">Lorem Ipsum</p>
390
+                    <p class="p-small text-secondary2">Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed</p>
391
+                </div>
219 392
             </div>
393
+            <div class="p-2">
394
+                <div class="plan-feature-card">
395
+                    <i class="bi bi-moon-stars-fill" style="font-size: 50px;"></i>
396
+                    <p class="p-small fw-bold">Lorem Ipsum</p>
397
+                    <p class="p-small text-secondary2">Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed</p>
398
+                </div>
399
+            </div>
400
+            <div class="p-2">
401
+                <div class="plan-feature-card">
402
+                    <i class="bi bi-moon-stars-fill" style="font-size: 50px;"></i>
403
+                    <p class="p-small fw-bold">Lorem Ipsum</p>
404
+                    <p class="p-small text-secondary2">Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed</p>
405
+                </div>
406
+            </div>
407
+            <div class="p-2">
408
+                <div class="plan-feature-card">
409
+                    <i class="bi bi-moon-stars-fill" style="font-size: 50px;"></i>
410
+                    <p class="p-small fw-bold">Lorem Ipsum</p>
411
+                    <p class="p-small text-secondary2">Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed</p>
412
+                </div>
413
+            </div>
414
+            <div class="p-2">
415
+                <div class="plan-feature-card">
416
+                    <i class="bi bi-moon-stars-fill" style="font-size: 50px;"></i>
417
+                    <p class="p-small fw-bold">Lorem Ipsum</p>
418
+                    <p class="p-small text-secondary2">Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed</p>
419
+                </div>
420
+            </div>
421
+        </div>
220 422
 
423
+    </div>
424
+</section>
221 425
 
426
+<section class="pricing-section3">
427
+    <div class="trial-banner bg-dark">
428
+        <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%);
429
+">
430
+            <h3>START YOUR FREE TRIAL NOW <i class="bi bi-arrow-right-circle ms-2"></i></h3>
431
+            <h3>START YOUR FREE TRIAL NOW <i class="bi bi-arrow-right-circle ms-2"></i></h3>
432
+            <h3>START YOUR FREE TRIAL NOW <i class="bi bi-arrow-right-circle ms-2"></i></h3>
222 433
         </div>
434
+
223 435
     </div>
436
+</section>
224 437
 
438
+<section class="pricing-section4">
439
+    <div class="px-6">
440
+        <h5 class="text-primary2 text-end">Subscription</h5>
441
+        <h1 class="text-end" style="margin-bottom: 20px;">Everything you need to</br> sell online, all in one place.
442
+        </h1>
443
+        <p class="text-secondary2 text-end" style="margin-bottom: 100px;">Whether you’re building a website, managing
444
+            inventory, or responding </br>to customers, you can do it all with AIMS.
445
+        </p>
446
+        <div class="row" style="margin-bottom: 70px;">
447
+
448
+            <div class="col-12 col-md-6">
449
+                <p class="text-secondary2 p-small">
450
+                    Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut
451
+                    labore et dolore magna aliquyam erat, sed diam voluptua.
452
+                </p>
453
+            </div>
454
+
455
+            <div class="col-12 col-md-6">
456
+                <div class="flex-grow-1 position-relative">
457
+                    <input id="pricng-email-input2" type="text" class="form-control"
458
+                        placeholder="Enter Your Email Address">
459
+                    <button type="button" class="btn-amics-small fw-bold mx-auto position-absolute"
460
+                        style="top: 2.5px;right: 2px;color: #000;">Start Free Trial</button>
461
+                </div>
462
+            </div>
463
+
464
+        </div>
465
+    </div>
225 466
 </section>

+ 3
- 2
resources/views/layout.antlers.html View File

@@ -8,12 +8,13 @@
8 8
     <title>{{ title ?? site:name }}</title>
9 9
     <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet"
10 10
         integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
11
-        <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons/font/bootstrap-icons.css">
11
+    <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons/font/bootstrap-icons.css">
12
+    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css" />
12 13
     <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js"
13 14
         integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"
14 15
         defer></script>
15 16
 
16
-        {{ vite src="resources/js/site.js|resources/css/site.css" }}
17
+    {{ vite src="resources/js/site.js|resources/css/site.css" }}
17 18
 
18 19
 </head>
19 20
 

+ 12
- 27
resources/views/partials/footer.antlers.html View File

@@ -3,33 +3,17 @@
3 3
   <div class="footer-inner">
4 4
     <div class="px-1 px-5">
5 5
       <div class="row mx-auto footer-menu-container">
6
-        <div class="col-md-2 col-6 footer-column">
7
-          <h5>Solution</h5>
8
-          <ul>
9
-            <li><a href="#">Pricing</a></li>
10
-            <li><a href="#">Customer service</a></li>
11
-            <li><a href="#">Employee Service</a></li>
12
-            <li><a href="#">Zendesk for sales</a></li>
13
-            <li><a href="#">Integrations</a></li>
14
-            <li><a href="#">System Status</a></li>
15
-            <li><a href="#">Sign in</a></li>
16
-          </ul>
17
-        </div>
18 6
 
19
-        <div class="col-md-2 col-6 mx-auto footer-column">
20
-          <h5>Pricing</h5>
21
-          <ul>
22
-            <li><a href="#">Messaging</a></li>
23
-            <li><a href="#">AI automations</a></li>
24
-            <li><a href="#">AI agents</a></li>
25
-            <li><a href="#">Advance data</a></li>
26
-            <li><a href="#">Help center</a></li>
27
-            <li><a href="#">Ticketing</a></li>
28
-            <li><a href="#">Knowledge base</a></li>
29
-          </ul>
7
+        <div class="col-md-4 col-12 footer-column">
8
+          <h5>Address</h5>
9
+          <p class="p-address">Address: 22-3, Jalan Wangsa Delima 10 </br>
10
+            Wangsa Maju, 53300 Kuala Lumpur, Wilayah </br>
11
+            Persekutuan Kuala Lumpur
12
+          </p>
30 13
         </div>
14
+
31 15
         <!-- Column 3 -->
32
-        <div class="col-md-2 col-6 mx-auto footer-column">
16
+        <div class="col-md-2 col-12 mx-auto footer-column">
33 17
           <h5>Resource</h5>
34 18
           <ul>
35 19
             <li><a href="#">Security</a></li>
@@ -42,7 +26,7 @@
42 26
           </ul>
43 27
         </div>
44 28
         <!-- Column 4 -->
45
-        <div class="col-md-2 col-6 mx-auto footer-column">
29
+        <div class="col-md-2 col-12 mx-auto footer-column">
46 30
           <h5>Enterprise</h5>
47 31
           <ul>
48 32
             <li><a href="#">About Us</a></li>
@@ -55,7 +39,7 @@
55 39
           </ul>
56 40
         </div>
57 41
         <!-- Column 5 -->
58
-        <div class="col-md-2 col-6 mx-0 mx-md-auto footer-column">
42
+        <div class="col-md-2 col-12 mx-0 mx-md-auto footer-column">
59 43
           <h5>What's New</h5>
60 44
           <ul>
61 45
             <li><a href="#">Product updates</a></li>
@@ -99,4 +83,5 @@
99 83
 
100 84
     </div>
101 85
   </div>
102
-</div>
86
+</div>
87
+

+ 1
- 11
resources/views/partials/navbar.antlers.html View File

@@ -12,16 +12,6 @@
12 12
         <li class="nav-item">
13 13
           <a class="nav-link active" aria-current="page" href="/pricing">Pricing</a>
14 14
         </li>
15
-        <li class="nav-item dropdown">
16
-          <a class="nav-link dropdown-toggle" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false">
17
-            Resources
18
-          </a>
19
-          <ul class="dropdown-menu">
20
-            <li><a class="dropdown-item" href="#">Action</a></li>
21
-            <li><a class="dropdown-item" href="#">Another action</a></li>
22
-            <li><a class="dropdown-item" href="#">Something else here</a></li>
23
-          </ul>
24
-        </li>
25 15
         <li class="nav-item dropdown">
26 16
           <a class="nav-link dropdown-toggle" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false">
27 17
             Whats' new
@@ -33,7 +23,7 @@
33 23
           </ul>
34 24
         </li>
35 25
         <li class="nav-item">
36
-          <a class="nav-link text-decoration-underline" aria-current="page" href="/contact">Start Free Trial</a>
26
+          <a class="nav-link text-decoration-underline" aria-current="page" href="/register">Start Free Trial</a>
37 27
         </li>
38 28
       </ul>
39 29
     </div>

+ 35
- 0
resources/views/register.antlers.html View File

@@ -0,0 +1,35 @@
1
+<section class="contact-section">
2
+    <div class="row m-0">
3
+        <div class="col-12 col-md-6 d-block d-md-none bg-contact">
4
+            <!-- Image -->
5
+        </div>
6
+        <div class="col-12 col-md-6 py-5 px-5 bg-white">
7
+            
8
+            <form class="contact-form bg-secondary-subtle rounded-5 py-5 px-3 px-md-5 my-1">
9
+                <h3 class="text-center text-md-start" style="margin-bottom: 70px;">Fill in your information</h3>
10
+                <div class="d-flex flex-column" style="margin-bottom: 10px;">
11
+                    <input type="text" placeholder="Your name">
12
+                    <input type="email" placeholder="Your email">
13
+                    <input type="text" placeholder="Phone no">
14
+                    <input type="text" placeholder="Company name">
15
+                </div>
16
+                <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;">
17
+                    <p class="p-small fw-bold text-center text-md-start"> Follow us now:</p>
18
+                    <div class="d-flex flex-row justify-content-center justify-content-md-start" style="gap: 20px;">
19
+                        <i class="bi bi-telephone-fill text-dark" style="font-size: 20px;"></i>
20
+                        <i class="bi bi-whatsapp text-dark" style="font-size: 20px;"></i>
21
+                        <i class="bi bi-envelope text-dark" style="font-size: 22px;"></i>
22
+                    </div>
23
+                </div>
24
+                <a href="https://demo.amics.com.my/admin/login">
25
+                    <button class="btn-submit">SUBMIT</button>
26
+                </a>
27
+                
28
+            </form>
29
+            
30
+        </div>
31
+        <div class="col-12 col-md-6 d-none d-md-block bg-contact">
32
+            <!-- Image -->
33
+        </div>
34
+    </div>
35
+</section>

Loading…
Cancel
Save