-
Notifications
You must be signed in to change notification settings - Fork 10
/
previous.html
155 lines (131 loc) · 5.41 KB
/
previous.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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
<!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>Previous Event | TEDxMITAOE</title>
<meta name="description" content="TEDxMITAOE Official Website 2020 page">
<meta name="keywords" content="TEDxMITAOE, TEDx MITAOE, TEDx, MITAOE, TED, TEDxTalks, Previous Event, TEDxMITAOE2020">
<meta name="author" content="Web Team TEDxMITAOE">
<!-- Site Icons -->
<link rel="apple-touch-icon" href="assets/favicon/tedx_favicon_white.png" type="image/png">
<link rel="icon" href="assets/favicon/tedx_favicon_white.png" type="image/png">
<!-- CSS -->
<link rel="stylesheet" href="css/styles.min.css">
<link rel="stylesheet" href="css/previous.min.css">
<!-- Global site tag (gtag.min.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-8B8L4R2LFQ"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-8B8L4R2LFQ');
</script>
</head>
<body>
<!-- nav -->
<nav class="navbar navbar-expand-lg navbar-dark mt-3">
<div class="container">
<a class="navbar-brand" style="line-height: 0.42; font-family: Helvetica, sans-serif;" href="index.html">
<div style="font-size: 21.5px;display: flex;flex-direction: row;align-items: baseline;">
<font style="color: red; font-weight: 800;display: flex;flex-direction: row;align-items: flex-end;">
TED<sup>x</sup></font>MITAOE
</div><br>
<div style="font-size: 6.8px;">
<font style="color: red;">x</font> = independently organised TED event
</div>
</a>
<button class="navbar-toggler collapsed" type="button" data-toggle="collapse" data-target="#tedx"
aria-controls="tedx" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon" onclick="toggleNavBar();"></span>
</button>
<div class="navbar-collapse collapse justify-content-end" id="tedx">
<ul class="navbar-nav mt-2">
<li>
<div class="nav-item">
<a class="nav-link" href="about.html">
<div>ABOUT EVENT</div>
<div class="nav-animation">ABOUT EVENT</div>
</a>
</div>
</li>
<li>
<div class="nav-item">
<a class="nav-link" href="speakers.html">
<div>SPEAKERS</div>
<div class="nav-animation">SPEAKERS</div>
</a>
</div>
</li>
<li>
<div class="nav-item">
<a class="nav-link" href="sponsors.html">
<div>SPONSORS</div>
<div class="nav-animation">SPONSORS</div>
</a>
</div>
</li>
<li>
<div class="nav-item">
<a class="nav-link" href="team.html">
<div>MEET THE TEAM</div>
<div class="nav-animation">MEET THE TEAM</div>
</a>
</div>
</li>
<li>
<div class="nav-item">
<a class="nav-link" href="previous.html" style="color: red; font-weight: 900;">
<div>PREVIOUS EVENTS</div>
<div class="nav-animation">PREVIOUS EVENTS</div>
</a>
</div>
</li>
<li>
<div class="nav-item">
<a class="nav-link" href="contact.html">
<div>CONTACT US</div>
<div class="nav-animation">CONTACT US</div>
</a>
</div>
</li>
</ul>
</div>
</div>
</nav>
<div class="row_event">
<a href="index.html" class="back-botton" style="width: fit-content; position: relative; left: -32%;">
<div class="back-symbol"><
</div>
<div class="back-word">BACK</div>
</a>
<div class="col-1">
<section style="
display: flex;
flex-direction: row;
align-items: center;
"><span class="about">PREVIOUS</span><span class="event"> EVENT</span></section>
<section><b style="color: #fff; font-weight: 1000; font-size: 17px;">TEDxMITAOE 2020</b></section>
<p><br>The first edition of the TEDxMITAOE was held of the 18th of January, 2020. The event was organized under
the theme of ‘MOMENTUM’. The event boasted seven inducing talks and three exhilirating performances. The
speakers included actor Swapnil Joshi, traveller Askash Malhotra, psychiatry professor Dr. S. K. Chaturvedi
among others. The performances were delivered by Rhythm Funk, Firdous and Team Kashish. The event was a grand
success. All the talks are now available to watch on the official YouTube channel of TEDx Talks.</p>
<div style="width: 100%">
<button class="custom-btn btn-5" onclick="openInNewTab()"><span>Visit 2020 Site</span></button>
<script>
function openInNewTab() {
window.open("https://tedxmitaoe.github.io/TEDxMITAOE-2020/", '_blank').focus();
}
</script>
</div>
</div>
</div>
<div>
<img class="Xsymbol_about" style="z-index: -5;" src="assets/images/index/xsymbol.png">
</div>
<div class="bottom-shadow"></div>
<script src="./js/scripts.min.js"></script>
</body>
</html>