-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
635 lines (523 loc) · 23.8 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
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
<html>
<head>
<link rel="icon" href="./assets/favicon.png" type="image/icon">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Poppins">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Muli">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<title>Blog</title>
<style>
* {
margin: 0;
padding: 0;
}
.header {
background: linear-gradient(to right, rgb(20, 18, 139), rgb(184, 23, 184) 100%);
height: 90px;
width: 100%;
position: fixed;
z-index: 1;
}
.logo {
margin-left: 105px;
}
.banner {
background: linear-gradient(to right, rgb(20, 18, 139), rgb(184, 23, 184) 100%);
height: 450px;
text-align: center;
align-items: center;
vertical-align: middle;
line-height: 450px;
font-family: 'Poppins';
font-size: 70px;
color: white;
cursor: pointer;
}
.heading {
font-size: 17px;
color: white;
font-family: "Poppins";
cursor: pointer;
}
.side {
width: 450px;
height: 2500px;
background-color: rgb(240, 240, 240);
;
display: flex;
flex-direction: column;
align-items: center;
}
.xtra {
width: 400px;
display: flex;
flex-direction: column;
background-color: rgb(242, 240, 255);
border-color: rgb(246, 245, 255);
border-style: outset;
border-radius: 12px;
cursor: pointer;
}
.block {
margin-right: 30px;
background-color: rgb(240, 240, 240);
width: 700px;
height: 1000px;
display: flex;
flex-direction: column;
}
.blog {
background-color: white;
width: 700px;
border-radius: 12px;
}
.h:hover {
color: yellow;
font-size: 23px;
text-decoration: overline;
transition: .2s ease;
}
.contact {
background-color: orange;
color: white;
height: 50px;
width: 200px;
border-radius: 17px;
border: 1.5px solid orange;
text-align: center;
line-height: 58px;
vertical-align: middle;
}
.contacthover:hover {
background: none;
border: 1.5px solid orange;
transition: 0.2s ease-in;
color: orange;
}
.searchbutton {
height: 50px;
width: 340px;
background-color: white;
font-size: 18px;
border: solid #04D2C8;
color: #04D2C8;
font-family: 'Poppins';
letter-spacing: 2px;
}
.searchhover:hover {
background-color: #04D2C8;
color: white;
}
.writeup {
font-family: 'Poppins';
font-size: 14px;
margin-left: 30px;
margin-right: 30px;
line-height: 25px;
}
.category {
margin-left: 20px;
margin-right: 20px;
line-height: 70px;
font-family: 'Muli';
}
.cathov:hover {
color: rgb(255, 0, 43);
}
.redhov:hover {
color: red;
}
.headhov:hover {
color: rgb(174, 0, 255);
transition: 0.25s ease;
}
.media {
background-color: rgb(77, 75, 209);
height: 50px;
width: 50px;
border-radius: 12px;
text-align: center;
margin-right: 20px;
}
.mediaicons {
margin-top: 12px;
font-size: 25px;
}
.mhover:hover {
color: white;
}
.post {
margin-left: 20px;
margin-right: 20px;
}
.f:hover {
color: yellow;
font-size: 30px;
text-decoration: overline;
transition: .2s ease;
}
.img:hover {
transform: matrix(1.2, 0, 0, 1.2, 0, 0);
}
.img1:hover {
transform: matrix(1.08, 0, 0, 1.08, 0, 0);
}
</style>
</head>
<body>
<div class="header" style="display: flex; align-items: center; ">
<div class="logo">
<img src="./assets/logo.png" alt="Logo">
</div>
<div style="display: flex; justify-content: space-around; margin-top: 8px; width: 1200px; align-items: center;">
<div class="heading" style="margin-left: 30px;">
<span class="h">
Home
</span>
</div>
<div class="heading">
<span class="h">
Courses
</span>
</div>
<div class="heading">
<span class="h">
Pages
</span>▾
</div>
<div class="heading">
<span class="h">
About
</span>
</div>
<div class="heading">
<span class="h">
Blog
</span>▾
</div>
<div class="heading">
<span class="h">
Contact
</span>
</div>
<div class="heading">
<span class="material-icons">person</span>
<span class="h" style="position: relative; bottom: 5px;"> Log in</span>
</div>
<div class="heading contacthover contact">
<span class="material-icons">call</span>
<span style="position: relative; bottom: 5px;"> +10 378 467 3672</span>
</div>
</div>
</div>
<br /><br /><br /><br /><br style="line-height: 16px;" />
<hr />
<div class="banner">
Blog
</div>
<div style="display: flex; background-color: rgb(240, 240, 240); justify-content: center;">
<div class="block">
<br style="line-height: 25px;" /><br style="line-height: 25px;" /><br style="line-height: 25px;" />
<div class="blog">
<img class="img1" src="./assets/AI.jpg" alt="Image" style="width: 700px;" />
<br /><br /><br />
<div class="writeup"
style="font-weight: 900; font-size: 27px; color: rgb(46, 0, 75); line-height: 32px; cursor: pointer;">
<span class="headhov">Artificial Intelligence and Education: A Take of Innovation and Endless
Possibilities</span>
</div>
<br style="line-height: 25px;" />
<div class="writeup" style="color: rgb(141, 141, 141)"> The size of the education sector is massive and
it is growing. According to the 2011 Census of the Indian population, the Indian Education System
comprises of around Three Hundred and Fifteen Million (315 Million) students alone. This number does
not even include the tens of thousands of teachers, administrators and other non-teaching staff.
<a
href="https://edtechreview.in/trends-insights/trends/3714-artificial-intelligence-and-education-a-tale-of-innovation-and-endless-possibilities">
<br />Read More...</a>
</div> <br style="line-height: 25px;" />
<div class="writeup"
style="color: grey; font-family: 'Times New Roman', Times, serif; color: rgb(83, 83, 83); cursor: pointer;">
<span class="material-icons" style="font-size: 18px;">person</span>
<span class="redhov" style="position: relative; bottom: 3px;"> Technology, Education
<h2 style="display: inline; margin-left: 15px; margin-right: 12px;"> |</h2>
</span>
<span class="material-icons" style="font-size: 18px;">comment</span>
<span class="redhov" style="position: relative; bottom: 3px;">
19 comments
</span>
</div>
<br style="line-height: 25px;" />
</div>
<br /><br /><br />
<div class="blog">
<img class="img1" src="./assets/cloud.jpg" style="width: 700px;" alt="Image" />
<br /><br /><br />
<div class="writeup"
style="font-weight: 900; font-size: 27px; color: rgb(46, 0, 75); line-height: 32px; cursor: pointer;">
<span class="headhov">Google Cloud Platform: Everything You Need To Know</span>
</div>
<br style="line-height: 25px;" />
<div class="writeup" style="color: rgb(141, 141, 141)"> Google Cloud platform is one of the Alphabet
Corporation’s flagship platforms that helps provide cloud storage and other operations to developers
and coders from all over the world. One of its significant uses has been the development and setup
of applications and software that require large CPU spaces.
<a href="https://www.greatlearning.in/blog/google-cloud-platform-everything-you-need-to-know/">
<br />Read More...</a>
</div> <br style="line-height: 25px;" />
<div class="writeup"
style="color: grey; font-family: 'Times New Roman', Times, serif; color: rgb(83, 83, 83); cursor: pointer;">
<span class="material-icons" style="font-size: 18px;">person</span>
<span class="redhov" style="position: relative; bottom: 3px;"> Technology
<h2 style="display: inline; margin-left: 15px; margin-right: 12px;"> |</h2>
</span>
<span class="material-icons" style="font-size: 18px;">comment</span>
<span class="redhov" style="position: relative; bottom: 3px;">
45 comments
</span>
</div>
<br style="line-height: 25px;" />
</div>
<br /><br /><br />
<div class="blog">
<img class="img1" src="./assets/kindle.jpg" alt="Image" style="width: 700px;" />
<br /><br /><br />
<div class="writeup"
style="font-weight: 900; font-size: 27px; color: rgb(46, 0, 75);line-height: 32px; cursor: pointer;">
<span class="headhov"> Amazon Launches its First-ever e-Reader for Kids – Kindle Kids Edition –
Aimed at Children Aged up
to 12
</span>
</div>
<br style="line-height: 25px;" />
<div class="writeup" style="color: rgb(141, 141, 141)"> Designed for children aged up to 12 years, the
brand new Kindle Kids Edition comes with a two-year free replacement guarantee and one-year of
company’s FreeTime Unlimited which gives children access to thousands of kid-friendly books, movies,
TV shows, educational apps, audio books, and games on select Fire TV devices.
<a
href="https://edtechreview.in/news/3706-amazon-launches-first-e-reader-kindle-kids-edition-aimed-at-children-aged-up-to-12">
<br />Read More...</a>
</div> <br style="line-height: 25px;" />
<div class="writeup"
style="color: grey; font-family: 'Times New Roman', Times, serif; color: rgb(83, 83, 83); cursor: pointer;">
<span class="material-icons" style="font-size: 18px;">person</span>
<span class="redhov" style="position: relative; bottom: 3px;"> Technology, Education
<h2 style="display: inline; margin-left: 15px; margin-right: 12px;"> |</h2>
</span>
<span class="material-icons" style="font-size: 18px;">comment</span>
<span class="redhov" style="position: relative; bottom: 3px;">
08 comments
</span>
</div>
<br style="line-height: 25px;" />
</div>
</div>
<div class="side">
<br /><br /><br /><br /><br /><br /><br /><br />
<div class="xtra" style="align-items: center;">
<br /><br />
<div style=" display: flex; border: solid grey; border-width: 1px;">
<input placeholder=" Search Keyword"
style="width: 300px; height: 50px; border: none; font-size: 15px; font-family: 'Poppins'; padding-left: 10px;" />
<button style="width: 40px; height: 50px; background-color: white; border: none;">
<span class="material-icons" style="font-size: 40px; margin-top: 4px;">search</span>
</button>
</div>
<br />
<button type="button" class="searchhover searchbutton">
SEARCH
</button>
<br /><br />
</div>
<br /><br />
<div class="xtra">
<span style="font-family: 'Poppins';margin-left: 20px; margin-right: 20px; line-height: 70px; ">
<h1>Category
<hr style="border-color: red;" />
</h1>
</span>
<br />
<span class="category cathov">Restaurant food(12)
<hr style="border-color: rgb(204, 204, 204); border-width: 0.5px;" /> </span>
<span class="category cathov">Travel news(10)
<hr style="border-color: rgb(204, 204, 204); border-width: 0.5px;" /> </span>
<span class="category cathov">Modern Technology(16)
<hr style="border-color: rgb(204, 204, 204); border-width: 0.5px;" /> </span>
<span class="category cathov">Product(11)
<hr style="border-color: rgb(204, 204, 204); border-width: 0.5px;" /> </span>
<span class="category cathov">Inspiration(21)
<hr style="border-color: rgb(204, 204, 204); border-width: 0.5px;" /> </span>
<span class="category cathov">Health care(09) </span>
<br />
</div>
<br /><br />
<div class="xtra">
<span style="font-family: 'Poppins';margin-left: 20px; margin-right: 20px; line-height: 70px; ">
<h1>Recent Post
<hr style="border-color: red;" />
</h1>
</span>
<br />
<div class="post" style="display: flex; align-items: center;">
<img src="./assets/post_1.png" alt="" height="85px" width="85px" />
<span style="font-family: 'Muli'; margin-left: 20px; font-size: 15px;">
<h3 class="redhov">Lorem ipsum dolor sit amet</h3>
<br style="line-height: 9px;" />
<span style="font-size: 13px; font-family: 'Times New Roman', Times, serif;color: #646464;">
January 12, 2019
</span>
</span>
</div>
<br />
<div class="post" style="display: flex; align-items: center;">
<img src="./assets/post_2.png" alt="" height="85px" width="85px" />
<span style="font-family: 'Muli'; margin-left: 20px; font-size: 15px;">
<h3 class="redhov">Lorem ipsum dolor sit</h3>
<br style="line-height: 9px;" />
<span style="font-size: 13px; font-family: 'Times New Roman', Times, serif;color: #646464;">
March 07, 2019
</span>
</span>
</div>
<br />
<div class="post" style="display: flex; align-items: center;">
<img src="./assets/post_3.png" alt="" height="85px" width="85px" />
<span style="font-family: 'Muli'; margin-left: 20px; font-size: 15px;">
<h3 class="redhov">Lorem ipsum dolor</h3>
<br style="line-height: 9px;" />
<span style="font-size: 13px; font-family: 'Times New Roman', Times, serif;color: #646464;">
August 24, 2019
</span>
</span>
</div>
<br />
<div class="post" style="display: flex; align-items: center;">
<img src="./assets/post_4.png" alt="" height="85px" width="85px" />
<span style="font-family: 'Muli'; margin-left: 20px; font-size: 15px;">
<h3 class="redhov">Lorem ipsum dolor sit</h3>
<br style="line-height: 9px;" />
<span style="font-size: 13px; font-family: 'Times New Roman', Times, serif;color: #646464;">
05 hours ago
</span>
</span>
</div>
<br />
</div>
<br /><br />
<div class="xtra">
<span style="font-family: 'Poppins';margin-left: 20px; margin-right: 20px; line-height: 70px;">
<h1>Instagram Feeds
<hr style="border-color: red;" />
</h1>
</span>
<br />
<div style="display: flex; flex-wrap: wrap; margin-left: 25px;">
<div style="overflow: hidden; margin-right: 20px; margin-top: 20px;">
<img class="img" src="./assets/1.png" alt="" width="100px" height="100px" />
</div>
<div style="overflow: hidden; margin-right: 20px; margin-top: 20px;">
<img class="img" src="./assets/2.png" alt="" width="100px" height="100px" />
</div>
<div style="overflow: hidden; margin-right: px; margin-top: 20px;">
<img class="img" src="./assets/12165.png" alt="" width="100px" height="100px" />
</div>
<div style="overflow: hidden; margin-right: 20px; margin-top: 20px;">
<img class="img" src="./assets/single_blog_3.png" alt="" width="100px" height="100px" />
</div>
<div style="overflow: hidden; margin-right: 20px; margin-top: 20px;">
<img class="img" src="./assets/single_blog_4.png" alt="" width="100px" height="100px" />
</div>
</div>
<br />
</div>
<br /><br />
<div class="xtra" style="align-items: center;">
<span style="font-family: 'Poppins';margin-left: 20px; margin-right: 20px; line-height: 70px; ">
<h1>Newsletter
<hr style="border-color: red;" />
</h1>
</span>
<br /><br />
<div style=" display: flex; border: solid grey; border-width: 1px;">
<input type="email" placeholder=" Enter email"
style="width: 340px; height: 50px; border: none; font-size: 15px; font-family: 'Poppins'; padding-left: 10px;" />
</div>
<br />
<button type="button" class="searchhover searchbutton">
SUBSCRIBE
</button>
<br /><br />
</div>
</div>
</div>
<div class="header" style="position: static; height: 85vh;display: flex;">
<div style="margin-top: 125px; display: flex; flex-direction: column; width: 300px; margin-left: 150px;">
<div>
<img src="./assets/logo.png" alt="Logo">
</div>
<br style="line-height: 30px;" />
<div style="font-family: Muli; color: white; line-height: 30px; text-align: justify;">
Firmament morning sixth subdue darkness creeping gathered divide our let god moving. Moving in
fourth
air night bring upon it beast let you dominion likeness open place day great.
</div>
<br style="line-height: 30px;" />
<div style="display: flex; justify-content: center; align-items: center;">
<div class="media">
<span class="fa fa-facebook-f mediaicons mhover"></span>
</div>
<div class="media">
<span class="fa fa-instagram mediaicons mhover"></span>
</div>
<div class="media">
<span class="fa fa-twitter mediaicons mhover"></span>
</div>
<div class="media">
<span class="fa fa-youtube mediaicons mhover"></span>
</div>
</div>
</div>
<div
style="width: 200px; margin-left: 150px; margin-top: 125px; display: flex; flex-direction: column; color: white">
<div style="font-family: 'Poppins'; font-size: 27px; ">
<span class="f">Courses</span>
</div>
<br style="line-height: 30px;" />
<div style="font-family: 'Times New Roman', Times, serif; font-size: 18px; display: flex; flex-direction: column; line-height: 42px;
color: rgb(194, 194, 194);">
<span>Wordpress</span>
<span>Photoshop</span>
<span>Illustrator</span>
<span>Adobe XD</span>
<span>UI / UX</span>
</div>
</div>
<div
style="width: 200px; margin-left: 60px; margin-top: 125px; display: flex; flex-direction: column; color: white">
<div style="font-family: 'Poppins'; font-size: 27px; ">
<span class="f">Resources</span>
</div>
<br style="line-height: 30px;" />
<div style="font-family: 'Times New Roman', Times, serif; font-size: 18px; display: flex; flex-direction: column; line-height: 42px;
color: rgb(194, 194, 194);">
<span>Free Adobe XD</span>
<span>Tutorials</span>
<span>About</span>
<span>Contact</span>
</div>
</div>
<div
style="width: 250px; margin-left: 60px; margin-top: 125px; display: flex; flex-direction: column; color: white">
<div style="font-family: 'Poppins'; font-size: 27px; ">
<span class="f">Address</span>
</div>
<br style="line-height: 30px;" />
<div style="font-family: 'Times New Roman', Times, serif; font-size: 16px; display: flex; flex-direction: column; line-height: 42px;
color: rgb(194, 194, 194);">
<span>200, D-block, Green lane USA</span>
<span>+10 367 467 8934</span>
<span>edumark@contact.com</span>
</div>
</div>
</div>
</body>
</html>