-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
177 lines (166 loc) · 4.38 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
<!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, Our Tech Community, OTC CatchUp, Technical community"
/>
<meta
name="description"
content="A Tech-loving open-to-all community."
/>
<meta name="author" content="Harsh Kapadia" />
<meta property="og:site_name" content="Our Tech Community" />
<meta property="og:title" content="Our Tech Community" />
<meta property="og:type" content="website" />
<meta
property="og:description"
content="A Tech-loving open-to-all community."
/>
<meta property="og:url" content="https://ourtech.community" />
<meta
property="og:image"
content="https://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://ourtech.community/static/img/og-img/home.png"
/>
<script
async
src="https://analytics.ourtech.community/script.js"
data-website-id="ef510b68-caad-41b7-a6ad-0f9f3f8cc1a3"
></script>
<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>Our Tech Community</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="https://events.ourtech.community"
target="_blank"
rel="noreferrer"
data-umami-event="go to events page"
>Our Events</a
>
</li>
<li>
<a
href="https://catchup.ourtech.community"
target="_blank"
rel="noreferrer"
data-umami-event="go to catchup page"
>OTC CatchUp</a
>
</li>
<li>
<a
href="https://talks.ourtech.community"
target="_blank"
rel="noreferrer"
data-umami-event="go to talks page"
>OTC Talks</a
>
</li>
<li>
<a
href="https://meetup.ourtech.community"
target="_blank"
rel="noreferrer"
data-umami-event="go to meetup page"
>OTC MeetUp</a
>
</li>
<li><a href="four-years">Four Years of OTC</a></li>
<li><a href="three-years">Three Years of OTC</a></li>
<li><a href="two-years">Two Years of OTC</a></li>
<li><a href="team">Our Team</a></li>
<li><a href="coc">Code of Conduct</a></li>
<li>
<a
href="https://links.ourtech.community"
target="_blank"
rel="noreferrer"
>All Links</a
>
</li>
</ul>
</nav>
</header>
<h1>Our Tech Community</h1>
<h2>A Tech-loving open-to-all community</h2>
<div id="cta-wrapper">
<a
id="white-bg-cta"
href="https://chat.whatsapp.com/EEppkdZeF3HEt384H6npNc"
target="_blank"
rel="noreferrer"
data-umami-event="go to whatsapp group"
>Join Us on WhatsApp</a
>
<a
id="black-bg-cta"
href="https://events.ourtech.community"
data-umami-event="go to events page"
>Explore Our Events</a
>
<a
id="black-bg-cta"
href="https://catchup.ourtech.community"
data-umami-event="go to catchup page"
>Attend OTC CatchUp</a
>
<a
id="black-bg-cta"
href="https://talks.ourtech.community"
data-umami-event="go to talks page"
>Attend OTC Talks</a
>
<a
id="black-bg-cta"
href="https://meetup.ourtech.community"
data-umami-event="go to 2 meetup page"
>Attend OTC MeetUp</a
>
</div>
<a href="/four-years">Four years of OTC</a>
<a
href="https://twitter.com/OurTechComm"
target="_blank"
rel="noreferrer"
data-umami-event="go to twitter"
>
<img
src="static/img/twitter.svg"
title="Twitter @OurTechComm"
alt="Twitter @OurTechComm"
/></a>
</body>
</html>