-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
403 lines (357 loc) · 20.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
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
<!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">
<meta name="title" content="Spotknack Talent Community">
<meta name="description" content="A community of like-minded, passionate, and motivated students formed by mentoring with the help of a working professional.">
<meta name="keywords" content="community, mentoring,spotknack ,passionate">
<meta name="robots" content="index, follow">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="language" content="English">
<meta name="revisit-after" content="7 days">
<meta name="author" content="spotknack">
<title> Spotknack Talent Community | Of Like Minded </title>
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css" integrity="sha512-Fo3rlrZj/k7ujTnHg4CGR2D7kSs0v4LLanw2qksYuRlEzO+tcaEPQogQ0KaoGN26/zrn20ImR1DfuLWnOo7aBA==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/tiny-slider/2.9.4/min/tiny-slider.js" integrity="sha512-j+F4W//4Pu39at5I8HC8q2l1BNz4OF3ju39HyWeqKQagW6ww3ZF9gFcu8rzUbyTDY7gEo/vqqzGte0UPpo65QQ==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/tiny-slider/2.9.4/tiny-slider.css" integrity="sha512-eMxdaSf5XW3ZW1wZCrWItO2jZ7A9FhuZfjVdztr7ZsKNOmt6TUMTQgfpNoVRyfPE5S9BC0A4suXzsGSrAOWcoQ==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<link rel="stylesheet" href="css/bootstrap.css">
<link rel="stylesheet" href="css/main.css">
<link rel="icon" type="image/ico" href="img/talent green.png">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.15.2/css/all.css" integrity="sha384-vSIIfh2YWi9wW0r9iZe7RJPrKwp6bG+s9QZMoITbCckVJqGCCRhc+ccxNcdpHuYu" crossorigin="anonymous">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-C1GBP2C40P"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'G-C1GBP2C40P');
</script>
</head>
<body id="home">
<!--======Navbar=======-->
<nav class="navbar bg-white fixed-top navbar-light navbar-expand-md bg-light">
<a href="https://community.spotknack.com/" class="navbar-brand"><img src="img/Black Logo.svg" class="talent-logo" alt=""></a>
<button class=" nt navbar-toggler position-absolute " data-toggle="collapse" data-target="#navMenu">
<span class="navbar-toggler-icon "></span>
</button>
<div class="collapse navbar-collapse" id="navMenu">
<ul class="navbar-nav ml-auto text-nowrap">
<li class="nav-item"><a class="nav-link text-dark font-weight-bold" href="#home">Home</a></li>
<li class="nav-item"><a class="nav-link text-dark" href="about.html">About us</a></li>
<li class="nav-item"><a class="nav-link text-dark" href="https://impact.spotknack.com">Impacts</a></li>
<li class="nav-item"><a class="nav-link text-dark mr-2" href="#how-it-works">How it works</a></li>
<li class="nav-item">
<a href='https://forms.zohopublic.com/spotknack/form/Mission2021Registration/formperma/6HLkFAHXn-sAPii62-6vLCNSmx8Ys47CrrpEVJzgLSQ' title="Student Registration" target='_blank' onclick="zforms_open_window(this.href, 648, 700); return false"><button class="st-btn btn btns mr-3">Students</button></li>
</a>
<div class="dropdown">
<button class="btn dropdown-toggle nav-item st-btn btn btns mr-3" id="dropdownMenuButton1" data-bs-toggle="dropdown" aria-expanded="false">
Join us
</button>
<ul class="dropdown-menu mt-2" aria-labelledby="dropdownMenuButton1">
<li><a class="dropdown-item" href="https://chat.whatsapp.com/IicUtDV6cNYJX1yYcYgAzT">WhatsApp</a></li>
<li><a class="dropdown-item" href="https://t.me/joinchat/3nqPv5jlBaQ1MzJl">Telegram</a></li>
</ul>
</div>
</ul>
</div>
</nav>
<!--======Home section======-->
<div class="section-home ">
<div class="d-flex cont ">
<div class="find col text-wrap">
<div class="yellow-round"></div>
<div class="text1">
Step out From
</div>
<div class="text2">
The Crowd
</div>
<div class="text3">
Become employable,dont just<br> be eligible
</div>
</div>
<div class="stud col">
<img src="img/Student.png" alt="">
</div>
</div>
</div>
<!--=====Section how it works Section=====-->
<div class="section-how " id="how-it-works">
<div class="d-flex flex-column ">
<div class="text2 text-center">How To Become a Member</div>
<div class="text3 text-center text-wrap">We find the students who are passionate about a career and help them to be what they want to be.</div>
</div>
<div class="row cont-det mt-4">
<div class="col talents"><img src="img/Talents.png" alt=""></div>
<div class="col details text-nowrap
">
<div class="row flex-nowrap det">
<div class="ellipse d-flex justify-content-center align-items-center">
<img src="img/account.png" width="75%" alt="">
</div>
<div class="col text ml-40 mt-2"><b>Apply</b><br>
<p>Student apply for their passionate career.</p>
</div>
</div>
<div class="row flex-nowrap det">
<div class="ellipse d-flex justify-content-center align-items-center">
<img src="img/profile.png" width="75%" alt="">
</div>
<div class="col text ml-40"><b>Entry Level Assessment</b><br>
<p>To check their<br>chance of conversions probability.</p>
</div>
</div>
<div class="row flex-nowrap det">
<div class="ellipse d-flex justify-content-center align-items-center">
<img src="img/webinar.png" width="75%" alt="">
</div>
<div class="col text ml-40"><b>Mentor Allotment</b></br>
<p>Students are alloted a mentor<br>to guide them.</p>
</div>
</div>
<div class="row flex-nowrap det">
<div class="ellipse d-flex justify-content-center align-items-center">
<img src="img/training.png" width="75%" alt="">
</div>
<div class="col text ml-40"><b>Series of session</b><br>
<p>Mentors share their knowledge<br>train them with gigs.</p>
</div>
</div>
<div class="row flex-nowrap det">
<div class="ellipse d-flex justify-content-center align-items-center">
<img src="img/training.png" width="75%" alt="">
</div>
<div class="col text ml-40"><b>Community Onboarding</b><br>
<p> Students completing the program<br>will be added to community.</p>
</div>
</div>
</div>
</div>
</div><br><br>
<!--carousel-->
<section id="slider">
<div class="container">
<div class="subcontainer">
<div class="slider-wrapper">
<h4 class="upcoming">Our Upcoming Events</h4>
<br>
<div class="my-slider">
<div class="Rectangle-185">
<div class="slide" id="Rectangle-186" onclick="navigationpage4()">
<img src ="img/events/frontend.jpg" id="img" >
</div>
<span id="event-2" class="event">FRONTEND DEVELOPMENT</span>
<div id="date-3" class="date"><span> <i style="font-size:10px" class="fa"></i> </span>Feb 05,2022<span class="online"> <i class="material-icons" id="icons">add_location</i>Online</span></div>
<div id="abt-2" class="abt">A refreshing and beginner friendly event on frontend development.</div>
</div>
<div class="Rectangle-185">
<div class="slide" id="Rectangle-186" onclick="navigationpage3()">
<img src="img/events/Github.jpg" id="img" >
</div>
<span id="event-3" class="event">Github</span>
<div id="date-3" class="date"><span> <i style="font-size:10px" class="fa"></i> </span>Jan 22,2022<span class="online"> <i class="material-icons" id="icons">add_location</i>Online</span></div>
<div id="abt-3" class="abt">A event on github,which acts as a web-based interface and also as a best platform.</div>
</div>
<div class="Rectangle-185">
<div class="slide" id="Rectangle-186" onclick="navigationpage2()">
<img src="img/events/Data Science.jpeg" id="img" >
</div>
<span class="event" >DATA SCIENCE </span>
<div id="date-3" class="date"><span> <i style="font-size:10px" class="fa"></i> </span>Dec 12,2021<span class="online"> <i class="material-icons" id="icons">add_location</i>Online</span></div>
<div class="abt">A event on data science for acknowledging our students regarding the various skillsets.</div>
</div>
<div class="Rectangle-185">
<div class="slide" id="Rectangle-186" onclick="navigationpage1()">
<img src="img/events/your next step.jpg" id="img">
</div>
<span class="event" >YOUR NEXT STEP</span>
<div id="date-3" class="date"><span> <i style="font-size:10px" class="fa"></i> </span> Oct 8,2021<span class="online"> <i class="material-icons" id="icons">add_location</i>Online</span></div>
<div class="abt">A career guiding event called Your next step,where various career
opportunities in IT sector are explained .</div>
</div>
</div><br>
<div>
<h4 id="upcoming">Our Upcoming Events</h4></div>
<div class="controller">
<div id="controls">
<button class="previous"><i class="fas fa-angle-left"></i></button>
<button class="next"><i class="fas fa-angle-right"></i></button>
</div>
</div>
</div>
</div>
</div>
</section>
<!--=====Hear From Our Community Section=====-->
<!--<div class="cards-container">
<div class="hear text-wrap">Hear From our <br>Community</div>
<div class="cards d-flex">
<div class="card d-flex">
<div>ipsum dolor sit amet consectetur adipisicing elit. Quisquam sint eum ut, neque optio earum enim nisi, assumenda delectus molestiae corrupti
</div>
<div class="d-flex person ">
<div>
<img class="emma" class="" src="img/emma.jpg" alt="">
</div>
<div class="name">
<b>Name of the Person</b><br>
<p>Designation, Company</p>
</div>
</div>
</div>
<div class="card d-flex">
<div>ipsum dolor sit amet consectetur adipisicing elit. Quisquam sint eum ut, neque optio earum enim nisi, assumenda delectus molestiae corrupti
</div>
<div class="d-flex person ">
<div>
<img class="emma" class="" src="img/emma.jpg" alt="">
</div>
<div class="name">
<b>Name of the Person</b><br>
<p>Designation, Company</p>
</div>
</div>
</div>
<div class="card d-flex">
<div>ipsum dolor sit amet consectetur adipisicing elit. Quisquam sint eum ut, neque optio earum enim nisi, assumenda delectus molestiae corrupti
</div>
<div class="d-flex person ">
<div>
<img class="emma" class="" src="img/emma.jpg" alt="">
</div>
<div class="name">
<b>Name of the Person</b><br>
<p>Designation, Company</p>
</div>
</div>
</div>
<div class="card d-flex">
<div>ipsum dolor sit amet consectetur adipisicing elit. Quisquam sint eum ut, neque optio earum enim nisi, assumenda delectus molestiae corrupti
</div>
<div class="d-flex person ">
<div>
<img class="emma" class="" src="img/emma.jpg" alt="">
</div>
<div class="name">
<b>Name of the Person</b><br>
<p>Designation, Company</p>
</div>
</div>
</div>
</div>
<div class="d-flex angle-btns ">
<button class="btn l-angle"><i class="fas fa-chevron-left"></i></button>
<button class="btn r-angle"><i class="fas fa-chevron-right"></i></button>
</div>
</div>-->
<!--=====Footer Section=====-->
<footer>
<div class="footer w-100">
<div class="logo"><img src="/img/White Logo.svg" width="20%" alt=""></div>
<div class="row foot text-nowrap justify-content-evenly">
<div class="col addrs">
<p class="pb-1">Address</p>
<h6>Coimbatore,<br>Tamil Nadu 641035</h6>
<p class="pb-1">Contact</p>
<h6>[email protected]</h6>
<p class="pb-1">Follow Us On</p>
<div class="social-networks">
<a href="https://www.facebook.com/spotknack" target="_blank"><img src="img/facebook.png" alt="logos"></a>
<a href="https://www.linkedin.com/showcase/spotknack-talent-community" target="_blank"><img src="img/linkedin.png" alt="logo-linkedin"></a>
<a href=" https://www.instagram.com/invites/contact/?i=1pkyhbjq91ypy&utm_content=ml5wc0h" target="_blank"><img src="img/instagram-logo.png" alt=""></a>
<a href="https://twitter.com/spotknack" target="_blank"><img src="img/twitter.png" alt=""></a>
</div>
</div>
<div class="col orgn">
<p class="pb-1">Organization</p>
<h6><a href="about.html">About</a></h6>
<h6><a href="https://impact.spotknack.com">Impacts</a></h6>
<h6><a href="Website-team.html">Website Team</a></h6>
<h6><a href="https://forms.gle/aTU8YwFE4TCAXbxn6">Become a Volunteer</a></h6>
<h6><a href="time-line.html">Time Line</a></h6>
<h6><a href="code.html">Code of Conduct</a></h6>
<h6><a href="terms.html">Terms and Condition</a></h6>
<!----<h6><a href="#">Privacy Policy</a></h6> -->
</div>
<!--- <div class="col partner orgn">
<p class="pb-1">Our Partners</p>
<h6><a href="https://aicraise.com/">Spotknack</a></h6>
</div> -->
<div class="col res">
<p class="pb-1">Story Board</p>
<h6><a href="story_page1.html">Imapact Stories</a></h6>
<h6><a href="testimonial.html">Testimonials</a></h6>
<h6><a href="interview.html">Our Impactors</a></h6>
</div>
<div class="col res">
<p class="pb-1">Programs</p>
<h6><a href="cloud-team.html">Year of Cloud Computing</a></h6>
</div>
</div>
</footer>
<div class="build">Build with <img src="img/heart.png"> By <a href="https://spotknack.com/" target="_blank">SpotKnack Talent Community</a></div>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p" crossorigin="anonymous"></script>
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
<script src="js/bootstrap.js"></script>
<script src="js/app.js"></script>
<script type="text/javascript">
function zforms_open_window(url, height, width) {
var leftPos = 0;
var topPos = 0;
if (screen) {
leftPos = (screen.width - width) / 2;
topPos = (screen.height - height) / 2;
window.open(url, null, 'width=' + width + ',height=' + height + ',left=' + leftPos + ',top=' + topPos + ', toolbar=0, location=0, status=1, scrollbars=1, resizable=1');
}
}
</script>
<script type="text/javascript" id="zsiqchat">
var $zoho = $zoho || {};
$zoho.salesiq = $zoho.salesiq || {
widgetcode: "68d14420a8b23c3d7966c8637be17415ee75cdd5a02af41d55e343270b69fc44",
values: {},
ready: function() {}
};
var d = document;
s = d.createElement("script");
s.type = "text/javascript";
s.id = "zsiqscript";
s.defer = true;
s.src = "https://salesiq.zoho.com/widget";
t = d.getElementsByTagName("script")[0];
t.parentNode.insertBefore(s, t);
</script>
<script src="js/event.js"></script>
<script>
let slider =tns({
container:".my-slider",
"slideBy":1,
"speed":100,
"nav":false,
controlsContainer:"#controls",
prevButton:".previous",
nextButton:".next",
responsive:{
1600: {
items:2,
},
1024:{
items:2,
},
768:{
items:2,
},
480:{
items:1,
}
}
})
</script>
</body>
</html>