-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
42 lines (41 loc) · 2.22 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
<!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>Document</title>
<link rel="stylesheet" href="styles/style.css">
<link href="https://fonts.googleapis.com/css2?family=Cabin&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Fjalla+One&family=Roboto+Slab:wght@200&family=Rubik&display=swap" rel="stylesheet">
</head>
<body>
<div>
<ul class="menu">
<a href="pg2.html" class="abt"><li class="le" style="display:inline">ABOUT</li></a>
<li class="le" style="display:inline">SPEAKERS</li>
<li class="le" style="display:inline">OUR TEAM</li>
<li class="le" style="display:inline">ALUMNI</li>
<li class="le" style="display:inline">SPONSERS</li>
<a class="abt" href="pg3.html"><li class="le" style="display:inline">CONTACT US</li></a>
<div id="reg"><li class="le" style="display:inline">REGISTER</li></div>
</ul>
<div class="imp">
<h1 id = "h1"><span>Powering</span> Minds</h1>
<h2 id = "h2">November 1, 2022</h2>
<h4 id = "h4">at</h4>
<h3 id = "h3">Bengaluru</h3>
</div>
<img id="img1" src="img1.jpg">
</div>
<div class="bl">
<h1 class="c">About the event</h1>
<p class="psg" >This event happens for the exhibition of the most innovative inventions.A TEDx event is a local gathering where live TED-like talks and performances are shared with the community. TEDx events are fully planned and coordinated independently, on a community-by-community basis. The content and design of each TEDx event is unique and developed independently, but all of them have features in common</p>
</div>
<div class="br">
<h3 id="abt">about this</h3>
<p class="psg">WhatsApp users in the city of Bengaluru can now use the instant messaging app to purchase train tickets and recharge their travel passes,
the Meta-owned platform said Monday in what it described as “the first-ever QR ticketing service” for its app.</p>
</div>
</body>
</html>