-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
339 lines (307 loc) · 16 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
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Meta Information-->
<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="description"
content="Pynata is a computer science community that is based in Discord. We share resources, events and news on technologies.">
<!--Open Graph Indicator-->
<meta property="og:site_name" content="Pyñata | Computer Science Community">
<meta property="og:title" content="Pyñata | Computer Science Community">
<meta property="og:type" content="website">
<meta property="og:image" content="/img/Pynata_Cover.png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="675">
<meta property="og:url" content="https://pynata.github.io">
<meta property="og:description"
content="Pynata is a computer science community that is based in Discord. We share resources, events and news on technologies.">
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:image" content="/img/Pynata_Cover.png">
<meta name="author" content="Pynata">
<!-- Icon -->
<link rel="icon" type="image/png" href="img/pynata500.png" />
<!-- For Icons -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.15.3/css/all.css">
<!-- For Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=IBM+Plex+Mono&family=Ubuntu:wght@400;500&display=swap">
<link href="https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@200;600&display=swap" rel="stylesheet">
<!-- Css Links -->
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"
integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<!-- Title -->
<title>Pyñata | Computer Science Community</title>
</head>
<body>
<div class="header-section">
<!-- Header -->
<div class="header navbar-light fixed-top">
<nav class="navbar navbar-expand-md container">
<a href="#" class="navbar-brand">
<img src="img/Pynata Logo.svg" width="50" alt="">
</a>
<button type="button" class="navbar-toggler" data-toggle="collapse" data-target="#navbarCollapse">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarCollapse">
<div class="navbar-nav ml-auto nav-links">
<a href="#" class="nav-item nav-link">Home</a>
<a href="#project-list" class="nav-item nav-link">Project</a>
<a href="#meet-the-team" class="nav-item nav-link">Meet the Team</a>
<a href="#contact" class="nav-item nav-link">Contact Us</a>
</div>
</div>
</nav>
</div>
<!-- End of Header-->
<div class="main-section">
<div class="container">
<div class="row">
<div class="col">
<h1>Be an Active Participant!</h1>
<p class="description">
A server for everyone who love computer science related topics where we share learning
resources, events and discuss on IT related topics.
</p>
<a href="https://discord.gg/fxPr86c5E9" target="_blank">
<button type="button" class="btn-custom"> <b> <i class="fab fa-discord"> </i> Join the
Discord </b> </button>
</a>
</div>
<div class="col pynata-banner-img">
<img class="img-fluid w-100 rounded" src="img/Pynata Cover.svg" alt="">
</div>
</div>
</div>
<div class="divider">
<svg class="editorial" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
viewBox="0 24 150 28 " preserveAspectRatio="none">
<defs>
<path id="gentle-wave" d="M-160 44c30 0
58-18 88-18s
58 18 88 18
58-18 88-18
58 18 88 18
v44h-352z" />
</defs>
<g class="parallax1">
<use xlink:href="#gentle-wave" x="50" y="3" fill="#D2B3EF" />
</g>
<g class="parallax2">
<use xlink:href="#gentle-wave" x="50" y="0" fill="#BED3E8" />
</g>
<g class="parallax3">
<use xlink:href="#gentle-wave" x="50" y="9" fill="#F87CA1" />
</g>
<g class="parallax4">
<use xlink:href="#gentle-wave" x="50" y="6" fill="#fff" />
</g>
</svg>
</div>
</div>
</div>
<div id="project-list"></div>
<div class="project-section container">
<h1>Project's List</h1>
<p id="project_desc" class="description">Pyñata Team related Project</p>
<!-- Cards Here -->
<div class="cards-list"></div>
<!-- Modal For Cards-->
<div class="modal-card">
</div>
</div>
<div class="meet-the-team-section" id="meet-the-team">
<div class="container">
<h1 class="meet-team-text">Meet the Team</h1>
<p class="description meet-team-text">Our committee team consists of passionate individuals from different
computer science backgrounds to build a diverse computer science community.
</p>
<div class="button-center">
<div class="meet-button-section">
<button type="button" class="btn btn-outline-light" onclick="showDivs(0)">Core</button>
<button type="button" class="btn btn-outline-light " onclick="showDivs(1)">Collaborator</button>
</div>
</div>
<div class="meet-card-container">
<div class="meet-card">
<div class="meet-card-img">
<img src="img/kai.jpg">
</div>
<div class="desc">
<h5 class="primary-text">Vandyck Lai</h5>
<div class="d-inline">
<a href=" https://github.com/Laikaiyong" target="_blank"><i class="fab fa-github"></i></a>
<a href=" https://www.linkedin.com/in/lai-kai-yong/" target="_blank"><i
class="fab fa-linkedin"></i></a>
<a href=" https://www.instagram.com/vandyck.lai/" target="_blank"><i
class="fab fa-instagram"></i></a>
</div>
</div>
</div>
<div class="meet-card">
<div class="meet-card-img">
<img src="img/Chang.jpg">
</div>
<div class="desc">
<h5 class="primary-text">Chang Shiau Huei</h5>
<div class="d-inline">
<a href="https://github.com/PLZENTERTEXT" target="_blank"><i class="fab fa-github"></i></a>
<a href="https://www.linkedin.com/in/chang-shiau-huei-01589a191/" target="_blank"><i
class="fab fa-linkedin"></i></a>
<a href="https://www.instagram.com/shortgun_04/" target="_blank"><i
class="fab fa-instagram"></i></a>
</div>
</div>
</div>
<div class="meet-card">
<div class="meet-card-img">
<img src="img/Yip.jpg">
</div>
<div class="desc">
<h5 class="primary-text">Yip Zi Xian</h5>
<div class="d-inline">
<a href="https://github.com/NightfuryEquinn" target="_blank"><i
class="fab fa-github"></i></a>
<a href="https://www.linkedin.com/in/yip-zi-xian-a459691bb/" target="_blank"><i
class="fab fa-linkedin"></i></a>
<a href="https://www.instagram.com/nightfury_equinn/" target="_blank"><i
class="fab fa-instagram"></i></a>
</div>
</div>
</div>
<div class="meet-card">
<div class="meet-card-img">
<img src="img/Cheryl.svg">
</div>
<div class="desc">
<h5 class="primary-text">Cheryl Lim</h5>
<div class="d-inline">
<a href="https://github.com/bipolarpineapple" target="_blank"><i
class="fab fa-github"></i></a>
<a href="https://www.linkedin.com/in/lim-wye-yee-026717202/" target="_blank"><i
class="fab fa-linkedin"></i></a>
<a href="https://www.instagram.com/luna.chxryll/" target="_blank"><i
class="fab fa-instagram"></i></a>
</div>
</div>
</div>
</div>
</div>
<div class="meet-card-container">
<div class="meet-card">
<div class="meet-card-img">
<img src="https://avatars.githubusercontent.com/u/62915062?v=4">
</div>
<div class="desc">
<h5 class="primary-text">Jolou</h5>
<div class="d-inline">
<a href=" https://github.com/Jookie262" target="_blank"><i class="fab fa-github"></i></a>
</div>
</div>
</div>
</div>
</div>
<div class="contact-us" id="contact">
<div class="container">
<div class="row">
<div class="col footer-slot">
<h1>Contact Us</h1>
<p class="description">Contact us if you have any suggestion / feedback.</p>
<img class="img-fluid w-100"
src="https://cdn.dribbble.com/users/721536/screenshots/3429188/unicorn_outilne.jpg?compress=1&resize=800x600"
alt="">
</div>
<div class="col">
<form action="https://send.pageclip.co/cIQNsp36gxY7X7s4IXNlBPffxw2shpRR/pynata_contact_form"
onsubmit="validate()" class="contact100-form validate-form" method="post">
<div class="wrap-input100 validate-input">
<input class="input100" type="text" name="name" placeholder="Full Name">
<span class="focus-input100"></span>
</div>
<div class="wrap-input100 validate-input">
<input class="input100" type="email" name="email" placeholder="Email">
<span class="focus-input100"></span>
</div>
<div class="wrap-input100 validate-input">
<textarea class="input100" name="message" placeholder="Your Message"></textarea>
<span class="focus-input100"></span>
</div>
<div class="container-contact100-form-btn">
<button class="contact100-form-btn"><i class="far fa-paper-plane"></i> Send Email</button>
</div>
</form>
</div>
</div>
</div>
</div>
<div class="footer-section">
<div class="container">
<div class="slide">
<div id="carouselExampleControls" class="carousel slide container" data-ride="carousel">
<div class="carousel-inner text-center">
<div class="carousel-item active ">
<h1> First, solve the problem. Then, write the code.</h1>
<cite> – John Johnson</cite>
</div>
<div class="carousel-item">
<h1>In order to be irreplaceable, one must always be different</h1>
<cite> – Coco Chanel</cite>
</div>
<div class="carousel-item">
<h1>Code is like humor. When you have to explain it, it’s bad.</h1>
<cite> – Cory House</cite>
</div>
</div>
</div>
</div>
<div class="footer-links">
<div class="row">
<div class="col text-center">
<h5>About Pyñata</h5>
<p class="description">A discord server serves as a computer science community for people to
engage, chat and share knowledge together.</p>
<hr>
<p><i class="fas fa-trophy"></i> Our Goals</p>
<p> <i class="fas fa-users"></i> Core Team</p>
</div>
<div class="col text-center">
<h5>Pyñata Community</h5>
<iframe id="discord-widget" src="https://discord.com/widget?id=852085478659457035&theme=dark"
width="350" height="500" allowtransparency="true" frameborder="0"
sandbox="allow-popups allow-popups-to-escape-sandbox allow-same-origin allow-scripts"></iframe>
</div>
<div class="col text-center">
<h5>Contact Information</h5>
<p class="description">Feel free to reach out!</p>
<hr>
<a class="no-style" href="mailto:[email protected]">
<p> <i class="fa fa-envelope-open" aria-hidden="true"></i> Email: [email protected]</p>
</a>
<a class="no-style" href="https://www.linkedin.com/company/pynata/">
<p> <i class="fab fa-linkedin" aria-hidden="true"></i> LinkedIn: Pynata</p>
</a>
<a class="no-style" href="https://www.instagram.com/pynata_/?hl=en">
<p> <i class="fab fa-instagram" aria-hidden="true"></i> Instagram: @pynata_</p>
</a>
</div>
</div>
</div>
</div>
<div class="copyright text-center">
<h6>Copyright © 2021 <b>Pyñata Core Team</b> and <b>Collaborator</b>. All Rights Reserved.</h6>
</div>
</div>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"
integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM"
crossorigin="anonymous"></script>
<script src="project.js"></script>
<script src="script.js"></script>
<script src="https://s.pageclip.co/v1/pageclip.js" charset="utf-8"></script>
</body>
</html>