-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
100 lines (90 loc) · 3.71 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
<!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>Bhattblogs</title>
<link rel="stylesheet" href="css/utils.css">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<nav class="navi max-width3 center">
<div class="navi-left">
<span> Bhatt Blogs</span>
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">About</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
<div class="right">
<form action="search.html" method="get">
<input class="form-input" type="text" name="query" placeholder="Article search">
<button class="btn">Search</button>
</form>
</div>
</nav>
<div class="hr max-width3 center">
<hr>
</div>
<div class="content max-width2 center">
<div class="content-left">
<h2>Boom Bam Bloggers</h2>
<p>Bhatt Blog is a website which lets you search or research on the latest news which are hitting all the
social media platforms and news channels.
Blogging refers to writing, photography, and other media that's self-published online. Blogging started
as an opportunity for individuals to write diary-style entries, but it has since been incorporated into
websites for many businesses. The hallmarks of blogging include frequent updates, informal language, and
opportunities for readers to engage and start a conversation.
</p>
</div>
<div class="content-right">
<img src="img/img1.jpg" alt="iBlog">
</div>
</div>
<div class=" hr1 max-width4 center">
<hr>
</div>
<div class="home-articles max-width2 center">
<h2>Featured Articles</h2>
<div class="article-left">
<div class="home-article">
<img src="img/img5.jpg" alt="iblog">
<div class="article1 fstyle">
<a href="blog.html">
<h3>Carrer Opportunities in India </h3>
</a> <br>
<span>Author:Atul Joshi</span><br>
<span>23 Feb 2021 </span>
</div>
</div>
<div class="home-article">
<img src="img/img2 (1).jpg" alt="iblog">
<div class="article1 fstyle">
<a
href="https://www.timesnownews.com/education/article/pune-university-exams-2021-sppu-semester-exams-to-be-conducted-online-in-march-6-5-lakh-students-to-appear/718146">
<h3>Latest News: Get all updates of SPPU the shittest university</h3>
</a> <br>
<span>Author:Ritik Bhatt</span><br>
<span>20 Feb 2021 </span>
</div>
</div>
<div class="home-article">
<img src="img/img8.jpg" alt="iblog">
<div class="article1 fstyle">
<a href="https://www.skysports.com/football/news">
<h3>Sports Updates: Who is currently the best footballer in world</h3>
</a> <br>
<span>Author:Ritik Bhatt</span><br>
<span>23 Feb 2021 </span>
</div>
</div>
</div>
</div>
<div class="footer max-width1 center">
<p>Copyrite ©: iblog.com</p>
<a href="https://www.vecteezy.com/"> Vector Credits: Vecteezy</a>
</div>
</body>
</html>