-
Notifications
You must be signed in to change notification settings - Fork 4
/
2021.html
executable file
·82 lines (77 loc) · 2.89 KB
/
2021.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
<!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>E-CONVOCATION 2021</title>
<link rel="icon" href="images/icons/logo_iiitt.png">
<link rel="stylesheet" href="css/2021/styles.css" />
<link rel="preconnect" href="https://fonts.gstatic.com" />
<link href="https://fonts.googleapis.com/css2?family=Cabin&display=swap" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@800&display=swap" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css2?family=Squada+One&display=swap" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css2?family=Ubuntu:wght@700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Montserrat&display=swap" rel="stylesheet">
</head>
<body class="container">
<div class="div1">
<p>E-CONVOCATION <span>2021</span></p>
</div>
<div class="div2">
</div>
<div class="container3">
<div class="date">31st JULY, 11 AM</div>
<div class="timer">
<div class="timer-row">
<div class="box">
<h1 class="variable">00</h1>
<p class="constant">DAYS</p>
</div>
<div class="box">
<h1 class="variable">00</h1>
<p class="constant">HOURS</p>
</div>
</div>
<div class="timer-row">
<div class="box">
<h1 class="variable">00</h1>
<p class="constant">MINUTES</p>
</div>
<div class="box box4">
<h1 class="variable">00</h1>
<p class="constant">SECONDS</p>
</div>
</div>
</div>
</div>
<div class="guestsection">
<div class="guestheading">
<p>Chief Guest</p>
</div>
<div class="guestdetails">
<div class="innercontainer">
<div class="guestpic">
<img src="images/2021/guest_img.png" alt="Chief Guest">
</div>
<div class="guestinfo">
<h1>Shri. Senapathy Kris Gopalakrishnan</h1>
<ul>
<li>Founder and Chairman of Axilor Ventures</li>
<li>Co-founder, Former Vice Chairman, CEO and MD of Infosys</li>
<li>‘Padma Bhushan’ Awardee</li>
<li>Founder and Chairman of ‘Itihaasa’ Research and Digital</li>
<li>Former President of Confederation of Indian Industry</li>
</ul>
<div class="guest_text--container">
<p class="guest_text">Founder and Chairman of Axilor Ventures, Co-founder, Former Vice Chairman, CEO and MD
of Infosys, ‘Padma Bhushan’ Awardee, Founder and Chairman of ‘Itihaasa’ Research and Digital, Former
President of Confederation of Indian Industry. </p>
</div>
</div>
</div>
</div>
</div>
<script src="vendor/2021/convocation.js"></script>
</body>
</html>