-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
306 lines (304 loc) · 13.7 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="style.css" />
<link
href="https://fonts.googleapis.com/css2?family=Pacifico&display=swap"
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/css2?family=Baloo+2:wght@700&display=swap"
rel="stylesheet"
/>
<title>YibberBlog</title>
</head>
<body>
<header>
<div class="Logo">
<a href="index.html"><h1>Yibber</h1></a>
</div>
<nav>
<input type="checkbox" />
<div class="hamburger">
<span style="background-color: white;"></span>
<span style="background-color: white;"></span>
<span style="background-color: white;"></span>
</div>
<!--searchbar---->
<input type="text" class="blog_search" placeholder="search for blog posts" />
<ul>
<li class="m-nav-logo-holder"><a href="index.html"><h1>Yibber</h1></a></li>
<li><a href="blog/">Blog</a></li>
<li><div class="seprator_blog"></div></li>
</ul>
</nav>
</header>
<div class="header_blog">
<img src="./assets/images/logoMic-2.svg" />
</div>
<main>
<div class="container_expressYourself">
<div class="inner_express">
<p>Express </p>
</div>
<div class="second_express">
<p>Yourself</p>
</div>
</div>
<!--cards-->
<div class="image-card-container">
<!--card 1-->
<div class="row_blog_main">
<div class="example-1_blog_main card_blog_main">
<div class="wrapper_blog_card">
<img
src=https://static.stereogum.com/uploads/2020/10/Featuring-Ty-Dolla-Sign-1603484177-640x640.jpg
class="image_post" />
<p class="inTextCard_blog_main">Ty Dolla $ign</p>
<div class="data_blog_main">
<div class="content_blog_main">
<p class="title_blog_main">Tyrone William Griffin Jr., known professionally as Ty Dolla Sign, is an American singer, songwriter, record producer, and multi-instrumentalist. He first gained major recognition in 2010 ...</p>
<p class="text_blog_main">
<a href="#" class="link_blog_main">Read More</a>
</p>
</div>
</div>
</div>
</div>
</div>
<!--card end-->
<!--card 2-->
<div class="row_blog_main">
<div class="example-1_blog_main card_blog_main">
<div class="wrapper_blog_card">
<img
src=https://media.pitchfork.com/photos/5f97a00ae6fc05c7f21c77c4/2:1/w_2560%2Cc_limit/empress-of.jpg
class="image_post" />
<p class="inTextCard_blog_main">Amber Mark</p>
<div class="data_blog_main">
<div class="content_blog_main">
<h1 class="title_blog_main">The standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form ...</h1>
<p class="text_blog_main">
<a href="#" class="link_blog_main">Read More</a>
</p>
</div>
</div>
</div>
</div>
</div>
<!--end -->
<!--card3-->
<div class="row_blog_main">
<div class="example-1_blog_main card_blog_main">
<div class="wrapper_blog_card">
<img
src=https://media.pitchfork.com/photos/5f9039dceb2deab0b3f62a3c/2:1/w_2560%2Cc_limit/youngb.jpg
class="image_post" />
<p class="inTextCard_blog_main">“The Story of O.J.”</p>
<div class="data_blog_main">
<div class="content_blog_main">
<h1 class="title_blog_main">The standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form ...</h1>
<p class="text_blog_main">
<a href="#" class="link_blog_main">Read More</a>
</p>
</div>
</div>
</div>
</div>
</div>
<!--end-->
<!--card4-->
<div class="row_blog_main">
<div class="example-1_blog_main card_blog_main">
<div class="wrapper_blog_card">
<img
src=https://images.unsplash.com/photo-1501461813632-dbea1064b39f?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=900&q=60
class="image_post" />
<p class="inTextCard_blog_main">Choose a song</p>
<div class="data_blog_main">
<div class="content_blog_main">
<h1 class="title_blog_main">The standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form ...</h1>
<p class="text_blog_main">
<a href="#" class="link_blog_main">Read More</a>
</p>
</div>
</div>
</div>
</div>
</div>
<!--end-->
<!--card5-->
<div class="row_blog_main">
<div class="example-1_blog_main card_blog_main">
<div class="wrapper_blog_card">
<img
src=https://images.unsplash.com/photo-1582711012153-0ef6ef75d08f?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=900&q=60
class="image_post" />
<p class="inTextCard_blog_main">THE WITCH</p>
<div class="data_blog_main">
<div class="content_blog_main">
<h1 class="title_blog_main">The standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form ...</h1>
<p class="text_blog_main">
<a href="#" class="link_blog_main">Read More</a>
</p>
</div>
</div>
</div>
</div>
</div>
<!--end-->
<!--card6-->
<div class="row_blog_main">
<div class="example-1_blog_main card_blog_main">
<div class="wrapper_blog_card">
<img
src=https://i0.wp.com/sleepysongs.se/wp-content/uploads/2019/09/sext.jpg?w=2880&ssl=1
class="image_post" />
<p class="inTextCard_blog_main">Liturgy of the Hours</p>
<div class="data_blog_main">
<div class="content_blog_main">
<h1 class="title_blog_main"> The standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form ...</h1>
<p class="text_blog_main">
<a href="#" class="link_blog_main">Read More</a>
</p>
</div>
</div>
</div>
</div>
</div>
<!--end-->
<!--card7-->
<div class="row_blog_main">
<div class="example-1_blog_main card_blog_main">
<div class="wrapper_blog_card">
<img
src=https://images.unsplash.com/photo-1519640350407-953bc0614f4c?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=900&q=60
class="image_post" />
<p class="inTextCard_blog_main">Justin Hunter</p>
<div class="data_blog_main">
<div class="content_blog_main">
<h1 class="title_blog_main">The standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form ...</h1>
<p class="text_blog_main">
<a href="#" class="link_blog_main">Read More</a>
</p>
</div>
</div>
</div>
</div>
</div>
<!--end-->
<!--card8-->
<div class="row_blog_main">
<div class="example-1_blog_main card_blog_main">
<div class="wrapper_blog_card">
<img
src=https://images.unsplash.com/photo-1490300472339-79e4adc6be4a?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=900&q=60
class="image_post" />
<p class="inTextCard_blog_main">Andrew Sloman</p>
<div class="data_blog_main">
<div class="content_blog_main">
<h1 class="title_blog_main">The standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form ...</h1>
<p class="text_blog_main">
<a href="#" class="link_blog_main">Read More</a>
</p>
</div>
</div>
</div>
</div>
</div>
<!--end-->
<!--card9-->
<div class="row_blog_main">
<div class="example-1_blog_main card_blog_main">
<div class="wrapper_blog_card">
<img
src=https://i0.wp.com/sleepysongs.se/wp-content/uploads/2020/09/LAVALLE_FadeOut_CoverArt.jpeg?w=960&ssl=1
class="image_post" />
<p class="inTextCard_blog_main">Lavalle</p>
<div class="data_blog_main">
<div class="content_blog_main">
<h1 class="title_blog_main"> The standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form ...</h1>
<p class="text_blog_main">
<a href="#" class="link_blog_main">Read More</a>
</p>
</div>
</div>
</div>
</div>
</div>
<!--end-->
<!--card10-->
<div class="row_blog_main">
<div class="example-1_blog_main card_blog_main">
<div class="wrapper_blog_card">
<img
src=https://i2.wp.com/sleepysongs.se/wp-content/uploads/2020/07/IMG_1369-scaled.jpg?resize=1536%2C2048&ssl=1
class="image_post" />
<p class="inTextCard_blog_main">Behind the piano</p>
<div class="data_blog_main">
<div class="content_blog_main">
<h1 class="title_blog_main">The standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form ...</h1>
<p class="text_blog_main">
<a href="#" class="link_blog_main">Read More</a>
</p>
</div>
</div>
</div>
</div>
</div>
<!--end-->
<!--card11-->
<div class="row_blog_main">
<div class="example-1_blog_main card_blog_main">
<div class="wrapper_blog_card">
<img
src=https://i2.wp.com/sleepysongs.se/wp-content/uploads/2020/07/Selsom-face.jpg?w=2000&ssl=1
class="image_post" />
<p class="inTextCard_blog_main">wonderful Stian aka</p>
<div class="data_blog_main">
<div class="content_blog_main">
<h1 class="title_blog_main">The standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form ...</h1>
<p class="text_blog_main">
<a href="#" class="link_blog_main">Read More</a>
</p>
</div>
</div>
</div>
</div>
</div>
<!--end-->
<!--card12-->
<div class="row_blog_main">
<div class="example-1_blog_main card_blog_main">
<div class="card_more">
<p>More</p>
<!--loading-->
<div class="three col">
<div class="loader" id="loader-2">
<span></span>
<span></span>
<span></span>
</div>
</div>
</div>
</div>
<!--end-->
</div>
</main>
<footer>
<div class="footer_wrapper">
<div class="line_blog"></div>
<div class="footer_second_wrapper">
<a href="#"><img src="./assets/images/facebook-2.svg" alt="logo1" /></a>
<a href="#"><img src="./assets/images/instagram-2.svg" alt="logo2" /></a>
<a href="#"><img src="./assets/images/twitter-2.svg" alt="logo3" /></a>
<a href="#"><img src="./assets/images/TikTok-2.svg" alt="logo4" /></a>
<a href="#"><img src="./assets/images/youtube-2.svg" alt="logo5" /></a>
<a href="#"><img src="./assets/images/linkedin.svg" alt="logo5" /></a>
</div>
</div>
</footer>
</body>
</html>