-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
429 lines (408 loc) · 22.8 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
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- fonts -->
<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=Lora:ital,wght@0,400..700;1,400..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"
rel="stylesheet"
/>
<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=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"
rel="stylesheet"
/>
<title>Portfolio Website | Bootstrap</title>
<!-- styling sheets -->
<link rel="stylesheet" href="src/css/fontawesome.css" />
<link rel="stylesheet" href="src/css/bootstrap.css" />
<link rel="stylesheet" href="src/css/lightbox.min.css" />
<link rel="stylesheet" href="src/css/main.css" />
</head>
<body>
<!-- Landing Page -->
<section class="header vh-100 text-center position-relative" id="header">
<div
class="text-container position-relative d-flex flex-column justify-content-center align-items-center h-100"
>
<h5 class="text-white-50 fs-3 fw-bold text-uppercase">hi ,</h5>
<h1 id="typing-text" class="display-1 fw-bold text-white text-uppercase"></h1>
<p class="roles text-white text-uppercase fs-4">
<span>Frontend Web Developer | </span>
<span>Tech Student</span>
</p>
<a href="#about" class="btn btn-outline-light btn-lg mt-3 rounded-1">
<div class="d-flex">
<div class="me-3">
<i class="fas fa-chevron-down"></i>
</div>
<div class="text-start">More About Me</div>
</div>
</a>
<div class="social d-flex gap-3 position-absolute">
<a href="https://github.com/Harsh-v3">
<i class="fab fa-github fa-2x mx-1 opacity-75 text-light"></i>
</a>
<a href="https://www.instagram.com/i.m_harsh_saini?igsh=cDZvNXRhNm43aHFh">
<i
class="fab fa-2x mx-1 opacity-75 fa-instagram-square text-light"
></i>
</a>
<a href="https://www.linkedin.com/in/harsh-kumar-7b017832a?">
<i class="fab fa-2x mx-1 opacity-75 fa-linkedin text-light"></i>
</a>
</div>
</div>
</section>
<!-- About -->
<section id="about" class="about bg-light py-5 h-100">
<div class="container">
<div class="text-container text-center">
<h3 class="text-primary fw-semibold text-uppercase heading-text ">about me</h3>
<h2 class="my-5 fw-light text-dark-emphasis fs-4">Junior Frontend web Developer who's on a personal Journey to build some insane tech!</h2>
</div>
<div class="about-content row align-items-center pb-5">
<div class="col-md-4 about-img"></div>
<div class="col-md-8 mx-auto ">
<p class="lead">
I am a frontend web developer from Kurukshetra , Haryana India. I started writing
code about 3 years ago. I started with C , C++ and then moved to web
technologies like HTML, CSS, JavaScript and PHP. I have worked for
many clients as well as ran my own. In starting of 2024 I started creating
content full-time. I love helping people learn to code and better
their lives.
</p>
<div class="about-buttons mt-2 d-flex gap-1 flex-wrap">
<button class="btn btn-primary text-light rounded-1">
HIRE ME
</button>
<button class="btn btn-outline-primary rounded-1">
Download CV
</button>
<a href="#projects" class="btn btn-outline-primary rounded-1">
<div class="d-flex">
<div class="me-3">
<i class="fas fa-chevron-down"></i>
</div>
<div class="text-start">Portfolio</div>
</div>
</a>
</div>
</div>
</div>
<div class="skills row mb-1 align-items-center mt-3 mx-sm-0 mb-5">
<div class="col-md-2 text-primary skills-heading px-0">
<h1 class="fw-bolder fs-1 text-uppercase pt-2 text-center mb-sm-2">Skills</h3>
<hr class="w-50 border-primary d-md-none d-sm-block mx-auto mb-3">
</div>
<div class="col-md-10 d-flex h-100 gap-2 flex-wrap skills-content pt-sm-2">
<span class=" py-2 px-3 fs-6 fw-light m-1 rounded-2 bg-dark-subtle ">HTML</span>
<span class="py-2 px-3 fs-6 fw-light m-1 rounded-2 bg-dark-subtle ">CSS</span>
<span class=" py-2 px-3 fs-6 fw-light m-1 rounded-2 bg-dark-subtle ">Bootstrap</span>
<span class="py-2 px-3 fs-6 fw-light m-1 rounded-2 bg-dark-subtle ">SASS</span>
<span class=" py-2 px-3 fs-6 fw-light m-1 rounded-2 bg-dark-subtle ">JavaScript</span>
<span class="py-2 px-3 fs-6 fw-light m-1 rounded-2 bg-dark-subtle ">PHP</span>
<span class=" py-2 px-3 fs-6 fw-light m-1 rounded-2 bg-dark-subtle ">C</span>
<span class=" py-2 px-3 fs-6 fw-light m-1 rounded-2 bg-dark-subtle ">C++</span>
<span class="py-2 px-3 fs-6 fw-light m-1 rounded-2 bg-dark-subtle ">Communication</span>
<span class="py-2 px-3 fs-6 fw-light m-1 rounded-2 bg-dark-subtle ">Team Management</span>
<span class="py-2 px-3 fs-6 fw-light m-1 rounded-2 bg-dark-subtle ">Problem Solving</span>
</div>
</div>
</div>
</section>
<!-- Portfolio -->
<section class="portfolio py-5 bg-white" id="projects">
<div class="container">
<div class="text-center mb-4">
<h1 class="text-uppercase fw-semibold heading-text mb-5">Portfolio</h1>
<p class="lead mb-6">Dabbled into some Technologies and outputed these
</p>
</div>
<div class="row">
<div class="col-md-6 my-auto px-4 ">
<div class="project shadow-lg rounded-4">
<a href="src/images/screen.png" data-lightbox="images" data-title="Ebook Website Overview">
<img src="src/images/screen.png" alt="" class="img-fluid rounded-3">
</a>
</div>
</div>
<div class="col-md-6 mt-3 mb-5 d-md-none d-lg-none">
<div class="container">
<div class=" projects-buttons align-baseline gap-3 d-flex justify-content-center">
<a href="https://harsh-v3.github.io/Ebook_Website/" target="_blank" class="btn btn-outline-primary btn-sm rounded-1">Live Preview</a>
<a href="https://github.com/Harsh-v3/Ebook_Website" target="_blank" class="btn btn-primary btn-sm rounded-1">Code</a>
</div>
</div>
</div>
<div class="col-md-6 d-none d-md-block mb-5 text-container text-center d-flex flex-column ">
<div class=" fs-2 fw-semibold">Ebook Website</div>
<hr class="w-25 mx-auto border-dark">
<p class="lead fs-6 text-start">Lorem ipsum, dolor sit amet consectetur adipisicing elit. Reprehenderit minima repellat facilis hic mollitia porro sunt iure maxime illum, nemo perferendis reiciendis aliquid voluptatem nobis itaque, sint velit repellendus fuga?</p>
<div class="d-flex flex-wrap justify-content-center mb-2">
<span class=" py-2 px-3 fs-6 fw-light m-1 rounded-2 bg-dark-subtle ">HTML</span>
<span class="py-2 px-3 fs-6 fw-light m-1 rounded-2 bg-dark-subtle ">CSS</span>
<span class=" py-2 px-3 fs-6 fw-light m-1 rounded-2 bg-dark-subtle ">Bootstrap</span>
<span class="py-2 px-3 fs-6 fw-light m-1 rounded-2 bg-dark-subtle ">SASS</span>
</div>
<div class="projects-buttons align-baseline">
<a href="https://harsh-v3.github.io/Ebook_Website/" target="_blank" class="btn btn-outline-primary btn-sm rounded-1">Live Preview</a>
<a href="https://github.com/Harsh-v3/Ebook_Website" target="_blank" class="btn btn-primary btn-sm rounded-1">Code</a>
</div>
</div>
<div class="col-md-6 d-none d-md-block mb-5 text-container text-center d-flex flex-column mb-5">
<div class=" fs-2 fw-semibold">Quiz</div>
<hr class="w-25 mx-auto border-dark">
<p class="lead fs-6 text-start">Lorem ipsum dolor sit amet consectetur adipisicing elit. Illo porro neque dolorum expedita, molestias placeat iure eius repudiandae aliquam aperiam magni reiciendis, dicta iusto. Distinctio sit quod aliquid hic vero!</p>
<div class="d-flex flex-wrap justify-content-center mb-2">
<span class=" py-2 px-3 fs-6 fw-light m-1 rounded-2 bg-dark-subtle ">HTML</span>
<span class="py-2 px-3 fs-6 fw-light m-1 rounded-2 bg-dark-subtle ">CSS</span>
<span class="py-2 px-3 fs-6 fw-light m-1 rounded-2 bg-dark-subtle ">Javascript</span>
</div>
<div class="projects-buttons align-baseline">
<a target="_blank" href="https://harsh-v3.github.io/Quiz-Application/" class="btn btn-outline-primary btn-sm rounded-1">Live Preview</a>
<a target="_blank" href="https://github.com/Harsh-v3/Quiz-Application" class="btn btn-primary btn-sm rounded-1">Code</a>
</div>
</div>
<div class="col-md-6 my-auto px-4 ">
<div class="image-container">
<div class="project shadow-lg rounded-4">
<a href="src/images/HomePage.png" data-lightbox="images" data-title="Quiz Website Overview">
<img src="src/images/HomePage.png" alt="" class="img-fluid rounded-3">
</a>
</div>
</div>
</div>
<div class="col-md-6 mt-3 mb-5 d-md-none d-lg-none">
<div class="container">
<div class=" projects-buttons align-baseline gap-3 d-flex justify-content-center">
<a href="https://harsh-v3.github.io/Quiz-Application/" target="_blank" class="btn btn-outline-primary btn-sm rounded-1">Live Preview</a>
<a href="https://github.com/Harsh-v3/Quiz-Application" target="_blank" class="btn btn-primary btn-sm rounded-1">Code</a>
</div>
</div>
</div>
<div class="col-md-6 my-auto px-4">
<div class="image-container">
<div class="project shadow-lg rounded-4">
<a href="src/images/portfolio_Bootstrap.png" data-lightbox="images" data-title="Portfolio Website Overview">
<img src="src/images/portfolio_Bootstrap.png" alt="" class="img-fluid rounded-1">
</a>
</div>
</div>
</div>
<div class="col-md-6 mt-3 mb-5 d-md-none d-lg-none">
<div class="container">
<div class=" projects-buttons align-baseline gap-3 d-flex justify-content-center">
<a href="#header" class="btn btn-outline-primary btn-sm rounded-1">Live Preview</a>
<a href="https://github.com/Harsh-v3/Portfolio_Bootstrap" target="_blank" class="btn btn-primary btn-sm rounded-1">Code</a>
</div>
</div>
</div>
<div class="col-md-6 d-none d-md-block mb-5 text-container text-center d-flex flex-column ">
<div class=" fs-2 fw-semibold">Portfolio</div>
<hr class="w-25 mx-auto border-dark">
<p class="lead fs-6 text-start">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Vitae temporibus quas magnam soluta tempora !</p>
<div class="d-flex flex-wrap justify-content-center mb-2">
<span class=" py-2 px-3 fs-6 fw-light m-1 rounded-2 bg-dark-subtle ">HTML</span>
<span class="py-2 px-3 fs-6 fw-light m-1 rounded-2 bg-dark-subtle ">CSS</span>
<span class="py-2 px-3 fs-6 fw-light m-1 rounded-2 bg-dark-subtle ">Lightbox (JavaScript Library)</span>
<span class="py-2 px-3 fs-6 fw-light m-1 rounded-2 bg-dark-subtle ">Bootstrap</span>
</div>
<div class="projects-buttons align-baseline">
<a target="_blank" href="https://harsh-v3.github.io/Portfolio_Bootstrap/" class="btn btn-outline-primary btn-sm rounded-1">Live Preview</a>
<a href="https://github.com/Harsh-v3/Portfolio_Bootstrap" target="_blank" class="btn btn-primary btn-sm rounded-1">Code</a>
</div>
</div>
<a href="#" class="btn btn-primary btn-outline-dark border-0 text-light rounded-2 mt-4 mx-auto w-auto mb-5">
<div class="d-flex align-items-center gap-2 ">
<div class="text-light">More Projects</div>
<div class="i fas fa-arrow-alt-circle-right"></div>
</div>
</a>
</div>
</div>
</section>
<!-- Services -->
<section class="services py-4 text-center text-bg-dark" id="services">
<div class="services__text container">
<div class="fs-3 heading-text text-uppercase text-primary fw-semibold">
services
</div>
<div class="fs-2 fw-lighter mt-5">What Can I Do For You ?</div>
<p class="lead fs-5 mb-2">Here are some of the services that I offer when it comes to web development and business.
</p>
<div class="services__details row ">
<div class="col-md-4 d-flex flex-column mb-3 mt-4 ">
<i class="fas fa-code fa-3x text-primary mb-3"></i>
<div class="text-semibold fs-4 text-light">
Web Development
</div>
<hr class="w-50 mx-auto border-3 border-light">
<p class="lead fs-6 text-wrap">Lorem ipsum dolor amet consectetur adipisicing elit. Enim os a omnis hic an perspiciatis as orcasta are distinctio excepturi aliquam num is the adipisc.</p>
<ul class="list-group-flush list-group text-start list-unstyled bg-dark vstack gap-2 bg-transparent">
<li class="list-group-item border-0 bg-transparent text-white rounded-1">
<i class="fas fa-check me-3"></i> Responsive Design
</li>
<li class="list-group-item bg-light border-0 bg-transparent text-white rounded-1">
<i class="fas fa-check me-3"></i> Full Functional
</li>
<li class="list-group-item bg-light border-0 bg-transparent text-white rounded-1">
<i class="fas fa-check me-3"></i> Backend Integrated
</li>
<li class="list-group-item bg-light border-0 bg-transparent text-white rounded-1">
<i class="fas fa-check me-3"></i> 1 Year Regular Modifications
</li>
</ul>
<a href="#" class="btn btn-light btn-outline-white rounded-2 mt-4">
Contact
</a>
</div>
<div class="col-md-4 d-flex flex-column mb-3 mt-4 ">
<i class="fas fa-pen fa-3x text-primary mb-3"></i>
<div class="text-semibold fs-4 text-light">
Content Writing
</div>
<hr class="w-50 mx-auto border-3 border-light">
<p class="lead fs-6 text-wrap">Lorem ipsum dolor amet consectetur adipisicing elit. Enim os a omnis hic an perspiciatis as orcasta are distinctio excepturi aliquam num is the adipisc.</p>
<ul class="list-group-flush list-group text-start list-unstyled bg-dark vstack gap-2 bg-transparent">
<li class="list-group-item border-0 bg-transparent text-white rounded-1">
<i class="fas fa-check me-3"></i> Human Content
</li>
<li class="list-group-item bg-light border-0 bg-transparent text-white rounded-1">
<i class="fas fa-check me-3"></i> Unique
</li>
<li class="list-group-item bg-light border-0 bg-transparent text-white rounded-1">
<i class="fas fa-check me-3"></i> 3 Year Expirence
</li>
<li class="list-group-item bg-light border-0 bg-transparent text-white rounded-1">
<i class="fas fa-check me-3"></i> Any Niche
</li>
</ul>
<a href="#" class="btn btn-light btn-outline-white rounded-2 mt-4">
Contact
</a>
</div>
<div class="col-md-4 d-flex flex-column mb-3 mt-4 ">
<i class="fas fa-scissors fa-3x text-primary mb-3"></i>
<div class="text-semibold fs-4 text-light">
Editing
</div>
<hr class="w-50 mx-auto border-3 border-light">
<p class="lead fs-6 text-wrap">Lorem ipsum dolor amet consectetur adipisicing elit. Enim os a omnis hic an perspiciatis as orcasta are distinctio excepturi aliquam num is the adipisc.</p>
<ul class="list-group-flush list-group text-start list-unstyled bg-dark vstack gap-2 bg-transparent">
<li class="list-group-item border-0 bg-transparent text-white rounded-1">
<i class="fas fa-check me-3"></i> Upto 60 min. video
</li>
<li class="list-group-item bg-light border-0 bg-transparent text-white rounded-1">
<i class="fas fa-check me-3"></i> Ultra HD Quality
</li>
<li class="list-group-item bg-light border-0 bg-transparent text-white rounded-1">
<i class="fas fa-check me-3"></i> Free SEO
</li>
<li class="list-group-item bg-light border-0 bg-transparent text-white rounded-1">
<i class="fas fa-check me-3"></i> Low Prices
</li>
</ul>
<a href="#" class="btn btn-light btn-outline-white rounded-2 mt-4">
Contact
</a>
</div>
</div>
</div>
</div>
</section>
<!-- Stats -->
<section class="states py-5 text-bg-white">
<div class="container">
<div class="row">
<div class="col-md-6 col-lg-3">
<div class="stat text-center ">
<i class="fas text-secondary fa-users fa-2x mb-3"></i>
<p class="fs-3">12 +</p>
<h3 class="fs-5 text-uppercase fw-bolder">Happy Clients</h3>
</div>
</div>
<div class="col-md-6 col-lg-3">
<div class="stat text-center">
<i class="fas text-secondary fa-project-diagram fa-2x mb-3"></i>
<p class="fs-3">6 +</p>
<h3 class="fs-5 text-uppercase fw-bolder">Big Projects</h3>
</div>
</div>
<div class="col-md-6 col-lg-3">
<div class="stat text-center ">
<i class="fas text-secondary fa-clock fa-2x mb-3"></i>
<p class="fs-3">8 +</p>
<h3 class="fs-5 text-uppercase fw-bolder">Months Experience</h3>
</div>
</div>
<div class="col-md-6 col-lg-3">
<div class="stat text-center ">
<i class="fas text-secondary fa-user-plus fa-2x mb-3"></i>
<p class="fs-3">2 +</p>
<h3 class="fs-5 text-uppercase fw-bolder">Team Members</h3>
</div>
</div>
</div>
</div>
</section>
<!-- Contact -->
<section class="contact bg-light py-5" id="contact">
<div class="container">
<div class="row">
<div class="col-md-12 px-lg-8 px-md-5 text-center">
<div class="text-container">
<div class=" text-uppercase text-primary fs-3 heading-text fw-bold">
contact
</div>
<p class="lead fs-5 mt-5">
Want to get in touch with me ? Need any help on any Project you're working on ? <span class="fw-semibold">Would love to hear from you !</span>
</p>
</div>
<div class="form-container mt-6">
<form action="#">
<input type="text" class="input text-capitalize w-100 fs-5 ps-3 pb-2 text-primary bg-light border-bottom border-3 border-0 border-primary rounded-0 mb-5" placeholder="Name" >
<input type="email" class="input w-100 fs-5 ps-3 pb-2 text-primary bg-light border-bottom border-3 border-0 border-primary rounded-0 mb-5" placeholder="Email Address" >
<input type="text" class="input w-100 fs-5 ps-3 pb-2 text-primary bg-light border-bottom border-3 border-0 border-primary rounded-0 mb-5" placeholder="Message" >
<input type="submit" value="Contact" class="btn btn-primary rounded-2 w-100" >
</form>
</div>
</div>
</div>
</div>
</section>
<!-- footer -->
<footer class="footer py-5 text-bg-dark px-5 w-100" id="footer">
<div class="d-flex footer-container align-items-center justify-content-between">
<div class="left-side-footer ">
<h2 class="text-uppercase fw-bold fs-3 text-white">
Harsh Kumar
</h2>
<p class="lead fw-lighter fs-6">
Thanks for peaking interest in my work! <span class="fw-medium text-primary">I'd love to connect !</span> <br> Send me a message above and let's get something workin!
</p>
</div>
<div class="right-side-footer">
<h2 class="text-uppercase fw-bold fs-4 text-white mb-3">
Social
</h2>
<div class="social_icons d-flex gap-3">
<a href="https://github.com/Harsh-v3" target="_blank"><i class="fab fa-github fa-2x text-white-50"></i></a>
<a href="https://www.linkedin.com/in/harsh-kumar-7b017832a?" target="_blank"><i class="fab fa-linkedin fa-2x text-white-50"></i></a>
<a href="https://wa.me/9518816505?text=I20%would20%like20%to20%chat20%with20%you" target="_blank">
<i class="fab fa-whatsapp fa-2x text-white-50"></i>
</a>
<a href="https://www.instagram.com/i.m_harsh_saini?igsh=cDZvNXRhNm43aHFh" target="_blank"><i class="fab fa-instagram fa-2x text-white-50"></i></a>
</div>
</div>
</div>
</footer>
<script src="src/Js/bootstrap.bundle.min.js"></script>
<script src="src/Js/lightbox-plus-jquery.min.js"></script>
<script src="src/Js/script.js"></script>
</body>
</html>