-
Notifications
You must be signed in to change notification settings - Fork 191
/
index.html
408 lines (373 loc) · 20 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
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta http-equiv="Content-Type" content="text/html" />
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css"
integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js"
integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN"
crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js"
integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q"
crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"
integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl"
crossorigin="anonymous"></script>
<script src="https://kit.fontawesome.com/bd43ee06c8.js" crossorigin="anonymous"></script>
<!-- style.css For Custom Styling -->
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.10.0/css/all.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/devicons/[email protected]/devicon.min.css">
<link rel="apple-touch-icon" sizes="180x180" href="favicon_package\apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicon_package\favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicon_package\favicon-16x16.png">
<link rel="manifest" href="favicon_package\site.webmanifest">
<link rel="mask-icon" href="favicon_package\safari-pinned-tab.svg" color="#3caea3">
<meta name="msapplication-TileColor" content="#2b5797">
<meta name="theme-color" content="#ffffff">
<title>Algo Phantoms</title>
<script>
window.onload = function () {
var preloader = document.getElementById("preloader")
preloader.style.display = 'none';
}
</script>
</head>
<body>
<!-- preloader starts -->
<div id="preloader">
<div class="loader-div">
<div class="loader"></div>
<div class="heading">
Loading
</div>
</div>
</div>
<!-- header starts -->
<header class="fix">
<img src="video/background.gif" class="vid-bg" alt="background-gif">
<nav id="nav" class="navbar navbar-expand-lg navbar-dark fixed-top top nav-col">
<a class="navbar-brand" href="#"><img src="images/icon.png" alt="Algo Phantoms" width="50" height="50"><strong><span class="brand1">Algo</span>Phantoms</strong></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ml-auto">
<li class="nav-item active">
<a class="nav-link font-weight-bold nav-items" href="#">Home <span
class="sr-only">(current)</span></a>
<hr class="hr">
</li>
<li class="nav-item">
<a class="nav-link font-weight-bold nav-items" href="#about">About</a>
<hr class="hr">
</li>
<li class="nav-item">
<a class="nav-link font-weight-bold nav-items" href="team.html">Team</a>
<hr class="hr">
</li>
<li class="nav-item dropdown">
<a class="nav-link font-weight-bold nav-items dropdown-toggle" href="#" id="navbarDropdown"
role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
More</a>
<hr class="hr">
<div class="dropdown-menu dropdown-menu-center" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="DSA.html">RoadMap to your DSA</a>
<a class="dropdown-item" href="https://github.com/Algo-Phantoms" target="_blank">Contribute
to Project</a>
<a class="dropdown-item" href="practicedsa.html">DSA Problems</a>
<a class="dropdown-item" href="booklist.html">Suggested Books</a>
<a class="dropdown-item" href="suggested_coding_site.html">Suggested Coding sites</a>
</div>
<li class="nav-item">
<a class="nav-link font-weight-bold nav-items" href="contact.html">Contact</a>
<hr class="hr">
</li>
</ul>
</div>
</nav>
<script>
const navbar=document.getElementById("nav");
let scrolled=false;
window.onscroll=function(){
if(window.pageYOffset>100)
{
navbar.classList.remove("top");
if(!scrolled)
{
navbar.style.transform="translateY(-70px)";
}
setTimeout(function(){
navbar.style.transform = 'translateY(0)';
scrolled = true;
},200);
}
else{
navbar.classList.add("top");
scrolled=false;
}
};
</script>
<div class="banner-text text-center">
<p class="main-head">We are
<span id="typed-text"></span>
<span class="cursor">|</span>
</p>
<p class="below-head"> Algo Phantoms is an <span>Open Source organization </span>which focuses on <span> Data
Structure and Algorithms</span></p>
</div>
<a class="smoothscroll" href="#about">
<div class="mouse">
<div class="wheel"></div>
</div>
</a>
<a class="smoothscroll" href="#about">
<div class="scroll-down"></div>
</a>
</header>
<!-- header ends -->
<!--social media sidebar starts-->
<ul id="social-sidebar">
<li>
<a class="entypo-facebook" href="#" target="_blank"><span>Facebook</span></a>
</li>
<li>
<a class="entypo-github" href="https://github.com/Algo-Phantoms" target="_blank"><span>Github</span></a>
</li>
<li>
<a class="entypo-gplus" href="#" target="_blank"><span>Google+</span></a>
</li>
<li>
<a class="entypo-instagrem" href="#" target="_blank"><span>Instagram</span></a>
</li>
<li>
<a class="entypo-linkedin" href="#" target="_blank"><span>LinkedIn</span></a>
</li>
<li>
<a class="entypo-twitter" href="#" target="_blank"><span>Twitter</span></a>
</li>
</ul>
<!--social media sidebae ends-->
<!-- about starts -->
<section id="about" class="about">
<div class="container">
<h1 class="text-center">About Us</h1>
<hr>
<div class="row">
<div class="col-lg-7">
<p class="about-content">
“Algorithms are not arbiters of objective truth and fairness simply because they're math.” - <i><b>Zoe Quinn</b></i>
<br> <br>
<p class="text-justify">
We are an organization of people who focuses on Data Structure and Algorithms. It is our goal to provide access to well written, well-explained programs and knowledge that improve people's lives. We want to enable people to adapt and
change code according
to their own ideas through an Open Access approach. We bring amazing people together to code algorithms and share our work for the benefit of all.
</div>
<div class="col-lg-5 d-flex align-items-center justify-content-center">
<img src="images/about_us_background.jpg" alt="" class="img-fluid">
</div>
</div>
</div>
</section>
<!-- about ends -->
<!--Section-Sharpen your skills starts-->
<section id="sharpen-skills" class="skills-section">
<div class="container">
<h1 class="text-center skills">Sharpen Your Skills</h1>
<hr><br><br>
<div class="row">
<div class="col-lg-4 col-md-4 col-sm-12">
<div class="card skill-card">
<h5><i class="fas fa-atom"></i> <a href="https://www.geeksforgeeks.org/data-structures/"target="_blank">Data Structures</a></h5>
</div>
</div>
<div class="col-lg-4 col-md-4 col-sm-12">
<div class="card skill-card">
<h5><i class="fas fa-project-diagram"></i> <a href="https://leetcode.com/problemset/algorithms/" target="_blank">Algorithms</a></h5>
</div>
</div>
<div class="col-lg-4 col-md-4 col-sm-12">
<div class="card skill-card">
<h5><i class="fab fa-python"></i> <a href="https://docs.python.org/3/tutorial/index.html" target="_blank">Python</a></h5>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-4 col-md-4 col-sm-12">
<div class="card skill-card">
<h5><i class="fab fa-cuttlefish"></i> <a href="https://www.youtube.com/watch?v=KJgsSFOSQv0" target="_blank">C</a></h5>
</div>
</div>
<div class="col-lg-4 col-md-4 col-sm-12">
<div class="card skill-card">
<h5><i class="devicon-cplusplus-line-wordmark fa-lg"></i> <a href="https://www.cplusplus.com/" target="_blank">C++</a></h5>
</div>
</div>
<div class="col-lg-4 col-md-4 col-sm-12">
<div class="card skill-card">
<h5><i class="fab fa-java fa-lg"></i> <a href="https://www.youtube.com/watch?v=eTXd89t8ngI&list=PLd3UqWTnYXOmx_J1774ukG_rvrpyWczm0" target="_blank">Java</a></h5>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-4 col-md-4 col-sm-12">
<div class="card skill-card">
<h5><i class="far fa-gem"></i> <a href="https://www.youtube.com/watch?v=t_ispmWmdjY" target="_blank">Ruby</a></h5>
</div>
</div>
<div class="col-lg-4 col-md-4 col-sm-12">
<div class="card skill-card">
<h5><i class="fab fa-gofore"></i> <a href="https://www.youtube.com/watch?v=YS4e4q9oBaU" target="_blank">Golang</a></h5>
</div>
</div>
<div class="col-lg-4 col-md-4 col-sm-12">
<div class="card skill-card">
<h5><i class="fab fa-swift"></i> <a href="https://www.youtube.com/watch?v=Ulp1Kimblg0" target="_blank">Swift</a></h5>
</div>
</div>
</div>
</div>
</div>
</section>
<!---Section-Sharpen your skills ends-->
<!--FAQ Section Starts-->
<section class="fnq" id="fnq">
<div class="container my-5">
<h1 class="text-center">Frequently Asked Questions</h1>
<hr>
<br><br>
<div class="row">
<div class="col-12">
<div class="accordion" id="faqaccordion">
<div class="card">
<div class="card-header" id="headingOne">
<h5 class="mb-0">
<a data-toggle="collapse" data-target="#collapseOne" aria-expanded="true" aria-controls="collapseOne" style="color: black">
<i class="fas fa-plus"></i> What prerequisites are required for Data Structure and Algorithms?
</a>
</h5>
</div>
<div id="collapseOne" class="collapse " aria-labelledby="headingOne" data-parent="#faqaccordion">
<div class="card-body">
You should be aware of basics of any one of programming languages like C++, C, Python, Java, etc.
</div>
</div>
</div>
<div class="card">
<div class="card-header" id="headingFour">
<h5 class="mb-0">
<a data-toggle="collapse" data-target="#collapseFour" aria-expanded="false" aria-controls="collapseFour" style="color: black">
<i class="fas fa-plus"></i> What if I have already studied basics of Data Structure and Algorithms will this organization help me to advance my skills in DSA?
</a>
</h5>
</div>
<div id="collapseFour" class="collapse" aria-labelledby="headingFour" data-parent="#faqaccordion">
<div class="card-body">
We cater for all levels of coding ability, and are always delighted to meet students who have already attended other coding courses or taught themselves some programming. Rest assured, students of any coding level will find plenty of challenges to keep them busy!
</div>
</div>
</div>
<div class="card">
<div class="card-header" id="headingFive">
<h5 class="mb-0">
<a data-toggle="collapse" data-target="#collapseFive" aria-expanded="false" aria-controls="collapseFive" style="color: black">
<i class="fas fa-plus"></i>Where does coding and contribution takes place?
</a>
</h5>
</div>
<div id="collapseFive" class="collapse" aria-labelledby="headingFive" data-parent="#faqaccordion">
<div class="card-body">
All our coding contributions and coding take place online via github.
</div>
</div>
</div>
<div class="card">
<div class="card-header" id="headingSix">
<h5 class="mb-0">
<a data-toggle="collapse" data-target="#collapseSix" aria-expanded="false" aria-controls="collapseSix" style="color: black">
<i class="fas fa-plus"></i> Tell me about this organization?
</a>
</h5>
</div>
<div id="collapseSix" class="collapse" aria-labelledby="headingSix" data-parent="#faqaccordion">
<div class="card-body">
Algo Phantom is an open source organization which focuses on Data Structure and Algorithm contribution by assignees to projects provided on github by organization. This organization not only helps you to enrich your learned skills but also pushes you to learn new skills and concepts out of your comfort zone.
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!--Footer starts-->
<footer id="footer">
<div class="container mt-5 pt-lg-5">
<div class="row">
<div class="col-md-3 col-sm-6 col-lg-3 col-12">
<div class="">
<img src="./images/icon.png" alt="" class="img-fluid mb-lg-4" width="100" height="100">
</div>
<p class="text-white">An Open Source organization which focuses on Data Structure and Algorithms.</p>
</div>
<div class="col-lg-2 col-md-2 col-sm-6 col-12 offset-lg-1">
<h5 class="font-weight-bold text-white mb-lg-4 pb-2 margin-top-mobile">Useful Links</h5>
<ul>
<li>
<a class="text-white mb-lg-3" href="#about">About</a>
</li>
<li>
<a class="text-white mb-lg-3" href="./team.html">Our Team</a>
</li>
<li>
<a class="text-white mb-lg-3" href="#footer">Contact</a>
</li>
<li>
<a class="text-white mb-lg-3" href="./sitemap.html">SiteMap</a>
</li>
</ul>
</div>
<div class="col-lg-3 col-md-3 col-sm-6 col-12">
<h5 class="font-weight-bold text-white mb-lg-4 pb-2 margin-top-mobile">Features</h5>
<ul>
<a class="text-white mb-lg-3" href="https://www.codechef.com/ide" target="_blank">Code Editor</a><br>
<a class="text-white mb-lg-3" href="https://www.geeksforgeeks.org/data-structure-gq/" target="_blank">Quizzes</a><br>
<a class="text-white mb-lg-3" href="https://dare2compete.com/" target="_blank">Opportunities</a><br>
<a class="text-white mb-lg-3" href="https://www.geeksforgeeks.org/computer-science-projects/?ref=shm" target="_blank">Project Ideas</a><br>
<a class="text-white mb-lg-3" href="DSA.html" >RoadMap to your DSA</a><br>
<a class="text-white mb-lg-3" href="practicedsa.html" >DSA Problems</a><br>
</ul>
</div>
<div class="col-lg-3 col-md-3 col-sm-6 col-12 socialicons">
<h5 class="font-weight-bold text-white mb-lg-4 pb-2 margin-top-mobile">Follow Us</h5>
<a href="https://github.com/Algo-Phantoms" target="_blank"><i class="fa fa-github p-2 socialicon " aria-hidden="true"
></i>
</a>
<a href="#" target="_blank"><i class="fa fa-instagram p-2 socialicon" aria-hidden="true"
></i>
</a>
<a href="#" target="_blank"><i class="fa fa-linkedin p-2 socialicon" aria-hidden="true"
></i>
</a>
<a href="#" target="_blank"><i class="fa fa-twitter p-2 socialicon " aria-hidden="true"
></i>
</a>
</div>
</div>
<hr style="background: white;" class="mt-5">
<div class="text-center text-white mt-lg-4 pt-lg-2 copyright-text">
Copyright © 2021 <a href="#" style="color: #3caea3; text-decoration: none;" target="_blank"><span
class="font-weight-bold">AlgoPhantoms.</span></a> All Rights Reserved</div>
</div>
</footer>
<!--Footer Ends-->
<!-- Back to top button -->
<button id="back-to-top-btn" style="background:#3caea3;"><i class=" fas fa-angle-double-up"></i></button>
<script src="js/index.js"></script>
<script src="js/typing.js"></script>
</body>
</html>