-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
85 lines (82 loc) · 3.25 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
<!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">
<title>Blogger</title>
</head>
<body>
<div class="blog">
<header id="blog-post">
<div class="container container blog-post">
<a href="#logo" id="logo">Blogger</a>
<nav>
<ul id="menu">
<li><a href="item">Home</a></li>
<li><a href="item">Login</a></li>
<li><a href="item">About</a></li>
</ul>
</nav>
</div>
</header>
<section id ="banner">
<div class ="container">
</div>
</section>
<section>
<div class="container">
<div class="container-main">
<main>
<article>
<h2>INDIA</h2>
<span>Published : 01-08-2023</span>
<img src="https://th.bing.com/th/id/OIP.HsD7aYWvG6B9ypnGd5m_hQHaDt?w=310&h=175&c=7&r=0&o=5&dpr=1.3&pid=1.7" alt="">
<p>
India is a constitutional republic located in South Asia,
surrounded by water on three sides. It is the second most
populous country in the world, after China, with a population
of roughly one-sixth of the world's total population.<p> India is
one of the oldest civilizations in the world, with a
kaleidoscopic variety and rich cultural heritage.
</p>
</p>
</article>
<article>
<h2>RUSSIA</h2>
<img src="https://th.bing.com/th/id/OIP.86ts9_qMsTYxUFEaRDrXAQHaEX?w=306&h=181&c=7&r=0&o=5&dpr=1.3&pid=1.7" alt="">
<p>Russia, by 1993 constitution, is a symmetric federal republic with a semi-presidential system, wherein the president is the
head of state, and the prime minister is the head of government.
It is structured as a multi-party representative democracy,
with the federal government composed of three branches
</p>
</article>
</main>
<aside>
<div class="side-item" id="Tanishq">
<h2>Tanishq Gupta</h2>
<img src="https://th.bing.com/th/id/OIP.NDbUygOUDL3ha4Oh6Mw3QAHaEK?w=285&h=180&c=7&r=0&o=5&dpr=1.3&pid=1.7" alt="">
<p><strong>Engineer</strong></p>
</div>
<div class="side-item">
<h2>Categories</h2>
<nav id="categories-links">
<ul>
<li><a href="source">Mountains</a></li>
<li><a href="source">Animals</a></li>
<li><a href="source">Vegetables</a></li>
</ul>
</nav>
</div>
</aside>
</div>
</div>
</section>
<footer>
<div class="container">
<p> <strong>Github : <a href="https://github.com/hxtanishq">Tanishq </a></strong></p>
</div>
</footer>
</div>
</body>
</html>