-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
354 lines (332 loc) · 15.2 KB
/
index.html
File metadata and controls
354 lines (332 loc) · 15.2 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta content="width=device-width, initial-scale=1.0" name="viewport" />
<title>Archit Gupta</title>
<!-- Favicons -->
<link href="assets/img/favicon.ico" rel="icon" />
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans|Raleway&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Sacramento&display=swap" rel="stylesheet">
<!-- Vendor CSS Files -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css"
integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
<script src="https://kit.fontawesome.com/a6e2755b4d.js" crossorigin="anonymous"></script>
<link href="assets/css/style.css" rel="stylesheet" />
<script src="https://code.jquery.com/jquery-3.4.1.js" integrity="sha256-WpOohJOqMqqyKL9FccASB9O0KwACQJpFTUBLTYOVvVU="
crossorigin="anonymous"></script>
<script>
$(window).on("load", function () {
$(".loader-wrapper").fadeOut("slow");
});
</script>
<script type="module" src="https://unpkg.com/dark-mode-toggle"></script>
</head>
<body>
<div class="loader-wrapper">
<span class="loader"><span class="loader-inner"></span></span>
</div>
<!-- ======= Header ======= -->
<header id="header">
<div class="d-flex flex-column">
<div class="profile">
<img src="assets/img/archit.webp" alt="" class="img-fluid rounded-circle" />
<h1 class="text-light"><a href="index.html">Archit Gupta</a></h1>
<div class="social-links mt-3 text-center">
<a href="https://github.com/imarchit19" target="_blank" rel="noopener"><i class="fab fa-github"></i></a>
<a href="https://facebook.com/imarchit19" target="_blank" rel="noopener"><i class="fab fa-facebook"></i></a>
<a href="https://auth.geeksforgeeks.org/user/imarchit19/articles" target="_blank" rel="noopener"><i
class="fas fa-code"></i></a>
<a href="https://www.noteshub.co.in/blog/author/imarchit19/" target="_blank" rel="noopener"><i
class="fab fa-wordpress"></i></a>
<a href="https://www.linkedin.com/in/imarchit19/" target="_blank" rel="noopener"><i
class="fab fa-linkedin"></i></a>
</div>
</div>
<nav class="nav-menu">
<ul>
<li class="active" style="padding-right: 100px;">
<a href="#home"><i class="fas fa-home"></i><span>Home</span></a>
</li>
<li>
<a href="#about"><i class="far fa-address-card"></i></i><span>About</span></a>
</li>
<li>
<a href="#skills"><i class="fas fa-bug"></i><span>Skills</span></a>
</li>
<li>
<a href="#resume"><i class="fas fa-history"></i>Experience</a>
</li>
<li>
<a href="#services"><i class="fas fa-tasks"></i>Projects</a>
</li>
<li>
<a href="#contact"><i class="fas fa-address-book"></i>Contact</a>
</li>
</ul>
</nav>
<!-- .nav-menu -->
<button type="button" class="mobile-nav-toggle d-xl-none"
style="background-color: black; height: 3%; width: 5%; border-radius: 12px;">
<i class="icofont-navigation-menu"></i>
</button>
</div>
</header>
<!-- End Header -->
<!-- ======= home Section ======= -->
<section id="home" class="d-flex flex-column justify-content-center align-items-center">
<div class="home-container" data-aos="fade-in">
<h1 style="font-family: 'Sacramento',
cursive;">Archit Gupta</h1>
<p>
I'm a
<span class="typed" data-typed-items="developer, student, programmer"></span>
</p>
</div>
</section>
<!-- End home -->
<main id="main">
<!-- ======= About Section ======= -->
<section id="about" class="about">
<div class="container">
<div class="section-title">
<h2>About</h2>
<p>
I am a Engineering Undergraduate based in Delhi, India and majoring in Information Technology.
I have a passion for web development , eager to expand my skills and learn as I move forward.
</p>
</div>
<a class="btn" href="https://drive.google.com/open?id=1tEt_nLJT39kerC360xIxohuDKWCOLsiG" target="_blank"
rel="noopener">
Résumé
</a>
</section>
<hr>
<!-- ======= Skills Section ======= -->
<section id="skills" class="skills section-bg">
<div class="container">
<div class="section-title">
<h2>Skills</h2>
</div>
<div class="row skills-content">
<div class="col-lg-6" data-aos="fade-up">
<div class="progress">
<span class="skill">Design and Development</span>
<p>I started learning to code since my High School days because I wanted to build something of my own,
and Over Time, I have gained a wealth of experience in this field of programming.</p>
</div>
<div class="progress">
<span class="skill">Programming Skills</span>
<p>Being proficient in Data Structures and Algorithms,
I understand the need to code efficiently and with high quality.
I always strive for a reliable and unique approach to a problem.</p>
</div>
<div class="progress">
<span class="skill">Time Management</span>
<p>With programming, I understood the importance of time
and how it may not be a tough as a concept but hard to implement in life
and how fruitful it is when done.</p>
</div>
</div>
<div class="col-lg-6" data-aos="fade-up" data-aos-delay="100">
<div class="progress">
<span class="skill">Problem-Solving</span>
<p>I always analyze my problems to find an effective solution that is creatively unique and logical.</p>
</div>
<div class="progress">
<span class="skill">Web Development</span>
<p>Building solutions with Web has been a long journey for me, While I prefer React.js in the frontend,
on the backend Node.js does the trick for me.</p>
</div>
<div class="progress">
<span class="skill">Flutter Development</span>
<p>Flutter is still a new technology and it's been fruitful to have the option to have apps for my
websites.</p>
</div>
</div>
</div>
</div>
</section>
<hr>
<!-- End Skills Section -->
<!-- ======= Resume Section ======= -->
<section id="resume" class="resume">
<div class="container">
<div class="section-title">
<h2>Experience</h2>
</div>
<div class="row">
<div class="col-lg-6" data-aos="fade-up">
<h3 class="resume-title">Education</h3>
<div class="resume-item">
<h4>Lancer's Convent</h4>
<h5>2002 - 2016</h5>
<p>
Schooling (Class I - Class XII) in PCMB
</p>
</div>
<div class="resume-item">
<h4>Bharati Vidyapeeth's College of Engineering</h4>
<h5>2017 - 2021 (Expected)</h5>
<p><em>B.Tech in IT</em></p>
<ul>
<li>CGPA : 8.65</li>
<li>Upgraded to B.Tech in IT in award to merit.</li>
</ul>
<div class="resume-item">
<h4>National Service Scheme - BVCOE</h4>
<h5>Februrary 2019 -</h5>
<p>
<em>Project Associate
(Volunteer)</em></p>
</div>
</div>
</div>
<div class="col-lg-6" data-aos="fade-up" data-aos-delay="100">
<h3 class="resume-title">Professional Experience</h3>
<div class="resume-item">
<h4>Technical Content Intern</h4>
<h5>April 2020 - Present</h5>
<p><em>GeeksForGeeks, Delhi, India </em></p>
</div>
<div class="resume-item">
<h4>Frontend Web Developer</h4>
<h5>May 2020 - June 2020</h5>
<p><em>HNG Internship, Africa</em></p>
<ul>
<li>
Implementing and deploying mock-ups that are responsive via (HTML/CSS/JS/React).
</li>
<li>
Proper testing to sort out bugs and technical issues, while documenting the process as well.
</li>
<li>
Keeping up a sorted out work process utilizing version control.
</li>
</ul>
</div>
<div class="resume-item">
<h4>Teaching Assistant</h4>
<h5>June 2019 - October 2019</h5>
<p><em>Coding Ninjas India, Delhi, India</em></p>
<ul>
<li>
Worked as a Teaching Assistant for C++ and Data Structures course that involved taking doubts of the
students on Coding Ninjas online platform;
average ratings of 4.7 out of 5.0.
</li>
<li>
Contributed to the development and motivation of the students by encouraging them to
explore and work on different questions and concepts.
</li>
<li>
Accomplished mentoring assigned students and assist them in their projects by
implementing an inclusive environment that led to successful and innovative projects and results.
</li>
</ul>
</div>
</div>
</div>
</div>
</section>
<hr>
<!-- End Resume Section -->
<!-- ======= Services Section ======= -->
<section id="services" class="services">
<div class="container">
<div class="section-title">
<h2>Projects</h2>
</div>
<div class="row">
<div class="col-lg-4 col-md-6 icon-box" data-aos="fade-up">
<div class="icon"><a href="https://github.com/imarchit19/" target="_blank" rel="noopener">
<i class="fas fa-sticky-note"></i></a></div>
<h4 class="title"><a href="">Keeper</a></h4>
<p class="description">
<em>React.js and Flutter</em><br>
Stores our reminders & notes and keeps it in sync making it accessible on the go.
</p>
</div>
<div class="col-lg-4 col-md-6 icon-box" data-aos="fade-up" data-aos-delay="100">
<div class="icon"><a href="https://github.com/priteshsingh-vats/Covid-19-Monitor" target="_blank"
rel="noopener">
<i class="fas fa-shield-virus"></i></a></div>
<h4 class="title"><a href="http://corozone.herokuapp.com/">CoroZone</a></h4>
<p class="description">
<em>Javascript, Node.js, Express and Heroku</em><br>
Stores our reminders & notes and keeps it in sync making it accessible on the go.
</p>
</div>
<div class="col-lg-4 col-md-6 icon-box" data-aos="fade-up" data-aos-delay="200">
<div class="icon"><a href="https://github.com/imarchit19/game-portal" target="_blank" rel="noopener">
<i class="fas fa-gamepad"></i></a></div>
<h4 class="title"><a href="https://imarchit19.github.io/game-portal/">Game Portal
</a></h4>
<p class="description">
<em>HTML5, CSS, Javascript and Bootstrap 4</em><br>
Play Games like rolling the dice, simon game now on a BROWSER.
</p>
</div>
<div class="col-lg-4 col-md-6 icon-box" data-aos="fade-up" data-aos-delay="300">
<div class="icon"><a href="https://github.com/imarchit19/Personal-Website" target="_blank" rel="noopener">
<i class="fas fa-male"></i></a></div>
<h4 class="title"><a href="https://imarchit19.github.io/Personal-Website/">Personal Website</a></h4>
<p class="description">
<em>HTML5, CSS, Javascript and Bootstrap 4</em><br>
My Portfolio page covering my skills to contact details.
</p>
</div>
<div class="col-lg-4 col-md-6 icon-box" data-aos="fade-up" data-aos-delay="400">
<div class="icon"><a href="https://github.com/imarchit19/newsletter" target="_blank" rel="noopener">
<i class="far fa-newspaper"></i></a></div>
<h4 class="title"><a href="https://imarchit19-newsletter.herokuapp.com/">Newsletter</a></h4>
<p class="description">
<em>HTML5, CSS, Javascript, Node.js and Heroku</em><br>
Sign up for my newsletter to keep updated about my projects.
</p>
</div>
<div class="col-lg-4 col-md-6 icon-box" data-aos="fade-up" data-aos-delay="500">
<div class="icon"><a href="https://github.com/imarchit19/Image-Classification-Model-of-the-Apparels"
target="_blank" rel="noopener">
<i class="fas fa-images"></i></a></div>
<h4 class="title"><a href="">Image Classification Model</a></h4>
<p class="description">
<em>Python, CNN, Logistic Regression, Keras</em><br>
Comparing and analysing Apparels Dataset using CNN and LR.
</p>
</div>
</div>
</div>
</section>
<hr>
<!-- End Services Section -->
<!-- ======= Contact Section ======= -->
<section id="contact" class="contact">
<div class="container">
<div class="section-title">
<h2>Get In Touch</h2>
<div data-aos="fade-up">
<h3>If you love developing as much I do.</h3>
<p class="contact-message">Let's talk about how awesome it is! We can code while we talk!</p>
<br>
<a class="btn" href="mailto:guptaarchit023@email.com">CONTACT ME</a>
</div>
</section>
<!-- End Contact Section -->
</main>
<!-- End #main -->
<a href="#" class="back-to-top"><i class="fas fa-arrow-up"></i></a>
<!-- Vendor JS Files -->
<script src="assets/vendor/jquery.easing/jquery.easing.min.js"></script>
<script src="assets/vendor/waypoints/jquery.waypoints.min.js"></script>
<script src="assets/vendor/counterup/counterup.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/typed.js@2.0.11"></script>
<script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js"
integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6" crossorigin="anonymous">
</script>
<script src="assets/js/main.js"></script>
</body>
</html>