-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
353 lines (319 loc) · 10.1 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>User Portfolio</title>
<!---custom css link--->
<link rel="stylesheet" type="text/css" href="css/style1.css">
<link rel="stylesheet"
href="https://unpkg.com/boxicons@latest/css/boxicons.min.css">
<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=Quicksand:wght@300;400;500;600;700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Baloo+Bhai+2&family=Lato:wght@300&family=Poppins&family=Roboto:ital,wght@1,300&display=swap" rel="stylesheet">
</head>
<body>
<!---header--->
<header>
<h2 class="logo">Portfo<span>lio</span></h2>
<ul class="navbar">
<li><a href="#home">Home</a></li>
<li><a href="#about">About Me</a></li>
<li><a href="#experience">Experience</a></li>
<li><a href="#skills">Skills</a></li>
<li><a href="#achievement">Achievements</a></li>
<li><a href="#portfolio">Projects</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</header>
<!---home--->
<section class="home" id="home">
<video autoplay loop muted plays-inline class="back-video">
<source src="img/video4.mp4" type="video/mp4">
</video>
<div class="home-text">
<h4>Hello</h4>
<h1>I'm Geek <br> <span>101</span></h1>
<h3>Software Developer and Programming Enthusiast </h3>
<a href="https://www.geeksforgeeks.org/" class="btn" target="_blank">Download Resume</a>
</div>
</section>
<!---about--->
<section class="about" id="about">
<div class="about-img">
<img src="img/profile.jpg">
</div>
<div class="about-text">
<h2>About Me</h2>
<h4>Hi, My name is Geek101 !!</h4>
<p>I am a B.Tech Final Year Student of XYZ College, Pursuing My Degree in XYZ . I have a keen Interest in Problems Solving and Finding new and Dynamic Ideas.</p><br>
<p>I am a Machine Learning Enthusiast & Front-end Web Developer. I can provide clean code and pixel perfect design.</p>
<div class="about-gri">
<div class="about-in">
<h5>1. Problem Solving</h5>
</div>
<div class="about-in">
<h5>2. DSA</h5>
</div>
<div class="about-in">
<h5>3. Machine Learning</h5>
</div>
<div class="about-in">
<h5>4. Web Development</h5>
</div>
</div>
<a href="#contact" class="btn">Contact Me</a>
</div>
</section>
<!-- Technical Languages -->
<div class="inner">
<div class="Tech_header">
<h1>Languages</h1>
</div>
<div class="Tcontainer">
<div class="skill-box">
<div class="skill-title">
<div class="tech_img">
<img class="skill-icon" src="img/C.png" alt="C Programming Language">
</div>
<h3>C</h3>
</div>
</div>
<div class="skill-box">
<div class="skill-title">
<div class="tech_img">
<img class="skill-icon" src="img/C++.png" alt="C++ Programming Language">
</div>
<h3>C++</h3>
</div>
</div>
<div class="skill-box">
<div class="skill-title">
<div class="tech_img">
<img class="skill-icon" src="img/html.png" alt="Html">
</div>
<h3>HTML</h3>
</div>
</div>
<div class="skill-box">
<div class="skill-title">
<div class="tech_img">
<img class="skill-icon" src="img/css.png" alt="Css">
</div>
<h3>Css</h3>
</div>
</div>
<div class="skill-box">
<div class="skill-title">
<div class="tech_img">
<img class="skill-icon" src="img/js.png" alt="JavaScript">
</div>
<h3>JavaScript</h3>
</div>
</div>
<div class="skill-box">
<div class="skill-title">
<div class="tech_img">
<img class="skill-icon" src="img/python.png" alt="Python">
</div>
<h3>Python</h3>
</div>
</div>
</div>
</div>
<!-- -Experience- -->
<section class="experience" id="experience">
<div class="main-text">
<h2>My Experiences</h2>
</div>
<br>
<div class="experience-content">
<div class="box">
<img src="img/gfg.png" >
<h3>GeeksforGeeks</h3>
<h4>
<span>
Technical Content Writer
</span>
</h4>
<br>
<p>
• Created Multiple Software Development Projects with their detailed Documentation.
<br>
• Worked with the Dynamic Team of GeeksforGeeks.
</p>
</div>
</div>
</section>
<!-- -Skills- -->
<section class="skills" id="skills">
<div class="main-text">
<h2>My Skills</h2>
</div>
<div class="skills-content">
<div class="box">
<img src="img/cp-removebg-preview.png" >
<h3>Competitive Programming</h3>
<p>
Competitive programming is a sport of coding, where individuals engage in solving algorithmic challenges against the clock, showcasing their problem-solving skills and efficiency in crafting elegant and optimized solutions.</p>
</div>
<div class="box">
<img src="img/fe-removebg-preview.png" >
<h3>Front-end Development</h3>
<p>Front-end development is the art of bringing digital creativity to life, focusing on the user interface and user experience to seamlessly merge design with functionality, shaping the visual and interactive elements of websites.</p>
</div>
<div class="box">
<img src="img/ml-removebg-preview.png">
<h3>Machine Learning</h3>
<p>Machine learning is a transformative field at the intersection of computer science and A.I., empowering systems to learn from data, recognize patterns, and make intelligent decisions, entering in a automated insights and problem-solving.</p>
</div>
</div>
</section>
<!-- -Achievements- -->
<section class="achievement" id="achievement">
<div class="main-text">
<h2>My Achievements</h2>
<h4>Some of My Major Achievements</h4>
</div>
<div class="portfolio-content">
<div class="row">
<img src="img/coding.jpg">
<div class="main-row">
<div class="row-text">
<h6>Write your Coding achievements here</h6>
</div>
</div>
<h3>Details about the Achievement </h3>
</div>
<div class="row">
<img src="img/hackathon.jpg">
<div class="main-row">
<div class="row-text">
<h6>Write your Hackathons achievements here</h6>
</div>
</div>
<h3>Details about the Hackathon </h3>
</div>
<div class="row">
<img src="img/extras.jpg">
<div class="main-row">
<div class="row-text">
<h6>Write your Extra curricular achievements here</h6>
</div>
</div>
<h3>Details about the Achievement </h3>
</div>
</div>
</section>
<!-- -portfolio- -->
<section class="portfolio" id="portfolio">
<div class="main-text">
<h2>My Projects</h2>
<h4>Some Of My Distinguished Works</h4>
</div>
<div class="portfolio-content">
<div class="row">
<a href="https://www.geeksforgeeks.org/library-management-system/" target="_blank">
<img src="img/lib1.jpg">
</a>
<div class="main-row">
<div class="row-text">
<h6>Web App development</h6>
</div>
</div>
<h3>Library Management System</h3>
</div>
<div class="row">
<a href="https://www.geeksforgeeks.org/forecast-weather-project-check-today-weather-for-any-location/" target="_blank">
<img src="img/weather.jpg">
</a>
<div class="main-row">
<div class="row-text">
<h6>Web App Development</h6>
</div>
</div>
<h3>Weather Forecasting App</h3>
</div>
<div class="row">
<a href="https://www.geeksforgeeks.org/dog-breed-classification-using-transfer-learning/" target="_blank">
<img src="img/breed.jpg">
</a>
<div class="main-row">
<div class="row-text">
<h6>Machine Learning</h6>
</div>
</div>
<h3>Dog's Breed Classification</h3>
</div>
<div class="row">
<a href="https://www.geeksforgeeks.org/ml-boston-housing-kaggle-challenge-with-linear-regression/" target="_blank">
<img src="img/price.jpg">
</a>
<div class="main-row">
<div class="row-text">
<h6>Machine Learning</h6>
</div>
</div>
<h3>Boston House Price Prediction</h3>
</div>
</div>
</section>
<!-- -POR- -->
<section class="POR" id="POR">
<div class="main-text">
<h2>Position of Responsibilities</h2>
<h4>Some of My valunteer Work</h4>
</div>
<div class="portfolio-content">
<div class="row">
<img src="img/speaker.jpg">
<div class="main-row">
<div class="row-text">
<h6>GFG College Chapter</h6>
</div>
</div>
<h3>President</h3>
</div>
<div class="row">
<img src="img/chess.jpg">
<div class="main-row">
<div class="row-text">
<h6>Chess Coordinator</h6>
</div>
</div>
<h3>College Chess Club</h3>
</div>
</div>
</section>
<!-- -contact- -->
<section class="contact" id="contact">
<div class="contact-text">
<h2>Contact Me</h2>
<h4>Let's Work Together</h4>
<p>I will Help you in your next Project, Contact me through details given below .</p>
<div class="contact-list">
<li><a href="#">Local Address</a></li>
<li><a href="#">[email protected]</a></li>
<li><a href="#">+91 0000000000</a></li>
<a href="mailto: [email protected]">
<button class="btn">
Let's Chat
</button>
</a>
</div>
<div class="contact-icons">
<a href="https://www.geeksforgeeks.org/" target="_blank"><i class='bx bxl-linkedin' ></i></a>
<a href="https://www.geeksforgeeks.org/" target="_blank"><i class='bx bxl-instagram' ></i></a>
<a href="https://www.geeksforgeeks.org/" target="_blank"><i class='bx bxl-github' ></i></a>
<a title="+91 0000000000"><i class='bx bxl-whatsapp' ></i></a>
</div>
</div>
</section>
<!---scroll-top--->
<a href="#" class="top"><i class='bx bx-up-arrow-alt' ></i></a>
<script src="https://unpkg.com/scrollreveal"></script>
<!---custom js link--->
<script type="text/javascript" src="js/script.js"></script>
</body>
</html>