-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
483 lines (403 loc) · 20.9 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
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-------------------------------------------------
Title
-------------------------------------------------->
<title>Web With Aman</title>
<!-------------------------------------------------
Link Favicon
-------------------------------------------------->
<link rel="icon" type="image/png" href="assets/images/webWithAman-Logo.png">
<!---------------------------------------------------
Link External Custom Style Sheets
----------------------------------------------------->
<link rel="stylesheet" href="css/utils.css">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/media-queries.css">
</head>
<body>
<!---------------------------------------------------
Wrapper Start
----------------------------------------------------->
<div class="wrapper">
<!---------------------------------------------------
Aside Nav Start
----------------------------------------------------->
<aside class="aside-nav">
<nav class="d-flex flex-dir-col align-center padding-inline padding-block">
<!---------------------------------------------------
Logo
----------------------------------------------------->
<a href="#home-page" data-redirect class="logo-box d-flex flex-dir-col align-center">
<img src="assets/images/webWithAman-Logo.png" alt="webWithAman-Logo">
<h2>Web <span class="theme-text-color">With</span> Aman</h2>
</a>
<!---------------------------------------------------
Aside Nav Links Starts
----------------------------------------------------->
<ul class="aside-nav-links d-flex flex-dir-col">
<li><a href="#home-page" class="active-nav-link"><i class="fa fa-home" aria-hidden="true"></i>Home</a>
</li>
<li><a href="#about-page"><i class="fa fa-address-book" aria-hidden="true"></i> About</a></li>
<li><a href="#projects-page"><i class="fa fa-briefcase" aria-hidden="true"></i> Projects</a></li>
<li><a href="#skills-page"><i class="fa fa-id-card" aria-hidden="true"></i> Skills</a></li>
<li><a href="#contact-page"><i class="fa fa-handshake-o" aria-hidden="true"></i> Contact</a></li>
<li><a href="#blogs-page"><i class="fa fa-thumbs-up" aria-hidden="true"></i> Blogs</a></li>
</ul>
<!---------------------------------------------------
Aside Nav Links End
----------------------------------------------------->
</nav>
</aside>
<!---------------------------------------------------
Aside Nav End
----------------------------------------------------->
<!---------------------------------------------------
Pages Container Start
----------------------------------------------------->
<div class="pages-container">
<!---------------------------------------------------
Theme Change Box
----------------------------------------------------->
<div class="theme-change-box d-flex">
<!---------------------------------------------------
Theme Change Icons
----------------------------------------------------->
<div class="theme-change-icons d-flex flex-dir-col justify-between">
<span class="show-theme-colors-icon theme-icon content-center"><i class="fa fa-cog"
aria-hidden="true"></i></span>
<span class="change-mode-icon theme-icon content-center"><i class="fa-solid fa-sun"></i></span>
</div>
<!---------------------------------------------------
Theme Colors Box
----------------------------------------------------->
<div class="theme-colors-box">
<div class="d-flex flex-dir-col justify-between">
<h3>Theme Colors</h3>
<div class="colors d-flex justify-between">
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
</div>
</div>
</div>
</div>
<!---------------------------------------------------
Theme Change Box End
----------------------------------------------------->
<!---------------------------------------------------
Home Page Start
----------------------------------------------------->
<section id="home-page" class="page padding-inline padding-block active-page">
<!---------------------------------------------------
Social Media Icons Start
----------------------------------------------------->
<div class="social-media-icons d-flex align-center">
<a href="https://www.facebook.com/profile.php?id=100038552535172" target="_blank">
<i class="fa-brands fa-facebook-f"></i>
</a>
<a href="https://www.instagram.com/webwithaman/" target="_blank">
<i class="fa-brands fa-instagram"></i>
</a>
<a href="https://twitter.com/WebWithAman" target="_blank">
<i class="fa-brands fa-twitter"></i>
</a>
<a href="https://in.linkedin.com/company/linkedin" target="_blank">
<i class="fa-brands fa-linkedin"></i>
</a>
<a href="https://t.me/WebWithAman" target="_blank">
<i class="fa-brands fa-whatsapp"></i>
</a>
<a href="https://github.com/webwithaman" target="_blank">
<i class="fa fa-github" aria-hidden="true"></i>
</a>
<a href="https://wa.me/+916284464211" target="_blank">
<i class="fa-brands fa-whatsapp"></i>
</a>
</div>
<!---------------------------------------------------
Social Media Icons End
----------------------------------------------------->
<!---------------------------------------------------
Hero Container Start
----------------------------------------------------->
<div class="hero-container d-flex align-center justify-between">
<!---------------------------------------------------
Hero Left Start
----------------------------------------------------->
<div class="hero-left">
<h3>Hey ! Dear, Welcome...</h3>
<h1>It's Me <span class="theme-text-color animate-aman-name">Aman</span></h1>
<h2 class="animate-web-developer">Web Developer</h2>
<p>Hello, my name is Aman and I am currently pursuing a Bachelor’s degree in Computer Applications
(BCA). Alongside my studies, I am also learning web development. I am passionate about technology
and always strive to expand my knowledge and skills in the field.</p>
<div class="hero-btn-box d-flex">
<a href="#contact-page" data-redirect class="hero-contact-btn primary-btn">Contact Me</a>
<a href="Assets/pdfs/Aman's Resume.pdf" download="Aman's Resume"
class="cv-btn secondary-btn">Download Cv</a>
</div>
</div>
<!---------------------------------------------------
Hero Left End
----------------------------------------------------->
<!---------------------------------------------------
Hero Right Start
----------------------------------------------------->
<div class="hero-right content-center">
<figure class="hero-img-box">
<img class="hero-img" src="assets/images/hero-boy.png" alt="animated-boy">
</figure>
</div>
<!---------------------------------------------------
Hero Right End
----------------------------------------------------->
</div>
<!---------------------------------------------------
Hero Container End
----------------------------------------------------->
</section>
<!---------------------------------------------------
Home Page End
----------------------------------------------------->
<!---------------------------------------------------
About Page Start
----------------------------------------------------->
<section id="about-page" class="page padding-inline padding-block">
<!---------------------------------------------------
About Page Header
----------------------------------------------------->
<div class="page-header">
<h1>About</h1>
</div>
<!---------------------------------------------------
About Intro Start
----------------------------------------------------->
<div class="about-intro sub-sec-margin-bottom">
<h2 class="about-intro-heading sub-sec-heading">I am Aman - <span class="theme-text-color">web
developer</span></h2>
<p>I am a final year student pursuing a Bachelor’s degree in Computer Applications. I am also learning
web development and has created some impressive projects. I am passionate about learning new
technologies and is eager to work for anyone who is interested. With my dedication and enthusiasm, i
am
sure to make a valuable contribution to any project which i undertakes.</p>
<a href="#contact-page" data-redirect class="about-hire-btn primary-btn">Hire
me</a>
</div>
<!---------------------------------------------------
About Intro End
----------------------------------------------------->
<!---------------------------------------------------
About Infos Start
----------------------------------------------------->
<div class="about-infos-container sub-sec-margin-bottom">
<h2 class="sub-sec-heading">Information About Me</h2>
<div class="about-infos-boxes d-flex justify-between">
<div class="about-info">
<div class="about-info-header">
<h3>Personal Info</h3>
<span class="about-info-open-btn"><i class="fa fa-plus" aria-hidden="true"></i></span>
</div>
<div class="about-info-content">
<ul>
<li>
<span>Age :</span>
<span>20</span>
</li>
<li>
<span>Birthday :</span>
<span>March 18, 2003</span>
</li>
<li>
<span>Degree :</span>
<span>Computer Applications (BCA)</span>
</li>
</ul>
</div>
</div>
<div class="about-info">
<div class="about-info-header">
<h3>Address Info</h3>
<span class="about-info-open-btn"><i class="fa fa-plus" aria-hidden="true"></i></span>
</div>
<div class="about-info-content">
<ul>
<li>
<span>State :</span>
<span>Punjab</span>
</li>
<li>
<span>City :</span>
<span>Abohar</span>
</li>
</ul>
</div>
</div>
<div class="about-info">
<div class="about-info-header">
<h3>Contact Info</h3>
<span class="about-info-open-btn"><i class="fa fa-plus" aria-hidden="true"></i></span>
</div>
<div class="about-info-content">
<ul>
<li>
<span>Email :</span>
<span>webwithaman06@gmail.com</span>
</li>
<li>
<span>Mobile No. :</span>
<span>+91628399877</span>
</li>
<li>
<span>Website :</span>
<span>www.webwithaman.com</span>
</li>
</ul>
</div>
</div>
</div>
</div>
<!---------------------------------------------------
About Infos End
----------------------------------------------------->
<!---------------------------------------------------
Academics Start
----------------------------------------------------->
<div class="academics-container sub-sec-margin-bottom">
<h2 class="academics-heading sub-sec-heading">My Academics</h2>
<div class="academics-boxes d-flex flex-dir-col">
<div class="academics-box">
<div class="academics-year">
<i class="fa fa-graduation-cap" aria-hidden="true"></i>
2018 - 2019
</div>
<h3>Matriculation (10th)</h3>
<p>I have successfully completed my matriculation from Raja Memorial Public High School, achieving
an impressive 80% marks in the examination.
My strong academic performance in matriculation, with 80% marks, reflects my dedication and hard
work towards my studies.</p>
</div>
<div class="academics-box">
<div class="academics-year">
<i class="fa fa-graduation-cap" aria-hidden="true"></i>
2020 - 2021
</div>
<h3>High Secondary (12th) </h3>
<p>I have successfully completed my high secondary education from Government Senior Secondary
School, achieving an outstanding 91% marks in the examination. This achievement reflects my
strong academic abilities, dedication towards my studies, and potential for future success</p>
</div>
<div class="academics-box">
<div class="academics-year">
<i class="fa fa-graduation-cap" aria-hidden="true"></i>
2021 - 2024
</div>
<h3>Bachelor’s of Computer Applications</h3>
<p>I have successfully completed my Bachelor’s degree in Computer Applications from DAV College,
Abohar, with a strong academic record of 8 CGPA. This achievement reflects my dedication towards
my studies, strong grasp of the subject matter, and ability to excel in a challenging academic
environment.</p>
</div>
</div>
<!---------------------------------------------------
Academics End
----------------------------------------------------->
</section>
<!---------------------------------------------------
About Page End
----------------------------------------------------->
<!---------------------------------------------------
Skills Page Start
----------------------------------------------------->
<section id="skills-page" class="page padding-inline padding-block">
<!---------------------------------------------------
Skills Page Header
----------------------------------------------------->
<div class="page-header">
<h1>Skills</h1>
</div>
</section>
<!---------------------------------------------------
Skills Page End
----------------------------------------------------->
<!---------------------------------------------------
Projects Page Start
----------------------------------------------------->
<section id="projects-page" class="page padding-inline padding-block">
<!---------------------------------------------------
Projects Page Header
----------------------------------------------------->
<div class="page-header">
<h1>Projects</h1>
</div>
<!---------------------------------------------------
Project Search Bar Start
----------------------------------------------------->
<div class="project-search-bar">
<input type="text" id="project-search-field" placeholder="Search Projects...">
<i class="fa fa-search" aria-hidden="true"></i>
</div>
<!---------------------------------------------------
Project Search Bar End
----------------------------------------------------->
<div class="all-projects-container"></div>
</section>
<!---------------------------------------------------
Projects Page End
----------------------------------------------------->
<!---------------------------------------------------
Blogs Page Start
----------------------------------------------------->
<section id="blogs-page" class="page padding-inline padding-block">
<!---------------------------------------------------
Blogs Page Header
----------------------------------------------------->
<div class="page-header">
<h1>Blogs</h1>
</div>
</section>
<!---------------------------------------------------
Blogs Page End
----------------------------------------------------->
<!---------------------------------------------------
Contact Page Start
----------------------------------------------------->
<section id="contact-page" class="page padding-inline padding-block">
<!---------------------------------------------------
Contact Page Header
----------------------------------------------------->
<div class="page-header">
<h1>Contact</h1>
</div>
</section>
<!---------------------------------------------------
Contact Page End
----------------------------------------------------->
</main>
<!---------------------------------------------------
Pages Container End
----------------------------------------------------->
</div>
<!---------------------------------------------------
Wrapper End
----------------------------------------------------->
<!--------------------------------------------------------------------------------
Javascript Cdns And Files For Icons And Other Sources And External Custom Js Files
---------------------------------------------------------------------------------->
<!---------------------------------------------------
Link External Custom Js Files
----------------------------------------------------->
<script src="js/script.js"></script>
<!---------------------------------------------------
Font Awesome Cdn For Icons
----------------------------------------------------->
<script src="https://kit.fontawesome.com/8769ee6e50.js" crossorigin="anonymous"></script>
<script src="https://kit.fontawesome.com/2bcb8da7fa.js" crossorigin="anonymous"></script>
</body>
</html>