forked from Yuvraj3905/tss-portfolio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
422 lines (403 loc) · 14 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/>
<title>Portfolio Website</title>
<!-- font icons -->
<link
rel="stylesheet"
href="assets/vendors/themify-icons/css/themify-icons.css"
/>
<!-- main styles -->
<link rel="stylesheet" href="assets/css/styles.css" />
<!--Google meta tag-->
<meta name="google-site-verification" content="dndd7wB3NxaDIKrOTZr9i6G2LSxekjF60YDWCKqijQo" />
</head>
<body>
<!-- Page navigation -->
<nav class="navbar navbar-expand-lg navbar-light fixed-top">
<div class="container">
<a class="navbar-brand" href="#"
><h5>Kartik Awadh Yadav</h5></a>
<button class="navbar-toggler" type="button">
<span class="navbar-toggler-icon"></span>
</button>
<div id="navbarSupportedContent">
<ul class="navbar-nav ml-auto align-items-center">
<li class="nav-item">
<a class="nav-link" href="#home">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#about">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#service">Service</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#portfolio">Portfolio</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#contact">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- End of page navibation -->
<!-- Page Header -->
<header class="header" id="home">
<div class="container">
<div class="infos">
<h6 class="subtitle">hello,I'm</h6>
<h6 class="title">Kartik Awadh Yadav</h6>
<p>AI/ML enthusiast</p>
<div class="buttons pt-3">
<a href="https://www.linkedin.com/in/kartik-awadh-yadav-941300222/">
<button class="btn btn-primary rounded">HIRE ME</button>
</a>
<a href="Kartikgc9/Kartikgc9.github.io/assets/Resume-Main.pdf">
<button class="btn btn-dark rounded">DOWNLOAD CV</button>
</a>
</div>
<div class="socials mt-4">
<a
class="social-item"
href="https://www.linkedin.com/in/kartik-awadh-yadav-941300222/"
><i class="ti-linkedin"></i
></a>
<a
class="social-item"
href="https://instagram.com/kartikkyadavvvv?igshid=ZDc4ODBmNjlmNQ=="
><i class="ti-instagram"></i
></a>
<a class="social-item" href="https://github.com/Kartikgc9"
><i class="ti-github"></i
></a>
<a class="social-item" href="https://twitter.com/awadh_kartik"
><i class="ti-twitter"></i
></a>
</div>
</div>
<div class="img-holder">
<img src="assets/imgs/man.svg" alt="" />
</div>
</div>
<!-- Header-widget -->
<div class="widget">
<div class="widget-item">
<h2>10</h2>
<p>Visitors</p>
</div>
<div class="widget-item">
<h2>15</h2>
<p>Project Completed</p>
</div>
<div class="widget-item">
<h2>1</h2>
<p>Awards Won</p>
</div>
</div>
</header>
<!-- End of Page Header -->
<!-- About section -->
<section id="about" class="section">
<div class="container mt-5">
<div class="row text-center text-md-left">
<div class="col-md-3">
<img
style="width: 450px; height: 550px"
src="Kartikgc9/website-repo/assets/imgs/mypioc.jpg"
alt=""
class="img-thumbnail"
/>
</div>
<div class="pl-md-4 col-md-9">
<h6 class="title">Kartik Awadh Yadav</h6>
<p class="subtitle">Budding Data scientist</p>
<p>
Motivated Python Programmer with a Bachelor of Engineering
in ECE from Thapar University. Passionate about
utilizing my skills to drive success in any project or role.
Enjoys the satisfaction of a job well done and constantly seeking
new opportunities for growth and development. Eager to explore new
fields. Proven leader with experience in team management and
coordination.
</p>
<p>
Recognized for exceptional organizational abilities and the
ability to multitask effectively in high-pressure environments.
Excels in problem-solving and finding innovative solutions to
complex challenges. Committed to fostering a collaborative work
environment that promotes teamwork and open communication.
Continuously stays updated with the latest technological
advancements in the field of computer science. Strives for
excellence in every endeavor and is driven by a strong work ethic.
</p>
<a href="Kartikgc9/Kartikgc9.github.io/assets/Resume-Main.pdf">
<button class="btn btn-primary rounded">DOWNLOAD CV</button>
</a>
</div>
</div>
</div>
</section>
<!-- Service section -->
<section id="service" class="section">
<div class="container text-center">
<h6 class="subtitle">Service</h6>
<h6 class="section-title">What I Do</h6>
<div class="row">
<div class="col-sm-6 col-md-3">
<div class="custom-card card border">
<div class="card-body">
<i class="icon ti-crown"></i>
<h5>ML</h5>
</div>
</div>
</div>
<div class="col-sm-6 col-md-3">
<div class="custom-card card border">
<div class="card-body">
<i class="icon ti-desktop"></i>
<h5>DL</h5>
</div>
</div>
</div>
<div class="col-sm-6 col-md-3">
<div class="custom-card card border">
<div class="card-body">
<i class="icon ti-files"></i>
<h5>EDA</h5>
</div>
</div>
</div>
<div class="col-sm-6 col-md-3">
<div class="custom-card card border">
<div class="card-body">
<i class="icon ti-bar-chart"></i>
<h5>AI</h5>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End of Sectoin -->
<!-- Skills section -->
<section class="section">
<div class="container text-center">
<h6 class="subtitle">Skills</h6>
<h6 class="section-title">Why Choose me</h6>
<div class="row text-left">
<div class="col-sm-6">
<h6 class=" ">Python</h6>
<div class="progress">
<div
class="progress-bar oColor"
role="progressbar"
style="width: 89%"
>
<span>89%</span>
</div>
</div>
</div>
<div class="col-sm-6">
<h6 class=" ">Tensorflow</h6>
<div class="progress">
<div
class="progress-bar oColor"
role="progressbar"
style="width: 83%"
>
<span>83%</span>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End of Skills sections -->
<!-- Portfolio section -->
<section id="portfolio" class="section">
<div class="container text-center">
<h6 class="subtitle">Portfolio</h6>
<h6 class="section-title">Check My Wonderful Works</h6>
<p class=" ">
Discover the beauty and innovation that define my portfolio of
extraordinary works.
</p>
<div class="row">
<div class="col-sm-4">
<div class="img-wrapper">
<img src="assets/imgs/folio-1.jpg" alt="" />
<div class="overlay">
<div class="overlay-infos">
<h5>Project Title</h5>
<a href="#"><i class="ti-zoom-in"></i></a>
<a href="#"><i class="ti-link"></i></a>
</div>
</div>
</div>
<div class="img-wrapper">
<img src="assets/imgs/folio-2.jpg" alt="" />
<div class="overlay">
<div class="overlay-infos">
<h5>Project Title</h5>
<a href="#"><i class="ti-zoom-in"></i></a>
<a href="#"><i class="ti-link"></i></a>
</div>
</div>
</div>
</div>
<div class="col-sm-4">
<div class="img-wrapper">
<img src="assets/imgs/folio-3.jpg" alt="" />
<div class="overlay">
<div class="overlay-infos">
<h5>Project Title</h5>
<a href="#"><i class="ti-zoom-in"></i></a>
<a href="#"><i class="ti-link"></i></a>
</div>
</div>
</div>
<div class="img-wrapper">
<img src="assets/imgs/folio-4.jpg" alt="" />
<div class="overlay">
<div class="overlay-infos">
<h5>Project Title</h5>
<a href="#"><i class="ti-zoom-in"></i></a>
<a href="#"><i class="ti-link"></i></a>
</div>
</div>
</div>
</div>
<div class="col-sm-4">
<div class="img-wrapper">
<img src="assets/imgs/folio-5.jpg" alt="" />
<div class="overlay">
<div class="overlay-infos">
<h5>Project Title</h5>
<a href="#"><i class="ti-zoom-in"></i></a>
<a href="#"><i class="ti-link"></i></a>
</div>
</div>
</div>
<div class="img-wrapper">
<img src="assets/imgs/folio-6.jpg" alt="" />
<div class="overlay">
<div class="overlay-infos">
<h5>Project Title</h5>
<a href="#"><i class="ti-zoom-in"></i></a>
<a href="#"><i class="ti-link"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End of portfolio section -->
<!-- Hire me section -->
<section class="bg-gray section">
<div class="container">
<div class="card oColor">
<div class="card-body text-light">
<div class="row align-items-center">
<div class="hiretext text-center text-sm-left">
<h5>Hire Me For Your Project</h5>
<p>I'm open for recruitements.</p>
</div>
<div class="col-sm-3 text-center text-sm-right">
<a href="https://www.linkedin.com/in/kartik-awadh-yadav-941300222/">
<button class="btn btn-light rounded">Hire Me!</button>
</a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End od Hire me section. -->
<!-- Contact Section -->
<section id="contact" class="position-relative section">
<div class="container text-center">
<h6 class="subtitle">Contact</h6>
<h6 class="section-title">Get In Touch With Me</h6>
<p class=" ">
Whether you have questions, inquiries, or opportunities, don't
hesitate to get in touch. I'm eager to hear from you!
</p>
<div class="contact text-left">
<div class="form">
<h6 class="subtitle">Available 24/7</h6>
<h6 class="section-title">Get In Touch</h6>
<form>
<div class="form-group">
<input
type="text"
class="form-control"
id="exampleInputName"
placeholder="Name"
required
/>
</div>
<div class="form-group">
<input
type="email"
class="form-control"
id="exampleInputEmail1"
aria-describedby="emailHelp"
placeholder="Enter email"
required
/>
</div>
<div class="form-group">
<textarea
name="contact-message"
id=""
cols="30"
rows="5"
class="form-control"
placeholder="Message"
></textarea>
</div>
<button type="submit" class="btn btn-primary btn-block rounded">
Send Message
</button>
</form>
</div>
<div class="contact-infos">
<div class="item">
<i class="ti-location-pin"></i>
<div class="">
<h5>Location</h5>
<p>Faridabad, Haryana, India</p>
</div>
</div>
<div class="item">
<i class="ti-mobile"></i>
<div>
<h5>Phone Number</h5>
<p>+91 9873238372</p>
</div>
</div>
<div class="item">
<i class="ti-email"></i>
<div class="mb-0">
<h5>Email Address</h5>
<p>kartikawadh2004yadav@gmail.com</p>
</div>
</div>
</div>
</div>
</div>
<div id="map">
<iframe src="https://snazzymaps.com/embed/61257"></iframe>
</div>
</section>
<!-- End of Contact Section -->
</body>
</html>