-
Notifications
You must be signed in to change notification settings - Fork 42
/
Copy pathhacktoberfest.html
373 lines (354 loc) · 15.6 KB
/
hacktoberfest.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="keywords" content="website, blog, foo, bar">
<meta name="author" content="Name of an Owner">
<meta name="publisher" content="Name of an Owner">
<meta name="copyright" content="Name of an Owner">
<meta name="description" content="This short description describes my website.">
<meta name="audience" content="Everyone">
<meta name="robots" content="index, follow">
<title>Naman Sharma</title>
<link rel="stylesheet" href="style.css" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<script src="https://kit.fontawesome.com/b70d731558.js" crossorigin="anonymous"></script>
<link
href="https://fonts.googleapis.com/css2?family=Bangers&family=Cedarville+Cursive&family=Chakra+Petch:wght@600&family=Lato:wght@300&family=Montserrat:ital,wght@1,200&family=Mouse+Memoirs&family=Plus+Jakarta+Sans:wght@200&family=Poppins:wght@200;300;600;700&family=Quicksand:wght@300&family=Rubik+Dirt&family=Satisfy&family=Shrikhand&display=swap"
rel="stylesheet" />
</head>
<body>
<!-- Scroll to Top Button Code Starts Here -->
<div id="progress">
<span id="progress-value">🠕</span>
</div>
<!-- Scroll to Top Button Code Ends Here -->
<header>
<nav>
<div class="logo"><img src="IMG/profile.jpeg" alt="logo"></div>
<div class="menu">
<a href="#">Home</a>
<a href="#about1">About</a>
<div class="dropdown">
<span>Contributors</span>
<div class="dropdown-content">
<a class="dropdown-link" href="#2021">2021</a> <hr>
<a class="dropdown-link" href="#2022">2022</a>
</div>
</div>
<a href="#contact">Contact</a>
</div>
</nav>
</header>
<div id="container">
<div id="content">
<div id="about">
<h1>
<div id="name" style="float: left; margin-bottom: 20px;">
Naman Sharma
</div>
<div class="stage">
<div class="pyramid3d">
<div class="triangle side1"></div>
<div class="triangle side2"></div>
<div class="triangle side3"></div>
<div class="triangle side4"></div>
</div>
</div>
<div id="name" style="float: left; margin-bottom: 20px">
Hacktoberfest 2022
</div>
</h1>
<div id="container">
<div id="content">
<div id="about">
<h1>
</h1>
<hr>
<p>
Feel free to contact him at <a href="[email protected]" class="link">[email protected]</a> if you'd like for him to work for you!
</p>
</div>
</div><div id="container">
<div id="content">
</div><div class="content">
<div>
<img src="IMG/1080x360.jpg" />
</div>
<ul></ul>
<p style="margin-top: 100px">
Follow the README below to get started! # Introduction-webpage
This is a introduction Webpage where i have written down about me.
You can edit the code and add your name in "The people Who
contributed" section in the last of the code.
</p>
<hr />
<h3 style='clear:both' class="subhead">
Introduction-webpage
</h3>
<p>
This is a introduction Webpage where i have
written down about me. You can edit the code and add your name in
"The people Who contributed" section in the last of the code.
</p>
<h3 style='clear:both' class="subhead">
Getting Started
</h3>
<p>
▶ Note : Create issue first or Work on created
</p>
1. Fork this repository
</p>
2. Run `git clone [your repo url goes here]`
</p>
3. CD into your cloned repo
</p>
</p>
4. Run `git checkout -b[your branch name goes here]` to create your new branch
<p>
</p>
5. Make your edits and save
<p>
</p>
6. Run `git add .`
<p>
</p>
7. Run `git commit -m 'Commit message goes here'`
<p>
</p>
8. Finally, run `git push origin [your branch name goes here]`
<p>
</p>
9. **Star this repo**
<p>
</p>
10. Create a new pull request from your forked repository (Click the `New Pull Request` button
located at the top of your repo)
<p>
</p>
11. Wait for your new PR to be reviewed and merged!
</p>
</div>
</div>
<hr>
<div id="container">
<div id="content">
<div id="about1">
<div class="content">
<h3 style="clear: both" class="subhead">
<a href="https://plus.google.com/108495471566196018473/posts" class="link">Naman</a>
is an enthusiastic, young web applications developer currently
studying at the Techno India NJR Institute of Technology.
</h3>
<p id="pleft">
He is a C++ coder interested in competitive coding and often
competes on platforms like Codechef and Hackerrank. I Work on my
skills and you can see the rest of my accomplishments on my
linkedin profile-
<a href="https://www.linkedin.com/in/naman-sharma-00100/" class="link">Naman_sharma</a>. He is continuously
working on personal projects to up his game.
</p>
<img src="IMG/profile.jpeg" alt="" srcset="" class="profile" width="250" height="250">
<p id="pright">
Look for some of his codes on &
<a href="https://www.codechef.com/users/naman_00100" class="link">Codechef</a>,
<a href="https://www.hackerrank.com/naman_sharma0011" class="link">HackerRank</a>, Be sure to check in to
see any updates on this.
</p>
<ul></ul>
<br><br>
<p>
Feel free to contact him at
<a href="mailto:[email protected]" class="link">[email protected]</a>
if you'd like for him to work for you!
</p>
<p>
<a href="./hacktoberfest.html">This Repository Is Part Hacktoberfest ⇨</a>
</p>
</div>
<!-- The People Who contributed:</br>
1. Harshit Paneri </br>
2. Rishiraj Chauhan </br>
3. Priyanshu Vaishnavi </br>
4. Yash Soni </br>
5. Rajat Mishra </br>
6. Jash Hinger </br>
7. Saumya </br>
8. Gajjala Harika</br>
8. Atishay Jain </br>
9. Sanjay Menaria </br>
10. Lakshya Paneri </br>
11. Hemlata Soni </br>
12. Dhruv jena </br>
13. Atishay Jain </br>
14. Agyeya Mishra </br>
15. Mars </br>
16. Anand Acharya </br>
17. Jash Hinger </br>
18. Somya champawat </br> -->
<div id='2021' class="box-1">
<div class="contributors-2021">
<h2 class="contributors-heading">Contributors of 2021</h2>
<div class="inner-box">
<div class="inner-box1">
<ul>
<li>
<a href="https://github.com/harshit-paneri">Harshit Paneri</a>
</li>
<li>
<a href="https://github.com/rishiraj52">Rishiraj Chauhan</a>
</li>
<li>
<a href="https://github.com/priyanshu688">Priyanshu Vaishnavi
</a>
</li>
<li>
<a href="https://github.com/ya-sh476">Yash Soni</a>
</li>
<li>
<a href="https://github.com/Rajat760">Rajat Mishra</a>
</li>
<li>
<a href="https://github.com/Saumya008">Saumya singh</a>
</li>
<li>
<a href="https://github.com/jnatishay78">Atishay</a>
</li>
<li>
<a href="https://github.com/harika551">Gajjala Harika</a>
</li>
</div>
<div class="inner-box2">
<li>
<a href="https://github.com/AgyeyaMishra">Agyeya Mishra</a>
</li>
<li>
<a href="https://github.com/sanjaymenaria03">Sanjay Menaria
</a>
</li>
<li>
<a href="https://github.com/ParthJohri">Parth Johri</a>
</li>
<li>
<a href="https://github.com/lakshya-paneri">Lakshya Paneri</a>
</li>
<li>
<a href="https://github.com/dhruv-jena">Dhruv jena</a>
</li>
<li>
<a href="https://github.com/mars176639">Mars</a>
</li>
<li>
<a href="https://github.com/saumitra2829">Saumitra</a>
</li>
</div>
</div>
</ul>
</div>
<div class="octacat-1">
<img src="./IMG/octocat-1.png" height="500" width="450" />
</div>
</div>
<div id='2022' class="box-1">
<div class="octacat-2">
<img src="./IMG/octocat-2.png" height="500" width="450" />
</div>
<div class="contributors-2021">
<h2 class="contributors-heading">Contributors of 2022</h2>
<ul>
<li>
<a href="https://github.com/harshit-paneri">Harshit Paneri</a>
</li>
<li>
<a href="https://github.com/mr-Hacker-Boy">Hacker-boy</a>
</li>
<li>
<a href="https://github.com/Hanshika-Mehta">Hanshika-Mehta</a>
</li>
<li>
<a href="https://github.com/asimdm">Asim Ali</a>
</li>
<li>
<a href="https://github.com/sumitkr2000">Sumit Kumar</a>
</li>
<li>
<a href="https://github.com/dhrumishah">dhrumishah</a>
</li>
<li>
<a href="https://github.com/sanathan-git">Sanathan</a>
</li>
<li>
<a href="https://github.com/priyanshuarora595">Priyanshu Arora</a>
</li>
<li>
<a href="https://github.com/Abhishek765">ABHISHEK VISHWAKARMA</a>
</li>
<li>
<a href="https://github.com/Anmol-Prasad">Anmol-Prasad</a>
</li>
<li>
<a href="https://github.com/dixant456">Dixant-Mishra</a>
</li>
<li>
<a href="https://github.com/jash458">Jash Hinger</a>
</li>
<li>
<a href="https://github.com/somya0808">somya champawat</a>
</li>
<li>
<a href="https://github.com/darshitdudhaiya">Darshit Dudhaiya</a>
</li>
</ul>
</div>
</div>
<div id="contact" class="footer">
<div class="copyright">
</div>
<div class="wrapper">
<div class="button">
<div class="icon"><a href="https://www.linkedin.com/in/naman-sharma-00100/" target="blank"><i
class="fa-brands fa-linkedin-in"></i></a></div>
</div>
<div class="button">
<div class="icon"><a href="https://github.com/Naman-sharma00100" target="blank"><i
class="fab fa-github"></i></a></div>
</div>
<div class="button">
<div class="icon"><a href="" target="blank"><i class="fab fa-facebook-f"></i></a></div>
</div>
<div class="button">
<div class="icon"><a href="" target="blank"><i class="fab fa-twitter"></i></a></div>
</div>
</div>
<footer>
<div class="copyright">
<span><span class="author">Naman Sharma </span><span class="far fa-copyright"></span> 2022 | Made with <i
class="fa-solid fa-heart"></i></span>
</div>
<div class="wrapper">
<div class="button">
<div class="icon"><a href="https://www.linkedin.com/in/naman-sharma-00100/" target="blank"><i
class="fa-brands fa-linkedin-in"></i></a></div>
</div>
<div class="button">
<div class="icon"><a href="https://github.com/Naman-sharma00100" target="blank"><i
class="fab fa-github"></i></a></div>
</div>
<div class="button">
<div class="icon"><a href="" target="blank"><i class="fab fa-facebook-f"></i></a></div>
</div>
<div class="button">
<div class="icon"><a href="" target="blank"><i class="fab fa-twitter"></i></a></div>
</div>
</div>
</footer>
</div>
</div>
</div>
</div>
<!-- partial -->
<script src="script.js"></script>
</body>
</html>