forked from Ghanshyam89/GitHack
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
322 lines (286 loc) · 14.7 KB
/
index.html
File metadata and controls
322 lines (286 loc) · 14.7 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
<!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">
<link rel="icon" type="image/x-icon" href="img/mlsa-logo.png">
<title>Hacktoberfest MLSA x SISTec: Get Started with Opensource</title>
<!-- CSS only -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-Zenh87qX5JnK2Jl0vWa8Ck2rdkQ2Bzep5IDxbcnCeuOxjzrPF/et3URy9Bv1WTRi" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.3.0/font/bootstrap-icons.css">
<!-- JavaScript Bundle with Popper -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-OERcA2EqjJCMA+/3y+gxIOqMEjwtxJY7qPCqsdltbNJuaOe923+mo//f6V8Qbsw3" crossorigin="anonymous"></script>
<meta name="theme-color" content="#11105c">
<!-- Font Awesome -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css" rel="stylesheet"/>
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap" rel="stylesheet"/>
<!-- MDB -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/mdb-ui-kit/5.0.0/mdb.min.css" rel="stylesheet"/>
</head>
<body>
<div class="container" id="home">
<header class="d-flex flex-wrap align-items-center justify-content-center justify-content-md-between py-3 mb-4 border-bottom">
<a href="/GitHack" class="d-flex align-items-center col-md-3 mb-2 mb-md-0 text-dark text-decoration-none">
<img src="img/hacktoberfest-logo.png" alt="" srcset="" height="40px"> <h2 class="mt-2">/</h2>
<img src="img/mlsa-logo.png" alt="" srcset="" height="40px">
<h5 class="m-2">Hacktoberfest <br> MLSA x SISTec</h5>
</a>
<ul class="nav col-12 col-md-auto mb-2 justify-content-center mb-md-0">
<li><a href="#home" class="nav-link px-2 link-secondary">Home</a></li>
<li><a href="#contributors" class="nav-link px-2 link-dark">Contributors</a></li>
<li><a href="#about" class="nav-link px-2 link-dark">About</a></li>
</ul>
<div class="col-md-3 text-end">
<!-- <a href="#" class="me-3"><i class="fab fa-github fa-2x text-dark"></i></a> -->
<a href="https://www.linkedin.com/company/mlsa-x-sistec" class="me-3"><i class="fab fa-linkedin fa-2x text-dark"></i></a>
<a href="https://discord.gg/4MsjNAruD5" class="me-3"><i class="fab fa-discord fa-2x text-dark"></i></a>
<a href="https://instagram.com/mlsaxsistec?igshid=YmMyMTA2M2Y=" class="me-3"><i class="fab fa-instagram fa-2x text-dark"></i></a>
</div>
</header>
<div class="justify-content-center">
<p class="text-center">This webpage is open for contributions under <strong>Hacktoberfest</strong> you can contribute <a href="https://github.com/Ghanshyam89/GitHack" target="_blank" rel="noopener noreferrer"> here</a> !!</p>
<p class="text-center"><a class="btn btn-primary" href="https://github.com/Ghanshyam89/GitHack" target="_blank" rel="noopener noreferrer">Contribute Here</a></p>
</div>
<div class="container-fluid pb-3">
<h2 id="contributors" class="text-center m-3 mt-4 text-secondary">Contributors</h2>
<div class="d-grid gap-3" style="display: grid; grid-template-columns: repeat( auto-fit, minmax(250px, 1fr) );">
<div class="bg-light border rounded-3">
<div class="m-4">
<h3>Aiman Asif</h3>
<ul style="margin-left: -15px;">
<li>Branch: CSE</li>
<li>College: SISTec GN</li>
<li>Github Username: aimanasif27</li>
<li>Tech Stack: Python, C Programming, Django, etc.</li>
</ul>
</div>
</div>
<div class="bg-light border rounded-3">
<div class="m-4">
<h3>Ghanshyam Prajapati</h3>
<ul style="margin-left: -15px;">
<li>Branch: CSE</li>
<li>College: SISTec GN</li>
<li>Github Username: Ghanshyam89</li>
<li>Tech Stack: Python, Java, Django, etc.</li>
</ul>
</div>
</div>
<div class="bg-light border rounded-3">
<div class="m-4">
<h3>Raj Singh</h3>
<ul style="margin-left: -15px;">
<li>Branch: EC</li>
<li>College: SISTec RB</li>
<li>Github Username: RajRB</li>
<li>Tech Stack: Python, IOT, Networking, etc.</li>
</ul>
</div>
</div>
<div class="bg-light border rounded-3">
<div class="m-4">
<h3>Ashish Shukla</h3>
<ul style="margin-left: -15px;">
<li>Branch: CSE</li>
<li>College: VSICS</li>
<li>Github Username: ashishshukla09</li>
<li>Tech Stack: Python, Web dev, etc.</li>
</ul>
</div>
</div>
<div class="bg-light border rounded-3">
<div class="m-4">
<h3>Felix Montanari</h3>
<ul style="margin-left: -15px;">
<li>Branch: CSE</li>
<li>College: UNSW</li>
<li>Github Username: captainboggle</li>
<li>Tech Stack: python, julia, web</li>
</ul>
</div>
</div>
<div class="bg-light border rounded-3">
<div class="m-4">
<h3>Shaikh Farhan</h3>
<ul style="margin-left: -15px;">
<li>Branch: MCA</li>
<li>College: Allana Institute Of Management and science</li>
<li>Github Username: farhanpro </li>
<li>Tech Stack: MERN </li>
</ul>
</div>
</div>
<div class="bg-light border rounded-3">
<div class="m-4">
<h3>Niranjan Kurhade</h3>
<ul style="margin-left: -15px;">
<li>Branch: Computer</li>
<li>College: FCRIT</li>
<li>Github Username: niranjan-kurhade</li>
<li>Tech Stack: Java, WebDev, Bootstrap</li>
</ul>
</div>
</div>
<div class="bg-light border rounded-3">
<div class="m-4">
<h3>Divyanshu Das</h3>
<ul style="margin-left: -15px;">
<li>Branch: CSE</li>
<li>College: Sagar Institute of Science and Technology</li>
<li>Github Username: divi1501</li>
<li>Tech Stack: Web development, Python, Machine Learning, adobe softwares for designing, etc</li>
</ul>
</div>
</div>
<div class="bg-light border rounded-3">
<div class="m-4">
<h3>Rishi Shukla</h3>
<ul style="margin-left: -15px;">
<li>Branch: MCA</li>
<li>College: VSICS</li>
<li>Github Username: rishishukla09</li>
<li>Tech Stack: Web development, Python, etc</li>
</ul>
</div>
</div>
<div class="bg-light border rounded-3">
<div class="m-4">
<h3>Ramlakhan Lodhi</h3>
<ul style="margin-left: -15px;">
<li>Branch: CSE</li>
<li>College: Sagar Institute of Science and Technology GN </li>
<li>Github Username:ramlakhan79</li>
<li>Tech Stack: C Programming , C++ </li>
</ul>
</div>
</div>
<div class="bg-light border rounded-3">
<div class="m-4">
<h3>Uma Shankar Mishra</h3>
<ul style="margin-left: -15px;">
<li>Branch: CSE</li>
<li>College: SISTec RB</li>
<li>Github Username: umashankarm655 </li>
<li>Tech Stack: basic C Programming,basic C++ Programming,HTML, CSS, Working on JavaScript and Java.</li>
</ul>
</div>
</div>
<div class="bg-light border rounded-3">
<div class="m-4">
<h3>Ayush Agrawal </h3>
<ul style="margin-left: -15px;">
<li>Branch: CSE</li>
<li>College: SISTec RB</li>
<li>Github Username: AyushAgrawal123 </li>
<li>Tech Stack: basic C Programming,basic C++ Programming,HTML, CSS, Working on JavaScript and Java.</li>
</ul>
</div>
</div>
<div class="bg-light border rounded-3">
<div class="m-4">
<h3>Laveena Pahuja</h3>
<ul style="margin-left: -15px;">
<li>Branch: CSE</li>
<li>College: SISTec GN</li>
<li>Github Username: Pahujalaveena</li>
<li>Tech Stack: C,C++,HTML,CSS</li>
</ul>
</div>
</div>
<div class="bg-light border rounded-3">
<div class="m-4">
<h3>Kartikey Sahu</h3>
<ul style="margin-left: -15px;">
<li>Branch: CSE</li>
<li>College: SISTec GN</li>
<li>Github Username: kartik9977</li>
<li>Tech Stack: C++,C,JAVA,HTML,CSS</li>
</ul>
</div>
</div>
<div class="bg-light border rounded-3">
<div class="m-4">
<h3>Anuj Soni</h3>
<ul style="margin-left: -15px;">
<li>Branch: CSE</li>
<li>College: SISTec GN</li>
<li>Github Username: martian2001</li>
<li>Tech Stack: HTML,CSS,JavaScript,C,C++</li>
</ul>
</div>
</div>
<!-- Paste the Code here -->
<!-- Copy paste below code above this line-->
<!-- Copy paste below code above this and update your respective details-->
<div class="bg-light border rounded-3">
<div class="m-4">
<h3><!-- Your Name --></h3>
<ul style="margin-left: -15px;">
<li>Branch: <!-- Your Branch --></li>
<li>College: <!-- Your College --></li>
<li>Github Username: <!-- Your Github Username --></li>
<li>Tech Stack: <!-- Your Technical Skills --></li>
</ul>
</div>
</div>
<!-- Copy above code till here -->
</div>
</div>
</div>
<footer class="text-center text-white mt-5" id="about" style="background-color: #f1f1f1;">
<!-- Grid container -->
<div class="container pt-4">
<div class="text-dark">
<img src="img/mlsa-logo.png" height="200px" alt=""><br><br>
<h1>MLSA x SISTec</h1>
<p><strong>Microsoft Learn Student Ambassador Community - SISTec</strong> is a technical community formed under <strong>Microsoft Learn Student Ambassadors Program </strong>that aims to get as many student developers together as possible in order to create a robust environment that fosters collaborative learning. We hold engaging workshops and events to ensure the students' learning and advancement.</p>
</div>
<!-- Section: Social media -->
<section class="mb-4">
<!-- Linkedin -->
<a
class="btn btn-link btn-floating btn-lg text-dark m-1"
href="https://www.linkedin.com/company/mlsa-x-sistec"
role="button"
data-mdb-ripple-color="dark"
><i class="fab fa-linkedin"></i>
</a>
<!-- Discord -->
<a
class="btn btn-link btn-floating btn-lg text-dark m-1"
href="https://discord.gg/4MsjNAruD5"
role="button"
data-mdb-ripple-color="dark"
><i class="fab fa-discord"></i>
</a>
<!-- Instagram -->
<a
class="btn btn-link btn-floating btn-lg text-dark m-1"
href="https://instagram.com/mlsaxsistec?igshid=YmMyMTA2M2Y="
role="button"
data-mdb-ripple-color="dark"
><i class="fab fa-instagram"></i>
</a>
<!-- Know more about us! -->
<a
class="btn btn-link btn-floating btn-lg text-dark m-1"
href="https://linktr.ee/mlsaxsistec"
role="button"
data-mdb-ripple-color="dark"
><i class="fab fa-angle-double-up"></i>
</a>
</section>
<!-- Section: Social media -->
</div>
<!-- Grid container -->
<!-- Copyright -->
<div class="text-center text-dark p-3" style="background-color: rgba(0, 0, 0, 0.2);">
© 2022 Copyright:
<a class="text-dark" href="https://about.me/ghanshyamprajapati">Ghanshyam Prajapati</a>
</div>
<!-- Copyright -->
</footer>
</body>
</html>