-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·333 lines (311 loc) · 11.2 KB
/
index.html
File metadata and controls
executable file
·333 lines (311 loc) · 11.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf 8" utf='8'>
<meta name="description"
content="Welcome to Harshit Dugar's Portfolio. Passionate Developer and open source enthusiast.">
<title>Home</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.2/css/all.min.css" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Favicon -->
<link href="Images/apple-touch-icon.png" rel="icon">
<link href="https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;600;700;900&display=swap"
rel="stylesheet" />
<!-- CSS Libraries -->
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<!--Main body starts -->
<body>
<div class="scroll-button">
<a href="#home"><i class="fas fa-arrow-up"></i></a>
</div>
<!--Nav bar starts-->
<nav>
<div class="navbar">
<a href="index.html" class="logo">
Harshit
</a>
<ul class="nav-links">
<li><a href="#home">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#service">Service</a></li>
<li><a href="#experience">Experience</a></li>
<li><a href="#projects">Projects</a></li>
<li><a href="#contact">Contact</a></li>
<div class="cancel-btn">
<i class="fas fa-times"></i>
</div>
</ul>
</div>
<div class="menu-btn">
<i class="fas fa-bars"></i>
</div>
</nav>
<!-- Nav Bar End -->
<!-- Hero Start -->
<div class="hero" id="home">
<div class="content">
<h3>Hi,
I'm </h3>
<h2>Harshit Dugar</h2>
<div class="moving-txt">
<h3>A <span class="auto-typed"></span></h3>
</div>
<div class="socials-hero"></div>
<div class="button">
<a href="Assets/Harshit's Resume.pdf" download="Resume" class="btn">My Resume</a>
</div>
<div class="media-icons">
<a href="https://www.linkedin.com/in/harshit-dugar/" target="_blank"><i class="fab fa-linkedin-in"></i></a>
<a href="https://twitter.com/Harshit_code" target="_blank"><i class="fab fa-twitter"></i></a>
<a href="https://www.instagram.com/harshitjain_04/" target="_blank"><i class="fab fa-instagram"></i></a>
</div>
</div>
</div>
<!-- Hero End -->
<!-- About Start -->
<section class="about" id="about">
<div class="content">
<div class="title">
<span> About Me </span>
</div>
<div class="about-content">
<div class="about-img">
<img src="Images/harshit.jpg" alt="Image">
</div>
<div class="about-text">
<p>
I am currently pursuing Computer engineering 👨🎓 (2020-2024) and I love technology and computer science.
I know Web Development and I use node.js for the back end 🖥.
I love to contribute to open source projects and I have contributed to many projects on web development.
I am currently working on Datastructures and Algorithms and I code in C++, also learning to code in
Java.
Focusing on problem solving skills on hackerrank and leetcode.
Apart from technical skills, I love physics and especially quantum mechanics.
Looking forword with some great opportunities to work on😄.
</p>
<br>
<div class="button">
<a href="https://linktr.ee/hd_3" class="btn">Connect with me</a>
</div>
</div>
</div>
</div>
</section>
<!-- Skill -->
<section class="skills">
<div class="content">
<div class="title"><span>My Skills</span></div>
<div class="skill">
<div class="progress-bar-container">
<h2>C/C++ <span>70%</span></h2>
<div class="progress-bar">
<span class="percentage c"></span>
</div>
</div>
<div class="progress-bar-container">
<h2>java <span>80%</span></h2>
<div class="progress-bar">
<span class="percentage java"></span>
</div>
</div>
<div class="progress-bar-container">
<h2>JavaScript <span>80%</span></h2>
<div class="progress-bar">
<span class="percentage js"></span>
</div>
</div>
<div class="progress-bar-container">
<h2>React<span>90%</span></h2>
<div class="progress-bar">
<span class="percentage react"></span>
</div>
</div>
<div class="progress-bar-container">
<h2>MongoDB<span>60%</span></h2>
<div class="progress-bar">
<span class="percentage mongodb"></span>
</div>
</div>
<div class="progress-bar-container">
<h2>Node.js<span>70%</span></h2>
<div class="progress-bar">
<span class="percentage node"></span>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Skill End -->
<!-- Service Start -->
<section class="services" id="service">
<div class="content">
<div class="title"><span>My Services</span></div>
<div class="boxes">
<div class="box">
<div class="icon">
<i class="fas fa-desktop"></i>
</div>
<div class="topic">Web Devlopment</div>
<p>MERN stack Developer with 1 year of experience.</p>
</div>
<div class="box">
<div class="icon">
<i class="fas fa-paint-brush"></i>
</div>
<div class="topic">Graphic Design</div>
<p>Can give good design templates for Thumbnails and instagram feed. Use Canva for designing.</p>
</div>
<div class="box">
<div class="icon">
<i class="fas fa-chart-line"></i>
</div>
<div class="topic">Technical Writing</div>
<p>Provide cntent related to technology and Science</p>
</div>
</div>
</div>
</section>
<!-- Service End -->
<!-- Experience Start -->
<section class="experience" id="experience">
<div class="content">
<div class="title"><span>My Experience</span></div>
<div class="container">
<div class="container-e left">
<div class="content-e">
<div class="tag">
<h2>Lets Grow more Soc</h2>
</div>
<div class="desc">
<h3>Open Source Contributor</h3>
<p>July 2021 - August 2021</p>
<p>
Contributed in React and HTML to fix a bug in the Netflix Clone Website
Also contributed in C++</p>
</div>
</div>
</div>
<div class="container-e right">
<div class="content-e">
<div class="tag">
<h2>Community Classromm</h2>
</div>
<div class="desc">
<h3>Student Lead</h3>
<p>July 2021 - Secptember 2021</p>
<p> Was a part of the best student community which provide free resources and help students in my college
for all the latest technologies and spread awareness
</p>
</div>
</div>
</div>
<div class="container-e left">
<div class="content-e">
<div class="tag">
<h2>Freelancer</h2>
</div>
<div class="desc">
<h3> Web Development </h3>
<p>July 2022 - Present</p>
<p>Create Websites for clients and manage them, I use mostly react and Bootsrtap
for the frontend, for backend I use express.js
</p>
</div>
</div>
</div>
<div class="container-e right">
<div class="content-e">
<div class="tag">
<h2>Google Cloud </h2>
</div>
<div class="desc">
<h3> Google Cloud Facilitator Program</h3>
<h2>Student</h2>
<p>April 2022 - June 2022</p>
<p>
For these two months I learned about the cloud technologies and how to work on
K8's and deploy applications on google cloud.
</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Job Experience End -->
<!-- Projects Start -->
<section class="projects" id="projects">
<div class="content">
<div class="title"><span>My Projects</span></div>
<div class="container">
<div class="box">
<img draggable="false" src="Projects/Project-1.png" alt="" />
<div class="content-p">
<h3>Portfolio Website</h3>
<p>Personal portfolio website. Don't need much info about it, just scroll down. You're here only!</p>
<a href="" class="btn-2" target="_blank"><i class="fas fa-eye"></i> </a>
</div>
</div>
<div class="box">
<img draggable="false" src="Projects/Project-2.png" alt="" />
<div class="content-p">
<h3>Sounder App</h3>
<p>Made a simple web page with JQuerry, when you press any button on keyboard sound is generated</p>
<a href="" class="btn-2" target="_blank"><i class="fas fa-eye"></i> </a>
</div>
</div>
<div class="box">
<img draggable="false" src="Projects/Project-3.png" alt="" />
<div class="content-p">
<h3>Blog</h3>
<p>Want to see my own blogging website, completely built with express and bootstrap.</p>
<a href="" class="btn-2" target="_blank"><i class="fas fa-eye"></i> </a>
</div>
</div>
</div>
</div>
</section>
<!-- Projects End -->
<!-- Contact Start -->
<section class="contact" id="contact">
<div class="content">
<div class="title"><span>Contact Me</span></div>
<div class="row">
<div class="contact-left">
<img src="Images/contact.png" alt="About">
<p><i class="fas fa-paper-plane"></i>dugar87722@gmail.com</p>
<div class="socials">
<a href="https://www.linkedin.com/in/harshit-dugar/" target="_blank"><i class="fab fa-linkedin-in"></i></a>
<a href="https://twitter.com/Harshit_code" target="_blank"><i class="fab fa-twitter"></i></a>
<a href="https://www.instagram.com/harshitjain_04/" target="_blank"><i class="fab fa-instagram"></i></a>
</div>
</div>
<div class="contact-right">
<form name="submit-to-google-sheet">
<input type="text" name="Name" id="" placeholder="Your Name" required>
<input type="email" name="email" id="" placeholder="Your Email" required>
<textarea name="Message" rows="6" placeholder="Message"></textarea>
<button type="submit">Send</button>
</form>
<span id="msg"></span>
</div>
</div>
</div>
</section>
<!-- Contact End -->
<!-- Footer Start -->
<footer>
<div class="text">
<span>Created By <a href="#">Harshit</a> | © 2022 All Rights Reserved</span>
</div>
</footer>
<!-- Footer End -->
<!-- Back to top button -->
<!-- JS -->
<script src="https://unpkg.com/scrollreveal/dist/scrollreveal.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/typed.js@2.0.12"></script>
<script src="main.js"></script>
</body>
</html>