-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
344 lines (314 loc) · 15.6 KB
/
index.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="index2.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="light-grey">
<!-- Navigation bar with social media icons -->
<div class="bar black hide-small">
<a href="#" class="bar-item button"><i class="fa fa-facebook-official"></i></a>
<a href="#" class="bar-item button"><i class="fa fa-instagram"></i></a>
<a href="#" class="bar-item button"><i class="fa fa-snapchat"></i></a>
<a href="#" class="bar-item button"><i class="fa fa-flickr"></i></a>
<a href="#" class="bar-item button"><i class="fa fa-twitter"></i></a>
<a href="#" class="bar-item button"><i class="fa fa-linkedin"></i></a>
<a href="#" class="bar-item button right"><i class="fa fa-search"></i></a>
</div>
<!-- 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="content" style="max-width:1600px">
<!-- Header -->
<header class="container center padding-48 white">
<h1 class="xxxlarge"><b>JANE BLOGLIFE</b></h1>
<h6>Welcome to the blog of <span class="tag">Jane's world</span></h6>
</header>
<!-- Image header -->
<header class="display-container wide" id="home">
<img class="image" src="/w3images/jane.jpg" alt="Fashion Blog" width="1600" height="1060">
<div class="display-left padding-large">
<h1 class="text-white">Jane's</h1>
<h1 class="jumbo text-white hide-small"><b>FASHION BLOG</b></h1>
<h6><button class="button white padding-large large opacity hover-opacity-off" onclick="document.getElementById('subscribe').style.display='block'">SUBSCRIBE</button></h6>
</div>
</header>
<!-- Grid -->
<div class="row padding border">
<!-- Blog entries -->
<div class="col l8 s12">
<!-- Blog entry -->
<div class="container white margin padding-large">
<div class="center">
<h3>TITLE HEADING</h3>
<h5>Title description, <span class="opacity">May 2, 2016</span></h5>
</div>
<div class="justify">
<img src="/w3images/girl_hat.jpg" alt="Girl Hat" style="width:100%" class="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="left"><button class="button white border" onclick="likeFunction(this)"><b><i class="fa fa-thumbs-up"></i> Like</b></button></p>
<p class="right"><button class="button black" onclick="myFunction('demo1')" id="myBtn"><b>Replies </b> <span class="tag white">1</span></button></p>
<p class="clear"></p>
<div class="row margin-bottom" id="demo1" style="display:none">
<hr>
<div class="col l2 m3">
<img src="/w3images/avatar_smoke.jpg" style="width:90px;">
</div>
<div class="col l10 m9">
<h4>George <span class="opacity medium">May 3, 2015, 6:32 PM</span></h4>
<p>Great blog post! Following</p>
</div>
</div>
</div>
</div>
<hr>
<!-- Blog entry -->
<div class="container white margin padding-large">
<div class="center">
<h3>TITLE HEADING</h3>
<h5>Title description, <span class="opacity">April 23, 2016</span></h5>
</div>
<div class="justify">
<img src="/w3images/man_hat.jpg" alt="Men in Hats" style="width:100%" class="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="left"><button class="button white border" onclick="likeFunction(this)"><b><i class="fa fa-thumbs-up"></i> Like</b></button></p>
<p class="right"><button class="button black" onclick="myFunction('demo2')"><b>Replies </b> <span class="tag white">2</span></button></p>
<p class="clear"></p>
<!-- Example of comment field -->
<div id="demo2" style="display:none">
<div class="row">
<hr>
<div class="col l2 m3">
<img src="/w3images/girl_train.jpg" style="width:90px;">
</div>
<div class="col l10 m9">
<h4>Amber <span class="opacity 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="row margin-bottom">
<div class="col l2 m3">
<img src="/w3images/girl.jpg" style="width:90px;">
</div>
<div class="col l10 m9">
<h4>Angie <span class="opacity medium">April 23, 2015, 9:12 PM</span></h4>
<p>Love hats!!</p>
</div>
</div>
</div>
</div>
</div>
<!-- Blog entry -->
<div class="container white margin padding-large">
<div class="center">
<h3>TITLE HEADING</h3>
<h5>Title description, <span class="opacity">April 7, 2016</span></h5>
</div>
<div class="justify">
<img src="/w3images/runway.jpg" alt="Runway" style="width:100%" class="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="left"><button class="button white border" onclick="likeFunction(this)"><b><i class="fa fa-thumbs-up"></i> Like</b></button></p>
<p class="right"><button class="button black" onclick="myFunction('demo3')"><b>Replies </b> <span class="tag white">3</span></button></p>
<p class="clear"></p>
<!-- Example of comment field -->
<div id="demo3" style="display:none">
<hr>
<div class="row margin-bottom">
<div class="col l2 m3">
<img src="/w3images/girl_mountain.jpg" style="width:90px;">
</div>
<div class="col l10 m9">
<h4>Jane <span class="opacity medium">April 10, 2015, 7:22 PM</span></h4>
<p>That was a great runway show! Thanks for everything.</p>
</div>
</div>
<div class="row margin-bottom">
<div class="col l2 m3">
<img src="/w3images/boy.jpg" style="width:90px;">
</div>
<div class="col l10 m9">
<h4>John <span class="opacity 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="row margin-bottom">
<div class="col l2 m3">
<img src="/w3images/girl_hood.jpg" style="width:90px;">
</div>
<div class="col l10 m9">
<h4>Anja <span class="opacity 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="col l4">
<!-- About Card -->
<div class="white margin">
<img src="/w3images/avatar_girl2.jpg" alt="Jane" style="width:100%" class="grayscale">
<div class="container 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="white margin">
<div class="container padding black">
<h4>Popular Posts</h4>
</div>
<ul class="ul hoverable white">
<li class="padding-16">
<img src="/w3images/avatar_smoke.jpg" alt="Image" class="left margin-right" style="width:50px">
<span class="large">Denim</span>
<br>
<span>Sed mattis nunc</span>
</li>
<li class="padding-16">
<img src="/w3images/bandmember.jpg" alt="Image" class="left margin-right" style="width:50px">
<span class="large">Sweaters</span>
<br>
<span>Praes tinci sed</span>
</li>
<li class="padding-16">
<img src="/w3images/workshop.jpg" alt="Image" class="left margin-right" style="width:50px">
<span class="large">Workshop</span>
<br>
<span>Ultricies congue</span>
</li>
<li class="padding-16">
<img src="/w3images/avatar_smoke.jpg" alt="Image" class="left margin-right sepia" style="width:50px">
<span class="large">Trends</span>
<br>
<span>Lorem ipsum dipsum</span>
</li>
</ul>
</div>
<hr>
<!-- Advertising -->
<div class="white margin">
<div class="container padding black">
<h4>Advertise</h4>
</div>
<div class="container white">
<div class="container display-container light-grey section" style="height:200px">
<span class="display-middle">Your AD Here</span>
</div>
</div>
</div>
<hr>
<!-- Tags -->
<div class="white margin">
<div class="container padding black">
<h4>Tags</h4>
</div>
<div class="container white">
<p>
<span class="tag black margin-bottom">Fashion</span> <span class="tag light-grey small margin-bottom">New York</span> <span class="tag light-grey small margin-bottom">London</span>
<span class="tag light-grey small margin-bottom">Hats</span> <span class="tag light-grey small margin-bottom">Norway</span> <span class="tag light-grey small margin-bottom">Sweaters</span>
<span class="tag light-grey small margin-bottom">Ideas</span> <span class="tag light-grey small margin-bottom">Deals</span> <span class="tag light-grey small margin-bottom">Accessories</span>
<span class="tag light-grey small margin-bottom">News</span> <span class="tag light-grey small margin-bottom">Clothing</span> <span class="tag light-grey small margin-bottom">Shopping</span>
<span class="tag light-grey small margin-bottom">Jeans</span> <span class="tag light-grey small margin-bottom">Trends</span>
</p>
</div>
</div>
<hr>
<!-- Inspiration -->
<div class="white margin">
<div class="container padding black">
<h4>Inspiration</h4>
</div>
<div class="row-padding white">
<div class="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="col s6">
<p><img src="/w3images/avatar_hat.jpg" alt="Men in Hats" style="width:100%" class="grayscale"></p>
<p><img src="/w3images/team4.jpg" alt="Jeans" style="width:100%"></p>
</div>
</div>
</div>
<hr>
<div class="white margin">
<div class="container padding black">
<h4>Follow Me</h4>
</div>
<div class="container xlarge padding">
<i class="fa fa-facebook-official hover-opacity"></i>
<i class="fa fa-instagram hover-opacity"></i>
<i class="fa fa-snapchat hover-opacity"></i>
<i class="fa fa-pinterest-p hover-opacity"></i>
<i class="fa fa-twitter hover-opacity"></i>
<i class="fa fa-linkedin hover-opacity"></i>
</div>
</div>
<hr>
<!-- Subscribe -->
<div class="white margin">
<div class="container padding black">
<h4>Subscribe</h4>
</div>
<div class="container white">
<p>Enter your e-mail below and get notified on the latest blog posts.</p>
<p><input class="input border" type="text" placeholder="Enter e-mail" style="width:100%"></p>
<p><button type="button" onclick="document.getElementById('subscribe').style.display='block'" class="button block red">Subscribe</button></p>
</div>
</div>
<!-- END About/Intro Menu -->
</div>
<!-- END GRID -->
</div>
<!-- END content -->
</div>
<!-- Subscribe Modal -->
<div id="subscribe" class="modal animate-opacity">
<div class="modal-content" style="padding:32px">
<div class="container white">
<i onclick="document.getElementById('subscribe').style.display='none'" class="fa fa-remove transparent button xlarge right"></i>
<h2 class="wide">SUBSCRIBE</h2>
<p>Join my mailing list to receive updates on the latest blog posts and other things.</p>
<p><input class="input border" type="text" placeholder="Enter e-mail"></p>
<button type="button" class="button block padding-large red margin-bottom" onclick="document.getElementById('subscribe').style.display='none'">Subscribe</button>
</div>
</div>
</div>
<!-- Footer -->
<footer class="container dark-grey" style="padding:32px">
<a href="#" class="button black padding-large margin-bottom"><i class="fa fa-arrow-up margin-right"></i>To the top</a>
<p><a href="loginpage.html" target="_blank">login here</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("show") == -1) {
x.className += " show";
} else {
x.className = x.className.replace(" show", "");
}
}
function likeFunction(x) {
x.style.fontWeight = "bold";
x.innerHTML = "✓ Liked";
}
</script>
</body>
</html>