-
Notifications
You must be signed in to change notification settings - Fork 2
/
fashion blogs.html
344 lines (314 loc) · 16.5 KB
/
fashion blogs.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
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
<!DOCTYPE html>
<html>
<title>W3.CSS Template</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Oswald">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open Sans">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<style>
h1,h2,h3,h4,h5,h6 {font-family: "Oswald"}
body {font-family: "Open Sans"}
</style>
<body class="w3-light-grey">
<!-- Navigation bar with social media icons -->
<div class="w3-bar w3-black w3-hide-small">
<a href="#" class="w3-bar-item w3-button"><i class="fa fa-facebook-official"></i></a>
<a href="#" class="w3-bar-item w3-button"><i class="fa fa-instagram"></i></a>
<a href="#" class="w3-bar-item w3-button"><i class="fa fa-snapchat"></i></a>
<a href="#" class="w3-bar-item w3-button"><i class="fa fa-flickr"></i></a>
<a href="#" class="w3-bar-item w3-button"><i class="fa fa-twitter"></i></a>
<a href="#" class="w3-bar-item w3-button"><i class="fa fa-linkedin"></i></a>
<a href="#" class="w3-bar-item w3-button w3-right"><i class="fa fa-search"></i></a>
</div>
<!-- w3-content defines a container for fixed size centered content,
and is wrapped around the whole page content, except for the footer in this example -->
<div class="w3-content" style="max-width:1600px">
<!-- Header -->
<header class="w3-container w3-center w3-padding-48 w3-white">
<h1 class="w3-xxxlarge"><b>JANE BLOGLIFE</b></h1>
<h6>Welcome to the blog of <span class="w3-tag">Jane's world</span></h6>
</header>
<!-- Image header -->
<header class="w3-display-container w3-wide" id="home">
<img class="w3-image" src="/w3images/jane.jpg" alt="Fashion Blog" width="1600" height="1060">
<div class="w3-display-left w3-padding-large">
<h1 class="w3-text-white">Jane's</h1>
<h1 class="w3-jumbo w3-text-white w3-hide-small"><b>FASHION BLOG</b></h1>
<h6><button class="w3-button w3-white w3-padding-large w3-large w3-opacity w3-hover-opacity-off" onclick="document.getElementById('subscribe').style.display='block'">SUBSCRIBE</button></h6>
</div>
</header>
<!-- Grid -->
<div class="w3-row w3-padding w3-border">
<!-- Blog entries -->
<div class="w3-col l8 s12">
<!-- Blog entry -->
<div class="w3-container w3-white w3-margin w3-padding-large">
<div class="w3-center">
<h3>TITLE HEADING</h3>
<h5>Title description, <span class="w3-opacity">May 2, 2016</span></h5>
</div>
<div class="w3-justify">
<img src="/w3images/girl_hat.jpg" alt="Girl Hat" style="width:100%" class="w3-padding-16">
<p><strong>More Hats!</strong> I am crazy about hats these days. Some text about this blog entry. Fashion fashion and mauris neque quam, fermentum ut nisl vitae, convallis maximus nisl. Sed mattis nunc id lorem euismod placerat. Vivamus porttitor
magna enim, ac accumsan tortor cursus at. Phasellus sed ultricies mi non congue ullam corper. Praesent tincidunt sedtellus ut rutrum. Sed vitae justo condimentum, porta lectus vitae, ultricies congue gravida diam non fringilla.</p>
<p>Sunt in culpa qui officia deserunt mollit anim id est laborum consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco.</p>
<p class="w3-left"><button class="w3-button w3-white w3-border" onclick="likeFunction(this)"><b><i class="fa fa-thumbs-up"></i> Like</b></button></p>
<p class="w3-right"><button class="w3-button w3-black" onclick="myFunction('demo1')" id="myBtn"><b>Replies </b> <span class="w3-tag w3-white">1</span></button></p>
<p class="w3-clear"></p>
<div class="w3-row w3-margin-bottom" id="demo1" style="display:none">
<hr>
<div class="w3-col l2 m3">
<img src="/w3images/avatar_smoke.jpg" style="width:90px;">
</div>
<div class="w3-col l10 m9">
<h4>George <span class="w3-opacity w3-medium">May 3, 2015, 6:32 PM</span></h4>
<p>Great blog post! Following</p>
</div>
</div>
</div>
</div>
<hr>
<!-- Blog entry -->
<div class="w3-container w3-white w3-margin w3-padding-large">
<div class="w3-center">
<h3>TITLE HEADING</h3>
<h5>Title description, <span class="w3-opacity">April 23, 2016</span></h5>
</div>
<div class="w3-justify">
<img src="/w3images/man_hat.jpg" alt="Men in Hats" style="width:100%" class="w3-padding-16">
<p><strong>Hats!</strong> The trend this summer is hats for men!</p>
<p>Some text about this blog entry. Fashion fashion and mauris neque quam, fermentum ut nisl vitae, convallis maximus nisl. Sed mattis nunc id lorem euismod placerat. Vivamus porttitor magna enim, ac accumsan tortor cursus at. Phasellus sed ultricies
mi non congue ullam corper. Praesent tincidunt sedtellus ut rutrum. Sed vitae justo condimentum, porta lectus vitae, ultricies congue gravida diam non fringilla.</p>
<p class="w3-left"><button class="w3-button w3-white w3-border" onclick="likeFunction(this)"><b><i class="fa fa-thumbs-up"></i> Like</b></button></p>
<p class="w3-right"><button class="w3-button w3-black" onclick="myFunction('demo2')"><b>Replies </b> <span class="w3-tag w3-white">2</span></button></p>
<p class="w3-clear"></p>
<!-- Example of comment field -->
<div id="demo2" style="display:none">
<div class="w3-row">
<hr>
<div class="w3-col l2 m3">
<img src="/w3images/girl_train.jpg" style="width:90px;">
</div>
<div class="w3-col l10 m9">
<h4>Amber <span class="w3-opacity w3-medium">April 26, 2015, 10:52 PM</span></h4>
<p>Love your blog page! Simply the best! Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p><br>
</div>
</div>
<div class="w3-row w3-margin-bottom">
<div class="w3-col l2 m3">
<img src="/w3images/girl.jpg" style="width:90px;">
</div>
<div class="w3-col l10 m9">
<h4>Angie <span class="w3-opacity w3-medium">April 23, 2015, 9:12 PM</span></h4>
<p>Love hats!!</p>
</div>
</div>
</div>
</div>
</div>
<!-- Blog entry -->
<div class="w3-container w3-white w3-margin w3-padding-large">
<div class="w3-center">
<h3>TITLE HEADING</h3>
<h5>Title description, <span class="w3-opacity">April 7, 2016</span></h5>
</div>
<div class="w3-justify">
<img src="/w3images/runway.jpg" alt="Runway" style="width:100%" class="w3-padding-16">
<p><strong>Dont miss!</strong> The runway in New York City this weekend is gonna be legendary!</p>
<p>Some text about this blog entry. Fashion fashion and mauris neque quam, fermentum ut nisl vitae, convallis maximus nisl. Sed mattis nunc id lorem euismod placerat. Vivamus porttitor magna enim, ac accumsan tortor cursus at. Phasellus sed ultricies
mi non congue ullam corper. Praesent tincidunt sedtellus ut rutrum. Sed vitae justo condimentum, porta lectus vitae, ultricies congue gravida diam non fringilla.</p>
<p class="w3-left"><button class="w3-button w3-white w3-border" onclick="likeFunction(this)"><b><i class="fa fa-thumbs-up"></i> Like</b></button></p>
<p class="w3-right"><button class="w3-button w3-black" onclick="myFunction('demo3')"><b>Replies </b> <span class="w3-tag w3-white">3</span></button></p>
<p class="w3-clear"></p>
<!-- Example of comment field -->
<div id="demo3" style="display:none">
<hr>
<div class="w3-row w3-margin-bottom">
<div class="w3-col l2 m3">
<img src="/w3images/girl_mountain.jpg" style="width:90px;">
</div>
<div class="w3-col l10 m9">
<h4>Jane <span class="w3-opacity w3-medium">April 10, 2015, 7:22 PM</span></h4>
<p>That was a great runway show! Thanks for everything.</p>
</div>
</div>
<div class="w3-row w3-margin-bottom">
<div class="w3-col l2 m3">
<img src="/w3images/boy.jpg" style="width:90px;">
</div>
<div class="w3-col l10 m9">
<h4>John <span class="w3-opacity w3-medium">April 8, 2015, 10:32 PM</span></h4>
<p>Keep up the GREAT work! I am cheering for you!! Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.</p>
</div>
</div>
<div class="w3-row w3-margin-bottom">
<div class="w3-col l2 m3">
<img src="/w3images/girl_hood.jpg" style="width:90px;">
</div>
<div class="w3-col l10 m9">
<h4>Anja <span class="w3-opacity w3-medium">April 7, 2015, 9:12 PM</span></h4>
<p>Cant wait for the runway to start!</p>
</div>
</div>
</div>
</div>
</div>
<!-- END BLOG ENTRIES -->
</div>
<!-- About/Information menu -->
<div class="w3-col l4">
<!-- About Card -->
<div class="w3-white w3-margin">
<img src="/w3images/avatar_girl2.jpg" alt="Jane" style="width:100%" class="w3-grayscale">
<div class="w3-container w3-black">
<h4>My Name</h4>
<p>Just me, myself and I, exploring the universe of uknownment. I have a heart of love and a interest of lorem ipsum and mauris neque quam blog. I want to share my world with you.</p>
</div>
</div>
<hr>
<!-- Posts -->
<div class="w3-white w3-margin">
<div class="w3-container w3-padding w3-black">
<h4>Popular Posts</h4>
</div>
<ul class="w3-ul w3-hoverable w3-white">
<li class="w3-padding-16">
<img src="/w3images/avatar_smoke.jpg" alt="Image" class="w3-left w3-margin-right" style="width:50px">
<span class="w3-large">Denim</span>
<br>
<span>Sed mattis nunc</span>
</li>
<li class="w3-padding-16">
<img src="/w3images/bandmember.jpg" alt="Image" class="w3-left w3-margin-right" style="width:50px">
<span class="w3-large">Sweaters</span>
<br>
<span>Praes tinci sed</span>
</li>
<li class="w3-padding-16">
<img src="/w3images/workshop.jpg" alt="Image" class="w3-left w3-margin-right" style="width:50px">
<span class="w3-large">Workshop</span>
<br>
<span>Ultricies congue</span>
</li>
<li class="w3-padding-16">
<img src="/w3images/avatar_smoke.jpg" alt="Image" class="w3-left w3-margin-right w3-sepia" style="width:50px">
<span class="w3-large">Trends</span>
<br>
<span>Lorem ipsum dipsum</span>
</li>
</ul>
</div>
<hr>
<!-- Advertising -->
<div class="w3-white w3-margin">
<div class="w3-container w3-padding w3-black">
<h4>Advertise</h4>
</div>
<div class="w3-container w3-white">
<div class="w3-container w3-display-container w3-light-grey w3-section" style="height:200px">
<span class="w3-display-middle">Your AD Here</span>
</div>
</div>
</div>
<hr>
<!-- Tags -->
<div class="w3-white w3-margin">
<div class="w3-container w3-padding w3-black">
<h4>Tags</h4>
</div>
<div class="w3-container w3-white">
<p>
<span class="w3-tag w3-black w3-margin-bottom">Fashion</span> <span class="w3-tag w3-light-grey w3-small w3-margin-bottom">New York</span> <span class="w3-tag w3-light-grey w3-small w3-margin-bottom">London</span>
<span class="w3-tag w3-light-grey w3-small w3-margin-bottom">Hats</span> <span class="w3-tag w3-light-grey w3-small w3-margin-bottom">Norway</span> <span class="w3-tag w3-light-grey w3-small w3-margin-bottom">Sweaters</span>
<span class="w3-tag w3-light-grey w3-small w3-margin-bottom">Ideas</span> <span class="w3-tag w3-light-grey w3-small w3-margin-bottom">Deals</span> <span class="w3-tag w3-light-grey w3-small w3-margin-bottom">Accessories</span>
<span class="w3-tag w3-light-grey w3-small w3-margin-bottom">News</span> <span class="w3-tag w3-light-grey w3-small w3-margin-bottom">Clothing</span> <span class="w3-tag w3-light-grey w3-small w3-margin-bottom">Shopping</span>
<span class="w3-tag w3-light-grey w3-small w3-margin-bottom">Jeans</span> <span class="w3-tag w3-light-grey w3-small w3-margin-bottom">Trends</span>
</p>
</div>
</div>
<hr>
<!-- Inspiration -->
<div class="w3-white w3-margin">
<div class="w3-container w3-padding w3-black">
<h4>Inspiration</h4>
</div>
<div class="w3-row-padding w3-white">
<div class="w3-col s6">
<p><img src="/w3images/jeans.jpg" alt="Jeans" style="width:100%"></p>
<p><img src="/w3images/team1.jpg" alt="Jeans" style="width:100%"></p>
</div>
<div class="w3-col s6">
<p><img src="/w3images/avatar_hat.jpg" alt="Men in Hats" style="width:100%" class="w3-grayscale"></p>
<p><img src="/w3images/team4.jpg" alt="Jeans" style="width:100%"></p>
</div>
</div>
</div>
<hr>
<div class="w3-white w3-margin">
<div class="w3-container w3-padding w3-black">
<h4>Follow Me</h4>
</div>
<div class="w3-container w3-xlarge w3-padding">
<i class="fa fa-facebook-official w3-hover-opacity"></i>
<i class="fa fa-instagram w3-hover-opacity"></i>
<i class="fa fa-snapchat w3-hover-opacity"></i>
<i class="fa fa-pinterest-p w3-hover-opacity"></i>
<i class="fa fa-twitter w3-hover-opacity"></i>
<i class="fa fa-linkedin w3-hover-opacity"></i>
</div>
</div>
<hr>
<!-- Subscribe -->
<div class="w3-white w3-margin">
<div class="w3-container w3-padding w3-black">
<h4>Subscribe</h4>
</div>
<div class="w3-container w3-white">
<p>Enter your e-mail below and get notified on the latest blog posts.</p>
<p><input class="w3-input w3-border" type="text" placeholder="Enter e-mail" style="width:100%"></p>
<p><button type="button" onclick="document.getElementById('subscribe').style.display='block'" class="w3-button w3-block w3-red">Subscribe</button></p>
</div>
</div>
<!-- END About/Intro Menu -->
</div>
<!-- END GRID -->
</div>
<!-- END w3-content -->
</div>
<!-- Subscribe Modal -->
<div id="subscribe" class="w3-modal w3-animate-opacity">
<div class="w3-modal-content" style="padding:32px">
<div class="w3-container w3-white">
<i onclick="document.getElementById('subscribe').style.display='none'" class="fa fa-remove w3-transparent w3-button w3-xlarge w3-right"></i>
<h2 class="w3-wide">SUBSCRIBE</h2>
<p>Join my mailing list to receive updates on the latest blog posts and other things.</p>
<p><input class="w3-input w3-border" type="text" placeholder="Enter e-mail"></p>
<button type="button" class="w3-button w3-block w3-padding-large w3-red w3-margin-bottom" onclick="document.getElementById('subscribe').style.display='none'">Subscribe</button>
</div>
</div>
</div>
<!-- Footer -->
<footer class="w3-container w3-dark-grey" style="padding:32px">
<a href="#" class="w3-button w3-black w3-padding-large w3-margin-bottom"><i class="fa fa-arrow-up w3-margin-right"></i>To the top</a>
<p>Powered by <a href="https://www.w3schools.com/w3css/default.asp" target="_blank">w3.css</a></p>
</footer>
<script>
// Toggle between hiding and showing blog replies/comments
document.getElementById("myBtn").click();
function myFunction(id) {
var x = document.getElementById(id);
if (x.className.indexOf("w3-show") == -1) {
x.className += " w3-show";
} else {
x.className = x.className.replace(" w3-show", "");
}
}
function likeFunction(x) {
x.style.fontWeight = "bold";
x.innerHTML = "✓ Liked";
}
</script>
</body>
</html>