-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
247 lines (233 loc) · 14 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
<!DOCTYPE html>
<html lang="en" class="no-js">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Open Community of Developers (OCD)</title>
<link href="https://fonts.googleapis.com/css?family=IBM+Plex+Sans:400,600" rel="stylesheet">
<link rel="stylesheet" href="dist/css/style.css">
<style>
.header-logo-image {
filter: invert(70%) sepia(74%) saturate(6041%) hue-rotate(196deg) brightness(100%) contrast(100%);
}
</style>
<script src="https://unpkg.com/[email protected]/lib/anime.min.js"></script>
<script src="https://unpkg.com/[email protected]/dist/scrollreveal.min.js"></script>
<link rel="shortcut icon" href="src/images/logo.ico" type="image/x-icon">
<style>
@media screen and (min-width: 640px) {
.btn-wdith-fix {
display:flex;
width:90%;
}
}
</style>
</head>
<body class="is-boxed has-animations">
<div class="body-wrap">
<header class="site-header">
<div class="container">
<div class="site-header-inner">
<div class="brand header-brand">
<h1 class="m-0">
<a href="/">
<img class="header-logo-image" src="dist/images/logo.svg" alt="OCD">
</a>
</h1>
</div>
</div>
</div>
</header>
<main>
<section class="hero">
<div class="container">
<div class="hero-inner">
<div class="hero-copy">
<h1 class="hero-title mt-0">Open Community of Developers (OCD)</h1>
<p class="hero-paragraph">Welcome to Open Community of Developers!</p>
<p class="hero-paragraph">OCD is a community driven organization which assists next
generation leaders and communities to grow in India 🇮🇳</p>
<div class="hero-cta">
<a class="button button-primary button-shadow btn-wdith-fix"
style="margin-bottom:8px;"
href="https://bit.ly/join-ocd-india">Join OCD India</a>
<a class="button button-shadow btn-wdith-fix"
style="background-color:#02B69E"
href="https://lu.ma/Huddles-GlobalAzure">Huddles Registration</a>
<!-- <a class="button"
style="background-color:#3D9CF5"
href="#">Call for Speakers (Will be up soon)</a> -->
</div>
</div>
<div class="hero-figure anime-element">
<svg class="placeholder" width="528" height="396" viewBox="0 0 528 396">
<rect width="528" height="396" style="fill:transparent;" />
</svg>
<div class="hero-figure-box hero-figure-box-01" data-rotation="45deg"></div>
<div class="hero-figure-box hero-figure-box-02" data-rotation="-45deg"></div>
<div class="hero-figure-box hero-figure-box-03" data-rotation="0deg"></div>
<div class="hero-figure-box hero-figure-box-04" data-rotation="-135deg"></div>
<div class="hero-figure-box hero-figure-box-05"></div>
<div class="hero-figure-box hero-figure-box-06"></div>
<div class="hero-figure-box hero-figure-box-07"></div>
<div class="hero-figure-box hero-figure-box-08" data-rotation="-22deg"></div>
<div class="hero-figure-box hero-figure-box-09" data-rotation="-52deg"></div>
<div class="hero-figure-box hero-figure-box-10" data-rotation="-50deg"></div>
</div>
</div>
</div>
</section>
<section class="pricing section">
<div class="container-sm">
<div class="pricing-inner section-inner">
<div class="pricing-header text-center">
<h2 class="section-title mt-0" id="faq">FAQs</h2>
<p class="section-paragraph mb-0">
Things you need to know about OCD
</p>
</div>
<div class="pricing-tables-wrap">
<div class="pricing-table">
<div class="pricing-table-inner is-revealing">
<div class="pricing-table-main">
<div class="pricing-table-header pb-24">
<div class="pricing-table-price"><span
class="pricing-table-price-currency h2">$</span><span
class="pricing-table-price-amount h1">0</span><span
class="text-xs">/month (free)</span></div>
</div>
<div class="pricing-table-features-title text-xs pt-24 pb-24">What you will get
👇
</div>
<ul class="pricing-table-features list-reset text-xs">
<li>
<span>Info about Technical Events throughout Delhi NCR</span>
</li>
<li>
<span>Networking with Professionals</span>
</li>
<li>
<span>Volunteering Opportunities in Partnered Events</span>
</li>
<li>
<span>Outreach and Community Partnership</span>
</li>
</ul>
</div>
<div class="pricing-table-cta mb-8">
<a class="button button-primary button-shadow button-block"
href="https://bit.ly/join-ocd-india">Register Now!</a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="features section">
<div class="container">
<div class="features-inner section-inner has-bottom-divider">
<div class="features-wrap">
<div class="feature text-center is-revealing">
<div class="feature-inner">
<div class="feature-icon">
<img src="dist/images/feature-icon-01.svg" alt="Feature 01">
</div>
<h4 class="feature-title mt-24">How does Open Community of Developers help Community
Event organizers?</h4>
<p class="text-sm mb-0">We’ve got a team of seasoned community event organizers.
Depending upon the assistance required, we can work with the local community,
and provide them with complete support from planning, and organizing to running
the event.</p>
</div>
</div>
<div class="feature text-center is-revealing">
<div class="feature-inner">
<div class="feature-icon">
<img src="dist/images/feature-icon-03.svg" alt="Feature 03">
</div>
<h4 class="feature-title mt-24">What are the charges like for all these services?
</h4>
<p class="text-sm mb-0">It’s all free. We earn via corporate sponsorships, which we
bring for your events.</p>
</div>
</div>
<div class="feature text-center is-revealing">
<div class="feature-inner">
<div class="feature-icon">
<img src="dist/images/feature-icon-02.svg" alt="Feature 02">
</div>
<h4 class="feature-title mt-24">What kind of Services, Open Community of Developers
provides to the Event organizers?</h4>
<p class="text-sm mb-1">We have tons of services. Community Collaboration is one of
them. Where we work with the organizers from planning and organizing to running
the event.</p>
<p class="text-sm mb-0">Outreach Partnership is also there. Via our network of
regular participants, we can provide you with the outreach of your event. We
also have onsite support for the event.</p>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="cta section">
<div class="container">
<div class="cta-inner section-inner">
<h3 class="section-title mt-0">Still not convinced on joining OCD?</h3>
<div class="cta-cta">
<a class="button button-primary button-wide-mobile" href="https://twitter.com/ocd_india">Get
in touch</a>
</div>
</div>
</div>
</section>
</main>
<footer class="site-footer">
<div class="container">
<div class="site-footer-inner">
<div class="brand footer-brand">
<a href="/">
<img class="header-logo-image" src="dist/images/logo.svg" alt="Logo">
</a>
</div>
<ul class="footer-links list-reset">
<li>
<a href="https://twitter.com/ocd_india">Contact</a>
</li>
<li>
<a href="#faq">FAQ's</a>
</li>
</ul>
<ul class="footer-social-links list-reset">
<li>
<a href="https://twitter.com/ocd_india">
<span class="screen-reader-text">Twitter</span>
<svg width="16" height="16" xmlns="http://www.w3.org/2000/svg">
<path
d="M16 3c-.6.3-1.2.4-1.9.5.7-.4 1.2-1 1.4-1.8-.6.4-1.3.6-2.1.8-.6-.6-1.5-1-2.4-1-1.7 0-3.2 1.5-3.2 3.3 0 .3 0 .5.1.7-2.7-.1-5.2-1.4-6.8-3.4-.3.5-.4 1-.4 1.7 0 1.1.6 2.1 1.5 2.7-.5 0-1-.2-1.5-.4C.7 7.7 1.8 9 3.3 9.3c-.3.1-.6.1-.9.1-.2 0-.4 0-.6-.1.4 1.3 1.6 2.3 3.1 2.3-1.1.9-2.5 1.4-4.1 1.4H0c1.5.9 3.2 1.5 5 1.5 6 0 9.3-5 9.3-9.3v-.4C15 4.3 15.6 3.7 16 3z"
fill="#0270D7" />
</svg>
</a>
</li>
<li>
<a href="https://instagram.com/ocd.india">
<span class="screen-reader-text">Instagram</span>
<svg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" width="18" height="18"
viewBox="0 0 24 24" style=" fill:#0270D7;">
<path
d="M 8 3 C 5.243 3 3 5.243 3 8 L 3 16 C 3 18.757 5.243 21 8 21 L 16 21 C 18.757 21 21 18.757 21 16 L 21 8 C 21 5.243 18.757 3 16 3 L 8 3 z M 8 5 L 16 5 C 17.654 5 19 6.346 19 8 L 19 16 C 19 17.654 17.654 19 16 19 L 8 19 C 6.346 19 5 17.654 5 16 L 5 8 C 5 6.346 6.346 5 8 5 z M 17 6 A 1 1 0 0 0 16 7 A 1 1 0 0 0 17 8 A 1 1 0 0 0 18 7 A 1 1 0 0 0 17 6 z M 12 7 C 9.243 7 7 9.243 7 12 C 7 14.757 9.243 17 12 17 C 14.757 17 17 14.757 17 12 C 17 9.243 14.757 7 12 7 z M 12 9 C 13.654 9 15 10.346 15 12 C 15 13.654 13.654 15 12 15 C 10.346 15 9 13.654 9 12 C 9 10.346 10.346 9 12 9 z">
</path>
</svg>
</a>
</li>
</ul>
<div class="footer-copyright">© <script>document.write(new Date().getFullYear())</script> Open Community of Developers, all rights reserved</div>
</div>
</div>
</footer>
</div>
<script src="dist/js/main.min.js"></script>
</body>
</html>