forked from DSC-JSS-NOIDA/QuickLearn
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
318 lines (292 loc) · 13.4 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous" />
<!-- Custom Stylesheet -->
<link rel="stylesheet" href="./css/styles.css" />
<!--Font Aswesome-->
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" />
<!--Bootstrap Icons -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css" />
<!----- FAVICON ------->
<link rel="shortcut icon" type="image/jpg" href="assets/images/favicon.png" />
<!--Google Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=Poppins&display=swap" rel="stylesheet" />
<title>Quick Learner</title>
<style>
.img-sz {
width: 10rem;
height: 8rem;
}
</style>
</head>
<body>
<!--Navbar Section -->
<nav class="nav p-3 flex-nowrap">
<a class="nav-link active" style="display: block; max-width: 150px;" aria-current="page" href="#"><img
id="quickLearnLogoImg" src="./assets/images/logo.svg" alt="logo_img" /></a>
<a class="nav-link btn" href="./resource.html" id="navResourceBtn">Resources</a>
<span class="btn" onclick="dark_mode()" style="display: block; margin-left: 2px; color: #6940d3;" href="#"><i
id="darkSwitch1" class="fas fa-moon"></i></span>
</nav>
<!-- Header Section -->
<header>
<div class="container my-5" id="aboutUs">
<!-- Text Section -->
<div class="row">
<div class="
col-12 col-md-6
p-3
d-flex
flex-column
justify-content-center
">
<h1 id="mainHeading">
Searching for Resources to Learn new Skills?<br />Here we are!
</h1>
<a href="./resource.html" class="btn px-3 py-2 mt-5" id="exploreBtn">
Explore Resources
</a>
</div>
<div class="col-12 col-md-6">
<!--Image/Illustration Needed-->
<img src="./assets/images/Group 540.svg" id="infoImg1" alt="img" />
</div>
</div>
</div>
</header>
<!--Header Section Ends -->
<section id="hackfest">
<div class="container my-5">
<div class="row">
<div class="col-12 col-md-6">
<!--Image/Illustration Needed-->
<img src="./assets/images/Group 9.svg" id="infoImg2" alt="img" />
</div>
<div class="
col-12 col-md-6
p-3
d-flex
flex-column
justify-content-center
">
<h1 id="mainHeading">Hackfest @GDSC</h1>
<!-- <hr style="border: 2px solid #5cb85c" /> -->
<p class="my-3" id="mainParagraph">
Greetings! Hope you all are doing good. Want to develop new skills
and build the right tech stack but don't know where to learn from?
Welcome to our website, we provide the best resources for you to
choose, find the one that suits you. Details such as the links to
their videos, documentation, pages have been made available for
your comfort. It will be super easy for you to know about any
resource. Hope you like our services. Cheers.
</p>
<a href="./contribution.html">
<button class="btn px-3 py-2 mt-2" id="contributionBtn">
See Contribution Guidlines
</button>
</a>
</div>
</div>
</div>
</section>
<!-- Feature Section Starts -->
<section id="features">
<div class="container mt-5 p-3">
<h2 id="featureHeading">Features</h2>
<!-- <hr style="border:4px solid blue;"/> -->
<!--Create a Feature Tray of 3-4 Items-->
<div class="d-flex container flex-wrap justify-content-center">
<div class="card m-3" style="width: 18rem">
<img src="./assets/images/explore.jpg" class="card-img-top img-sz mx-auto" alt="..." />
<div class="card-body text-center">
<h5 class="card-title">Explore..</h5>
<p class="card-text">Find the domain you want to explore</p>
</div>
</div>
<div class="card m-3" style="width: 18rem">
<img src="./assets/images/choose.png" class="card-img-top img-sz mx-auto" alt="..." />
<div class="card-body text-center">
<h5 class="card-title">Choosing made easy</h5>
<p class="card-text">
Choose from plethora of topics to start with
</p>
</div>
</div>
</div>
<div class="d-flex container flex-wrap justify-content-center">
<div class="card m-3" style="width: 18rem">
<img src="./assets/images/clear.png" class="card-img-top img-sz mx-auto" alt="..." />
<div class="card-body text-center">
<h5 class="card-title">Comprehensible Content</h5>
<p class="card-text">
Clear and concise for anyone to understand
</p>
</div>
</div>
<div class="card m-3" style="width: 18rem">
<img src="./assets/images/typing.jpg" class="card-img-top img-sz mx-auto" alt="..." />
<div class="card-body text-center">
<h5 class="card-title">Learn Quick!</h5>
<p class="card-text">
Have fun while learning from the best resources we provide
</p>
</div>
</div>
</div>
</div>
</section>
<!--Feature Section Ends -->
<!-- Resource Section Reference -->
<section id="resourceReference" class="mb-1">
<div class="container-fluid my-3" id="resourceReferenceBox"
style="background-image: url('assets/images/bg-cta.jpg'); background-size: cover; background-position: top center ;">
<h2 id="resourceReferenceHeading">
Stop <br />
Searching
<br />
Start
<br />
Learning
</h2>
<!-- link to resource page -->
<a href="./resource.html" class="mybutton"><span></span>START LEARNING</a>
</div>
</section>
<!--news-letter section-->
<section class="newsletter">
<form action="action_page.php">
<div class="container">
<h2>Subscribe to our Newsletter</h2>
<p>Do you want our amazing content daily right at your doorstep?
Then do subscribe our news-letter for such daily amazing announcements & discounts on various courses.
</p>
</div>
<div class="container" style="background-color:white">
<input type="text" placeholder="Name" name="name" required>
<input type="text" placeholder="Email address" name="mail" required>
<label>
<input type="checkbox" checked="checked" name="subscribe"> Daily Newsletter
</label>
</div>
<div class="container">
<input type="submit" value="Subscribe">
</div>
</form>
</section>
<!-- Footer Section -->
<section>
<div style="width: 100%;" class="container">
<h2 id="contactHeading" style="font-size: 40px;">Contact</h2>
<h5 class="text-center" style="font-size: 16px; color: #6940d3; font-weight: 500;">In case a query pops in your head or you are looking for a collaboration, feel free to reach out to us.<br>Just drop in a mail,call us up or join us at our office for a nice coffee. <br> <I>ps: we really make some delicious ones!</I> </h5>
<div id="contact" class="col mb-2 d-flex flex-row align-items-centre justify-content-between">
<div class="col-md-6 mt-2">
<form action="https://formspree.io/f/xdoynnyq" method="POST" id="my-form">
<div class="input-container">
<!-- <label class="contact-inputs" for="validationCustom01"></label> -->
<input type="text" class="form-control form-control-lg contact-input-tags border-0 border-bottom rounded-0 shadow-none" id="validationCustom01"
placeholder="Enter your name" name="name" autocomplete="off">
</div>
<div class="input-container mt-2">
<!-- <label class="contact-inputs" for="validationCustom02"></label> -->
<input type="email" class="form-control form-control-lg contact-input-tags border-0 border-bottom rounded-0 shadow-none" id="validationCustom02"
placeholder="Enter your email address" name="email" autocomplete="off">
</div>
<div class="input-container mt-2">
<!-- <label class="contact-inputs" for="validationCustom03"></label> -->
<textarea type="text" class="form-control form-control-lg contact-input-tags border-0 border-bottom rounded-0 shadow-none" id="validationCustom03"
placeholder="Enter your message here . . ." rows="4" name="message"></textarea>
</div>
<div class="mt-2">
<button id="contactBtn" class="btn btn-md" type="submit">Submit</button>
</div>
</form>
<div id="status"></div>
</div>
<div class="container " style="margin-left: 50px; margin-bottom: 30px;">
<div class="col-md-12 mt-2 row " >
<div class="row-md">
<ul class="list-group list-group-flush lead">
<li class="list-group-item">
<span class="fw-bold"> <a href="https://www.dscjss.in/" target="_blank" ><i
class="fa fa-2x fa-map-marker mr-5 social-icon fs-4" style="color: #6940d3;" aria-hidden="true"></i></a> Main Location: </span> Noida
</li>
<li class="list-group-item">
<span class="fw-bold"> <a href="mailto:[email protected]" target="_blank" ><i class="fa fa-2x fa-envelope mr-5 social-icon fs-4" style="color: #6940d3;" aria-hidden="true"></i></a> Mail us: </span> [email protected]
</li>
<li class="list-group-item">
<span class="fw-bold"> <a href="tel:+91 9876543310"><i
class="fa fa-2x fa-phone mr-5 social-icon fs-4" style="color: #6940d3;" aria-hidden="true"></i></a> Phone: </span> +91 9876543310
</li>
</ul>
</div>
<div class="col-md"></div>
</div>
</div>
</div>
<div id="social-media-icons" class="d-flex justify-content-center " style="margin-left:40px;">
<ul class="list-unstyled list-inline">
<li class="list-inline-item">
<a href="https://www.facebook.com/dscjssnoida/" target="_blank" title="Facebook"><i
class="fa fa-2x fa-facebook-square social-media" aria-hidden="true"></i></a>
</li>
<li class="list-inline-item">
<a href="https://www.linkedin.com/company/dsc-jssaten/" target="_blank" title="Linkedin"><i
class="fa fa-2x fa-linkedin-square social-media" aria-hidden="true"></i></a>
</li>
<li class="list-inline-item">
<a href="https://twitter.com/DSCJSSATEN" target="_blank" title="Twitter"><i
class="fa fa-2x fa-twitter social-media" aria-hidden="true"></i></a>
</li>
<li class="list-inline-item">
<a href="https://github.com/DSC-JSS-NOIDA" target="_blank" title="Github"><i
class="fa fa-2x fa-github social-media" aria-hidden="true"></i></a>
</li>
<li class="list-inline-item">
<a href="https://www.instagram.com/dscjssaten/?igshid=9ubqtp1ssqsi" target="_blank" title="Instagram"><i
class="fa fa-2x fa-instagram social-media" aria-hidden="true"></i></a>
</li>
</ul>
</div>
</section>
<footer>
<div class="footer d-flex flex-coloumn justify-content-center p-1">
Made with ❤ By <a href="https://dscjss.in">DSC JSSATEN</a>
<a href="https://github.com/dsc-jss-noida" classname=" text-black github-footer" rel="noopener noreferrer"
target="_blank">
</a>
</div>
<img src="./assets/images/gdsc-logo.png" style="display: block; width: 250px; margin: 10px auto"
classname="m-5 img-logo" alt="gdsc_logo" />
</footer>
<!-- Footer Section Ends -->
<!-- Option 1: Bootstrap Bundle with Popper -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM"
crossorigin="anonymous"></script>
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<script>
$(document).ready(function (e) {
$('.mybutton').on('mouseenter', function (e) {
x = e.pageX - $(this).offset().left;
y = e.pageY - $(this).offset().top;
$(this).find('span').css({ top: y, left: x })
})
$('.mybutton').on('mouseout', function (e) {
x = e.pageX - $(this).offset().left;
y = e.pageY - $(this).offset().top;
$(this).find('span').css({ top: y, left: x })
})
})
</script>
<script src="./js/index.js"></script>
<script src="https://kit.fontawesome.com/d5f8b6c1a9.js" crossorigin="anonymous"></script>
</body>
</html>