-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
414 lines (397 loc) · 25.7 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
409
410
411
412
413
414
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>CICSoft</title>
<meta name="description" content="CICSoft is a dynamic hub uniting computer science academia with industry demands. In our collaborative environment, members enhance technical skills through engaging sessions, seamlessly blending theory with hands-on applications. Embracing innovation and inclusivity, we prepare members for success in the fast-paced tech sector. Join us in bridging the gap between academia and industry, where education meets empowerment in the realm of computer science and application development." />
<link rel="stylesheet" href="./assets/css/bootstrap.min.css" />
<link rel="stylesheet" href="./assets/css/main.css" />
<link rel="stylesheet" href="./assets/css/slider.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.carousel.min.css" />
<script src="https://code.jquery.com/jquery-3.5.1.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/owl.carousel.min.js"></script>
<link rel="icon" href="favicon.ico" />
<script src="https://cdn.anychart.com/releases/8.0.1/js/anychart-core.min.js"></script>
<script src="https://cdn.anychart.com/releases/8.0.1/js/anychart-pie.min.js"></script>
</head>
<body>
<!-- BEGIN Particles.js -->
<div id="particles-js"></div>
<!-- END Particles.js -->
<!-- BEGIN Toasts -->
<div class="position-fixed start-50 translate-middle-x p-5" style="z-index: 3">
<div id="registerToast" class="toast align-items-center text-white m-1" role="alert" aria-live="assertive" aria-atomic="true">
<div class="d-flex">
<div id="registerToastText" class="toast-body"></div>
<button type="button" class="btn-close btn-close-white me-2 m-auto" data-bs-dismiss="toast" aria-label="Close"></button>
</div>
</div>
<div id="pollToast" class="toast align-items-center text-white m-1" role="alert" aria-live="assertive" aria-atomic="true">
<div class="d-flex">
<div id="pollToastText" class="toast-body"></div>
<button type="button" class="btn-close btn-close-white me-2 m-auto" data-bs-dismiss="toast" aria-label="Close"></button>
</div>
</div>
<div id="suggestionToast" class="toast align-items-center text-white m-1" role="alert" aria-live="assertive" aria-atomic="true">
<div class="d-flex">
<div id="suggestionToastText" class="toast-body"></div>
<button type="button" class="btn-close btn-close-white me-2 m-auto" data-bs-dismiss="toast" aria-label="Close"></button>
</div>
</div>
</div>
<!-- END Toasts -->
<!-- BEGIN Navigation Bar -->
<div id="navbar-container" class="container-fluid">
<nav class="navbar navbar-expand-lg navbar-dark">
<div class="container-fluid">
<a href="#home">
<img id="navbar-brand-logo" src="./assets/img/navbarLogo.png" alt="CICSoft" />
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-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 ms-auto">
<li class="nav-item"><a id="aboutLink" class="nav-link" aria-current="page" href="#about">ABOUT</a></li>
<li class="nav-item"><a id="syllabusLink" class="nav-link" href="#syllabus">TRACKS</a></li>
<li class="nav-item"><a id="applyLink" class="nav-link" href="#apply">APPLY</a></li>
<!-- <li class="nav-item"><a id="labSuggestionLink" class="nav-link" href="#lab-suggestion">LAB SUGGESTION</a></li> -->
<li class="nav-item"><a id="teamLink" class="nav-link" href="#team">TEAM</a></li>
</ul>
</div>
</div>
</nav>
</div>
<!-- END Navigation Bar -->
<!-- BEGIN Loader -->
<div id="loading-spinner">
<div class="spinner-border text-danger" role="status">
<span class="visually-hidden">Loading...</span>
</div>
</div>
<!-- END Loader -->
<!-- BEGIN Home Section -->
<div id="home" class="section">
<div class="home-container">
<div id="home-header"><img src="./assets/img/navbarLogo.png" alt="CICSoft" /></div>
<h4 id="home-subheader" class="text-white">
We aim to serve as a vital bridge, fostering a seamless connection between the CS university
experience and the dynamic demands of the industry.
</h4>
<div class="social-media-overlay">
<a href="https://www.instagram.com/cicsoft/" target="_blank"><img src="./assets/svg/Instagram.svg" alt="Instagram" /></a>
<a href="https://discord.gg/Ja9guat77q" target="_blank"><img src="./assets/svg/Discord.svg" alt="Discord" /></a>
<a href="mailto:[email protected]" target="_blank"><img src="./assets/svg/Gmail.svg" alt="Gmail" /></a>
</div>
</div>
<div class="timing lead justify-content-center align-items-center text-center p-3">
Coming back soon for <span class="highlight">Fall 2024</span>
</div>
</div>
<!-- END Home Section -->
<!-- BEGIN About Section -->
<div id="about" class="section" style="font-family: Lexend">
<div class="section-header row justify-content-center align-items-center text-center p-3">About Us</div>
<div class="container-fluid">
<div class="row">
<div class="col-sm-10 mx-auto">
<p class="lead text-center text-lg-justify">
CICSoft is a dynamic hub uniting computer science academia with industry demands. In our collaborative environment, members enhance technical skills through engaging sessions, seamlessly blending theory with hands-on applications. Embracing innovation and inclusivity, we prepare members for success in the fast-paced tech sector. Join us in bridging the gap between academia and industry, where education meets empowerment in the realm of computer science and application development.
</p>
</div>
</div>
</div>
</div>
<!-- END About Section -->
<!-- BEGIN Syllabus Section -->
<div id="syllabus" class="section">
<div class="section-header row justify-content-center align-items-center text-center">Learning Tracks</div>
<div class="carousel-container"><div class="carousel owl-carousel">
<div class="card">
<p class="week-schedule">netNight</p>
<img class="card-img" src="./assets/img/syllabus/netNight.png" />
<div class="details">
Connect, Converse, Conquer: The correct way to networking with NetNight.
</div>
<div class="details hover-text">
Step into the world of netNight, your gateway to mastering the art of networking in the tech industry. Our sessions are meticulously crafted to arm you with the key strategies needed to build impactful relationships in the tech sphere.
Unlock the secrets of effective networking with guidance from those who've navigated the path before you.
</div>
</div>
<div class="card">
<p class="week-schedule">hackBits</p>
<img class="card-img" src="./assets/img/syllabus/hackBits.png" />
<div class="details">
Crack the Code to Your Future: Master the Art of Technical Interviews with HackBits!
</div>
<div class="details hover-text">
Welcome to HackBits, your ultimate portal for acing technical interviews! At HackBits, we're dedicated to empowering CS students with the knowledge and skills needed to navigate the challenging landscape of software engineering interviews- one bit at a time!
</div>
</div>
<div class="card">
<p class="week-schedule">techHour</p>
<img class="card-img" src="./assets/img/syllabus/techHour.png" />
<div class="details">
Discuss, debate and Dive into the latest tech trends, and shape the future.
</div>
<div class="details hover-text">
Step into the realm of innovation at Tech Hour, where curiosity meets the cutting edge of technology. It's not just an event; it's a vibrant forum for tech enthusiasts to unravel the mysteries of up-and-coming tools like Blockchain, ChatGPT, and LLM pipelines. Here, we don't just follow trends – we forecast them.
</div>
</div>
<div class="card">
<p class="week-schedule">storyCraft</p>
<img class="card-img" src="./assets/img/syllabus/storyCraft.png"/>
<div class="details">
Craft your Narrative, Guarantee your success: Ace Behavioral Interviews with confidence and strategy!
</div>
<div class="details hover-text">
Welcome to our Behavioral Interview Mastery Sessions, where your journey to interview excellence begins. In our tailored sessions, we delve into the art of acing behavioral interviews. Our comprehensive approach includes interactive workshops, insider tips and tricks, and real-time mock interviews using mock resumes.
</div>
</div>
<div class="card">
<p class="week-schedule">systemSprint</p>
<img class="card-img" src="./assets/img/syllabus/systemSprint.png"/>
<div class="details">
From Blueprint to Breakthrough: Craft, Collaborate, Create.
</div>
<div class="details hover-text">
Embark on a journey through the lifecycle of software engineering in our systemSprint sessions. It's not just a meeting; it's a transformative experience that offers a panoramic view of a software engineer's world. Gain insights into the essentials of system design, where theory meets practice, and ideas transform into concrete strategies.
</div>
</div>
</div></div>
<script src="./assets/js/slider.js"></script>
</div>
<!-- END Syllabus Section -->
<!-- BEGIN Apply Section -->
<div id="apply" class="section">
<div class="section-header row justify-content-center align-items-center text-center">Apply to become a Member</div>
<div class="container-fluid">
<div class="row">
<div class="col-sm-10 mx-auto">
<p class="lead" style="text-align: center; margin-bottom: 25px">
Embark on a journey of tech exploration and collaborative learning. Join our community and elevate your skills. Apply now and be part of the future of tech excellence!
</p>
</div>
</div>
</div>
<div class="form-container">
<form id="applyForm">
<div class="row">
<div class="col-md mb-3">
<label for="applyFirstName" class="form-label">First Name <span style="color: red">*</span></label>
<input required type="text" class="form-control" id="applyFirstName" placeholder="J." />
</div>
<div class="col-md mb-3">
<label for="applyLastName" class="form-label">Last Name <span style="color: red">*</span></label>
<input required type="text" class="form-control" id="applyLastName" placeholder="Doe" />
</div>
</div>
<div class="row">
<div class="col-md mb-3">
<label for="applyEmail" class="form-label">UMass Email <span style="color: red">*</span></label>
<input required type="email" class="form-control" id="applyEmail" placeholder="[email protected]" aria-describedby="emailHelp" />
</div>
<div class="col-md mb-3">
<label for="applyGraduationYear" class="form-label">Graduation Year <span style="color: red">*</span></label>
<select required class="form-select" id="applyGraduationYear" aria-label="Graduation Year Selection">
<option disabled value="" selected>Select your graduation year</option>
<option value="2025">2025</option>
<option value="2026">2026</option>
<option value="2027">2027</option>
<option value="2028">2028</option>
</select>
</div>
</div>
<div class="mb-3">
<label for="applyMajors" class="form-label">Major(s) <span style="color: red">*</span></label>
<div class="row">
<div class="col-lg">
<div class="form-check form-switch">
<input class="form-check-input" type="checkbox" role="switch" value="Computer Science" id="majorComputerScience" />
<label class="form-check-label" for="majorComputerScience"> Computer Science </label>
</div>
<div class="form-check form-switch">
<input class="form-check-input" type="checkbox" role="switch" value="Computer Engineering" id="majorComputerEngineering" />
<label class="form-check-label" for="majorComputerEngineering"> Computer Engineering </label>
</div>
</div>
<div class="col-lg">
<div class="form-check form-switch">
<input class="form-check-input" type="checkbox" role="switch" value="Mathematics" id="majorMathematics" />
<label class="form-check-label" for="majorMathematics"> Mathematics </label>
</div>
<div class="form-check form-switch">
<input class="form-check-input" type="checkbox" role="switch" value="Informatics" id="majorInformatics" />
<label class="form-check-label" for="majorInformatics"> Informatics </label>
</div>
</div>
<div class="col-lg">
<div class="form-check form-switch">
<input class="form-check-input" type="checkbox" role="switch" value="Other" id="majorOther" />
<label class="form-check-label" for="majorOther"> Other </label>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md mb-3">
<label for="applyGitHub" class="form-label">GitHub Profile</label>
<div class="input-group">
<span class="input-group-text" id="applyGitHubBase">https://github.com/</span>
<input type="text" pattern="^[a-zA-Z\d](?:[a-zA-Z\d]|-(?=[a-zA-Z\d])){0,38}$" class="form-control" id="applyGitHub" aria-describedby="applyGitHub" placeholder="jdoe" />
</div>
</div>
<div class="col-md mb-3">
<label for="applyLinkedIn" class="form-label">LinkedIn Profile</label>
<div class="input-group">
<span class="input-group-text" id="applyLinkedInBase">https://linkedin.com/in/</span>
<input type="text" pattern="[a-zA-Z0-9/~\-_,&=\?\.;]+[^\.,\s<]" class="form-control" id="applyLinkedIn" aria-describedby="applyLinkedIn" placeholder="jdoe" />
</div>
</div>
</div>
<div class="mb-3">
<label for="applyReferral" class="form-label">How did you hear about us? <span style="color: red">*</span></label>
<div class="row">
<div class="col-lg">
<div class="form-check">
<input class="form-check-input" type="radio" name="applyReferral" value="Instagram" id="referralInstagram" />
<label class="form-check-label" for="referralInstagram"> Instagram </label>
</div>
<div class="form-check">
<input class="form-check-input" type="radio" name="applyReferral" value="Discord" id="referralDiscord" />
<label class="form-check-label" for="referralDiscord"> Discord </label>
</div>
</div>
<div class="col-lg">
<div class="form-check">
<input class="form-check-input" type="radio" name="applyReferral" value="CICSoft Website" id="referralCicsoftWebsite" />
<label class="form-check-label" for="referralCicsoftWebsite"> CICSoft Website </label>
</div>
<div class="form-check">
<input class="form-check-input" type="radio" name="applyReferral" value="CICSoft Member" id="referralCicsoftMember" />
<label class="form-check-label" for="referralCicsoftMember"> CICSoft Member </label>
</div>
</div>
<div class="col-lg">
<div class="form-check">
<input class="form-check-input" type="radio" name="applyReferral" value="CICS Newsletter" id="referralCicsNewsletter" />
<label class="form-check-label" for="referralCicsNewsletter"> CICS Newsletter </label>
</div>
<div class="form-check">
<input class="form-check-input" type="radio" name="applyReferral" value="Friend" id="referralFriends" />
<label class="form-check-label" for="referralFriends"> Friend(s) </label>
</div>
</div>
</div>
</div>
<div class="container text-center">
<button type="submit" class="btn btn-danger m-1">Submit</button>
<button type="reset" class="btn btn-danger m-1">Reset</button>
</div>
</form>
</div>
</div>
<!-- END Apply Section -->
<!-- BEGIN Team Section -->
<div id="team" class="section">
<div class="section-header row justify-content-center align-items-center text-center">Our Team</div>
<div class="row justify-content-center align-items-center text-center w-75 team-members">
<!-- <div class="card text-white bg-transparent border-0 m-2 p-3 rounded-3" style="width: 21rem">
<picture>
<source srcset="./assets/img/team/webp/shiven_patel.webp" type="image/webp" />
<img src="./assets/img/team/jpg/shiven_patel.jpg" class="card-img-top rounded-circle" alt="Shiven Patel" />
</picture>
<div class="card-body text-center">
<h4 class="card-title">Shiven Patel</h4>
<h5 class="card-text">President</h5>
<a href="https://www.linkedin.com/in/sp1105/" target="_blank"><img class="team-social-icon" src="./assets/svg/LinkedIn.svg" alt="LinkedIn" /></a>
<a href="https://github.com/Shiven110504" target="_blank"><img class="team-social-icon" src="./assets/svg/GitHub.svg" alt="GitHub" /></a>
</div>
</div>
<div class="card text-white bg-transparent border-0 m-2 p-3 rounded-3" style="width: 21rem">
<picture>
<img src="./assets/img/team/jpg/sagnik_pal.jpg" class="card-img-top rounded-circle" alt="Sagnik Pal" />
</picture>
<div class="card-body text-center">
<h4 class="card-title">Sagnik Pal</h4>
<h5 class="card-text">Core Member</h5>
<a href="https://www.linkedin.com/in/sagnikpal2004/" target="_blank"><img class="team-social-icon" src="./assets/svg/LinkedIn.svg" alt="LinkedIn" /></a>
<a href="https://github.com/sagnikpal2004" target="_blank"><img class="team-social-icon" src="./assets/svg/GitHub.svg" alt="GitHub" /></a>
</div>
</div>
<div class="card text-white bg-transparent border-0 m-2 p-3 rounded-3" style="width: 21rem">
<picture>
<img src="./assets/img/team/jpg/Ayushman.jpg" class="card-img-top rounded-circle" alt="Ayushman Satpathy" />
</picture>
<div class="card-body text-center">
<h4 class="card-title">Ayushman Satpathy</h4>
<h5 class="card-text">Core Member</h5>
<a href="https://www.linkedin.com/in/ayushmansatpathy/" target="_blank"><img class="team-social-icon" src="./assets/svg/LinkedIn.svg" alt="LinkedIn" /></a>
</div>
</div> -->
<!-- <div class="card text-white bg-transparent border-0 m-2 p-3 rounded-3" style="width: 21rem">
<picture>
<img src="./assets/img/team/jpg/trung_dang.jpeg" class="card-img-top rounded-circle" alt="Trung Dang" />
</picture>
<div class="card-body text-center">
<h4 class="card-title">Trung Dang</h4>
<h5 class="card-text">Core Member</h5>
<a href="https://www.linkedin.com/in/dmtrung14/" target="_blank"><img class="team-social-icon" src="./assets/svg/LinkedIn.svg" alt="LinkedIn" /></a>
</div>
</div> -->
</div>
</div>
<!-- END Team Section -->
<!-- BEGIN LAB SUGGESTION SECTION -->
<div id="lab-suggestion" class="section">
<div class="section-header row justify-content-center align-items-center text-center">Feedback</div>
<!-- <div class="container-fluid">
<div class="row">
<div class="col-sm-10 mx-auto">
<p class="lead" style="text-align: center; margin-bottom: 25px">
Have a great concept for an app that you've always wanted to develop but are unsure where to begin? Our developers can assist you in making your vision
a reality. Post your idea below and we'll get back to you. Your concept is your own; we were not inspired by Mark :)
</p>
</div>
</div>
</div> -->
<div class="form-container">
<form id="labSuggestionForm">
<!-- <div class="row">
<div class="col-md mb-3">
<label for="labSuggestionFirstName" class="form-label">First Name <span style="color: red">*</span></label>
<input required type="text" class="form-control" id="labSuggestionFirstName" placeholder="J." />
</div>
<div class="col-md mb-3">
<label for="labSuggestionLastName" class="form-label">Last Name <span style="color: red">*</span></label>
<input required type="text" class="form-control" id="labSuggestionLastName" placeholder="Doe" />
</div>
</div>
<div class="row">
<div class="col-md mb-3">
<label for="labSuggestionEmail" class="form-label">Email <span style="color: red">*</span></label>
<input required type="email" class="form-control" id="labSuggestionEmail" placeholder="[email protected]" aria-describedby="emailHelp" />
</div>
</div> -->
<div class="mb-3">
<label for="labSuggestionQuestion" class="form-label">What do you think about our Club?<span style="color: red">*</span></label>
<textarea required class="form-control" id="labSuggestionQuestion"></textarea>
</div>
<div class="container text-center">
<button type="submit" class="btn btn-danger m-1">Submit</button>
<button type="reset" class="btn btn-danger m-1">Reset</button>
</div>
</form>
</div>
</div>
<!-- END LAB SUGGESTION SECTION -->
<script src="./assets/js/popper.min.js"></script>
<script src="./assets/js/jquery.min.js"></script>
<script src="https://cdn.jsdelivr.net/particles.js/2.0.0/particles.min.js"></script>
<script src="./assets/js/bootstrap.min.js"></script>
<script src="./assets/js/main.js"></script>
<script src="./assets/js/display_members.js"></script>
</body>
</html>