-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
483 lines (451 loc) · 25.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">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="css/font-awesome.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/[email protected]/css/fontawesome.min.css" integrity="sha384-X8QTME3FCg1DLb58++lPvsjbQoCT9bp3MsUU3grbIny/3ZwUJkRNO8NPW6zqzuW9" crossorigin="anonymous">
<title>Portfolio</title>
</head>
<body>
<!-- Background Circles start -->
<div class="bg-circles">
</div>
<!-- Background circles end -->
<!-- Main Start-->
<div class="main">
<!-- Header Start -->
<header>
<a href="#" class="logo">PRASHANT</a>
<ul>
<li><a href="#Home">Home</a></li>
<li><a href="#About">About</a></li>
<li><a href="#Portfolio">Portfolio</a></li>
<li><a href="#Contact">Contact</a></li>
</ul>
</header>
<!-- Header End -->
<!-- Home Section Start -->
<section id="Home" class="home-section align-items-center active">
<div class="container">
<div class="row align-items-center">
<div class="home-text">
<p>Hello, I'm</p>
<h1>PRASHANT CHOUDHARY</h1>
<h2>Software Developer, Data Scientist, AI/ML Engineer</h2>
<button class="cta">
<span>More about me</span>
<svg viewBox="0 0 13 10" height="10px" width="15px">
<path d="M1,5 L11,5"></path>
<polyline points="8 1 12 5 8 9"></polyline>
</svg>
</button>
<button class="cta">
<span>Portfolio</span>
<svg viewBox="0 0 13 10" height="10px" width="15px">
<path d="M1,5 L11,5"></path>
<polyline points="8 1 12 5 8 9"></polyline>
</svg>
</button>
</div>
<div class=" home-img ">
<div class="img-box ">
<img src="about2.jpg" alt="profile-img">
</div>
</div>
</div>
</div>
</section>
<!-- Home Section End -->
<!-- About Section Start -->
<section id="About" class="about-section sec-padding">
<div class=" container ">
<div class="row ">
<div class="section-title ">
<h2>About me</h2>
</div>
</div>
<div class="row ">
<div class="about-img ">
<div class="img-box ">
<img src="dp.jpg" alt="about img ">
</div>
</div>
<div class="about-text ">
<p>I am a second year student completing a bachelor’s degree in B.tech Artificial Intelligence and Data Science at UTU (UKA TARSADIYA UNIVERSITY), with a major in AI/DS. I am a high achieving student at university. I have been learning
programming for over 4 years ever since I was in high school and I love it. I am very passionate about all aspects of software development and enjoy learning new technologies. Right now I am learning Flutter, Dart and Python.
And looking forward for a internship as a front end, back end, or full stack developer.</p>
<h3>Skills</h3>
<div class="skills ">
<div class="skills-item ">HTML</div>
<div class="skills-item ">CSS</div>
<div class="skills-item ">Javascript</div>
<div class="skills-item ">Bootstrap</div>
<div class="skills-item ">Java</div>
<div class="skills-item ">c#</div>
<div class="skills-item ">C++</div>
<div class="skills-item ">Python</div>
<div class="skills-item ">Flutter</div>
<div class="skills-item ">Dart</div>
<div class="skills-item ">AI/ML</div>
<div class="skills-item ">Data Science</div>
<div class="skills-item ">Wordpress</div>
<div class="skills-item ">Blender</div>
<div class="skills-item ">Figma</div>
<div class="skills-item ">Unreal Engine</div>
<div class="skills-item ">After Effects</div>
<div class="skills-item ">Photoshop</div>
</div>
<div class="about-tabs ">
<button type="button " class="tab-item active " data-target="#education ">education
</button>
<button type="button " class="tab-item " data-target="#experience ">experience
</button>
</div>
<!-- Education Start -->
<div class="tab-content active " id="education ">
<div class="timeline ">
<div class="timeline-item ">
<span class="date ">2021 - 2025</span>
<h4>bachelor of technology - <span>uka tarsadiya university</span></h4>
<p>B.tech Artificial Intelligence and Data Science.</p>
</div>
<div class="timeline-item ">
<span class="date ">2019 - 2021</span>
<h4>Higher Secondary School - </h4><span>Gyanjyoti Vidhalaya</span></h4>
<p>11th and 12th Science with Physics, chemistry, Maths, Computer.</p>
</div>
<div class="timeline-item ">
<span class="date ">2019</span>
<h4>High School - <span>Nilkanth Vidhalaya</span></h4>
<p>1st to 10th.</p>
</div>
</div>
</div>
<!-- Education End -->
<!-- Projects Start -->
<div class="tab-content " id="experience ">
<div class="timeline ">
<div class="timeline-item ">
<span class="date ">2020 - 2020</span>
<h4>Project Name<span>Technology</span></h4>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Officiis expedita recusandae temporibus voluptatem obcaecati nulla exercitationem accusantium, deleniti commodi enim nam nostrum corrupti laudantium.</p>
</div>
<div class="timeline-item ">
<span class="date ">2020 - 2020</span>
<h4>Project Name<span>Technology</span></h4>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Officiis expedita recusandae temporibus voluptatem obcaecati nulla exercitationem accusantium, deleniti commodi enim nam nostrum corrupti laudantium.</p>
</div>
<div class="timeline-item ">
<span class="date ">2020 - 2020</span>
<h4>Project Name<span>Technology</span></h4>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Officiis expedita recusandae temporibus voluptatem obcaecati nulla exercitationem accusantium, deleniti commodi enim nam nostrum corrupti laudantium.</p>
</div>
</div>
</div>
<!-- Projects End -->
<button href="Assests/cv.pdf" class="cta">
<span>Download CV</span>
<svg viewBox="0 0 13 10 " height="10px " width="15px ">
<path d="M1,5 L11,5 "></path>
<polyline points="8 1 12 5 8 9 "></polyline>
</svg>
</button>
<button href="Contact" class="cta">
<span>Contact Me</span>
<svg viewBox="0 0 13 10 " height="10px " width="15px ">
<path d="M1,5 L11,5 "></path>
<polyline points="8 1 12 5 8 9 "></polyline>
</svg>
</button>
</div>
</div>
</div>
</section>
<!-- About Section End -->
<!-- Portfolio Section Start -->
<section id="Portfolio" class="portfolio-section sec-padding">
<div class="container">
<div class="row ">
<div class="section-title ">
<h2>recent works</h2>
</div>
</div>
<div class="row ">
<!--- Portfolio Item Start --->
<div class="portfolio-item ">
<div class="portfolio-item-thumbnail ">
<img src="work.png" alt="portfolio item thumb ">
</div>
<h3 class="portfolio-item-title ">Not Available</h3>
<button class="cta view-project-btn ">
<span>View Project</span>
<svg viewBox=" 0 0 13 10 " height="10px " width="15px ">
<path d="M1,5 L11,5 "></path>
<polyline points="8 1 12 5 8 9 "></polyline>
</svg>
</button>
<div class="portfolio-item-details ">
<div class="description ">
<p>Lorem, ipsum dolor sit amet consectetur adipisicing elit. Eveniet quibusdam quod nesciunt, temporibus itaque perferendis ea nostrum voluptates vitae totam ab necessitatibus nam possimus alias vero deserunt repellat! Adipisci,
ratione.
</p>
</div>
<div class="general-info ">
<ul>
<li>Created - <span>4 Nov 2020</span></li>
<li>technologies used - <span>Html, Css</span></li>
<li>Role - <span>Frontend</span></li>
<li>View Online - <span><a href="# " target="_blank ">www.asterisk.com</a></span></li>
</ul>
</div>
</div>
</div>
<!--- Portfolio Item End --->
<!--- Portfolio Item Start --->
<div class="portfolio-item ">
<div class="portfolio-item-thumbnail ">
<img src="work.png" alt="portfolio item thumb ">
</div>
<h3 class="portfolio-item-title ">Not Available</h3>
<button class="cta view-project-btn ">
<span>View Project</span>
<svg viewBox=" 0 0 13 10 " height="10px " width="15px ">
<path d="M1,5 L11,5 "></path>
<polyline points="8 1 12 5 8 9 "></polyline>
</svg>
</button>
<div class="portfolio-item-details ">
<div class="description ">
<p>Lorem, ipsum dolor sit amet consectetur adipisicing elit. Eveniet quibusdam quod nesciunt, temporibus itaque perferendis ea nostrum voluptates vitae totam ab necessitatibus nam possimus alias vero deserunt repellat! Adipisci,
ratione.
</p>
</div>
<div class="general-info ">
<ul>
<li>Created - <span>4 Dec 2020</span></li>
<li>technologies used - <span>Bootstrap 5</span></li>
<li>Role - <span>Frontend</span></li>
<li>View Online - <span><a href="# " target="_blank ">www.asterisk.com</a></span></li>
</ul>
</div>
</div>
</div>
<!--- Portfolio Item End --->
<!--- Portfolio Item Start --->
<div class="portfolio-item ">
<div class="portfolio-item-thumbnail ">
<img src="work.png" alt="portfolio item thumb ">
</div>
<h3 class="portfolio-item-title ">Not Available</h3>
<button class="cta view-project-btn ">
<span>View Project</span>
<svg viewBox=" 0 0 13 10 " height="10px " width="15px ">
<path d="M1,5 L11,5 "></path>
<polyline points="8 1 12 5 8 9 "></polyline>
</svg>
</button>
<div class="portfolio-item-details ">
<div class="description ">
<p>Lorem, ipsum dolor sit amet consectetur adipisicing elit. Eveniet quibusdam quod nesciunt, temporibus itaque perferendis ea nostrum voluptates vitae totam ab necessitatibus nam possimus alias vero deserunt repellat! Adipisci,
ratione.
</p>
</div>
<div class="general-info ">
<ul>
<li>Created - <span>5 Jan 2020</span></li>
<li>technologies used - <span>Html, Css, Bootstrap 4</span></li>
<li>Role - <span>Frontend</span></li>
<li>View Online - <span><a href="# " target="_blank ">www.asterisk.com</a></span></li>
</ul>
</div>
</div>
</div>
<!--- Portfolio Item End --->
<!--- Portfolio Item Start --->
<div class="portfolio-item ">
<div class="portfolio-item-thumbnail ">
<img src="work.png" alt="portfolio item thumb ">
</div>
<h3 class="portfolio-item-title ">Not Available</h3>
<button class="cta view-project-btn ">
<span>View Project</span>
<svg viewBox=" 0 0 13 10 " height="10px " width="15px ">
<path d="M1,5 L11,5 "></path>
<polyline points="8 1 12 5 8 9 "></polyline>
</svg>
</button>
<div class="portfolio-item-details ">
<div class="description ">
<p>Lorem, ipsum dolor sit amet consectetur adipisicing elit. Eveniet quibusdam quod nesciunt, temporibus itaque perferendis ea nostrum voluptates vitae totam ab necessitatibus nam possimus alias vero deserunt repellat! Adipisci,
ratione.
</p>
</div>
<div class="general-info ">
<ul>
<li>Created - <span>4 Nov 2020</span></li>
<li>technologies used - <span>Html, Css, JavaScript</span></li>
<li>Role - <span>Frontend</span></li>
<li>View Online - <span><a href="# " target="_blank ">www.asterisk.com</a></span></li>
</ul>
</div>
</div>
</div>
<!--- Portfolio Item End --->
<!--- Portfolio Item Start --->
<div class="portfolio-item ">
<div class="portfolio-item-thumbnail ">
<img src="work.png" alt="portfolio item thumb ">
</div>
<h3 class="portfolio-item-title ">Not Available</h3>
<button class="cta view-project-btn ">
<span>View Project</span>
<svg viewBox=" 0 0 13 10 " height="10px " width="15px ">
<path d="M1,5 L11,5 "></path>
<polyline points="8 1 12 5 8 9 "></polyline>
</svg>
</button>
<div class="portfolio-item-details ">
<div class="description ">
<p>Lorem, ipsum dolor sit amet consectetur adipisicing elit. Eveniet quibusdam quod nesciunt, temporibus itaque perferendis ea nostrum voluptates vitae totam ab necessitatibus nam possimus alias vero deserunt repellat! Adipisci,
ratione.
</p>
</div>
<div class="general-info ">
<ul>
<li>Created - <span>4 Nov 2020</span></li>
<li>technologies used - <span>Html, Css, Javascript</span></li>
<li>Role - <span>Frontend</span></li>
<li>View Online - <span><a href="# " target="_blank ">www.asterisk.com</a></span></li>
</ul>
</div>
</div>
</div>
<!--- Portfolio Item End --->
<!--- Portfolio Item Start --->
<div class="portfolio-item ">
<div class="portfolio-item-thumbnail ">
<img src="work.png" alt="portfolio item thumb ">
</div>
<h3 class="portfolio-item-title ">Not Available</h3>
<button class="cta view-project-btn ">
<span>View Project</span>
<svg viewBox=" 0 0 13 10 " height="10px " width="15px ">
<path d="M1,5 L11,5 "></path>
<polyline points="8 1 12 5 8 9 "></polyline>
</svg>
</button>
<div class="portfolio-item-details ">
<div class="description ">
<p>Lorem, ipsum dolor sit amet consectetur adipisicing elit. Eveniet quibusdam quod nesciunt, temporibus itaque perferendis ea nostrum voluptates vitae totam ab necessitatibus nam possimus alias vero deserunt repellat! Adipisci,
ratione.
</p>
</div>
<div class="general-info ">
<ul>
<li>Created - <span>4 Nov 2020</span></li>
<li>technologies used - <span>Html, Css, Bootstrap 4</span></li>
<li>Role - <span>Frontend</span></li>
<li>View Online - <span><a href="# " target="_blank ">www.asterisk.com</a></span></li>
</ul>
</div>
</div>
</div>
<!--- Portfolio Item End --->
</div>
</div>
</section>
<!-- Portfolio Section End -->
<!-- Contact Section Start -->
<section id="Contact" class="contact-section sec-padding">
<div class="container">
<div class="row ">
<div class="section-title ">
<h2>contact me</h2>
</div>
</div>
<div class="row ">
<div class="contact-form ">
<form action="contact.php" method="post">
<div class="row ">
<div class="input-group ">
<input name="name" type="text " placeholder="Name " class="input-control " required>
</div>
<div class="input-group ">
<input name="email" type="text " placeholder="Email " class="input-control " required>
</div>
<div class="input-group ">
<input name="subject" type="text " placeholder="Subject " class="input-control " required>
</div>
<div class="input-group ">
<textarea name="message" placeholder="Message " class="input-control " required></textarea>
</div>
<div class="submit-btn ">
<button type="submit " class="cta ">
<span>Send Message</span>
<svg viewBox=" 0 0 13 10 " height="10px " width="15px ">
<path d="M1,5 L11,5 "></path>
<polyline points="8 1 12 5 8 9 "></polyline>
</svg>
</button>
</div>
</div>
</form>
</div>
<div class="contact-info ">
<div class="contact-info-item ">
<h3>Email</h3>
<p>[email protected]</p>
</div>
<div class="contact-info-item ">
<h3>Phone</h3>
<p></p>
</div>
<div class="contact-info-item">
<div class="social-links">
<h3>Follow me</h3>
<ul>
<div class="items">
<li><img src="facebook-brands.svg" alt="sl"></li>
<li><img src="twitter-brands.svg" alt="sl"></li>
<li><img src="instagram-brands.svg" alt="sl"></li>
<li><img src="github-brands.svg" alt="sl"></li>
<li><img src="linkedin-brands.svg" alt="sl"></li>
</div>
</ul>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Contact Section End -->
</div>
<!-- Main End-->
<!-- Portfolio Item Details Popup Start -->
<div class="portfolio-popup ">
<div class="pp-inner ">
<div class="pp-content ">
<div class="pp-header ">
<button class="cta ">
<span>Close</span>
<svg viewBox="0 0 13 10 " height="10px " width="15px ">
<path d="M1,5 L11,5 "></path>
<polyline points="8 1 12 5 8 9 "></polyline>
</svg>
</button>
<div class="pp-thumbnail ">
<img src="work.png" alt="pp-thumbnail ">
</div>
<h3>app landing page</h3>
</div>
<div class="pp-body ">
</div>
</div>
</div>
</div>
<!-- Portfolio Item Details Popup End -->
</body>
</html>