forked from Opentek-Org/opentek
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprogram.html
310 lines (304 loc) · 11.2 KB
/
program.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
<!DOCTYPE html>
<html lang="en">
<html prefix="og: https://ogp.me/ns#">
<head>
<meta charset="UTF-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/>
<meta
name="description"
content="Welcome to Opentek, your number one source for Open Source Development. We're dedicated to giving you the very best of tools, resources, and projects, with a focus on Collaboration, Code, and Networking."
/>
<meta
name="keywords"
content="OpenSource, CommunityWork, OpenSourceDevelopment, Collaboration, Networking, Side-Projects, Projects, Hackathons, OpenSourcePrograms, Development, Webdev, ML, Android, Startup "
/>
<meta name="author" content="Opentek" />
<meta property="og:title" content="Opentek Programs" />
<meta
property="og:description"
content="Welcome to Opentek, your number one source for Open Source Development. We're dedicated to giving you the very best of tools, resources, and projects, with a focus on Collaboration, Code, and Networking."
/>
<meta property="og:type" content="website" />
<meta property="og:url" content=" " />
<meta
property="og:image"
content="https://i.postimg.cc/HszfCMfq/Opentek-logo.png"
/>
<title>Opentek | Programs</title>
<link
rel="icon"
href="../images/Opentek.png"
type="image/gif"
sizes="16x16"
/>
<!--font-awesome icons link-->
<!-- <link rel="stylesheet" href="css/font-awesome.min.css"> -->
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css"
/>
<!-- Bootstrap CSS -->
<link
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-+0n0xVW2eSR5OomGNYDnhzAbDsOXxcvSN1TPprVMTNDbiYZCxYbOOl7+AMvyTG2x"
crossorigin="anonymous"
/>
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="../css/bootstrap.min.css" />
<link rel="stylesheet" href="../css/slick.css" />
<!--main style file-->
<link rel="stylesheet" href="../css/style.css" />
<link rel="stylesheet" href="../css/responsive.css" />
<script
async
src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-6863208875908240"
crossorigin="anonymous"
></script>
</head>
<body id="dark-mode">
<!-- Preloader Part Start -->
<div class="preloader">
<div class="frame">
<div class="center">
<div class="dot-1"></div>
<div class="dot-2"></div>
<div class="dot-3"></div>
</div>
</div>
</div>
<!-- Preloader Part End -->
<!-- HEADER AREA START -->
<nav class="navbar navbar-expand-lg navbar-light bg-light sticky-top">
<div class="container">
<a class="navbar-brand" href="../index.html">Opentek<b>.</b></a>
<button
class="navbar-toggler"
type="button"
data-toggle="collapse"
data-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent"
aria-expanded="false"
aria-label="Toggle navigation"
>
<i class="fa fa-bars" aria-hidden="true"></i>
</button>
<div
class="collapse navbar-collapse menu-main"
id="navbarSupportedContent"
>
<ul class="navbar-nav ml-auto menu-item">
<li class="nav-item">
<a class="nav-link" href="/">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#selectoption">Programs</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./tutorial.html">Tutorials</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#footer">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
<section id="banner">
<div class="design-layer"></div>
<div class="backtotop">
<a href="#banner"
><i class="fa fa-arrow-up" aria-hidden="true"></i
></a>
</div>
<div class="container zindex">
<div class="row">
<div class="col-lg-12 banner-txt">
<h3 id="text">Programs</h3>
<h1 id="text-down" class="fs-5 text-center m-4">
Find all the Open Source
<span style="color: #2df5a3">programs</span> happening this
month and throughout the year.
</h1>
</div>
</div>
</div>
</section>
<div class="justify-content-center">
<div class="container pt-5 col-md-6" id="selectoption"></div>
</div>
<section id="overview">
<div class="container">
<div class="row over-pa" id="program"></div>
</div>
</section>
<div id="error"></div>
<!-- FOOTER AREA START -->
<footer id="footer">
<div class="container-fluid px-5">
<div class="row">
<div
class="col-12 col-sm-12 col-md-12 col-lg-4 pb-5 pb-sm-5 pb-lg-1"
>
<div class="footer-logo">
<a class="f-logo" href="/"><b>Opentek Org</b></a>
<p>
In open source, we feel strongly that to really do something
well, you have to get a lot of people involved.
<br />
- Linus Torvalds
</p>
<div class="footer-social">
<a href="https://discord.gg/9qyr4Mdc3Y" target="_blank"
><i class="fab fa-discord" aria-hidden="true"></i
></a>
<a href="https://twitter.com/opentekorg" target="blank"
><i class="fab fa-twitter" aria-hidden="true"></i
></a>
<a
href="https://www.linkedin.com/company/opentekorg/"
target="blank"
><i class="fab fa-linkedin-in" aria-hidden="true"></i
></a>
<a href="mailto:[email protected]"
><i class="fas fa-envelope" aria-hidden="true"></i
></a>
<a
href="https://github.com/Opentek-Org/opentek"
target="blank"
><i class="fab fa-github" aria-hidden="true"></i
></a>
</div>
</div>
</div>
<div
class="col-12 col-sm-12 col-md-12 col-lg-2 offset-lg-1 pb-5 pb-sm-5 pb-lg-1"
>
<div class="links">
<h3>Quick Links</h3>
<ul>
<li><a href="./pages/about.html">About Us</a></li>
<li>
<a
id="gated-content-5"
class="hidden"
href="./pages/event.html"
>Events</a
>
</li>
<li>
<a
id="gated-content-6"
class="hidden"
href="./pages/program.html"
>Programs</a
>
</li>
<li><a href="./pages/projects.html">Projects</a></li>
<li>
<a
href="https://github.com/Opentek-Org/opentek/graphs/contributors"
target="_blank"
>Contributors</a
>
</li>
</ul>
</div>
</div>
<div
class="col-12 col-sm-12 col-md-12 col-lg-2 pb-5 pb-sm-5 pb-lg-1"
>
<div class="links">
<h3>How to Contribute?</h3>
<ul>
<li>
<a
href="https://github.com/Opentek-Org/opentek"
target="_blank"
>Contribute</a
>
</li>
<li>
<a
href="https://github.com/Opentek-Org/opentek/issues"
target="_blank"
>Issues</a
>
</li>
<li><a href="./pages/tutorial.html">Tutorials</a></li>
<li>
<a
href="https://github.com/Opentek-Org/support"
target="_blank"
>Join Us!</a
>
</li>
</ul>
</div>
</div>
<div class="col-12 col-sm-12 col-md-12 col-lg-3">
<iframe
src="https://discord.com/widget?id=876369146961596428&theme=dark"
width="300"
height="350"
allowtransparency="true"
frameborder="0"
sandbox="allow-popups allow-popups-to-escape-sandbox allow-same-origin allow-scripts"
></iframe>
</div>
</div>
</div>
</footer>
<!-- FOOTER AREA END -->
<!-- COPY_RIGHT AREA START -->
<section id="footer-btm">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="fop-btm text-center">
<h2>
Built with 💜 by
<a href="https://github.com/Opentek-Org" target="blank"
>Opentek</a
>
</h2>
</div>
</div>
</div>
</div>
</section>
<!-- COPY_RIGHT AREA END -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-gtEjrD/SeCtmISkJkNUaaKMoLD0//ElJ19smozuHV6z3Iehds+3Ulb9Bn9Plx0x4"
crossorigin="anonymous"
></script>
<!-- Optional JavaScript -->
<script defer src="../js/jquery-3.3.1.min.js"></script>
<script defer src="../js/bootstrap.min.js"></script>
<script defer src="../js/slick.min.js"></script>
<!-- <script defer src="../js/jquery.isotope.min.html"></script> -->
<script defer src="../js/circular.js"></script>
<script defer src="../js/custom.js"></script>
<script defer src="../js/program.js"></script>
<script defer>
document.addEventListener("click", function (e) {
if (e.target.tagName == "A" && !e.target.hasAttribute("target")) {
e.target.setAttribute("target", "blank");
}
});
</script>
<!-- <script>
var video_id = 'VA770wpLX-Q';
$.getJSON('http://gdata.youtube.com/feeds/api/videos/' + video_id + '?v=2&alt=jsonc', function (data, status, xhr) {
alert(data.data.title);
// data contains the JSON-Object below
});
</script> -->
</body>
</html>
</html>