-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathindex.html
323 lines (320 loc) · 13.5 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Required Metatags-->
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Hacktoberfest 2021</title>
<Link href="Assets/css/main.css" rel="stylesheet"/>
<!-- Font Awesome -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css" rel="stylesheet"/>
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&display=swap" rel="stylesheet">
<!-- MDB -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/mdb-ui-kit/3.6.0/mdb.min.css" rel="stylesheet"/>
</head>
<body class="inter">
<header class="bg-1 bg-image">
<div class="container">
<div class="row mt-5 pb-5">
<div class="col-12 col-lg-6 text-lg-start text-center">
<h1 class="accent-1 fw-bold mt-5 mb-5" >Hacktoberfest<br>Philippines<br>2021</h1>
<p class="text-white fw-light mt-md-5">SurPath Hub will be joining a month-long event called Hacktoberfest. We're inviting every Filipino student, career shifter, and aspiring developer to contribute to Open Source Software!
</p>
</div>
<div class="col-12 col-lg-6 pt-5 text-white text-center">
<p class="mt-md-5 ">
Hacktoberfest start in
</p>
<h2 class="accent-1">
<span id="days"></span>
<span id="hours"></span>
<span id="mins"></span>
<span id="secs"></span>
</h2>
<h2 id="end"></h2>
<button type="button" class="mt-3 fw-bold btn btn-warning shadow-4 "><a href="https://forms.office.com/r/zD3CSzem81" class="text-dark" target="_blank" alt="link">Register Now</a></button>
</div>
</div>
</div>
</header>
<section class="container p-5 text-center">
<h2 class="text-center text-dark fw-bold p-4">What is Hacktoberfest?</h2>
<p class="text-center">Hosted by DigitalOcean for the 8th year in a row, Hacktoberfest encourages participation in giving back to the open source community by completing pull requests, participating in events, and donating to open source projects.</p>
<button type="button" class="mt-3 fw-bold btn btn-dark shadow-4 "><a href="https://hacktoberfest.digitalocean.com/" class="text-light" target="_blank" alt="link">Learn More</a></button>
<div class="row mt-5">
<div class="col-12 col-md-4">
<i class="far fa-handshake fa-6x"></i>
<p class="fw-bold fs-3 pt-4">Support</p>
</div>
<div class="col-12 col-md-4">
<i class="fas fa-chart-line fa-6x"></i>
<p class="fw-bold fs-3 pt-4">Grow</p>
</div>
<div class="col-12 col-md-4">
<i class="fas fa-users fa-6x"></i>
<p class="fw-bold fs-3 pt-4">Collaborate</p>
</div>
</div>
</section>
<section class="container-fluid">
<div class="row">
<div class="col-12 col-md-4 bg-2 p-5 d-flex align-items-center" style="border-top-right-radius: 100px; border-bottom-right-radius: 100px;">
<h2 class="text-center text-white">How to contribute?</h2>
</div>
<div class="col-12 col-md-8 px-5 p-4 text-center">
<p class="text-start"><span class="fw-bold">Note: </span>Anyone can help improve our projects, but only those residing in the Philippines are encouraged to join our organization and participate in our events. We have EddieHub Community as our global, open-source community for everyone.
</p>
<button type="button" class="mt-3 fw-bold btn btn-dark shadow-4"><a href="https://github.com/SurPathHub/hacktoberfest-philippines"class="text-light" target="_blank">See Guidelines</a></button>
</div>
</div>
</section>
<section class="container mt-4">
<h2 class="text-center accent-1 fw-bold p-4">Repositories and projects<br>you can contribute</h2>
<div class="accordion p-5 mx-3 text-dark" id="accordionExample">
<div class="accordion-item">
<h2 class="accordion-header" id="headingOne">
<button
class="accordion-button"
type="button"
data-mdb-toggle="collapse"
data-mdb-target="#collapseOne"
aria-expanded="false"
aria-controls="collapseOne"
>
Dayong
</button>
</h2>
<div
id="collapseOne"
class="accordion-collapse collapse show"
aria-labelledby="headingOne"
data-mdb-parent="#accordionExample"
>
<div class="accordion-body">
<p>Link: <a href="https://github.com/SurPathHub/Dayong" target="_blank" id="hover">SurPathHub/Dayong</a></p>
<p>Maintainer: <a href="https://github.com/chraem" target="_blank" id="hover">chraem</a>, <a href="https://github.com/huenique" target="_blank" id="hover">huenique</a></p>
<p><strong> Description: </strong><br/>Dayong is dedicated to helping Discord servers build and manage their communities.</p>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="headingTwo">
<button
class="accordion-button collapsed"
type="button"
data-mdb-toggle="collapse"
data-mdb-target="#collapseTwo"
aria-expanded="false"
aria-controls="collapseTwo"
>
Ugnay Components Web
</button>
</h2>
<div
id="collapseTwo"
class="accordion-collapse collapse"
aria-labelledby="headingTwo"
data-mdb-parent="#accordionExample"
>
<div class="accordion-body">
<p>Link: <a href="https://github.com/SurPathHub/ugnay-components-web" target="_blank" id="hover">SurPathHub/ugnay-components-web</a></p>
<p>Maintainer: <a href="https://github.com/MatteuSan" target="_blank" id="hover">MatteuSan</a></p>
<p><strong> Description: </strong><br/>The web implementation of SurPath Hub's design system.</p>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="headingThree">
<button
class="accordion-button collapsed"
type="button"
data-mdb-toggle="collapse"
data-mdb-target="#collapseThree"
aria-expanded="false"
aria-controls="collapseThree"
>
Content Writing
</button>
</h2>
<div
id="collapseThree"
class="accordion-collapse collapse"
aria-labelledby="headingThree"
data-mdb-parent="#accordionExample"
>
<div class="accordion-body">
<p>Link: <a href="https://github.com/SurPathHub/content-writing" target="_blank" id="hover">SurPathHub/content-writing</a></p>
<p>Maintainer: <a href="https://github.com/nikxherrera" target="_blank" id="hover">nikxherrera</a>, <a href="https://github.com/vinzvinci" target="_blank" id="hover">vinzvinci</a></p>
<p><strong> Description: </strong><br/>Content writing for the event of Hacktoberfest</p>
</div>
</div>
</div>
<!-- Paste Here -
<div class="accordion-item">
<h2 class="accordion-header" id="headingThree">
<button
class="accordion-button collapsed"
type="button"
data-mdb-toggle="collapse"
data-mdb-target="#collapseThree"
aria-expanded="false"
aria-controls="collapseThree"
>
Content Writing
</button>
</h2>
<div
id="collapseThree"
class="accordion-collapse collapse"
aria-labelledby="headingThree"
data-mdb-parent="#accordionExample"
>
<div class="accordion-body">
<p>Link: <a href="https://github.com/SurPathHub/content-writing" target="_blank" id="hover">SurPathHub/content-writing</a></p>
<p>Maintainer: <a href="https://github.com/nikxherrera" target="_blank" id="hover">nikxherrera</a>, <a href="https://github.com/vinzvinci" target="_blank" id="hover">vinzvinci</a></p>
<p><strong> Description: </strong><br/>Content writing for the event of Hacktoberfest</p>
</div>
</div>
</div>
-->
<div class="accordion-item">
<h2 class="accordion-header" id="headingFour">
<button
class="accordion-button collapsed"
type="button"
data-mdb-toggle="collapse"
data-mdb-target="#collapseFour"
aria-expanded="false"
aria-controls="collapseFour"
>
Starter Kit
</button>
</h2>
<div
id="collapseFour"
class="accordion-collapse collapse"
aria-labelledby="headingFour"
data-mdb-parent="#accordionExample"
>
<div class="accordion-body">
<p>Link: <a href="https://github.com/SurPathHub/starter-kit" target="_blank" id="hover">SurPathHub/starter-kit</a></p>
<p>Maintainer: <a href="https://github.com/nikxherrera" target="_blank" id="hover">nikxherrera</a>, <a href="https://github.com/vinzvinci" target="_blank" id="hover">vinzvinci</a>, <a href="https://github.com/Ryjin210" target="_blank" id="hover">Ryjin210</a></p>
<p><strong> Description: </strong><br/>Start your career path to become a developer.</p>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="headingFive">
<button
class="accordion-button collapsed"
type="button"
data-mdb-toggle="collapse"
data-mdb-target="#collapseFive"
aria-expanded="false"
aria-controls="collapseFive"
>
Brand Assets
</button>
</h2>
<div
id="collapseFive"
class="accordion-collapse collapse"
aria-labelledby="headingFive"
data-mdb-parent="#accordionExample"
>
<div class="accordion-body">
<p>Link: <a href="https://github.com/SurPathHub/brand-assets" target="_blank" id="hover">SurPathHub/brand-assets</a></p>
<p>Maintainer: <a href="https://github.com/nikxherrera" target="_blank" id="hover">nikxherrera</a>, <a href="https://github.com/vinzvinci" target="_blank" id="hover">vinzvinci</a>, <a href="https://github.com/jcavenue" target="_blank" id="hover">jcavenue</a></p>
<p><strong> Description: </strong><br/>Branding assets of SurPath Hub.</p>
</div>
</div>
</div>
</div>
</section>
<section class="container mb-5 pb-3">
<h2 class="text-center text-dark fw-bold p-4">Developer Pack and Discord Community</h2>
<div class="row">
<div class="col-12 col-md-6 p-5">
<div class="card text-center pb-3">
<div class="bg-image hover-overlay ripple" data-mdb-ripple-color="light">
<img
src="Assets/img/developer_pack.png"
class="img-fluid"
/>
<a href="#!">
<div class="mask" style="background-color: rgba(251, 251, 251, 0.15);"></div>
</a>
</div>
<div class="card-body">
<h5 class="card-title">GitHub Student Developer Pack</h5>
<p class="card-text">
$200 Worth of tools and training from Github.
</p>
<a href="https://education.github.com/discount_requests/student_application?utm_source=2021-10-03-HacktoberfestPhilippines" target="_blank" class="btn btn-dark">Get your Pack</a>
</div>
</div>
</div>
<div class="col-12 col-md-6 p-5">
<div class="card text-center pb-3">
<div class="bg-image hover-overlay ripple" data-mdb-ripple-color="light">
<img
src="Assets/img/discord_server.png"
class="img-fluid"
/>
<a href="#!">
<div class="mask" style="background-color: rgba(251, 251, 251, 0.15);"></div>
</a>
</div>
<div class="card-body">
<h5 class="card-title">Discord Community Server </h5>
<p class="card-text">
Join our discord server for continuous conversation.
</p>
<a href="https://discord.com/invite/RATJsSGM9d" target="_blank" class="btn btn-dark">Join our Discord Server</a>
</div>
</div>
</div>
</div>
</section>
<footer class="container-fluid bg-3 pt-5 " style="border-top-right-radius: 100px;">
<div class="container mt-3">
<div class="row">
<div class="col-12 col-lg-4 text-start fw-light">
<p>In the open-source world, it doesn't matter who you are or what you do.
If you show enough passion, everyone is going to love and appreciate your ideas.
That said, it doesn't matter if you're a college dropout or have zero knowledge,
we will help you grow and make it a goal to get you into the tech industry.</p>
</div>
<div class="col-6 col-lg-2 px-5 pt-2 pt-sm-0">
<p><strong>Follow us</strong></p>
<p class="fw-light">
<a href="https://facebook.com/SurPathHub/" id="hover" target="_blank">Facebook</a><br>
<a href="https://twitter.com/SurPathHub" id="hover" target="_blank">Twitter</a><br>
<a href="https://github.com/SurPathHub" id="hover" target="_blank">GitHub</a><br>
<a href="https://www.linkedin.com/company/surpathhub/" id="hover" target="_blank">LinkedIn</a><br>
<a href="https://www.youtube.com/channel/UCjA75ni_WO_AoyWsLxnnwjA" id="hover" target="_blank">YouTube</a>
</p>
</div>
<div class="col-6 col-lg-2 px-5 pt-2 pt-sm-0">
<p><strong>Location</strong></p>
<p> Philippines</p>
</div>
<div class="col-12 col-lg-4 text-center">
<figure class="figure">
<img src="Assets/img/SPH_Black_logo.png" height="100px" width="100px" alt="SPH_Black_logo" >
<figcaption class="figure-caption">Surpath Hub Trademark Logo</figcaption>
</figure>
</div>
<hr class="mt-4"/>
<p class="text-center ">© 2022 <a href="https://surpathhub.github.io/" id="hover" target="_blank">SurPath Hub</a>. All rights reserved</p>
</div>
</div>
</footer>
<!-- Countdown Timer -->
<script type="text/javascript" src="Assets/js/index.js"></script>
<!-- MDB -->
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mdb-ui-kit/3.6.0/mdb.min.js"></script>
</body>
</html>