-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
351 lines (322 loc) · 8.15 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
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
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
<!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" />
<meta
name="keywords"
content="otc, meetup, OTC MeetUp, Our Tech Community"
/>
<meta name="description" content="In-person Tech meetups." />
<meta name="author" content="Harsh Kapadia" />
<meta property="og:site_name" content="OTC MeetUp" />
<meta property="og:title" content="OTC MeetUp" />
<meta property="og:type" content="website" />
<meta property="og:description" content="In-person Tech meetups." />
<meta property="og:url" content="https://meetup.ourtech.community" />
<meta
property="og:image"
content="https://meetup.ourtech.community/static/img/og-img/home.png"
/>
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="600" />
<meta property="twitter:card" content="summary_large_image" />
<meta
property="twitter:image"
content="https://meetup.ourtech.community/static/img/og-img/home.png"
/>
<script defer src="static/js/script.js"></script>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Poppins&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="static/css/style.css" />
<link
rel="shortcut icon"
href="static/img/favicon.ico"
type="image/x-icon"
/>
<title>OTC MeetUp</title>
</head>
<body>
<header>
<nav>
<div class="burger-menu">
<div class="line-1"></div>
<div class="line-2"></div>
<div class="line-3"></div>
</div>
<ul class="navbar-ul hide-burger-menu burger-menu-dropdown">
<li><a href="/">Home</a></li>
<li><a href="/register">Register</a></li>
<li><a href="/rules">Rules</a></li>
<li>
<a
href="https://ourtech.community/coc"
target="_blank"
rel="noreferrer"
>Code of Conduct</a
>
</li>
<li>
<a
href="https://ourtech.community/four-years"
target="_blank"
rel="noreferrer"
>Four Years of OTC</a
>
</li>
<li>
<a
href="https://ourtech.community/team"
target="_blank"
rel="noreferrer"
>Our Team</a
>
</li>
<li>
<a
href="https://links.ourtech.community"
target="_blank"
rel="noreferrer"
>All Links</a
>
</li>
</ul>
</nav>
</header>
<h1>OTC MeetUp</h1>
<h2>In-person Tech Meetups</h2>
<div id="cta-wrapper">
<a id="white-bg-cta" href="#upcoming-meetups">Upcoming Meetups</a>
<a class="black-bg-cta" href="#past-meetups">Past Meetups</a>
</div>
<main id="main-content">
<h2 id="about">About</h2>
<p>
OTC MeetUp events are <b>in-person</b> Tech meetups to learn
from people, hold talks, conduct panel discussions, talk about
all things Tech and have fun! Check out our meetups below.
</p>
<p>
Do go through our <a href="/rules">rules</a> and
<a
href="https://ourtech.community/coc"
target="_blank"
rel="noreferrer"
>Code of Conduct</a
>
before attending!
</p>
<div class="full-horizontal-border"></div>
<h2 id="upcoming-meetups">Upcoming Meetups</h2>
<!-- <div class="event">
<h3>OTC MeetUp #4</h3>
<div class="event-detail">13th January 2024</div>
<div class="event-detail">Mumbai</div>
<div class="event-detail">
<a
href="https://forms.gle/gUG8GDnvRcTxCiky8"
target="_blank"
rel="noreferrer"
>Register</a
>
</div>
<div class="event-detail">
<a
href="https://forms.gle/ufqzwcRxrvME3EoQ6"
target="_blank"
rel="noreferrer"
>Fill CFP</a
>
</div>
<br />
<p>
We're super excited to host our fourth
<b>in-person</b> meetup to learn from people and to
celebrate four years of OTC!
</p>
<p>
<a href="/4">More details</a>
</p>
</div> -->
<p>
We'll let you know when we have another OTC MeetUp event coming
up on
<a
href="https://links.ourtech.community"
target="_blank"
rel="noreferrer"
>our socials</a
>! View our
<a href="#past-meetups">past OTC MeetUp events below</a>.
</p>
<p>
In the meantime, you can
<a
href="https://catchup.ourtech.community"
target="_blank"
rel="noreferrer"
>join our weekly online OTC CatchUp sessions</a
>.
</p>
<h2 id="past-meetups">Past Meetups</h2>
<div class="event">
<h3>OTC MeetUp #4</h3>
<div>13th January 2024</div>
<div class="last-event-detail">Mumbai</div>
<p>
We enjoyed informative talks and meaningful conversations
with over 70 people at our fourth in-person meetup! We also
celebrated completing four years of OTC!
</p>
<p>
<a href="/4">More details</a>
</p>
<div class="event-grid">
<img
src="static/img/4/1.jpg"
alt="OTC MeetUp #4"
loading="lazy"
/>
<img
src="static/img/4/2.jpg"
alt="OTC MeetUp #4"
loading="lazy"
/>
<img
src="static/img/4/3.jpg"
alt="OTC MeetUp #4"
loading="lazy"
/>
<iframe
src="https://www.youtube-nocookie.com/embed/avoPIOjqFfk"
loading="lazy"
title="YouTube video player"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen
></iframe>
</div>
</div>
<div class="event">
<h3>OTC MeetUp #3</h3>
<div>5th August 2023</div>
<div class="last-event-detail">Mumbai</div>
<p>
We successfully hosted our third official in-person event
with over 75 people!
</p>
<p>
<a href="/3">More details</a>
</p>
<div class="event-grid">
<img
src="static/img/3/1.jpg"
alt="OTC MeetUp #3"
loading="lazy"
/>
<img
src="static/img/3/2.jpg"
alt="OTC MeetUp #3"
loading="lazy"
/>
<img
src="static/img/3/3.jpg"
alt="OTC MeetUp #3"
loading="lazy"
/>
<img
src="static/img/3/4.jpg"
alt="OTC MeetUp #3"
loading="lazy"
/>
</div>
</div>
<div class="event">
<h3>OTC MeetUp #2</h3>
<div>9th October 2022</div>
<div class="last-event-detail">Mumbai</div>
<p>
We successfully hosted our second official in-person event
with 63 people to celebrate 100
<a href="https://catchup.ourtech.community" rel="noreferrer"
>OTC CatchUp</a
>
sessions!
</p>
<p>
<a href="/2">More details</a>
</p>
<div class="event-grid">
<img
src="static/img/2/1.jpg"
alt="OTC MeetUp #2"
loading="lazy"
/>
<img
src="static/img/2/2.jpg"
alt="OTC MeetUp #2"
loading="lazy"
/>
<img
src="static/img/2/3.jpg"
alt="OTC MeetUp #2"
loading="lazy"
/>
<img
src="static/img/2/4.png"
alt="100 written with images of catchups"
loading="lazy"
/>
</div>
</div>
<div class="event">
<h3>OTC MeetUp #1</h3>
<div>26th June 2022</div>
<div class="last-event-detail">Mumbai</div>
<p>
We successfully hosted our first official in-person event
with 62 people!
</p>
<p>
<a href="/1">More details</a>
</p>
<div class="event-grid">
<img
src="static/img/1/1.jpg"
alt="OTC MeetUp #1"
loading="lazy"
/>
<img
src="static/img/1/2.jpg"
alt="OTC MeetUp #1"
loading="lazy"
/>
<img
src="static/img/1/3.jpg"
alt="OTC MeetUp #1"
loading="lazy"
/>
<iframe
src="https://www.youtube-nocookie.com/embed/C0naS65ejik"
loading="lazy"
title="YouTube video player"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen
></iframe>
</div>
</div>
</main>
<footer>
OTC MeetUp events by
<a href="https://ourtech.community" target="_blank" rel="noreferrer"
>Our Tech Community</a
>.
</footer>
</body>
</html>