-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpg3.html
52 lines (48 loc) · 2.5 KB
/
pg3.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
<!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/stylepg3.css">
<link href='https://css.gg/facebook.css' rel='stylesheet'>
<link href='https://css.gg/twitter.css' rel='stylesheet'>
<link href='https://css.gg/instagram.css' rel='stylesheet'>
<link href="https://fonts.googleapis.com/css2?family=Kanit&family=Open+Sans:wght@300;400&family=Poppins:wght@500&display=swap" rel="stylesheet">
</head>
<body>
<img src="pg3/dimond.jpg">
<div class="top">
<div id="clock" class="gr">
<svg class="g" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Pro 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --><path d="M232 120C232 106.7 242.7 96 256 96C269.3 96 280 106.7 280 120V243.2L365.3 300C376.3 307.4 379.3 322.3 371.1 333.3C364.6 344.3 349.7 347.3 338.7 339.1L242.7 275.1C236 271.5 232 264 232 255.1L232 120zM256 0C397.4 0 512 114.6 512 256C512 397.4 397.4 512 256 512C114.6 512 0 397.4 0 256C0 114.6 114.6 0 256 0zM48 256C48 370.9 141.1 464 256 464C370.9 464 464 370.9 464 256C464 141.1 370.9 48 256 48C141.1 48 48 141.1 48 256z"/></svg>
<h4 id="dt"><bold>DATE & TIME</bold></h4>
<h5 class="d">Nov 1, 2022</h5>
<h5 class="d">10 AM to 5 PM</h5>
</div>
<div id="location" class="gr">
<img class="g" src="pg3/placeholder.png">
<h4>VENUE</h4>
<h5 id="b">BENGALURU</h5>
</div>
<div id="download" class="gr">
<div id="border">
<h4 class="dl1">DOWNLOAD</h4>
<h4 class="dl2">INSIDER GUIDE</h4>
</div>
</div>
</div>
<img id="tm"src="pg3/tech3.jpg">
<div class="mid">
</div>
<div class="end">
<div class="tedx">
<img id="ted" src="pg3/tx.png">
<p>This independent TEDx event is operated under license from TED</p>
<a href="https://www.facebook.com/"><i class="gg-facebook" id="fb"></i></a>
<a href="https://twitter.com/i/flow/login"><i class="gg-twitter" id="twtr"></i></a>
<a href="https://www.instagram.com/"><i class="gg-instagram" id="insta"></i></a>
</div>
</div>
</body>
</html>