forked from rohangupta8756/Acadmica
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
381 lines (357 loc) · 15.8 KB
/
index.html
File metadata and controls
381 lines (357 loc) · 15.8 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<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>Acadmica</title>
<link
rel="shortcut icon"
href="./src/assets/ACADMICA.png"
type="image/x-icon"
/>
<!-- Favicon -->
<link
rel="icon"
href="./src/assets/favicon.png"
type="image/png"
sizes="32x32"
/>
<!-- FONTAWESOME CDN LINK -->
<script
src="https://kit.fontawesome.com/623d2ea8a9.js"
crossorigin="anonymous"
></script>
<!-- BOOTSTRAP CDN LINK GOES HERE -->
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/bootstrap@4.6.1/dist/css/bootstrap.min.css"
integrity="sha384-zCbKRCUGaJDkqS1kPbPd7TveP5iyJE0EjAuZQTgFLD2ylzuqKfdKlfG/eSrtxUkn"
crossorigin="anonymous"
/>
<link rel="stylesheet" href="./src/CSS/index.css" />
</head>
<body class="dark">
<div class="wrapper">
<div class="loading">
<div class="bounceball"></div>
<div class="content"><h1>@cadmica.social</h1></div>
</div>
</div>
<!-- Navbar starts here -->
<div class="main-content">
<nav id="nav" class="center p-4 w-100">
<div
class="nav-container w-100 d-flex align-items-center justify-content-between"
>
<a class="logo" href="#"> @cadmica! </a>
<div class="nav-links">
<ul class="space-between">
<li class="pl-3 pr-3">
<a class="nav-items-a" href="./public/studyroom.html">Study Room</a>
</li>
<li class="pl-3 pr-3">
<a class="nav-items-a" href="https://discord.gg/ZkHXnxhda7" target="__black"
>Discord Server</a
>
</li>
<li class="pl-3 pr-3">
<a class="nav-items-a" href="./public/503.html">Study Statistics</a>
</li>
<li class="pl-3 pr-3">
<a class="nav-items-a" href="https://github.com/tier3guy/Acadmica">GitHub</a>
</li>
</ul>
</div>
<div class="d-flex">
<div class="btn-container center subscribe-btn">
<a
href="./src/pages/subscribe.html"
class="button-primary button-all"
style="color: white"
>
Subscribe Us
</a>
</div>
<div class="form-check form-switch theme-toggle-button button-all">
<i class="theme-icon fa-solid fa-sun fa-moon"></i>
</div>
</div>
</div>
</nav>
<nav id="responsive-nav">
<div class="faq-box">
<div class="faq-row res-nav-row">
<button class="faq-btn">
<a class="logo" href="#"> @cadmica! </a>
<i class="fa-solid fa-bars"></i>
</button>
<div class="faq-content responsive-nav-content">
<ul class="nav-items-response">
<li><a href="public/studyroom.html">Study Room</a></li>
<li>
<a href="https://discord.gg/ZkHXnxhda7">Discord Server</a>
</li>
<li>
<a href="src/pages/Stats/stats.html">Study Statistics</a>
</li>
<li>
<a href="https://github.com/tier3guy/Acadmica">GitHub</a>
</li>
<li>
<button
class="theme-toggle-button2 button-primary button-all"
>
<svg
class="icon"
style="width: 24px; height: 24px"
viewBox="0 0 24 24"
>
<path
fill="currentColor"
d="M7.5,2C5.71,3.15 4.5,5.18 4.5,7.5C4.5,9.82 5.71,11.85 7.53,13C4.46,13 2,10.54 2,7.5A5.5,5.5 0 0,1 7.5,2M19.07,3.5L20.5,4.93L4.93,20.5L3.5,19.07L19.07,3.5M12.89,5.93L11.41,5L9.97,6L10.39,4.3L9,3.24L10.75,3.12L11.33,1.47L12,3.1L13.73,3.13L12.38,4.26L12.89,5.93M9.59,9.54L8.43,8.81L7.31,9.59L7.65,8.27L6.56,7.44L7.92,7.35L8.37,6.06L8.88,7.33L10.24,7.36L9.19,8.23L9.59,9.54M19,13.5A5.5,5.5 0 0,1 13.5,19C12.28,19 11.15,18.6 10.24,17.93L17.93,10.24C18.6,11.15 19,12.28 19,13.5M14.6,20.08L17.37,18.93L17.13,22.28L14.6,20.08M18.93,17.38L20.08,14.61L22.28,17.15L18.93,17.38M20.08,12.42L18.94,9.64L22.28,9.88L20.08,12.42M9.63,18.93L12.4,20.08L9.87,22.27L9.63,18.93Z"
/>
</svg>
Swap themes
</button>
</li>
</ul>
</div>
</div>
</div>
</nav>
<!-- Navbar ends here -->
<!-- Main hero page starts here -->
<div class="main-container">
<div class="text-container">
<h1><span class="title">Acadmica</span></h1>
<h1>
your one stop destiny to all your academics problems
<span class="exclaimation">!</span>
</h1>
<p class="mt-2">
Join the largest student community and say goodbye to lack of
motivation. We are here to help each other in studies.
<br />
For the community, by the community!
</p>
<div class="mt-5 d-flex main-btn-container">
<button class="button-all button-primary btn-join">
<a
href="https://tier3guy.github.io/Acadmica/public/studyroom.html"
class="btn-join-anchor-tag"
>Join Study Room</a
>
</button>
<button class="button-all btn-discord btn-discord-small">
<i class="fa-brands fa-discord"></i
><a href="https://discord.com/invite/ZkHXnxhda7">Discord</a>
</button>
</div>
</div>
<div class="image-container">
<img
src="https://images.unsplash.com/photo-1531482615713-2afd69097998?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=870&q=80"
alt="image"
class="img-responsive"
/>
</div>
</div>
<!-- Main hero page ends here -->
<!-- About Academica -->
<section class="facilities">
<h1>We Are <span id="aboutHeading">Acadmica</span></h1>
<h3>Providing you with the most marvelous content!</h3>
<div class="about">
<p>
<b>Acadmica</b> is running with the aim of becoming India's largest student-driven community, where students can help each other by sharing notes. We are engineering students ourselves, and we understand the difficulties that engineering students face in their college life. <b>College Academics</b>, <b>Development</b>, <b>Coding</b>, <b>Internships</b>, <b>Placement preparation</b>, and what not!
<br />
Worry not as you have come to the right place. We are providing <b>Notes</b>, <b>Study materials</b>, <b>Coding questions for placements</b>, all compiled at one place.
<br />
We go through the internet and find the best resources for you and serve you at one place. Also, if a student believes that his or her notes/study materials can benefit others, they can submit their resources to us and thereby get featured on our social media handles!
</p>
</div>
<div class="facilities-row">
<div class="facilities-col text-center">
<img
class="image"
src="https://images.unsplash.com/photo-1561089489-f13d5e730d72?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=774&q=80"
/>
<h3 class="text-center">Academics</h3>
<p>
Stream seperated academics notes/study materials at one place.
</p>
<a class="mt-1" href="./src/pages/academics/main.html"
>Visit Academics</a
>
</div>
<div class="facilities-col text-center">
<img
class="image"
src="https://images.unsplash.com/photo-1536148935331-408321065b18?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=387&q=80"
/>
<h3 class="text-center">Development</h3>
<p>
Android/iOS, Native, Web, Blockchain, Machine Learning.
</p>
<a class="mt-1" href="./src/pages/development/main.html"
>Find here</a
>
</div>
<div class="facilities-col text-center">
<img
class="image"
src="https://images.unsplash.com/photo-1616587894289-86480e533129?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=870&q=80"
/>
<h3 class="text-center">Interview Preparation</h3>
<p>Learn DSA from Candidate masters and ace your interview.</p>
<a class="mt-1" href="./src/pages/interviewPrep/main.html"
>Visit now</a
>
</div>
</div>
</section>
<!-- FAQ Section starts here -->
<section class="FAQ" id="main-faq">
<h1 class="acad">@cadmica!</h1>
<h1>Frequently Asked Questions</h1>
<p class="p-3">
Here you will find answers to frequently asked questions as well as our community guidelines, <br> which enable us to study in a motivating and stress-free environment.
</p>
<div class="faq-box">
<div class="faq-row">
<button class="faq-btn">
<span id="faq-quest">How do we get the study materials?</span>
<i class="fa-solid fa-plus faq-icon"></i>
</button>
<div class="faq-content">
<p>
Me, Avinash, the CTO of this project personally verifies all the
notes and study materials. I go to the internet, visit various
sites and collects the best resources for you guys.
</p>
</div>
</div>
<div class="faq-row">
<button class="faq-btn">
<span id="faq-quest">Do we create notes by ourselves?</span>
<i class="fa-solid fa-plus faq-icon"></i>
</button>
<div class="faq-content">
<p>
The answer is somewhere between YES and NO. Our motive is to
provide you the best notes, so we compare our notes vs notes
present on the internet. The more accurate and detailed one
wins.
</p>
</div>
</div>
<div class="faq-row">
<button class="faq-btn">
<span id="faq-quest">Can I post my material for the club?</span>
<i class="fa-solid fa-plus faq-icon"></i>
</button>
<div class="faq-content">
<p>
Yes! ofcourse your materials are always welcome. But again we
will compare the better notes and publish that in our site.
</p>
</div>
</div>
<div class="faq-row">
<button class="faq-btn">
<span id="faq-quest">How can I upload study materials here?</span>
<i class="fa-solid fa-plus faq-icon"></i>
</button>
<div class="faq-content">
<p>
Click the CONTRIBUTE button on top or just click on the link
below. You will be redirected to a google form. Fill the form
and upload the documents. Wooho! and you are done.
</p>
<a href="" class="googleForm">Google Form</a>
</div>
</div>
</div>
</section>
<!-- Footer starts here -->
<section >
<footer class="footer_area section_padding_130_0">
<div class="container">
<div class="row">
<!-- Single Widget-->
<div class="col-12 col-sm-6 col-lg-4 mt-5">
<div class="single-footer-widget section_padding_0_130">
<!-- Footer Logo-->
<div class="footer-logo mb-3"><a href="index.html"><h5>@cadmica!</h5></a></div>
<p>Help you to study more often
than before</p>
<!--Buy me-coffee-->
<div class="copywrite-text mb-5">
<a href="https://www.buymeacoffee.com/gavinash62D">
<img class="img-buy-coffee mr-3" src="src/assets/buyMeCoffeeLogo.png">
Help us grow more
</a>
</div>
<!-- Footer Social Area-->
<p class="footer-icon-contact mt-4">Contact us at -</p>
<div class="footer_social_area"><a href="https://www.facebook.com/people/Avinash-Gupta/100042540223986" data-toggle="tooltip" data-placement="top" title="" data-original-title="Facebook"><i class="fa fa-facebook"></i></a><a href="https://www.instagram.com/programmer_gupta/" data-toggle="tooltip" data-placement="top" title="" data-original-title="Instagram"><i class="fa fa-instagram"></i></a><a href="https://www.linkedin.com/in/avinash-gupta-3321041ba/" data-toggle="tooltip" data-placement="top" title="" data-original-title="linkedin"><i class="fa fa-linkedin"></i></a><a href="https://twitter.com/Avinash35925012" data-toggle="tooltip" data-placement="top" title="" data-original-title="Twitter"><i class="fa fa-twitter"></i></a></div>
</div>
</div>
<!-- Single Widget-->
<div class="col-12 col-sm-6 col-lg">
<div class="single-footer-widget section_padding_0_130">
<!-- Widget Title-->
<h5 class="widget-title mt-5">Product</h5>
<!-- Footer Menu-->
<div class="footer_menu">
<ul>
<li><a href="public/studyroom.html">Study Room</a></li>
<li><a href="https://discord.com/invite/ZkHXnxhda7">Discord Server</a></li>
<li><a href="public/503.html">Study Statistics</a></li>
</ul>
</div>
</div>
</div>
<!-- Single Widget-->
<div class="col-12 col-sm-6 col-lg">
<div class="single-footer-widget section_padding_0_130">
<!-- Widget Title-->
<h5 class="widget-title mt-5">Support</h5>
<!-- Footer Menu-->
<div class="footer_menu">
<ul>
<li><a href="mailto:studentCommunityClub79@gmail.com">studentCommunityClub79@gmail.com</a></li>
</ul>
</div>
</div>
</div>
<!-- Single Widget-->
<div class="col-12 col-sm-6 col-lg">
<div class="single-footer-widget section_padding_0_130">
</div>
</div>
</div>
</div>
<div class="copyright text-center mt-5"><p>2022 @cadmica Inc. Copyright and All rights reserved</p> </div>
</div>
</footer>
</section>
</div>
<!-- Custom JS -->
<script src="./src/JS/faq.js"></script>
<script src="./src/JS/main(index).js"></script>
<script src="src/JS/index.js"></script>
<!-- BOOTSTRAP JS CDN LINK GOES HERE -->
<script
src="https://cdn.jsdelivr.net/npm/jquery@3.5.1/dist/jquery.slim.min.js"
integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj"
crossorigin="anonymous"
></script>
<script
src="https://cdn.jsdelivr.net/npm/bootstrap@4.6.1/dist/js/bootstrap.bundle.min.js"
integrity="sha384-fQybjgWLrvvRgtW6bFlB7jaZrFsaBXjsOMm/tB9LTS58ONXgqbR9W8oWht/amnpF"
crossorigin="anonymous"
></script>
</body>
</html>