Skip to content

Commit 61c84ec

Browse files
committed
✨ feat: Add Events page
1 parent 12c4981 commit 61c84ec

17 files changed

Lines changed: 416 additions & 5 deletions

File tree

coc.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@
5858

5959
<ul class="navbar-ul hide-burger-menu burger-menu-dropdown">
6060
<li><a href="/">Home</a></li>
61+
<li><a href="events">Our Events</a></li>
6162
<li>
6263
<a
6364
href="https://catchup.ourtech.community"
@@ -81,7 +82,7 @@
8182
</nav>
8283
</header>
8384

84-
<h1>Code of Conduct</h1>
85+
<h1>OTC's Code of Conduct</h1>
8586

8687
<main id="main-content">
8788
<h2 id="introduction">Introduction</h2>

events.html

Lines changed: 367 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,367 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8" />
5+
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7+
<meta
8+
name="keywords"
9+
content="OTC, Our Tech Community, OTC events, Events, Technical community"
10+
/>
11+
<meta name="description" content="OTC's online and offline events." />
12+
<meta name="author" content="Harsh Kapadia" />
13+
<meta property="og:site_name" content="Our Tech Community" />
14+
<meta property="og:title" content="Events" />
15+
<meta property="og:type" content="website" />
16+
<meta
17+
property="og:description"
18+
content="OTC's online and offline events."
19+
/>
20+
<meta property="og:url" content="https://ourtech.community/events" />
21+
<meta
22+
property="og:image"
23+
content="https://ourtech.community/static/img/og-img/events.png"
24+
/>
25+
<meta property="og:image:width" content="1200" />
26+
<meta property="og:image:height" content="600" />
27+
<meta property="twitter:card" content="summary_large_image" />
28+
<meta
29+
property="twitter:image"
30+
content="https://ourtech.community/static/img/og-img/events.png"
31+
/>
32+
33+
<script defer src="static/js/script.js"></script>
34+
35+
<link rel="preconnect" href="https://fonts.googleapis.com" />
36+
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
37+
<link
38+
href="https://fonts.googleapis.com/css2?family=Poppins&display=swap"
39+
rel="stylesheet"
40+
/>
41+
42+
<link rel="stylesheet" href="/static/css/style.css" />
43+
44+
<link
45+
rel="shortcut icon"
46+
href="static/img/favicon.ico"
47+
type="image/x-icon"
48+
/>
49+
50+
<title>OTC's Events</title>
51+
</head>
52+
53+
<body>
54+
<header>
55+
<nav>
56+
<div class="burger-menu">
57+
<div class="line-1"></div>
58+
<div class="line-2"></div>
59+
<div class="line-3"></div>
60+
</div>
61+
62+
<ul class="navbar-ul hide-burger-menu burger-menu-dropdown">
63+
<li><a href="/">Home</a></li>
64+
<li><a href="events">Our Events</a></li>
65+
<li>
66+
<a
67+
href="https://catchup.ourtech.community"
68+
target="_blank"
69+
rel="noreferrer"
70+
>OTC CatchUp</a
71+
>
72+
</li>
73+
<li><a href="two-years">Two Years of OTC</a></li>
74+
<li><a href="team">Our Team</a></li>
75+
<li><a href="coc">Code of Conduct</a></li>
76+
<li>
77+
<a
78+
href="https://links.ourtech.community"
79+
target="_blank"
80+
rel="noreferrer"
81+
>All Links</a
82+
>
83+
</li>
84+
</ul>
85+
</nav>
86+
</header>
87+
88+
<h1>OTC's Events</h1>
89+
90+
<main id="main-content">
91+
<h2>Online Events</h2>
92+
93+
<div class="event">
94+
<h3>OTC CatchUp</h3>
95+
<div class="event-date">October 2020 to present (Ongoing)</div>
96+
97+
<p>
98+
<a
99+
href="https://catchup.ourtech.community"
100+
target="_blank"
101+
rel="noreferrer"
102+
>OTC CatchUp</a
103+
>
104+
sessions are informal Tech discussions that we conduct every
105+
Saturday from 10:30 PM IST.
106+
</p>
107+
<p>
108+
We've been conducting a session every week since we started
109+
in October 2020 and have an
110+
<a
111+
href="https://mihikagaonkar.github.io/OTC-Dashboard/data_studio"
112+
target="_blank"
113+
rel="noreferrer"
114+
>average session duration of 7.65 hours</a
115+
>.
116+
</p>
117+
<p>
118+
We maintain
119+
<a
120+
href="https://catchup.ourtech.community/summary"
121+
target="_blank"
122+
rel="noreferrer"
123+
>summaries</a
124+
>
125+
for each session as well.
126+
</p>
127+
<p>
128+
<a
129+
href="https://catchup.ourtech.community/attend"
130+
target="_blank"
131+
rel="noreferrer"
132+
>Join in!</a
133+
>
134+
</p>
135+
136+
<div class="event-grid">
137+
<img
138+
src="static/img/events/otc-catchup/60.jpg"
139+
alt="OTC CatchUp"
140+
loading="lazy"
141+
/>
142+
<img
143+
src="static/img/events/otc-catchup/63.jpg"
144+
alt="OTC CatchUp"
145+
loading="lazy"
146+
/>
147+
<img
148+
src="static/img/events/otc-catchup/69.jpg"
149+
alt="OTC CatchUp"
150+
loading="lazy"
151+
/>
152+
<img
153+
src="static/img/events/otc-catchup/70.jpg"
154+
alt="OTC CatchUp"
155+
loading="lazy"
156+
/>
157+
</div>
158+
</div>
159+
160+
<div class="event">
161+
<h3>Project Showcase</h3>
162+
<div class="event-date">23rd January 2022</div>
163+
164+
<p>
165+
We partnered with
166+
<a
167+
href="https://gdsc.community.dev/thadomal-shahani-engineering-college-mumbai"
168+
target="_blank"
169+
rel="noreferrer"
170+
>GDSC TSEC</a
171+
>
172+
and
173+
<a
174+
href="https://www.csitsec.in"
175+
target="_blank"
176+
rel="noreferrer"
177+
>CSI TSEC</a
178+
>
179+
to conduct a project showcasing session.
180+
</p>
181+
<p>
182+
We had a lot of discussions about the technologies used in
183+
the projects, ways to present projects, pros and cons of the
184+
presented projects, etc.
185+
</p>
186+
<p>
187+
<a
188+
href="https://twitter.com/tusharnankanii"
189+
target="_blank"
190+
rel="noreferrer"
191+
>Tushar Nankani</a
192+
>
193+
talked about the importance of
194+
<a
195+
href="https://undirected-graph.netlify.app/posts/presentation"
196+
target="_blank"
197+
rel="noreferrer"
198+
>presentation and documentation</a
199+
>
200+
as well.
201+
</p>
202+
</div>
203+
204+
<div class="event">
205+
<h3>Hacktoberfest 2021</h3>
206+
<div class="event-date">8th to 10th October 2021</div>
207+
208+
<p>
209+
We partnered with
210+
<a
211+
href="https://gdsc.community.dev/thadomal-shahani-engineering-college-mumbai"
212+
target="_blank"
213+
rel="noreferrer"
214+
>GDSC TSEC</a
215+
>
216+
and
217+
<a
218+
href="https://www.tseccodecell.com"
219+
target="_blank"
220+
rel="noreferrer"
221+
>TSEC CodeCell</a
222+
>
223+
to conduct three sessions related to Git and GitHub.
224+
</p>
225+
<ul>
226+
<li>Git and GitHub Workshop</li>
227+
<li>Git Internals - How Does Git Work!?</li>
228+
<li>Working with CI/CD (GitHub Actions)</li>
229+
</ul>
230+
<br />
231+
232+
<div class="event-grid">
233+
<iframe
234+
src="https://www.youtube-nocookie.com/embed/OmZHKCg7qf4"
235+
loading="lazy"
236+
title="YouTube video player"
237+
frameborder="0"
238+
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
239+
allowfullscreen
240+
></iframe>
241+
<iframe
242+
src="https://www.youtube-nocookie.com/embed/TZRS9llBBYU"
243+
loading="lazy"
244+
title="YouTube video player"
245+
frameborder="0"
246+
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
247+
allowfullscreen
248+
></iframe>
249+
<iframe
250+
src="https://www.youtube-nocookie.com/embed/nym5fh0Ggrw"
251+
loading="lazy"
252+
title="YouTube video player"
253+
frameborder="0"
254+
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
255+
allowfullscreen
256+
></iframe>
257+
</div>
258+
</div>
259+
260+
<div class="event">
261+
<h3>Hacktoberfest 2020</h3>
262+
<div class="event-date">11th October 2020</div>
263+
264+
<p>
265+
This was a 2.5 hour session mainly on learning how to open
266+
Pull Requests and the nuances around it.
267+
</p>
268+
<p>
269+
Hacktoberfest and the basics of Open Source, Git and GitHub
270+
were also talked about.
271+
</p>
272+
273+
<div class="event-grid one-event-grid">
274+
<iframe
275+
src="https://www.youtube-nocookie.com/embed/uJdFNksgKJA"
276+
loading="lazy"
277+
title="YouTube video player"
278+
frameborder="0"
279+
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
280+
allowfullscreen
281+
></iframe>
282+
</div>
283+
</div>
284+
285+
<h2>Offline Events</h2>
286+
287+
<div class="event">
288+
<h3>Mumbai Meetup</h3>
289+
<div class="event-date">12th March 2022</div>
290+
291+
<p>
292+
<a
293+
href="https://twitter.com/adityaoberai1"
294+
target="_blank"
295+
rel="noreferrer"
296+
>Aditya Oberai</a
297+
>
298+
was in Mumbai for
299+
<a
300+
href="https://www.tseccodecell.com/tsec-hacks"
301+
target="_blank"
302+
rel="noreferrer"
303+
>TSEC Hacks 2022</a
304+
>, so he called upon people for a meetup. A lot of people
305+
from OTC turned up for the event!
306+
</p>
307+
308+
<div class="event-grid">
309+
<img
310+
src="static/img/events/mumbai-meetup-12-03-2022/1.jpg"
311+
alt="Mumbai Meetup"
312+
loading="lazy"
313+
/>
314+
<img
315+
src="static/img/events/mumbai-meetup-12-03-2022/2.jpg"
316+
alt="Mumbai Meetup"
317+
loading="lazy"
318+
/>
319+
<img
320+
src="static/img/events/mumbai-meetup-12-03-2022/3.jpg"
321+
alt="Mumbai Meetup"
322+
loading="lazy"
323+
/>
324+
<img
325+
src="static/img/events/mumbai-meetup-12-03-2022/4.jpg"
326+
alt="Mumbai Meetup"
327+
loading="lazy"
328+
/>
329+
</div>
330+
</div>
331+
332+
<div class="event">
333+
<h3>TSEC Hacks 2022</h3>
334+
<div class="event-date">10th March 2022</div>
335+
336+
<p>
337+
Although
338+
<a
339+
href="https://www.tseccodecell.com/tsec-hacks"
340+
target="_blank"
341+
rel="noreferrer"
342+
>TSEC Hacks 2022</a
343+
>
344+
was not an OTC event, a lot of people from OTC had gathered
345+
at the hackathon.
346+
</p>
347+
348+
<div class="event-grid">
349+
<img
350+
src="static/img/events/tsec-hacks-2022-10-03-2022/1.jpg"
351+
alt="TSEC Hacks 2022"
352+
loading="lazy"
353+
/>
354+
<img
355+
src="static/img/events/tsec-hacks-2022-10-03-2022/2.jpg"
356+
alt="TSEC Hacks 2022"
357+
loading="lazy"
358+
/>
359+
</div>
360+
</div>
361+
</main>
362+
363+
<footer>
364+
<a href="/">Our Tech Community</a>
365+
</footer>
366+
</body>
367+
</html>

0 commit comments

Comments
 (0)