-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
450 lines (420 loc) · 17.3 KB
/
index.html
File metadata and controls
450 lines (420 loc) · 17.3 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
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
<!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" />
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700&display=swap" rel="stylesheet" />
<link
href="https://fonts.googleapis.com/css2?family=Lora:wght@400;500;600;700&family=Poppins:wght@300;400;600;700&display=swap"
rel="stylesheet" />
<link rel="stylesheet" href="css/font-awesome.css" />
<link rel="stylesheet" href="css/bootstrap.css" />
<link rel="stylesheet" href="css/lightbox.min.css" />
<link rel="stylesheet" href="css/styles.css" />
<title>Abhishek | Web Developer</title>
</head>
<body>
<header class="header vh-100 text-center position-relative">
<div class="text-container position-relative d-flex flex-column justify-content-center align-items-center h-100">
<h5 class="text-primary fs-3 fw-bold text-uppercase">Welcome...</h5>
<h1 id="typing-text" class="display-1 fw-bold text-white"></h1>
<p class="roles text-white text-uppercase fs-4">
<span>Full Stack Web and Mobile Developer</span>
<!-- <span>Online Educator</span> -->
</p>
<a href="#about" class="btn btn-outline-light btn-lg mt-3">
<div class="d-flex">
<div class="me-3">
<i class="fas fa-chevron-down"></i>
</div>
<div class="text-start">
<span>More About Me</span>
</div>
</div>
</a>
<div class="social d-flex gap-3 position-absolute">
<a href="#">
<i class="fab fa-twitter fa-3x text-white"></i>
</a>
<a href="#">
<i class="fab fa-instagram fa-3x text-white"></i>
</a>
<a href="#">
<i class="fab fa-linkedin fa-3x text-white"></i>
</a>
<a href="#">
<i class="fab fa-facebook fa-3x text-white"></i>
</a>
<a href="#">
<i class="fab fa-youtube fa-3x text-white"></i>
</a>
<a href="#">
<i class="fab fa-github fa-3x text-white"></i>
</a>
</div>
</div>
</header>
<!-- About -->
<section id="about" class="about bg-light py-5">
<div class="container">
<div class="text-center">
<h4 class="text-uppercase fw-bold text-primary">About Me</h4>
<hr class="w-25 mx-auto" />
<h2 class="mb-4">Let me introduce myself.</h2>
</div>
<div class="about-content d-flex gap-5 align-items-center h-100">
<img src="images/abhi_img.png" alt="" class="about-img img-fluid rounded-circle" />
<p class="lead">
<!-- I am a full stack web developer from Boston MA. I started writing
code about 16 years ago. I started with Java and then moved to web
technologies like HTML, CSS, JavaScript and PHP. I have worked for
companies as well as ran my own. In 2016 I started creating content
full-time. I love helping people learn to code and better their
lives. -->
I am a passionate software developer with extensive experience in
both web and mobile application development. My expertise lies in
creating robust and scalable applications using a range of
technologies including native Android, Java, Kotlin, Spring Boot,
Angular, JavaScript and Node.js. With a keen eye for detail and a
dedication to delivering high-quality software, I thrive on turning
complex problems into simple, user-friendly solutions. I am always
eager to learn new technologies and apply them to solve real-world
challenges.
</p>
</div>
</div>
</section>
<!-- Profile & Skills -->
<section class="profile my-6">
<div class="container">
<div class="row">
<div class="col-md-6">
<h3 class="text-uppercase fw-bold">Profile</h3>
<p>
Here is some more info about myself to help you get to know me
better.
</p>
<ul class="list-group list-group-flush">
<li class="list-group-item mb-3">
<h5 class="text-transform">
<i class="fas fa-user text-primary"></i> Full Name:
</h5>
<p>Abhishek</p>
</li>
<li class="list-group-item mb-3">
<h5 class="text-transform">
<i class="fas fa-calendar text-primary"></i> Birth Date:
</h5>
<p>Month day, year</p>
</li>
<li class="list-group-item mb-3">
<h5 class="text-transform">
<i class="fas fa-building text-primary"></i> Current Position:
</h5>
<p>Software Engineer</p>
</li>
<li class="list-group-item mb-3">
<h5 class="text-transform">
<i class="fas fa-home text-primary"></i> Website:
</h5>
<p>Coming-soon</p>
</li>
<li class="list-group-item mb-3">
<h5 class="text-transform">
<i class="fas fa-envelope text-primary"></i> Email:
</h5>
<p>...@gmail.com</p>
</li>
</ul>
</div>
<div class="col-md-6">
<h3 class="text-uppercase fw-bold">Skills</h3>
<p>
Here is a list of my skills with progress bars (Percentages are
just for view and does not signify anything)
</p>
<h5><i class="fas fa-check"></i> Java</h5>
<div class="progress mb-4" role="progressbar" aria-valuenow="100" aria-valuemin="0" aria-valuemax="100">
<div class="progress-bar" style="width: 100%">100%</div>
</div>
<h5><i class="fas fa-check"></i> Spring Boot</h5>
<div class="progress mb-4" role="progressbar" aria-valuenow="90" aria-valuemin="0" aria-valuemax="100">
<div class="progress-bar" style="width: 70%">70%</div>
</div>
<h5><i class="fas fa-check"></i> Angular</h5>
<div class="progress mb-4" role="progressbar" aria-valuenow="90" aria-valuemin="0" aria-valuemax="100">
<div class="progress-bar" style="width: 100%">100%</div>
</div>
<h5><i class="fas fa-check"></i> JavaScript</h5>
<div class="progress mb-4" role="progressbar" aria-valuenow="100" aria-valuemin="0" aria-valuemax="100">
<div class="progress-bar" style="width: 70%">70%</div>
</div>
<h5><i class="fas fa-check"></i> Node Js</h5>
<div class="progress mb-4" role="progressbar" aria-valuenow="75" aria-valuemin="0" aria-valuemax="100">
<div class="progress-bar" style="width: 75%">75%</div>
</div>
<h5><i class="fas fa-check"></i> Native Android</h5>
<div class="progress mb-4" role="progressbar" aria-valuenow="70" aria-valuemin="0" aria-valuemax="100">
<div class="progress-bar" style="width: 100%">100%</div>
</div>
<h5><i class="fas fa-check"></i> Kotlin</h5>
<div class="progress mb-4" role="progressbar" aria-valuenow="70" aria-valuemin="0" aria-valuemax="100">
<div class="progress-bar" style="width: 70%">70%</div>
</div>
</div>
</div>
<div class="row mt-5 text-center">
<div class="col-12">
<a href="#" class="btn btn-outline-dark btn-lg text-uppercase px-5 mx-3 my-2">Hire Me Now</a>
<a href="#" class="btn btn-dark btn-lg text-uppercase px-5 mx-3 my-2">Download CV</a>
</div>
</div>
</div>
</section>
<!-- Portfolio -->
<section class="portfolio py-5 bg-light">
<div class="container">
<div class="text-center mb-5">
<h4 class="text-uppercase fw-bold text-primary">Portfolio</h4>
<hr class="w-25 mx-auto" />
<h2 class="mb-4">Check Out My Work</h2>
<p class="lead">Here is a small sample of my projects. Others coming soon...</p>
</div>
<div class="row">
<!-- here above all imgs are under group data-lightbox="images", so arrow to slide between imgs are there -->
<!-- <div class="col-md-6 mb-4">
<div class="project shadow-lg rounded-5">
<a href="images/project1.jpg" data-lightbox="images" data-title="Website 0">
<img src="images/project1.jpg" alt="" class="img-fluid rounded-3" />
</a>
</div>
</div>
<div class="col-md-6 mb-4">
<div class="project shadow-lg rounded-5">
<a href="images/project2.jpg" data-lightbox="images" data-title="Website 1">
<img src="images/project2.jpg" alt="" class="img-fluid rounded-3" />
</a>
</div>
</div>
<div class="col-md-6 mb-4">
<div class="project shadow-lg rounded-5">
<a href="images/project3.jpg" data-lightbox="images" data-title="Website 2">
<img src="images/project3.jpg" alt="" class="img-fluid rounded-3" />
</a>
</div>
</div>
<div class="col-md-6 mb-4">
<div class="project shadow-lg rounded-5">
<a href="images/project4.jpg" data-lightbox="images" data-title="Website 3">
<img src="images/project4.jpg" alt="" class="img-fluid rounded-3" />
</a>
</div>
</div>
<div class="col-md-6 mb-4">
<div class="project shadow-lg rounded-5">
<a href="images/project5.jpg" data-lightbox="images" data-title="Website 4">
<img src="images/project5.jpg" alt="" class="img-fluid rounded-3" />
</a>
</div>
</div>-->
<div class="col-md-6 mb-4">
<div class="project shadow-lg rounded-5">
<a href="images/project6.jpg" data-lightbox="images" data-title="Grid Layout">
<img src="images/project6.jpg" alt="" class="img-fluid rounded-3" />
</a>
</div>
</div>
<div class="col-md-6 mb-4">
<div class="project shadow-lg rounded-5">
<a href="images/my-screen.png" data-lightbox="images" data-title="Portfolio website">
<img src="images/my-screen.png" alt="" class="img-fluid rounded-3" />
</a>
</div>
</div>
</div>
</div>
</section>
<!-- Styleshout -->
<!-- <section class="styleshout text-bg-dark bg-gradient p-6 text-center">
<div class="container">
<div class="row">
<div class="col-12">
<h1>Shoutout to StyleShout</h1>
<hr class="w-25 mx-auto" />
<p class="lead mb-5">
Styleshout is a place for Free HTML5 Templates and Free Wordpress.
This design was inspired by one of their templates. Check them out
for templates to use and get inspiration from.
</p>
<a
href="https://styleshout.com"
target="_blank"
class="btn btn-primary btn-lg text-uppercase px-5 mx-3 my-2"
>
Visit StyleShout
</a>
</div>
</div>
</div>
</section> -->
<!-- Services -->
<section class="services text-bg-dark py-5 position-relative">
<div class="container position-relative">
<div class="text-center mb-5">
<h4 class="text-uppercase fw-bold text-primary">Services</h4>
<hr class="w-25 mx-auto" />
<h2 class="mb-4">What Can I Do For You?</h2>
<p class="lead">
Here are some of the services that I offer when it comes to web
development and business.
</p>
</div>
<div class="row justify-content-center">
<div class="col-md-4 text-center">
<i class="fas fa-globe fa-3x text-primary mb-3"></i>
<h3 class="fs-3">Web Development</h3>
<hr class="w-25 mx-auto" />
<p class="fs-5">
Lorem ipsum dolor sit amet consectetur adipisicing elit. Cum quis
autem quam, illo quisquam eligendi illum delectus nam amet porro!
</p>
</div>
<div class="col-md-4 text-center">
<i class="fas fa-code fa-3x text-primary mb-3"></i>
<h3 class="fs-3">Mobile App Development</h3>
<hr class="w-25 mx-auto" />
<p class="fs-5">
Lorem ipsum dolor sit amet consectetur adipisicing elit. Cum quis
autem quam, illo quisquam eligendi illum delectus nam amet porro!
</p>
</div>
<div class="col-md-4 text-center">
<i class="fas fa-shopping-cart fa-3x text-primary mb-3"></i>
<h3 class="fs-3">Advetising & SEO</h3>
<hr class="w-25 mx-auto" />
<p class="fs-5">
Lorem ipsum dolor sit amet consectetur adipisicing elit. Cum quis
autem quam, illo quisquam eligendi illum delectus nam amet porro!
</p>
</div>
</div>
</div>
</section>
<!-- Stats -->
<!-- <section class="stats py-5 text-bg-secondary">
<div class="container">
<div class="row g-0">
<div class="col-md-4 col-lg-2">
<div class="stat text-center border-end border-dark">
<i class="fas fa-users fa-3x mb-3"></i>
<p class="fs-1">500+</p>
<h3 class="fs-6 text-uppercase">Clients</h3>
</div>
</div>
<div class="col-md-4 col-lg-2">
<div class="stat text-center border-end border-dark">
<i class="fas fa-project-diagram fa-3x mb-3"></i>
<p class="fs-1">700+</p>
<h3 class="fs-6 text-uppercase">Projects</h3>
</div>
</div>
<div class="col-md-4 col-lg-2">
<div class="stat text-center border-end border-dark">
<i class="fas fa-clock fa-3x mb-3"></i>
<p class="fs-1">16+</p>
<h3 class="fs-6 text-uppercase">Years</h3>
</div>
</div>
<div class="col-md-4 col-lg-2">
<div class="stat text-center border-end border-dark">
<i class="fas fa-book fa-3x mb-3"></i>
<p class="fs-1">25</p>
<h3 class="fs-6 text-uppercase">Publications</h3>
</div>
</div>
<div class="col-md-4 col-lg-2">
<div class="stat text-center border-end border-dark">
<i class="fas fa-youtube fa-3x mb-3"></i>
<p class="fs-1">2.06M</p>
<h3 class="fs-6 text-uppercase">Subscribers</h3>
</div>
</div>
<div class="col-md-4 col-lg-2">
<div class="stat text-center border-end border-dark">
<i class="fas fa-graduation-cap fa-3x mb-3"></i>
<p class="fs-1">1M+</p>
<h3 class="fs-6 text-uppercase">Students</h3>
</div>
</div>
</div>
</div>
</section> -->
<!-- Contact -->
<section class="contact text-bg-dark bg-gradient py-5">
<div class="container">
<div class="row">
<div class="col-md-8 offset-md-2">
<div class="text-center mb-5">
<h4 class="text-uppercase fw-bold text-primary">Contact</h4>
<hr class="w-25 mx-auto" />
<h2 class="mb-4">I'd love to hear from you.</h2>
<p class="lead">
If you have any questions or would like to work together, please
contact me with the form below.
</p>
</div>
<!-- Form -->
<form name="contact" netlify>
<div class="mb-5">
<input type="text"
class="form-control bg-transparent border-top-0 border-start-0 border-end-0 rounded-0 border-muted text-white"
name="name" placeholder="Name" />
</div>
<div class="mb-5">
<input type="email"
class="form-control bg-transparent border-top-0 border-start-0 border-end-0 rounded-0 border-muted text-white"
name="email" placeholder="Email" />
</div>
<div class="mb-5">
<textarea
class="form-control bg-transparent border-top-0 border-start-0 border-end-0 rounded-0 border-muted text-white"
name="message" placeholder="Message"></textarea>
</div>
<div class="mb-5 d-grid">
<button type="submit" class="btn btn-primary">Submit</button>
</div>
</form>
</div>
</div>
<!-- Footer -->
<div class="d-flex mt-5">
<p class="flex-grow-1">
Copyright © 2024 | Design By
<a href="https://styleshout.com" target="_blank"> StyleShout </a>
</p>
<div class="hstack gap-3">
<a href="#">
<i class="fab fa-facebook fa-2x text-white"></i>
</a>
<a class="text-decoration-none" href="#">
<i class="fab fa-twitter fa-2x text-white"></i>
</a>
<a class="text-decoration-none" href="#">
<i class="fab fa-instagram fa-2x text-white"></i>
</a>
<a class="text-decoration-none" href="#">
<i class="fab fa-linkedin fa-2x text-white"></i>
</a>
<a class="text-decoration-none" href="#">
<i class="fab fa-dribbble fa-2x text-white"></i>
</a>
</div>
</div>
</div>
</section>
<script src="js/bootstrap.bundle.min.js"></script>
<script src="js/lightbox-plus-jquery.min.js"></script>
<script src="js/script.js"></script>
</body>
</html>