-
Notifications
You must be signed in to change notification settings - Fork 0
/
blog.html
226 lines (194 loc) · 8.51 KB
/
blog.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>eCommerce</title>
<!--=========CSS LINKING==========-->
<link rel="stylesheet" href="style.css">
<!-- =========BOOTSTRAP LINKING -->
<!-- <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous"> -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.1.3/dist/css/bootstrap.min.css"
integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
<!-- =====font awesome===== -->
<!-- w3school -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<!--===============NAVIGATION BAR============ -->
<nav class="navbar navbar-expand-lg navbar-light bg-white py-3 fixed-top">
<div class="container">
<img src="./img/logo1.PNG" alt="not loaded">
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span><i id="bar" class="fa fa-bars"></i></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link" href="./index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./shop.html">Shop</a>
</li>
<li class="nav-item">
<a class="nav-link active" href="./blog.html">Blog</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./about.html">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./contactus.html">Contact Us</a>
</li>
</ul>
<div class="d-flex cart-menu nav-item">
<a class="bag" href="./cart_cart.html">
<i class="fa fa-shopping-bag"></i></a>
<span>0</span>
</div>
</div>
</div>
</nav>
<!-- ===============HOME================ -->
<section id="blog-home" class="pt-5 mt-5 container">
<h2 class="font-weight-bold pt-5">Blogs</h2>
<hr>
</section>
<!-- ========BLOG========== -->
<section id="blog-container" class="container pt-5">
<div class="row">
<div class="post col-lg-6 col-md-6 col-12 pb-5">
<div class="post-img">
<img class="img-fluid w-100" src="image/blog/1.jpg" alt="">
</div>
<h3 class="text-center font-weight-normal
pt-3">The best way to change your summer wardrobe into autumn wardrobe</h3>
<p class="text-center">Jan 11,2022</p>
</div>
<div class="post col-lg-6 col-md-6 col-12 pb-5">
<div class="post-img">
<img class="img-fluid w-100" src="image/blog/2.jpg" alt="">
</div>
<h3 class="text-center font-weight-normal
pt-3">The best way to change your summer wardrobe into autumn wardrobe</h3>
<p class="text-center">Jan 11,2022</p>
</div>
<div class="post col-lg-6 col-md-6 col-12 pb-5">
<div class="post-img">
<img class="img-fluid w-100" src="image/blog/3.jpg" alt="">
</div>
<h3 class="text-center font-weight-normal
pt-3">The best way to change your summer wardrobe into autumn wardrobe</h3>
<p class="text-center">Jan 11,2022</p>
</div>
<div class="post col-lg-6 col-md-6 col-12 pb-5">
<div class="post-img">
<img class="img-fluid w-100" src="image/blog/4.jpg" alt="">
</div>
<h3 class="text-center font-weight-normal
pt-3">The best way to change your summer wardrobe into autumn wardrobe</h3>
<p class="text-center">Jan 11,2022</p>
</div>
<!-- =========================================== -->
<div class="col-lg-12 col-md-12 col-12 pb-5">
<div class="post-img">
<img class="img-fluid w-100" src="image/blog/banner.webp" alt="">
</div>
</div>
<!-- =============================================== -->
<div class="post col-lg-4 col-md-6 col-12 pb-5">
<div class="post-img">
<img class="img-fluid w-100" src="image/blog/1.webp" alt="">
</div>
<h4 class=" font-weight-normal
pt-3">The best way to change your summer wardrobe into autumn wardrobe</h4>
</div>
<div class="post col-lg-4 col-md-6 col-12 pb-5">
<div class="post-img">
<img class="img-fluid w-100" src="image/blog/2.webp" alt="">
</div>
<h4 class=" font-weight-normal
pt-3">The best way to change your summer wardrobe into autumn wardrobe</h4>
</div>
<div class="post col-lg-4 col-md-6 col-12 pb-5">
<div class="post-img">
<img class="img-fluid w-100" src="image/blog/3.webp" alt="">
</div>
<h4 class=" font-weight-normal
pt-3">The best way to change your summer wardrobe into autumn wardrobe</h4>
</div>
</div>
</section>
<!-- ==========FOOTER=========== -->
<footer class="mt-5 py-5">
<div class="row container mx-auto pt-5">
<div class="footer-one col-lg-3 col-md-6 col-12">
<!-- <img src="image/logo2.png" alt=""> -->
<p class="pt-3">Lorem ipsum, dolor sit amet consectetur adipisicing elit. Eveniet dolor consectetur molestiae?</p>
</div>
<div class="col-lg-3 col-md-6 col-12 mb-3">
<h5 class="pb-2">Featured</h5>
<ul class="text-uppercase list-unstyled">
<li><a href="#">men</a></li>
<li><a href="#">women</a></li>
<li><a href="#">boys</a></li>
<li><a href="#">girls</a></li>
<li><a href="#">new arrivals</a></li>
<li><a href="#">shoes</a></li>
<li><a href="#">clothes</a></li>
</ul>
</div>
<div class="col-lg-3 col-md-6 col-12 mb-3">
<h5 class="pb-2">Contact Us</h5>
<div>
<h6 class="text-uppercase">Address</h6>
<p>123 STREET NAME, CITY, US</p>
</div>
<div>
<h6 class="text-uppercase">Phone</h6>
<p>(123) 456-7890</p>
</div>
<div>
<h6 class="text-uppercase">Email</h6>
<p>EMAIL@EXAMPLE.COM</p>
</div>
</div>
<div class="col-lg-3 col-md-6 col-12">
<h5 class="pb-2">Instagram</h5>
<div class="row">
<img class="img-fluid w-25 h-100 m-2" src="image/insta/1.jpg" alt="">
<img class="img-fluid w-25 h-100 m-2" src="image/insta/2.jpg" alt="">
<img class="img-fluid w-25 h-100 m-2" src="image/insta/3.jpg" alt="">
<img class="img-fluid w-25 h-100 m-2" src="image/insta/4.jpg" alt="">
<img class="img-fluid w-25 h-100 m-2" src="image/insta/5.jpg" alt="">
</div>
</div>
</div>
<div class="copyright mt-5">
<div class="row container mx-auto">
<div class="col-lg-3 col-md-6 col-12 mb-4">
<img src="image/payment.png" alt="">
</div>
<div class="col-lg-4 col-md-6 col-12 mb-2 text-nowrap">
<p>marknetic eCommerce © 2022. All Rights Reserved </p>
</div>
<div class="col-lg-4 col-md-6 col-12">
<a href="#"><i class="fa fa-facebook"></i></a>
<a href="#"><i class="fa fa-twitter"></i></a>
<a href="#"><i class="fa fa-linkedin"></i></a>
</div>
</div>
</div>
</footer>
<!-- =================CUSTOM JS=============== -->
<script src="script.js"></script>
<!-- ========BOOTSTRAP JS LINKING=========== -->
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.10.2/dist/umd/popper.min.js"
integrity="sha384-7+zCNj/IqJ95wo16oMtfsKbZ9ccEh31eOz1HGyDuCQ6wgnyJNSYdrPa03rtR1zdB"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.min.js"
integrity="sha384-QJHtvGhmr9XOIpI6YVutG+2QOK9T+ZnN4kzFN1RtK3zEFEIsxhlmWl5/YESvpZ13"
crossorigin="anonymous"></script>
</body>
</html>