Przeglądaj źródła

Home page and shopping-cart

ananthvijay 2 lat temu
rodzic
commit
46ed462339
8 zmienionych plików z 1537 dodań i 232 usunięć
  1. 337
    5
      dist/Js/footer.js
  2. 6
    6
      dist/Js/navbar.js
  3. 110
    73
      dist/css/main.css
  4. 575
    20
      dist/html/pages/index.html
  5. 93
    70
      styles/base/_utilities.scss
  6. 294
    6
      styles/style.css
  7. 1
    1
      styles/style.css.map
  8. 121
    51
      styles/style.scss

+ 337
- 5
dist/Js/footer.js Wyświetl plik

@@ -1,6 +1,338 @@
1
-$(document).ready(function () {
2
-  // Footer Js
3
-  let footerHtml = `<footer class="container-fluid footer-wrapper"> <div class="footer-main-container "> <div class="footer-logo container"> <img src="../../assets/anwi logo-02.png" class="img-fluid " style="width: 100px;height: 100px;" alt="anwi"> </div><hr class="container-fluid text-white"> <div class="footer-content text-white "> <div class="container"> <div class="d-flex my-3"> <div class="col-lg-3 border-end col-lg-3 mx-3"> <h5>Products</h5> <ul class="list-inline"> <li>Servers</li><li>Storage</li><li>Network Switches</li><li>Network Cards</li><li>Servers</li><li>Storage</li><li>Network Switches</li><li>Network Cards</li><li>Servers</li><li>Storage</li><li>Network Switches</li><li>Network Cards</li></ul> </div><div class="col-lg-3 border-end col-lg-3 mx-3"> <h5>About</h5> <ul class="list-inline"> <li>About Us</li><li>Terms</li><li>Privacy</li><li>Careers</li><li>About Us</li><li>Terms</li><li>Privacy</li><li>Careers</li><li>Test1</li><li>Test1</li><li>Test1</li><li>Test1</li></ul> </div><div class="col-lg-3 border-end col-lg-3 mx-3"> <h5>Support</h5> <ul class="list-inline"> <li>Online Help</li><li>Customer Service</li><li>Shipping FAQ</li><li>Warranty</li><li>Bulk Orders</li></ul> </div><div class="col-lg-3"> <h5>Account</h5> <ul class="list-inline"> <li>My Shopping Cart</li><li>My Account</li></ul> <h6>Follow Us</h6> <ul class="list-inline"> <li> <ul class="d-flex list-inline"> <li><img src="" alt="logo"></li><li>Twitter</li></ul> </li><li> <ul class="d-flex list-inline"> <li><img src="" alt="logo"></li><li>Instagram</li></ul> </li><li> <ul class="d-flex list-inline"> <li><img src="" alt="logo"></li><li>Youtube</li></ul> </li><li> <ul class="d-flex list-inline"> <li><img src="" alt="logo"></li><li>Linkedin</li></ul> </li><li> <ul class="d-flex list-inline"> <li><img src="" alt="logo"></li><li>Facebook</li></ul> </li></ul> </div></div></div></div><hr class="container-fluid text-white"> <div class="footer-sub-content container"> <ul class="d-flex list-inline align-items-center text-white"> <li>Copyright © 2022 Anwisystems pvt ltd. All rights reserved.</li><li> <ul class="d-flex list-inline align-items-center ms-4"> <li>Privacy Policy</li><li class="mx-5">Terms of Use Sales</li><li>Policy</li></ul> </li></ul> </div></div></footer>`;
1
+$(document).ready(function() {
2
+    // Footer Js
3
+    let footerHtml = `<footer class="footer-wrapper sec-space-1">
4
+    <div class="aw-mobile-footer d-block d-sm-none">
5
+    <div class="accordion" id="accordionExample">
6
+    <div class="accordion-item">
7
+      <h2 class="accordion-header" id="headingOne">
8
+        <button class="accordion-button" type="button" data-bs-toggle="collapse" data-bs-target="#collapseOne" aria-expanded="true" aria-controls="collapseOne">
9
+        Products
10
+        </button>
11
+      </h2>
12
+      <div id="collapseOne" class="accordion-collapse collapse show" aria-labelledby="headingOne" data-bs-parent="#accordionExample">
13
+        <div class="accordion-body">
14
+        <ul class="list-inline ">
15
+        <li>Laptops</li>
16
+        <li>All-in-One</li>
17
+        <li>Monitors </li>
18
+        <li>Peripherals
19
+        </li>
20
+        <li>Desktops</li>
21
+        <li>Components</li>
22
+        <li>Network Switches
23
+        </li>
24
+        <li>Network Cards</li>
25
+        <li>Servers</li>
26
+        <li>Storage</li>
27
+        <li>Compact Workstations
28
+        </li>
29
+    </ul>
30
+        </div>
31
+      </div>
32
+    </div>
33
+    <div class="accordion-item">
34
+      <h2 class="accordion-header" id="headingTwo">
35
+        <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#collapseTwo" aria-expanded="false" aria-controls="collapseTwo">
36
+        Anwi
37
+        </button>
38
+      </h2>
39
+      <div id="collapseTwo" class="accordion-collapse collapse" aria-labelledby="headingTwo" data-bs-parent="#accordionExample">
40
+        <div class="accordion-body">
41
+        <ul class="list-inline">
42
+        <li>About Us</li>
43
+        <li>Contact Us</li>
44
+        <li>Quality Certification </li>
45
+        <li>Case Study</li>
46
+        <li>Terms </li>
47
+        <li>Privacy</li>
48
+        <li>Careers</li>
49
+    </ul>
50
+        </div>
51
+      </div>
52
+    </div>
53
+    <div class="accordion-item">
54
+      <h2 class="accordion-header" id="headingThree">
55
+        <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#collapseThree" aria-expanded="false" aria-controls="collapseThree">
56
+        User Centre
57
+        </button>
58
+      </h2>
59
+      <div id="collapseThree" class="accordion-collapse collapse" aria-labelledby="headingThree" data-bs-parent="#accordionExample">
60
+        <div class="accordion-body">
61
+        <ul class="list-inline">
62
+        <li>My Quotes</li>
63
+        <li>My Support</li>
64
+    </ul>
65
+        </div>
66
+      </div>
67
+    </div>
68
+    <div class="accordion-item">
69
+    <h2 class="accordion-header" id="headingFour">
70
+      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#collapseFour" aria-expanded="false" aria-controls="collapseFour">
71
+      Support
72
+      </button>
73
+    </h2>
74
+    <div id="collapseFour" class="accordion-collapse collapse" aria-labelledby="headingFour" data-bs-parent="#accordionExample">
75
+      <div class="accordion-body">
76
+      <ul class="list-inline">
77
+      <li>Contact Sales</li>
78
+      <li>Tech Support
79
+      </li>
80
+      <li>Help Centre
81
+      </li>
82
+      <li>Feedback</li>
83
+  </ul>
84
+      </div>
85
+    </div>
86
+  </div>
87
+    <div class="accordion-item">
88
+    <h2 class="accordion-header" id="headingFive">
89
+      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#collapseFive" aria-expanded="false" aria-controls="collapseFive">
90
+      Service
91
+      </button>
92
+    </h2>
93
+    <div id="collapseFive" class="accordion-collapse collapse" aria-labelledby="headingFive" data-bs-parent="#accordionExample">
94
+      <div class="accordion-body">
95
+      <ul class="list-inline">
96
+      <li>Payment Method
97
+      </li>
98
+      <li> Shipping &amp; Delivery
99
+      </li>
100
+      <li> Return Policy
101
+      </li>
102
+      <li>Product Warranty
103
+      </li>
104
+      <li>Online Help
105
+      </li>
106
+      <li> Bulk Orders</li>
107
+  </ul>
108
+      </div>
109
+    </div>
110
+  </div>
111
+    <div class="accordion-item">
112
+    <h2 class="accordion-header" id="headingSix">
113
+      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#collapseSix" aria-expanded="false" aria-controls="collapseSix">
114
+      Account
115
+      </button>
116
+    </h2>
117
+    <div id="collapseSix" class="accordion-collapse collapse" aria-labelledby="headingSix" data-bs-parent="#accordionExample">
118
+      <div class="accordion-body">
119
+      <ul class="list-inline">
120
+      <li>My Shopping Cart</li>
121
+      <li>My Account
122
+      </li>
123
+  </ul>
124
+      </div>
125
+    </div>
126
+  </div>
127
+    <div class="accordion-item">
128
+    <h2 class="accordion-header" id="headingSeven">
129
+      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#collapseSeven" aria-expanded="false" aria-controls="collapseSeven">
130
+      Follow Us
131
+      </button>
132
+    </h2>
133
+    <div id="collapseSeven" class="accordion-collapse collapse" aria-labelledby="headingSeven" data-bs-parent="#accordionExample">
134
+      <div class="accordion-body">
135
+      <ul class="list-inline">
136
+                                <li>
137
+                                    <ul class="d-flex
138
+                                            list-inline">
139
+                                        <li><img src="" alt="logo"></li>
140
+                                        <li>Twitter</li>
141
+                                    </ul>
142
+                                </li>
143
+                                <li>
144
+                                    <ul class="d-flex list-inline">
145
+                                        <li><img src="" alt="logo"></li>
146
+                                        <li>Instagram</li>
147
+                                    </ul>
148
+                                </li>
149
+                                <li>
150
+                                    <ul class="d-flex list-inline">
151
+                                        <li><img src="" alt="logo"></li>
152
+                                        <li>Youtube</li>
153
+                                    </ul>
154
+                                </li>
155
+                                <li>
156
+                                    <ul class="d-flex list-inline">
157
+                                        <li><img src="" alt="logo"></li>
158
+                                        <li>Linkedin</li>
159
+                                    </ul>
160
+                                </li>
161
+                                <li>
162
+                                    <ul class="d-flex list-inline">
163
+                                        <li><img src="" alt="logo"></li>
164
+                                        <li>Facebook</li>
165
+                                    </ul>
166
+                                </li>
167
+                            </ul>
4 168
 
5
-  $("#footer-head").html(footerHtml);
6
-});
169
+      </div>
170
+    </div>
171
+  </div>
172
+  </div>
173
+  </div>
174
+    <div class="footer-main-container d-none d-sm-block ">
175
+        <div class="footer-logo py-3
176
+                container"> <img src="../../assets/imgs/anwi-logo-2.png" class="img-fluid "  alt="anwi"> </div>
177
+        <hr class="container-fluid
178
+                text-white">
179
+        <div class="footer-content-main-container">
180
+            <div class="footer-content text-white position-relative ">
181
+                <div class="container">
182
+                    <div class="d-flex my-3">
183
+                        <div class="col-lg-3 border-end col-lg-3 mx-3">
184
+                            <h5 class="fw-bold">Products</h5>
185
+                            <ul class="list-inline ">
186
+                                <li>Laptops</li>
187
+                                <li>All-in-One</li>
188
+                                <li>Monitors </li>
189
+                                <li>Peripherals
190
+                                </li>
191
+                                <li>Desktops</li>
192
+                                <li>Components</li>
193
+                                <li>Network Switches
194
+                                </li>
195
+                                <li>Network Cards</li>
196
+                                <li>Servers</li>
197
+                                <li>Storage</li>
198
+                                <li>Compact Workstations
199
+                                </li>
200
+                            </ul>
201
+                        </div>
202
+                        <div class="col-lg-3 border-end col-lg-3
203
+                                mx-3">
204
+                            <h5 class="fw-bold">Anwi</h5>
205
+                            <ul class="list-inline">
206
+                                <li>About Us</li>
207
+                                <li>Contact Us</li>
208
+                                <li>Quality Certification </li>
209
+                                <li>Case Study</li>
210
+                                <li>Terms </li>
211
+                                <li>Privacy</li>
212
+                                <li>Careers</li>
213
+                            </ul>
214
+                            <h5 class="fw-bold">User Centre</h5>
215
+                            <ul class="list-inline">
216
+                                <li>My Quotes</li>
217
+                                <li>My Support</li>
218
+                            </ul>
219
+                        </div>
220
+                        <div class="col-lg-3 border-end col-lg-3
221
+                                mx-3">
222
+                            <h5 class="fw-bold">Support</h5>
223
+                            <ul class="list-inline">
224
+                                <li>Contact Sales</li>
225
+                                <li>Tech Support
226
+                                </li>
227
+                                <li>Help Centre
228
+                                </li>
229
+                                <li>Feedback</li>
230
+                            </ul>
231
+                            <h5 class="fw-bold">Service</h5>
232
+                            <ul class="list-inline">
233
+                                <li>Payment Method
234
+                                </li>
235
+                                <li> Shipping & Delivery
236
+                                </li>
237
+                                <li> Return Policy
238
+                                </li>
239
+                                <li>Product Warranty
240
+                                </li>
241
+                                <li>Online Help
242
+                                </li>
243
+                                <li> Bulk Orders</li>
244
+
245
+                            </ul>
246
+                        </div>
247
+                        <div class="col-lg-3 last-col-footer">
248
+                            <h5 class="fw-bold">Account</h5>
249
+                            <ul class="list-inline">
250
+                                <li>My Shopping Cart</li>
251
+                                <li>My Account
252
+                                </li>
253
+                            </ul>
254
+                            <h5 class="fw-bold">Follow Us</h5>
255
+                            <ul class="list-inline">
256
+                                <li>
257
+                                    <ul class="d-flex
258
+                                            list-inline">
259
+                                        <li><img src="" alt="logo"></li>
260
+                                        <li>Twitter</li>
261
+                                    </ul>
262
+                                </li>
263
+                                <li>
264
+                                    <ul class="d-flex list-inline">
265
+                                        <li><img src="" alt="logo"></li>
266
+                                        <li>Instagram</li>
267
+                                    </ul>
268
+                                </li>
269
+                                <li>
270
+                                    <ul class="d-flex list-inline">
271
+                                        <li><img src="" alt="logo"></li>
272
+                                        <li>Youtube</li>
273
+                                    </ul>
274
+                                </li>
275
+                                <li>
276
+                                    <ul class="d-flex list-inline">
277
+                                        <li><img src="" alt="logo"></li>
278
+                                        <li>Linkedin</li>
279
+                                    </ul>
280
+                                </li>
281
+                                <li>
282
+                                    <ul class="d-flex list-inline">
283
+                                        <li><img src="" alt="logo"></li>
284
+                                        <li>Facebook</li>
285
+                                    </ul>
286
+                                </li>
287
+                            </ul>
288
+                        </div>
289
+                    </div>
290
+                </div>
291
+                <div class="footer-rkt position-absolute bottom-0
292
+                        end-0 me-5">
293
+                    <img src="../../assets/imgs/Home/rocket-footer.png" alt="footer-rocket-img">
294
+                </div>
295
+            </div>
296
+        </div>
297
+        <hr class="container-fluid text-white">
298
+        <div class="footer-sub-content ">
299
+            <div class="container">
300
+                <div class="row g-0 py-4 align-items-center">
301
+                    <div class="col-md-5 text-white">
302
+                        <p class="mb-0">Copyright © 2022 Anwisystems pvt ltd. All rights reserved.</p>
303
+                    </div>
304
+                    <div class="col-md-2 text-white border-end
305
+                            text-center">
306
+                        <p class="mb-0">Privacy Policy</p>
307
+                    </div>
308
+                    <div class="col-md-2 text-white border-end ps-3
309
+                            text-center">
310
+                        <p class="mb-0"> Terms of Use Sales
311
+                        </p>
312
+                    </div>
313
+                    <div class="col-md-2 text-white ps-5">
314
+                        <p class="mb-0">Policy</p>
315
+                    </div>
316
+
317
+                    <!-- <ul class="d-flex mb-0
318
+                            list-inline align-items-center text-white">
319
+                        <li>Copyright © 2022 Anwisystems pvt ltd. All rights reserved.
320
+                        </li>
321
+                        <li>
322
+                            <ul class="d-flex list-inline
323
+                                    align-items-center
324
+                                    ms-4">
325
+                                <li>Privacy Policy</li>
326
+                                <li class="mx-5">Terms of Use Sales</li>
327
+                                <li>Policy</li>
328
+                            </ul>
329
+                        </li>
330
+                    </ul> -->
331
+                </div>
332
+            </div>
333
+        </div>
334
+    </div>
335
+</footer>`;
336
+
337
+    $("#footer-head").html(footerHtml);
338
+});

+ 6
- 6
dist/Js/navbar.js Wyświetl plik

@@ -1,8 +1,8 @@
1
-$(document).ready(function () {
1
+$(document).ready(function() {
2 2
     let navbarHtml = `<div class="biz-nav-wrapper">
3 3
     <nav class="navbar navbar-expand-lg bg-body-tertiary">
4 4
     <div class="container">
5
-    <a class="navbar-brand" href="./index.html"><img src="../assets/anwilogo-01.png" class="img-fluid" alt="Anwi-Logo"></a>
5
+    <a class="navbar-brand" href="./index.html"><img src="../../assets/imgs/anwi-logo-1.png" class="img-fluid" alt="Anwi-Logo"></a>
6 6
       <button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
7 7
         <span class="navbar-toggler-icon"></span>
8 8
       </button>
@@ -40,7 +40,7 @@ $(document).ready(function () {
40 40
     //  active-menu
41 41
     if (location.pathname != "/") {
42 42
         // Main Nav
43
-        $(".navbar-nav li a").each(function () {
43
+        $(".navbar-nav li a").each(function() {
44 44
             if (this.href === location.href) {
45 45
                 $(this).addClass("active");
46 46
                 if ($(this).parents().hasClass("nav-item")) {
@@ -61,7 +61,7 @@ $(document).ready(function () {
61 61
     }
62 62
 
63 63
     // Toggle Icon Change
64
-    $(".biz-nav-wrapper .navbar-toggler").click(function () {
64
+    $(".biz-nav-wrapper .navbar-toggler").click(function() {
65 65
         $(this).find(".navbar-toggler-icon,.navbar-close-icon").toggle("slow");
66 66
         $(".index-new").find(".navbar").toggleClass("bg-white");
67 67
     });
@@ -71,7 +71,7 @@ $(document).ready(function () {
71 71
         currentScrollTop = 0,
72 72
         navbar = $("#biz-main-nav");
73 73
 
74
-    $(window).scroll(function () {
74
+    $(window).scroll(function() {
75 75
         var a = $(window).scrollTop();
76 76
         var b = navbar.height();
77 77
         currentScrollTop = a;
@@ -93,7 +93,7 @@ $(document).ready(function () {
93 93
     var startchange = $(".main-body");
94 94
     var offset = startchange.offset();
95 95
     if (startchange.length) {
96
-        $(document).scroll(function () {
96
+        $(document).scroll(function() {
97 97
             scroll_start = $(this).scrollTop();
98 98
             if (scroll_start > offset.top) {
99 99
                 $(".index-new")

+ 110
- 73
dist/css/main.css Wyświetl plik

@@ -16,149 +16,186 @@ ORDER: Base + typography > general layout + grid > page layout > components
16 16
 1em = 16px
17 17
 */
18 18
 
19
+
19 20
 /* Orbitron */
21
+
20 22
 @font-face {
21
-  font-family: "Orbitron";
22
-  src: url("../assets/font/orbitron/Orbitron-Regular.ttf") format("truetype");
23
-  font-weight: 400;
24
-  font-style: normal;
23
+    font-family: "Orbitron";
24
+    src: url("../assets/font/orbitron/Orbitron-Regular.ttf") format("truetype");
25
+    font-weight: 400;
26
+    font-style: normal;
25 27
 }
28
+
26 29
 @font-face {
27
-  font-family: "Orbitron";
28
-  src: url("../assets/font/orbitron/Orbitron-Medium.ttf") format("truetype");
29
-  font-weight: 500;
30
-  font-style: normal;
30
+    font-family: "Orbitron";
31
+    src: url("../assets/font/orbitron/Orbitron-Medium.ttf") format("truetype");
32
+    font-weight: 500;
33
+    font-style: normal;
31 34
 }
35
+
32 36
 @font-face {
33
-  font-family: "Orbitron";
34
-  src: url("../assets/font/orbitron/Orbitron-SemiBold.ttf") format("truetype");
35
-  font-weight: 600;
36
-  font-style: normal;
37
+    font-family: "Orbitron";
38
+    src: url("../assets/font/orbitron/Orbitron-SemiBold.ttf") format("truetype");
39
+    font-weight: 600;
40
+    font-style: normal;
37 41
 }
42
+
38 43
 @font-face {
39
-  font-family: "Orbitron";
40
-  src: url("../assets/font/orbitron/Orbitron-Bold.ttf") format("truetype");
41
-  font-weight: 700;
42
-  font-style: normal;
44
+    font-family: "Orbitron";
45
+    src: url("../assets/font/orbitron/Orbitron-Bold.ttf") format("truetype");
46
+    font-weight: 700;
47
+    font-style: normal;
43 48
 }
49
+
50
+
44 51
 /* Orbitron end */
52
+
53
+
45 54
 /* Satoshi */
55
+
46 56
 @font-face {
47
-  font-family: "Satoshi";
48
-  src: url("../assets/font/satoshi/Satoshi-Regular.ttf") format("truetype");
49
-  font-weight: 400;
50
-  font-style: normal;
57
+    font-family: "Satoshi";
58
+    src: url("../assets/font/satoshi/Satoshi-Regular.ttf") format("truetype");
59
+    font-weight: 400;
60
+    font-style: normal;
51 61
 }
62
+
52 63
 @font-face {
53
-  font-family: "Satoshi";
54
-  src: url("../assets/font/satoshi/Satoshi-Medium.ttf") format("truetype");
55
-  font-weight: 500;
56
-  font-style: normal;
64
+    font-family: "Satoshi";
65
+    src: url("../assets/font/satoshi/Satoshi-Medium.ttf") format("truetype");
66
+    font-weight: 500;
67
+    font-style: normal;
57 68
 }
69
+
58 70
 @font-face {
59
-  font-family: "Satoshi";
60
-  src: url("../assets/font/satoshi/Satoshi-Bold.ttf") format("truetype");
61
-  font-weight: 700;
62
-  font-style: normal;
71
+    font-family: "Satoshi";
72
+    src: url("../assets/font/satoshi/Satoshi-Bold.ttf") format("truetype");
73
+    font-weight: 700;
74
+    font-style: normal;
63 75
 }
64 76
 
77
+
65 78
 /* Satoshi end */
79
+
66 80
 *,
67 81
 *::after,
68 82
 *::before {
69
-  margin: 0;
70
-  padding: 0;
71
-  box-sizing: inherit; 
72
-
73
-  font-family: "Orbitron" ,sans-serif;
83
+    margin: 0;
84
+    padding: 0;
85
+    box-sizing: inherit;
86
+    font-family: "Orbitron", sans-serif;
74 87
 }
75 88
 
76
-.satoshi_font{
77
-  font-family: "Satoshi", sans-serif;
89
+.satoshi_font {
90
+    font-family: "Satoshi", sans-serif;
78 91
 }
79 92
 
80 93
 html {
81
-  font-size: 100%; }
94
+    font-size: 100%;
95
+}
82 96
 
83 97
 body {
84
-  box-sizing: border-box; 
85
-  overflow-x: hidden;
98
+    box-sizing: border-box;
99
+    overflow-x: hidden;
86 100
 }
87
-  @media only screen and (max-width: 56.25em) {
101
+
102
+@media only screen and (max-width: 56.25em) {
88 103
     body {
89
-      padding: 0; } 
90
-  }
104
+        padding: 0;
105
+    }
106
+}
91 107
 
92 108
 .bg-green {
93
-  background-color: #3bb78f;
94
-  background: linear-gradient(90deg, #3bb78f 0%, #0bab64 35%, #3bb78f 100%); }
109
+    background-color: #3bb78f;
110
+    background: linear-gradient(90deg, #3bb78f 0%, #0bab64 35%, #3bb78f 100%);
111
+}
95 112
 
96 113
 .font-3 {
97
-  font-size: 3rem; }
114
+    font-size: 3rem;
115
+}
98 116
 
99 117
 .font-1_5 {
100
-  font-size: 2rem; }
118
+    font-size: 2rem;
119
+}
101 120
 
102 121
 .font-1_7 {
103
-  font-size: 1.7rem; }
122
+    font-size: 1.7rem;
123
+}
104 124
 
105 125
 .font-2 {
106
-  font-size: 2.2rem; }
126
+    font-size: 2.2rem;
127
+}
107 128
 
108 129
 .font-2_2 {
109
-  font-size: 2.2rem; }
130
+    font-size: 2.2rem;
131
+}
110 132
 
111 133
 .subtitle_1 {
112
-  font-size: 1.5rem; }
134
+    font-size: 1.5rem;
135
+}
113 136
 
114 137
 .gap-1 {
115
-  gap: 0.7rem; }
138
+    gap: 0.7rem;
139
+}
116 140
 
117 141
 .banner_heading_4 {
118
-  font-size: 3rem; }
142
+    font-size: 3rem;
143
+}
119 144
 
120 145
 .padding_top_14 {
121
-  padding-top: 14rem; }
146
+    padding-top: 14rem;
147
+}
122 148
 
123 149
 .padding_top_10 {
124
-  padding-top: 10rem; }
150
+    padding-top: 10rem;
151
+}
125 152
 
126 153
 .p-6 {
127
-  padding: 5rem; }
154
+    padding: 5rem;
155
+}
128 156
 
129 157
 .vh_60 {
130
-  height: 60vh; }
158
+    height: 60vh;
159
+}
131 160
 
132 161
 .vh-77 {
133
-  height: 77vh; }
162
+    height: 77vh;
163
+}
134 164
 
135 165
 .vh-85 {
136
-  height: 85vh; }
166
+    height: 85vh;
167
+}
137 168
 
138 169
 .vh-15 {
139
-  height: 15vh; }
170
+    height: 15vh;
171
+}
140 172
 
141 173
 .fw-600 {
142
-  font-weight: 600; }
174
+    font-weight: 600;
175
+}
143 176
 
144
-  .fw-700 {
145
-    font-weight: 700; }
177
+.fw-700 {
178
+    font-weight: 700;
179
+}
146 180
 
147 181
 .h-200p {
148
-  height: 200px; }
182
+    height: 200px;
183
+}
184
+
185
+
149 186
 /* button */
187
+
150 188
 .button_dark {
151
-  clip-path: polygon(75% 0, 86% 30%, 99% 66%, 100% 100%, 0 100%, 0 61%, 0 0);
152
-  padding-right: 1.7rem;
153
-  padding-bottom: 0.6rem;
154
-  padding-top: 0.6rem;
155
-  border-radius: 10px; }
156
-/* footer */
157
-.footer-wrapper {
158
-  background-color: rgb(0, 0, 0);
159
-  border-radius: 0 275px 0 0;
160
-  clip-path: polygon(100% 0%, 100% 0%, 81% 100%, 92% -95%, 100% 100%, 0 100%, 0% 70%, 0 0);
189
+    clip-path: polygon(75% 0, 86% 30%, 99% 66%, 100% 100%, 0 100%, 0 61%, 0 0);
190
+    padding-right: 1.7rem;
191
+    padding-bottom: 0.6rem;
192
+    padding-top: 0.6rem;
193
+    border-radius: 10px;
161 194
 }
195
+
196
+
197
+/* footer */
198
+
162 199
 .footer-wrapper li {
163
-  line-height: 2rem;
200
+    line-height: 2rem;
164 201
 }

+ 575
- 20
dist/html/pages/index.html Wyświetl plik

@@ -1,38 +1,593 @@
1 1
 <!DOCTYPE html>
2 2
 <html lang="en">
3 3
 
4
-  <head>
4
+<head>
5 5
     <meta charset="UTF-8" />
6 6
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
7 7
     <meta http-equiv="X-UA-Compatible" content="ie=edge" />
8 8
 
9
-    <link rel="stylesheet" href="../../../libs/bootstrap/css/bootstrap.min.css"
10
-      />
9
+    <link rel="stylesheet" href="../../../libs/bootstrap/css/bootstrap.min.css" />
11 10
     <link rel="stylesheet" href="./../../css/main.css" />
11
+    <link rel="stylesheet" href="../../../styles/style.css">
12
+    <link rel="stylesheet" href="../../../libs/Owlcarousel/Css/owl.carousel.min.css">
13
+    <link rel="stylesheet" href="../../../libs/Owlcarousel/Css/owl.theme.default.min.css">
12 14
     <title>Anwi</title>
13
-  </head>
14
-
15
-  <body>
16
-    <header>
17
-      <!-- navbar -->
18
-      <div id="navbar-head"></div>
19
-      <!-- end-navbar -->
20
-    </header>
21
-    <hr class="mx-5">
22
-    <main class="container">
23
-      <section>
24
-        <div>
25
-          <h1>banner space</h1>
26
-        </div>
27
-      </section>
15
+</head>
16
+
17
+<body>
18
+    <main class="home-main-container">
19
+        <section class="hero-banner">
20
+            <header>
21
+                <!-- navbar -->
22
+                <div id="navbar-head"></div>
23
+                <!-- end-navbar -->
24
+            </header>
25
+            <hr class="mx-5">
26
+            <!-- banner-start -->
27
+            <div class="container">
28
+                <section class="banner-wrapper ">
29
+                    <div class="banner-main-container">
30
+                        <div class="col-md-6 mt-7">
31
+                            <h5 class="mb-4">AIO24 - 1700N</h5>
32
+                            <h1 class="banner_heading_4 mb-4">All-in-One</h1>
33
+                            <h6 class="subtitle_1 mb-4">Extraordinary Performance and Unparalleled Flexibility</h6>
34
+                            <a class="btn btn-dark button_dark" href="#">Learn
35
+                                    More</a>
36
+                        </div>
37
+                    </div>
38
+                </section>
39
+                <section class="offer-main-sec py-2 mb-3">
40
+                    <div class="offer-sec bg-white shadow rounded ms-auto
41
+                            col-md-4">
42
+                        <p class="py-3 text-center satoshi_font">Flat <span class="fw-bold"> 4,500</span> Instant Discount with HDFC credit card</p>
43
+                    </div>
44
+                </section>
45
+            </div>
46
+        </section>
47
+        <!-- end-banner -->
48
+        <!-- partners -->
49
+        <section class="aw-partners sec-space-1">
50
+            <div class="container d-none d-sm-block">
51
+                <div class="row g-0 justify-content-center
52
+                        align-items-center px-4 text-center">
53
+                    <div class="col-md-3 sec-space-3"><img src="../../assets/imgs/Home/aw-partner-1.png" class="
54
+                                img-fluid" alt="partners-img"></div>
55
+                    <div class="col-md-3 sec-space-3"><img src="../../assets/imgs/Home/aw-partner-2.png" class="
56
+                                img-fluid" alt="partners-img"></div>
57
+                    <div class="col-md-3 sec-space-3"><img src="../../assets/imgs/Home/aw-partner-3.png" class="
58
+                                img-fluid" alt="partners-img"></div>
59
+                    <div class="col-md-3 sec-space-3"><img src="../../assets/imgs/Home/aw-partner-4.png" class="
60
+                                img-fluid" alt="partners-img"></div>
61
+
62
+                </div>
63
+            </div>
64
+            <div class="d-block d-sm-none">
65
+                <div class="d-flex g-0 justify-content-center
66
+                        align-items-center text-center">
67
+                    <div class="col-md-6 sec-space-3"><img src="../../assets/imgs/Home/moobile-partner-img-1.png" class="
68
+                                img-fluid" alt="partners-img"></div>
69
+                    <div class="col-md-6 ms-5 sec-space-3"><img src="../../assets/imgs/Home/moobile-partner-img-2.png" class="
70
+                                img-fluid" alt="partners-img"></div>
71
+                </div>
72
+                <div class="d-flex g-0 justify-content-center
73
+                        align-items-center text-center">
74
+                    <div class="col-md-6 sec-space-3 windows-icon-mb"><img src="../../assets/imgs/Home/moobile-partner-img-3.png" class="
75
+                                img-fluid" alt="partners-img"></div>
76
+                    <div class="col-md-6 ms-5 sec-space-3"><img src="../../assets/imgs/Home/moobile-partner-img-4.png" class="
77
+                                img-fluid" alt="partners-img"></div>
78
+                </div>
79
+            </div>
80
+        </section>
81
+        <section class="products-container sec-space-1">
82
+            <div class="products-main-container">
83
+                <div class="row g-0">
84
+                    <div class="col-md-6 consumer-prd position-relative"><img class="img-fluid" src="../../assets/imgs/Home/consumer-product.png" alt="consumer-product">
85
+                        <div class="product-heading position-absolute top-0
86
+                                w-100">
87
+                            <div class="d-flex align-items-center m-4">
88
+                                <span class="text-start">
89
+                                        <h4 class="text-white fw-bold">Consumer
90
+                                            Product</h4>
91
+                                    </span>
92
+                                <span class="text-end ms-auto">
93
+                                        <h5 class="text-white fw-bold"><svg
94
+                                                xmlns="http://www.w3.org/2000/svg"
95
+                                                width="45"
96
+                                                height="45"
97
+                                                fill="#fff" class="bi
98
+                                                bi-arrow-right-circle"
99
+                                                viewBox="0
100
+                                                0 16 16">
101
+                                                <path fill-rule="evenodd" d="M1
102
+                                                    8a7 7 0 1 0 14 0A7 7 0 0
103
+                                                    0 1 8zm15 0A8 8 0 1 1 0 8a8
104
+                                                    8 0 0 1 16 0zM4.5 7.5a.5.5
105
+                                                    0 0 0 0 1h5.793l-2.147
106
+                                                    2.146a.5.5 0 0 0
107
+                                                    .708.708l3-3a.5.5 0 0 0
108
+                                                    0-.708l-3-3a.5.5 0 1
109
+                                                    0-.708.708L10.293 7.5H4.5z"
110
+                                                    />
111
+                                                </svg></h5>
112
+                                        </span>
113
+                            </div>
114
+                        </div>
115
+                    </div>
116
+                    <div class="col-md-6 enterprise-prd
117
+                                position-relative"><img src="../../assets/imgs/Home/enterprise-product.png" alt="enterprise-product" class="img-fluid">
118
+                        <div class="product-heading position-absolute
119
+                                    bottom-0 w-100">
120
+                            <div class="d-flex align-items-center m-4">
121
+                                <span class="text-start">
122
+                                            <h4 class="text-white fw-bold">Enterprise
123
+                                                Product</h4>
124
+                                        </span>
125
+                                <span class="text-end ms-auto">
126
+                                            <h5 class="text-white
127
+                                                fw-bold"><svg
128
+                                                    xmlns="http://www.w3.org/2000/svg"
129
+                                                    width="45" height="45"
130
+                                                    fill="#fff" class="bi
131
+                                                    bi-arrow-right-circle"
132
+                                                    viewBox="0 0 16 16">
133
+                                                    <path fill-rule="evenodd"
134
+                                                        d="M1 8a7 7 0 1 0 14 0A7
135
+                                                        7 0
136
+                                                        0
137
+                                                        0 1 8zm15 0A8 8 0 1 1 0
138
+                                                        8a8 8 0 0 1 16 0zM4.5
139
+                                                        7.5a.5.5
140
+                                                        0 0 0 0 1h5.793l-2.147
141
+                                                        2.146a.5.5 0 0 0
142
+                                                        .708.708l3-3a.5.5 0 0 0
143
+                                                        0-.708l-3-3a.5.5 0 1
144
+                                                        0-.708.708L10.293
145
+                                                        7.5H4.5z" />
146
+                                                    </svg></h5>
147
+                                            </span>
148
+                            </div>
149
+                        </div>
150
+                    </div>
151
+                </div>
152
+            </div>
153
+            </div>
154
+        </section>
155
+        <!-- end-partners -->
156
+        <!-- features -->
157
+        <section class="main-features-container sec-space-1">
158
+            <div class="main-features-heading">
159
+                <div class="container ">
160
+                    <div class="justify-content-between
161
+                                align-items-center d-block d-sm-flex">
162
+                        <div class="col-md-6 mobile-text-center">
163
+                            <h1>Now</h1>
164
+                            <h1> <span class="fw-bold"> Presenting</span></h1>
165
+                        </div>
166
+                        <div class="col-md-6">
167
+                            <h5 class="satoshi_font fw-normal">Lorem ipsum dolor sit, amet consectetur adipisicing elit. Blanditiis repudiandae eos inventore necessitatibus rem nostrum placeat fugit repellat. Similique provident reprehenderit quas cupiditate.</h5>
168
+                        </div>
169
+                    </div>
170
+                    <div class="aw-main-features sec-space-1">
171
+                        <div class=" d-block d-sm-flex
172
+                                    justify-content-around">
173
+                            <div class="aw-main-features-toggle">
174
+                                <div class="aw-main-features-toggler-tab
175
+                                            d-none">
176
+                                    <div class="feature-sno">
177
+                                        <h3 class="border-bottom
178
+                                                    border-dark
179
+                                                    satoshi_font">
180
+                                            01
181
+                                        </h3>
182
+                                    </div>
183
+                                    <div class="aw-feature-name
184
+                                                satoshi_font">
185
+                                        <h5 class="satoshi_font">Advanced Cooling
186
+                                        </h5>
187
+                                    </div>
188
+                                </div>
189
+
190
+                                <div class="feature-bg-image
191
+                                            position-relative me-3" style="max-width: 30rem;">
192
+                                    <img src="https://mdbcdn.b-cdn.net/img/new/standard/city/053.webp" class="w-100" />
193
+                                    <div class="position-absolute
194
+                                                bottom-0 text-light w-100">
195
+                                        <p class="p-2 m-0">01.</p>
196
+                                        <div class="d-flex
197
+                                                    justify-content-between" style="background-color:
198
+                                                    rgba(0,
199
+                                                    0, 0, 0.5)">
200
+                                            <p class="p-2 m-0">Advanced Cooling
201
+                                            </p>
202
+                                            <button type="button" class="btn
203
+                                                        btn-primary
204
+                                                        rounded-0 satoshi_font">Learn
205
+                                                        More</button>
206
+                                        </div>
207
+                                    </div>
208
+                                </div>
209
+                            </div>
210
+                            <div class="bg-light p-3
211
+                                        aw-main-features-toggle">
212
+                                <div class="aw-main-features-toggler-tab">
213
+                                    <div class="feature-sno">
214
+                                        <h3 class="border-bottom
215
+                                                    border-dark
216
+                                                    satoshi_font">
217
+                                            02
218
+                                        </h3>
219
+                                    </div>
220
+                                    <div class="aw-feature-name
221
+                                                satoshi_font">
222
+                                        <h5 class="satoshi_font">The Neverless
223
+                                        </h5>
224
+                                    </div>
225
+                                </div>
226
+
227
+                                <div class="feature-bg-image
228
+                                            position-relative me-3 d-none" style="max-width: 30rem;">
229
+                                    <img src="https://mdbcdn.b-cdn.net/img/new/standard/city/053.webp" class="w-100" />
230
+                                    <div class="position-absolute
231
+                                                bottom-0 text-light w-100">
232
+                                        <p class="p-2 m-0">02.</p>
233
+                                        <div class="d-flex
234
+                                                    justify-content-between" style="background-color:
235
+                                                    rgba(0,
236
+                                                    0, 0, 0.5)">
237
+                                            <p class="p-2 m-0">The Neverless
238
+                                            </p>
239
+                                            <button type="button" class="btn
240
+                                                        btn-primary
241
+                                                        rounded-0 satoshi_font">Learn
242
+                                                        More</button>
243
+                                        </div>
244
+                                    </div>
245
+                                </div>
246
+                            </div>
247
+                            <div class="bg-light p-3
248
+                                        aw-main-features-toggle">
249
+                                <div class="aw-main-features-toggler-tab">
250
+                                    <div class="feature-sno">
251
+                                        <h3 class="border-bottom
252
+                                                    border-dark
253
+                                                    satoshi_font">
254
+                                            03
255
+                                        </h3>
256
+                                    </div>
257
+                                    <div class="aw-feature-name
258
+                                                satoshi_font">
259
+                                        <h5 class="satoshi_font">Graphene Colling
260
+                                        </h5>
261
+                                    </div>
262
+                                </div>
263
+
264
+                                <div class="feature-bg-image
265
+                                            position-relative me-3 d-none" style="max-width: 30rem;">
266
+                                    <img src="https://mdbcdn.b-cdn.net/img/new/standard/city/053.webp" class="w-100" />
267
+                                    <div class="position-absolute
268
+                                                bottom-0 text-light w-100">
269
+                                        <p class="p-2 m-0">03.</p>
270
+                                        <div class="d-flex
271
+                                                    justify-content-between" style="background-color:
272
+                                                    rgba(0,
273
+                                                    0, 0, 0.5)">
274
+                                            <p class="p-2 m-0">Graphene Colling
275
+                                            </p>
276
+                                            <button type="button" class="btn
277
+                                                        btn-primary
278
+                                                        rounded-0 satoshi_font">Learn
279
+                                                        More</button>
280
+                                        </div>
281
+                                    </div>
282
+                                </div>
283
+                            </div>
284
+                            <div class="bg-light p-3
285
+                                        aw-main-features-toggle">
286
+                                <div class="aw-main-features-toggler-tab">
287
+                                    <div class="feature-sno">
288
+                                        <h3 class="border-bottom
289
+                                                    border-dark
290
+                                                    satoshi_font">
291
+                                            04
292
+                                        </h3>
293
+                                    </div>
294
+                                    <div class="aw-feature-name
295
+                                                satoshi_font">
296
+                                        <h5 class="satoshi_font">Price that pays off
297
+                                        </h5>
298
+                                    </div>
299
+                                </div>
300
+
301
+                                <div class="feature-bg-image
302
+                                            position-relative me-3 d-none" style="max-width: 30rem;">
303
+                                    <img src="https://mdbcdn.b-cdn.net/img/new/standard/city/053.webp" class="w-100" />
304
+                                    <div class="position-absolute
305
+                                                bottom-0 text-light w-100">
306
+                                        <p class="p-2 m-0">04.</p>
307
+                                        <div class="d-flex
308
+                                                    justify-content-between" style="background-color:
309
+                                                    rgba(0,
310
+                                                    0, 0, 0.5)">
311
+                                            <p class="p-2 m-0">Price that pays off
312
+                                            </p>
313
+                                            <button type="button" class="btn
314
+                                                        btn-primary
315
+                                                        rounded-0 satoshi_font">Learn
316
+                                                        More</button>
317
+                                        </div>
318
+                                    </div>
319
+                                </div>
320
+                            </div>
321
+
322
+                        </div>
323
+                    </div>
324
+                </div>
325
+            </div>
326
+        </section>
327
+        <!-- end-features -->
328
+        <section class="star-products sec-space-1">
329
+            <div class="container">
330
+                <div class="what-make-us-diff-heading ">
331
+                    <h1 class="text-center">Our Star Products</h1>
332
+                </div>
333
+                <div class="owl-carousel owl-theme sec-space-1
334
+                            star-products-img-sec">
335
+                    <div class="item">
336
+                        <img src="../../assets/imgs/Home/product-1.png" alt="anwi-star-product">
337
+                    </div>
338
+                    <div class="item">
339
+                        <img src="../../assets/imgs/Home/product-2.png" alt="anwi-star-product">
340
+                    </div>
341
+                    <div class="item">
342
+                        <img src="../../assets/imgs/Home/product-3.png" alt="anwi-star-product">
343
+                    </div>
344
+                    <div class="item">
345
+                        <img src="../../assets/imgs/Home/product-1.png" alt="anwi-star-product">
346
+                    </div>
347
+                    <div class="item">
348
+                        <img src="../../assets/imgs/Home/product-2.png" alt="anwi-star-product">
349
+                    </div>
350
+                    <div class="item">
351
+                        <img src="../../assets/imgs/Home/product-3.png" alt="anwi-star-product">
352
+                    </div>
353
+                    <div class="item">
354
+                        <img src="../../assets/imgs/Home/product-1.png" alt="anwi-star-product">
355
+                    </div>
356
+                    <div class="item">
357
+                        <img src="../../assets/imgs/Home/product-2.png" alt="anwi-star-product">
358
+                    </div>
359
+                    <div class="item">
360
+                        <img src="../../assets/imgs/Home/product-3.png" alt="anwi-star-product">
361
+                    </div>
362
+                </div>
363
+            </div>
364
+        </section>
365
+        <!-- star-products-end -->
366
+        <!-- what make us different -->
367
+        <section class="what-make-us-diff-sec sec-space-1">
368
+            <div class="container">
369
+                <div class="what-make-us-diff-heading ">
370
+                    <h1 class="text-center">What Make us Different</h1>
371
+                </div>
372
+                <div class="row row-cols-1 row-cols-md-3 g-4
373
+                            sec-space-2">
374
+                    <div class="col">
375
+                        <div class="card h-100 border-0">
376
+                            <img src="../../assets/imgs/Home/dark-circle.png" class="img-fluid mx-auto w-25" alt="different-img-1">
377
+                            <div class="card-body">
378
+                                <h5 class="card-title text-center">Solution Focus
379
+                                </h5>
380
+                                <p class="card-text text-center
381
+                                            satoshi_font">This card has supporting text below as a natural lead-in to additional content.
382
+                                </p>
383
+                            </div>
384
+                        </div>
385
+                    </div>
386
+                    <div class="col">
387
+                        <div class="card h-100 border-0">
388
+                            <img src="../../assets/imgs/Home/dark-circle.png" class="img-fluid mx-auto w-25" alt="different-img-2">
389
+                            <div class="card-body">
390
+                                <h5 class="card-title text-center">Our People & Culture</h5>
391
+                                <p class="card-text text-center
392
+                                            satoshi_font">This card has supporting text below as a natural lead-in to additional content.
393
+                                </p>
394
+                            </div>
395
+                        </div>
396
+                    </div>
397
+                    <div class="col">
398
+                        <div class="card h-100 border-0">
399
+                            <img src="../../assets/imgs/Home/dark-circle.png" class="img-fluid mx-auto w-25" alt="different-img-3">
400
+                            <div class="card-body">
401
+                                <h5 class="card-title text-center">Design Lead Approch</h5>
402
+                                <p class="card-text text-center
403
+                                            satoshi_font">This card has supporting text below as a natural lead-in to additional content.
404
+                                </p>
405
+                            </div>
406
+                        </div>
407
+                    </div>
408
+                </div>
409
+            </div>
410
+        </section>
411
+        <!-- end-what make us different -->
412
+        <!-- out-of-world -->
413
+        <section class="out-of-world sec-space-1 ">
414
+            <div class="container">
415
+                <div class="card rounded-0">
416
+                    <div class="row g-0 align-items-center pt-4
417
+                                mobile-text-center">
418
+                        <div class="col-md-4 ms-auto">
419
+                            <div class="card-body text-white mb-5">
420
+                                <h1 class="card-title fw-700 ">Out of World
421
+                                </h1>
422
+                                <p class="card-text satoshi_font">Anwi Systems excels the performance with open hardware enabling customers to use memory and storage of their choices.
423
+                                </p>
424
+                                <a class="btn btn-light button_dark
425
+                                            satoshi_font fw-600" href="#">Learn
426
+                                            More</a>
427
+                            </div>
428
+                        </div>
429
+                        <div class="col-md-6 ms-auto">
430
+                            <img src="../../assets/imgs/Home/out-of-world.png" class="img-fluid rounded-start" alt="...">
431
+                        </div>
432
+                    </div>
433
+                </div>
434
+            </div>
435
+        </section>
436
+        <!-- end-out-of-world -->
437
+        <!-- support-sec -->
438
+        <section class="aw-support-sec">
439
+            <div class="container">
440
+                <div class="aw-support-sec-main-container pb-5
441
+                            position-relative">
442
+                    <div class="row g-0 mx-5">
443
+                        <div class="col-md-4 my-4 border-dark
444
+                                    border-end
445
+                                    ">
446
+                            <div class="support-sec-heading px-5">
447
+                                <p class="fw-bold"> Hassel-free Replacement
448
+                                </p>
449
+                                <small class="satoshi_font">10-day
450
+                                            easy
451
+                                            replacement policy
452
+                                            on
453
+                                            anwisystems.com</small>
454
+                            </div>
455
+                        </div>
456
+                        <div class="col-md-4 my-4 border-dark
457
+                                    border-end
458
+                                    ">
459
+                            <div class="support-sec-heading px-5">
460
+                                <p class="fw-bold"> Hassel-free Replacement
461
+                                </p>
462
+                                <small class="satoshi_font">10-day
463
+                                            easy
464
+                                            replacement policy
465
+                                            on
466
+                                            anwisystems.com</small>
467
+                            </div>
468
+                        </div>
469
+                        <div class="col-md-4 my-4">
470
+                            <div class="support-sec-heading px-5">
471
+                                <p class="fw-bold">100 % Secure Payments
472
+                                </p>
473
+                                <small class="satoshi_font">we
474
+                                            support
475
+                                            cards, Wallets, EMI
476
+                                            and Cash on Deliver</small>
477
+                            </div>
478
+                        </div>
479
+                    </div>
480
+                    <!-- news-letter -->
481
+                    <div class="news-letter-sec position-absolute
482
+                                w-100">
483
+                        <div class="row">
484
+                            <div class="card col-md-8 mx-auto py-2
485
+                                        rounded-0 shadow">
486
+                                <div class="card-body px-5">
487
+                                    <div class="align-items-center
488
+                                                d-block d-sm-flex
489
+                                                justify-content-center">
490
+                                        <div>
491
+                                            <h6 class="fw-bold">Sign Up to Our Newsletter</h2>
492
+                                        </div>
493
+                                        <div class="ms-auto">
494
+                                            <a class="btn btn-dark
495
+                                                        button_dark
496
+                                                        satoshi_font d-flex
497
+                                                        align-items-center
498
+                                                        fw-600"><input type="text" class="bg-transparent
499
+                                                            news-letter-email
500
+                                                            text-white
501
+                                                            border-0" placeholder="Email
502
+                                                            Address" /> <svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" fill="#fff" class="bi
503
+                                                            bi-arrow-right
504
+                                                            me-3" viewBox="0
505
+                                                            0 16 16">
506
+                                                            <path
507
+                                                                fill-rule="evenodd"
508
+                                                                d="M1 8a.5.5
509
+                                                                0 0
510
+                                                                1
511
+                                                                .5-.5h11.793l-3.147-3.146a.5.5
512
+                                                                0 0 1
513
+                                                                .708-.708l4
514
+                                                                4a.5.5 0 0 1
515
+                                                                0
516
+                                                                .708l-4
517
+                                                                4a.5.5 0
518
+                                                                0
519
+                                                                1-.708-.708L13.293
520
+                                                                8.5H1.5A.5.5
521
+                                                                0 0
522
+                                                                1 1 8z"/>
523
+                                                            </svg></a>
524
+                                        </div>
525
+                                    </div>
526
+                                </div>
527
+                            </div>
528
+                        </div>
529
+
530
+                    </div>
531
+                    <!-- end-news-letter -->
532
+                </div>
533
+            </div>
534
+        </section>
535
+        <!-- end-support-sec -->
28 536
     </main>
29 537
     <!-- footer -->
30
-    <div id="footer-head"></div>
538
+    <div id="footer-head" class="sec-space-1"></div>
31 539
     <!-- end-footer -->
32 540
     <script src="../../../libs/bootstrap/js/bootstrap.bundle.min.js"></script>
33 541
     <script src="../../js/jquery.min.js"></script>
542
+    <script src="../../../libs/Owlcarousel/Js/owl.carousel.min.js"></script>
34 543
     <script src="../../js/navbar.js"></script>
35 544
     <script src="../../js/footer.js"></script>
36
-  </body>
545
+    <script>
546
+        $('.owl-carousel.star-products-img-sec').owlCarousel({
547
+            loop: true,
548
+            margin: 10,
549
+            nav: true,
550
+            navText: ["<svg xmlns='http://www.w3.org/2000/svg' width='35' height='35' fill='#B8B8B8' class='bi bi-arrow-left-short' viewBox='0 0 16 16'> <path fill-rule='evenodd' d='M12 8a.5.5 0 0 1-.5.5H5.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L5.707 7.5H11.5a.5.5 0 0 1 .5.5z'/></svg>", "<svg xmlns='http://www.w3.org/2000/svg' width='35' height='35' fill='#B8B8B8' class='bi bi-arrow-right-short' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z'/> </svg>"],
551
+            responsive: {
552
+                0: {
553
+                    items: 1
554
+                },
555
+                600: {
556
+                    items: 3
557
+                },
558
+                1000: {
559
+                    items: 5
560
+                }
561
+            }
562
+        })
563
+        $(".aw-main-features-toggle").click(function() {
564
+            $('.feature-bg-image').addClass('d-none');
565
+            $(".aw-main-features-toggle").addClass('p-3 bg-light')
566
+            $('.aw-main-features-toggler-tab').removeClass('d-none');
567
+            let toggleTab = $(this).find('.feature-bg-image:visible').length
568
+            if (toggleTab) {
569
+                $(this).find('.feature-bg-image').addClass('d-none');
570
+                $(this).find('.feature-bg-image').animate({
571
+                    width: "toggle"
572
+                }, 500);
573
+            } else {
574
+                $(this).find('.aw-main-features-toggler-tab').addClass('d-none');
575
+                $(this).find('.feature-bg-image').removeClass('d-none')
576
+                $(this).find('.feature-bg-image').show();
577
+                if (window.width > 768) {
578
+                    $(this).find('.feature-bg-image').animate({
579
+                        width: "30rem"
580
+                    }, 500);
581
+                } else {
582
+                    $(this).find('.feature-bg-image').animate({
583
+                        width: "auto"
584
+                    }, 500);
585
+
586
+                }
587
+                $(this).removeClass('p-3 bg-light')
588
+            }
589
+        });
590
+    </script>
591
+</body>
37 592
 
38 593
 </html>

+ 93
- 70
styles/base/_utilities.scss Wyświetl plik

@@ -1,158 +1,181 @@
1 1
 // colors
2 2
 .bg-green {
3
-  background-color: #3bb78f;
4
-  background: linear-gradient(90deg, #3bb78f 0%, rgba(11, 171, 100, 1) 35%, rgba(59, 183, 143, 1) 100%);
3
+    background-color: #3bb78f;
4
+    background: linear-gradient(90deg, #3bb78f 0%, rgba(11, 171, 100, 1) 35%, rgba(59, 183, 143, 1) 100%);
5 5
 }
6 6
 
7
-.text-green-Awni{
8
-  color: #0A886A;
7
+.text-green-Awni {
8
+    color: #0A886A;
9 9
 }
10 10
 
11
-.orbitron_font{
12
-  font-family: 'Orbitron', sans-serif;
11
+.orbitron_font {
12
+    font-family: 'Orbitron', sans-serif;
13 13
 }
14 14
 
15 15
 // font size
16 16
 .font-3 {
17
-  font-size: 3rem;
17
+    font-size: 3rem;
18 18
 }
19
+
19 20
 .font-1_5 {
20
-  font-size: 2rem;
21
+    font-size: 2rem;
21 22
 }
22 23
 
23
-.font-1_7{
24
-  font-size: 1.7rem;
24
+.font-1_7 {
25
+    font-size: 1.7rem;
25 26
 }
26 27
 
27
-.font-2{
28
-  font-size: 2.2rem;
28
+.font-2 {
29
+    font-size: 2.2rem;
29 30
 }
30 31
 
31
-.font-2_2{
32
-  font-size: 2.2rem;
32
+.font-2_2 {
33
+    font-size: 2.2rem;
33 34
 }
34 35
 
35
-.font-2_7{
36
-  font-size: 2.7rem;
36
+.font-2_7 {
37
+    font-size: 2.7rem;
37 38
 }
38 39
 
39
-
40
-.font_4{
41
-  font-size: 4rem;
40
+.font_4 {
41
+    font-size: 4rem;
42 42
 }
43 43
 
44
-
45 44
 .subtitle_1 {
46
-  font-size: 1.5rem;
45
+    font-size: 1.5rem;
47 46
 }
48 47
 
49
-
48
+.gap-1 {
49
+    gap: 0.7rem;
50
+}
50 51
 
51 52
 .banner_heading_4 {
52
-  font-size: 3rem;
53
+    font-size: 3rem;
53 54
 }
54 55
 
55
-
56 56
 // padding
57
-
58 57
 .padding_top_14 {
59
-  padding-top: 14rem;
58
+    padding-top: 14rem;
60 59
 }
61 60
 
62
-.p-6{
63
-  padding:5rem;
61
+.p-6 {
62
+    padding: 5rem;
64 63
 }
65 64
 
66 65
 .padding_top_10 {
67
-  padding-top: 10rem; }
68
-
66
+    padding-top: 10rem;
67
+}
69 68
 
70 69
 // heights
71
-
72
-.h-10{
73
-  height: 10%;
70
+.h-10 {
71
+    height: 10%;
74 72
 }
75 73
 
76
-.h-15{
77
-  height: 15%;
74
+.h-15 {
75
+    height: 15%;
78 76
 }
79 77
 
80
-.h-20{
81
-  height: 20%;
78
+.h-20 {
79
+    height: 20%;
82 80
 }
83 81
 
84
-.h-30{
85
-  height: 30%;
82
+.h-30 {
83
+    height: 30%;
86 84
 }
87 85
 
88
-.h-33{
89
-  height: 33%;
86
+.h-33 {
87
+    height: 33%;
90 88
 }
91
-.h-34{
92
-  height: 34%;
89
+
90
+.h-34 {
91
+    height: 34%;
93 92
 }
94
-.h-35{
95
-  height: 35%;
93
+
94
+.h-35 {
95
+    height: 35%;
96 96
 }
97 97
 
98
-.h-40{
99
-  height: 40%;
98
+.h-40 {
99
+    height: 40%;
100 100
 }
101 101
 
102
-.vh_60{
103
-  height: 60vh;
102
+.vh_60 {
103
+    height: 60vh;
104 104
 }
105 105
 
106
-.vh-70{
107
-  height: 70vh;
106
+.vh-70 {
107
+    height: 70vh;
108 108
 }
109 109
 
110
-.vh-77{
111
-  height: 77vh;
110
+.vh-77 {
111
+    height: 77vh;
112 112
 }
113 113
 
114 114
 .vh-85 {
115
-  height: 85vh;
115
+    height: 85vh;
116 116
 }
117 117
 
118 118
 .vh-15 {
119
-  height: 15vh;
119
+    height: 15vh;
120 120
 }
121 121
 
122
-.h-700p{
123
-  height: 700px;
122
+.h-700p {
123
+    height: 700px;
124 124
 }
125 125
 
126
+// margin
127
+.mt-7 {
128
+    margin-top: 7rem;
129
+}
126 130
 
127 131
 // font weight
132
+.fw-600 {
133
+    font-weight: 600;
134
+}
128 135
 
129
-.fw-600{
130
-  font-weight: 600;
136
+.fw-700 {
137
+    font-weight: 700;
131 138
 }
132 139
 
140
+.h-200p {
141
+    height: 200px;
142
+}
143
+
144
+// spacing
145
+.sec-space-1 {
146
+    margin-top: 80px;
147
+}
133 148
 
134
-  .fw-700 {
135
-    font-weight: 700; }
149
+.sec-space-2 {
150
+    margin-top: 60px;
151
+}
136 152
 
153
+.sec-space-3 {
154
+    margin-top: 40px;
155
+}
137 156
 
138
-.h-200p{
139
-  height: 200px;
157
+.sec-space-4 {
158
+    margin-top: 20px;
140 159
 }
141 160
 
161
+.sec-space-5 {
162
+    margin-top: 0px;
163
+}
142 164
 
165
+.h-100p {
166
+    height: 100px;
167
+}
143 168
 
144 169
 // gap
145
-
146 170
 .gap-1 {
147
-  gap: 0.7rem;
171
+    gap: 0.7rem;
148 172
 }
149 173
 
150
-.gap-2{
151
-  gap:2rem
174
+.gap-2 {
175
+    gap: 2rem
152 176
 }
153 177
 
154 178
 // border-radius
155
-
156
-.br-1{
157
-  border-radius: 1rem;
179
+.br-1 {
180
+    border-radius: 1rem;
158 181
 }

+ 294
- 6
styles/style.css Wyświetl plik

@@ -78,6 +78,10 @@ body {
78 78
   font-size: 1.5rem;
79 79
 }
80 80
 
81
+.gap-1 {
82
+  gap: 0.7rem;
83
+}
84
+
81 85
 .banner_heading_4 {
82 86
   font-size: 3rem;
83 87
 }
@@ -150,6 +154,10 @@ body {
150 154
   height: 700px;
151 155
 }
152 156
 
157
+.mt-7 {
158
+  margin-top: 7rem;
159
+}
160
+
153 161
 .fw-600 {
154 162
   font-weight: 600;
155 163
 }
@@ -162,6 +170,30 @@ body {
162 170
   height: 200px;
163 171
 }
164 172
 
173
+.sec-space-1 {
174
+  margin-top: 80px;
175
+}
176
+
177
+.sec-space-2 {
178
+  margin-top: 60px;
179
+}
180
+
181
+.sec-space-3 {
182
+  margin-top: 40px;
183
+}
184
+
185
+.sec-space-4 {
186
+  margin-top: 20px;
187
+}
188
+
189
+.sec-space-5 {
190
+  margin-top: 0px;
191
+}
192
+
193
+.h-100p {
194
+  height: 100px;
195
+}
196
+
165 197
 .gap-1 {
166 198
   gap: 0.7rem;
167 199
 }
@@ -460,6 +492,214 @@ body {
460 492
   right: 700px;
461 493
 }
462 494
 
495
+/* home page */
496
+.button_dark.btn-dark {
497
+  background-color: #000000 !important;
498
+  font-family: "Satoshi", sans-serif;
499
+}
500
+
501
+.button_dark.btn-dark:hover {
502
+  background-color: #000000 !important;
503
+  font-family: "Satoshi", sans-serif;
504
+  opacity: 1 !important;
505
+}
506
+
507
+.home-main-container #navbar-head .navbar-nav .nav-item .nav-link {
508
+  color: #000000;
509
+  font-family: "Satoshi", sans-serif;
510
+}
511
+
512
+.hero-banner {
513
+  background-image: url(../../dist/assets/imgs/Home/banner.png);
514
+  background-size: cover;
515
+  background-repeat: no-repeat;
516
+  background-position: center center;
517
+  background-position-y: -100px;
518
+}
519
+.hero-banner .banner-main-container {
520
+  height: 475px;
521
+}
522
+
523
+.home-main-container .offer-main-sec .offer-sec {
524
+  margin-top: -35px;
525
+}
526
+
527
+.home-main-container .aw-feature-name h5 {
528
+  transform: rotate(180deg);
529
+  transform-origin: center center 0;
530
+  -ms-writing-mode: tb-rl;
531
+      writing-mode: vertical-rl;
532
+}
533
+
534
+.home-main-container .out-of-world .card {
535
+  background-color: #0FA5C5;
536
+}
537
+
538
+.home-main-container .aw-support-sec .aw-support-sec-main-container {
539
+  background-color: #F2F9FB;
540
+}
541
+.home-main-container .aw-support-sec .news-letter-sec .news-letter-email:focus {
542
+  border-bottom: 1px solid white;
543
+  outline: none;
544
+}
545
+.home-main-container .aw-support-sec .news-letter-sec .news-letter-email::-moz-placeholder {
546
+  color: white;
547
+}
548
+.home-main-container .aw-support-sec .news-letter-sec .news-letter-email:-ms-input-placeholder {
549
+  color: white;
550
+}
551
+.home-main-container .aw-support-sec .news-letter-sec .news-letter-email::placeholder {
552
+  color: white;
553
+}
554
+
555
+.home-main-container .owl-carousel.star-products-img-sec .owl-dots {
556
+  text-align: left;
557
+}
558
+.home-main-container .owl-carousel.star-products-img-sec .owl-dots .owl-dot span {
559
+  height: 3px;
560
+  width: 25px;
561
+}
562
+.home-main-container .owl-carousel.star-products-img-sec .owl-dots .owl-dot.active {
563
+  color: #000000;
564
+}
565
+
566
+.home-main-container .owl-carousel.star-products-img-sec .owl-nav {
567
+  text-align: right;
568
+  margin-right: 5rem;
569
+}
570
+
571
+@media (min-width: 1900px) {
572
+  .hero-banner {
573
+    background-size: 100% 100%;
574
+  }
575
+  .products-main-container .col-md-6 {
576
+    text-align: center !important;
577
+  }
578
+  .products-main-container .col-md-6 .product-heading span {
579
+    text-align: center !important;
580
+    margin: auto !important;
581
+  }
582
+}
583
+@media (min-width: 769px) and (max-width: 1024px) {
584
+  .home-main-container .aw-partners.sec-space-1 {
585
+    margin-top: 0px;
586
+  }
587
+  .home-main-container .aw-partners .sec-space-3 {
588
+    margin-right: 60px;
589
+  }
590
+  .home-main-container .offer-main-sec .offer-sec {
591
+    margin-top: -30%;
592
+  }
593
+  .home-main-container .news-letter-sec .card-body.px-5 {
594
+    padding: 20px !important;
595
+  }
596
+  .home-main-container .news-letter-sec a.button_dark {
597
+    padding: 10px 5px;
598
+  }
599
+}
600
+@media (min-width: 298px) and (max-width: 768px) {
601
+  .home-main-container h5,
602
+.home-main-container h6 {
603
+    font-size: 1rem;
604
+  }
605
+  .home-main-container .sec-space-1,
606
+.home-main-container .sec-space-2 {
607
+    margin-top: 40px;
608
+  }
609
+  .home-main-container .banner-main-container {
610
+    height: 275px;
611
+    text-align: center;
612
+  }
613
+  .home-main-container .banner-main-container .col-md-6 {
614
+    margin-top: 0px;
615
+  }
616
+  .home-main-container .banner-main-container h1 {
617
+    font-size: 2rem;
618
+  }
619
+  .home-main-container .hero-banner {
620
+    background: #cccccc;
621
+  }
622
+  .home-main-container .mobile-text-center {
623
+    text-align: center;
624
+  }
625
+  .home-main-container .aw-feature-name h5 {
626
+    transform: rotate(0deg);
627
+    -ms-writing-mode: lr-tb;
628
+        writing-mode: horizontal-tb;
629
+  }
630
+  .home-main-container .products-main-container .enterprise-prd {
631
+    margin-top: 10px;
632
+  }
633
+  .home-main-container .news-letter-sec a.button_dark {
634
+    padding: 10px 5px;
635
+  }
636
+  .home-main-container .owl-carousel.star-products-img-sec .owl-nav {
637
+    text-align: center;
638
+    margin-right: 0px;
639
+  }
640
+  .home-main-container .star-products .owl-dots {
641
+    display: none;
642
+  }
643
+  .home-main-container .aw-support-sec-main-container .row {
644
+    margin: 0px !important;
645
+    text-align: center;
646
+  }
647
+  .home-main-container .aw-support-sec-main-container .col-md-4 {
648
+    border: none !important;
649
+  }
650
+  .home-main-container .aw-support-sec-main-container .support-sec-heading {
651
+    padding: 0 !important;
652
+  }
653
+  .footer-wrapper .accordion-button,
654
+.footer-wrapper .accordion-body {
655
+    font-family: "Satoshi", sans-serif;
656
+    color: white;
657
+    background-color: #000000;
658
+  }
659
+  .footer-wrapper .accordion-button:not(.collapsed)::after,
660
+.footer-wrapper .accordion-button.collapsed::after {
661
+    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
662
+  }
663
+}
664
+.shopping-cart-main-container {
665
+  background-color: #F5FFEA;
666
+  padding-bottom: 50px;
667
+}
668
+.shopping-cart-main-container * {
669
+  font-family: "Satoshi", sans-serif;
670
+}
671
+.shopping-cart-main-container h6 {
672
+  padding: 10px;
673
+  margin-bottom: 0;
674
+}
675
+.shopping-cart-main-container .cart-sec-highlighter .text-muted {
676
+  color: #C5C5C5 !important;
677
+}
678
+.shopping-cart-main-container .alert-display-sec {
679
+  z-index: 1;
680
+}
681
+
682
+#footer-head .footer-wrapper.sec-space-1 {
683
+  margin-top: 0;
684
+}
685
+
686
+@media (max-width: 1300px) {
687
+  .cart-sec-highlighter h5 {
688
+    font-size: 0.8rem;
689
+  }
690
+}
691
+@media (max-width: 768px) {
692
+  .cart-sec-highlighter,
693
+.shopping-cart-details-row-1 {
694
+    display: none !important;
695
+  }
696
+  .buy-together-sec {
697
+    text-align: center;
698
+  }
699
+  .buy-together-sec .row {
700
+    padding: 10px;
701
+  }
702
+}
463 703
 /*
464 704
 0 - 600px:      Phone
465 705
 600 - 900px:    Tablet portrait
@@ -522,11 +762,34 @@ ORDER: Base + typography > general layout + grid > page layout > components
522 762
   font-weight: 700;
523 763
   font-style: normal;
524 764
 }
765
+*,
766
+*::after,
767
+*::before {
768
+  margin: 0;
769
+  padding: 0;
770
+  box-sizing: inherit;
771
+  font-family: "Orbitron", sans-serif;
772
+}
773
+
525 774
 /* Satoshi end */
526 775
 .satoshi_font {
527 776
   font-family: "Satoshi", sans-serif;
528 777
 }
529 778
 
779
+html {
780
+  font-size: 100%;
781
+}
782
+
783
+body {
784
+  box-sizing: border-box;
785
+  overflow-x: hidden;
786
+}
787
+
788
+@media only screen and (max-width: 56.25em) {
789
+  body {
790
+    padding: 0;
791
+  }
792
+}
530 793
 .bg-green {
531 794
   background-color: #3bb78f;
532 795
   background: linear-gradient(90deg, #3bb78f 0%, #0bab64 35%, #3bb78f 100%);
@@ -542,14 +805,39 @@ ORDER: Base + typography > general layout + grid > page layout > components
542 805
   border-radius: 10px;
543 806
 }
544 807
 
808
+.biz-nav-wrapper .navbar-brand img {
809
+  width: 150px;
810
+}
811
+
812
+.navbar-nav .nav-item .nav-link {
813
+  color: #000000;
814
+  font-family: "Satoshi", sans-serif;
815
+}
816
+
545 817
 /* footer */
546 818
 .footer-wrapper {
547
-  background-color: rgb(0, 0, 0);
548
-  border-radius: 0 275px 0 0;
549
-  -webkit-clip-path: polygon(100% 0%, 100% 0%, 81% 100%, 92% -95%, 100% 100%, 0 100%, 0% 70%, 0 0);
550
-          clip-path: polygon(100% 0%, 100% 0%, 81% 100%, 92% -95%, 100% 100%, 0 100%, 0% 70%, 0 0);
819
+  background-image: url(../dist/assets/imgs/Home/Footer-bg-1.png);
820
+  background-size: cover;
551 821
 }
552
-
553
-.footer-wrapper li {
822
+.footer-wrapper .footer-content-main-container {
823
+  background-image: url(../dist/assets/imgs/Home/Footer-pattern.png);
824
+  background-size: contain;
825
+  background-position: right 30px;
826
+  background-repeat: no-repeat;
827
+}
828
+.footer-wrapper .last-col-footer {
829
+  width: 23%;
830
+}
831
+@media (min-width: 1990px) {
832
+  .footer-wrapper .footer-rkt {
833
+    right: 45px !important;
834
+  }
835
+}
836
+.footer-wrapper .footer-logo img {
837
+  width: 120px;
838
+}
839
+.footer-wrapper li,
840
+.footer-wrapper .footer-sub-content p {
554 841
   line-height: 2rem;
842
+  font-family: "Satoshi", sans-serif;
555 843
 }/*# sourceMappingURL=style.css.map */

+ 1
- 1
styles/style.css.map
Plik diff jest za duży
Wyświetl plik


+ 121
- 51
styles/style.scss Wyświetl plik

@@ -1,17 +1,15 @@
1 1
 @import "abstracts/functions";
2 2
 @import "abstracts/mixins";
3 3
 @import "abstracts/variables";
4
-
5 4
 @import "base/base";
6 5
 @import "base/typography";
7 6
 @import "base/utilities";
8
-
9
-
10 7
 // components
11 8
 @import "components/button";
12
-
13 9
 // pages
14 10
 @import "pages/productOverview";
11
+@import "pages/home";
12
+@import "pages/shopping-cart";
15 13
 
16 14
 /*
17 15
 0 - 600px:      Phone
@@ -31,88 +29,160 @@ ORDER: Base + typography > general layout + grid > page layout > components
31 29
 1em = 16px
32 30
 */
33 31
 
32
+
34 33
 /* Orbitron */
34
+
35 35
 @font-face {
36 36
     font-family: "Orbitron";
37 37
     src: url("../assets/font/orbitron/Orbitron-Regular.ttf") format("truetype");
38 38
     font-weight: 400;
39 39
     font-style: normal;
40
-  }
41
-  @font-face {
40
+}
41
+
42
+@font-face {
42 43
     font-family: "Orbitron";
43 44
     src: url("../assets/font/orbitron/Orbitron-Medium.ttf") format("truetype");
44 45
     font-weight: 500;
45 46
     font-style: normal;
46
-  }
47
-  @font-face {
47
+}
48
+
49
+@font-face {
48 50
     font-family: "Orbitron";
49 51
     src: url("../assets/font/orbitron/Orbitron-SemiBold.ttf") format("truetype");
50 52
     font-weight: 600;
51 53
     font-style: normal;
52
-  }
53
-  @font-face {
54
+}
55
+
56
+@font-face {
54 57
     font-family: "Orbitron";
55 58
     src: url("../assets/font/orbitron/Orbitron-Bold.ttf") format("truetype");
56 59
     font-weight: 700;
57 60
     font-style: normal;
58
-  }
59
-  /* Orbitron end */
60
-  /* Satoshi */
61
-  @font-face {
61
+}
62
+
63
+
64
+/* Orbitron end */
65
+
66
+
67
+/* Satoshi */
68
+
69
+@font-face {
62 70
     font-family: "Satoshi";
63 71
     src: url("../assets/font/satoshi/Satoshi-Regular.ttf") format("truetype");
64 72
     font-weight: 400;
65 73
     font-style: normal;
66
-  }
67
-  @font-face {
74
+}
75
+
76
+@font-face {
68 77
     font-family: "Satoshi";
69 78
     src: url("../assets/font/satoshi/Satoshi-Medium.ttf") format("truetype");
70 79
     font-weight: 500;
71 80
     font-style: normal;
72
-  }
73
-  @font-face {
81
+}
82
+
83
+@font-face {
74 84
     font-family: "Satoshi";
75 85
     src: url("../assets/font/satoshi/Satoshi-Bold.ttf") format("truetype");
76 86
     font-weight: 700;
77 87
     font-style: normal;
78
-  }
79
-  
80
-  /* Satoshi end */
88
+}
89
+
90
+*,
91
+*::after,
92
+*::before {
93
+    margin: 0;
94
+    padding: 0;
95
+    box-sizing: inherit;
96
+    font-family: "Orbitron", sans-serif;
97
+}
98
+
81 99
 
82
-  .satoshi_font{
100
+/* Satoshi end */
101
+
102
+.satoshi_font {
83 103
     font-family: "Satoshi", sans-serif;
84
-  }
85
-  
86
-  // html {
87
-  //   font-size: 100%; }
88
-  
89
-  // body {
90
-  //   box-sizing: border-box; 
91
-  //   overflow-x: hidden;
92
-  // }
93
-  //   @media only screen and (max-width: 56.25em) {
94
-  //     body {
95
-  //       padding: 0; } 
96
-  //   }
97
-  
98
-  .bg-green {
104
+}
105
+
106
+html {
107
+    font-size: 100%;
108
+}
109
+
110
+body {
111
+    box-sizing: border-box;
112
+    overflow-x: hidden;
113
+}
114
+
115
+@media only screen and (max-width: 56.25em) {
116
+    body {
117
+        padding: 0;
118
+    }
119
+}
120
+
121
+// html {
122
+//   font-size: 100%; }
123
+// body {
124
+//   box-sizing: border-box; 
125
+//   overflow-x: hidden;
126
+// }
127
+//   @media only screen and (max-width: 56.25em) {
128
+//     body {
129
+//       padding: 0; } 
130
+//   }
131
+.bg-green {
99 132
     background-color: #3bb78f;
100
-    background: linear-gradient(90deg, #3bb78f 0%, #0bab64 35%, #3bb78f 100%); }
101
-  
133
+    background: linear-gradient(90deg, #3bb78f 0%, #0bab64 35%, #3bb78f 100%);
134
+}
135
+
136
+
137
+/* button */
102 138
 
103
-  /* button */
104
-  .button_dark {
139
+.button_dark {
105 140
     clip-path: polygon(75% 0, 86% 30%, 99% 66%, 100% 100%, 0 100%, 0 61%, 0 0);
106 141
     padding-right: 1.7rem;
107 142
     padding-bottom: 0.6rem;
108 143
     padding-top: 0.6rem;
109
-    border-radius: 10px; }
110
-  /* footer */
111
-  .footer-wrapper {
112
-    background-color: rgb(0, 0, 0);
113
-    border-radius: 0 275px 0 0;
114
-    clip-path: polygon(100% 0%, 100% 0%, 81% 100%, 92% -95%, 100% 100%, 0 100%, 0% 70%, 0 0);
115
-  }
116
-  .footer-wrapper li {
117
-    line-height: 2rem;
118
-  }
144
+    border-radius: 10px;
145
+}
146
+
147
+// navbar
148
+.biz-nav-wrapper {
149
+    .navbar-brand img {
150
+        width: 150px;
151
+    }
152
+}
153
+
154
+.navbar-nav .nav-item .nav-link {
155
+    color: #000000;
156
+    font-family: "Satoshi", sans-serif;
157
+}
158
+
159
+
160
+/* footer */
161
+
162
+.footer-wrapper {
163
+    // background-color: rgb(0, 0, 0);
164
+    background-image: url(../dist/assets/imgs/Home/Footer-bg-1.png);
165
+    background-size: cover;
166
+    .footer-content-main-container {
167
+        background-image: url(../dist/assets/imgs/Home/Footer-pattern.png);
168
+        background-size: contain;
169
+        background-position: right 30px;
170
+        background-repeat: no-repeat;
171
+    }
172
+    .last-col-footer {
173
+        width: 23%;
174
+    }
175
+    @media (min-width:1990px) {
176
+        .footer-rkt {
177
+            right: 45px !important;
178
+        }
179
+    }
180
+    .footer-logo img {
181
+        width: 120px;
182
+    }
183
+    li,
184
+    .footer-sub-content p {
185
+        line-height: 2rem;
186
+        font-family: "Satoshi", sans-serif;
187
+    }
188
+}

Ładowanie…
Anuluj
Zapisz