-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCodeOfMyPortfolio.html
69 lines (66 loc) · 2.81 KB
/
CodeOfMyPortfolio.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
<!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>My Portfolio ✌️</title>
</head>
<body>
<table>
<tr>
<td><img src="abhinav.jpg" alt="Loading..." height="150" wedth="150"></td>
<td><h1>Abhinav Pratap</h1> <p>Student of <a href="https://www.kiet.edu/">KIET Group of Institution</a></p></td>
</tr>
</table>
<br>
<hr size = "3">
<style> h3 {color: brown}</style><h3>Education 🎓</h3>
<ul>
<li><p><b>KIET Group of Institutions</b> <br> Bachelor of Technoloy- BTech, Information Technoloy <br>2022-2026</p></li>
<li><p><b>Divine Public School, Akbarpur</b> <br> Intermediate<br>2019-2021 <br>Grade:83.3%</p></li>
</ul>
<hr size= "3">
<h3>Skills ⭐</h3>
<ol>
<li>C</li>
<li>Java</li>
<li>Web Devlopment</li>
</ol>
<hr size="3">
<h3>About</h3>
<p><i> I'm Abhinav Pratap. I'm from Akbarpur, Ambedkarnagar. I'm <br> pursuing B.Tech in Information Technoloy from KIET Group <br> of Institute.
I'm learning Data Structure Algorithm in JAVA and <br> also learning Web Devlopment.</i></p>
<hr size="3">
<h3>Hobbies</h3>
<ul>
<li><p style ="color:blue">Playing Badmintion 🏸</p></li>
<li><p style ="color:blue">Listening Music 🎵</p></li>
<li><p style ="color:blue">Watching Movies and Web Series 🎞️</p></li>
</ul>
<hr size="3">
<h3>Contact Me:</h3>
<table>
<tr>
<td><form action="https://www.linkedin.com/in/abhinav-pratap-52791b251?lipi=urn%3Ali%3Apage%3Ad_flagship3_profile_view_base_contact_details%3BDofyL9L%2FQm6RQbLJbW8MTA%3D%3D">
<input type="image" src="https://s.yimg.com/fz/api/res/1.2/oPmnuoHGZwDmud64pDGAcQ--~C/YXBwaWQ9c3JjaGRkO2ZpPWZpdDtoPTI0MDtxPTgwO3c9MjQw/https://s.yimg.com/zb/imgv1/051c505f-dc29-3303-81b2-5828c6e3b2e2/t_500x300" height="50" width="50">
</form></td>
<td>
<form action="https://twitter.com/the_Apv">
<input type="image" src="https://s.yimg.com/fz/api/res/1.2/WcH8VDX4XMZLqOT_1QFeJQ--~C/YXBwaWQ9c3JjaGRkO2ZpPWZpdDtoPTI0MDtxPTgwO3c9MjQw/https://s.yimg.com/zb/imgv1/efb32ac1-ab75-3801-aee1-666cdf999dfa/t_500x300" height="50" width="50">
</form>
</td>
<td>
<form action="mailto:[email protected]">
<input type="image" src="https://s.yimg.com/fz/api/res/1.2/l7D8TbWZOkxB.TaOshIduA--~C/YXBwaWQ9c3JjaGRkO2ZpPWZpdDtoPTI0MDtxPTgwO3c9MjQw/https://s.yimg.com/zb/imgv1/86879a38-1d4c-302d-b3fb-b5bd2d52bf82/t_500x300" height="60" width="60">
</form>
</td>
<td>
<form action="tel:+918604352370">
<input type="image" src="https://tse1.mm.bing.net/th?id=OIP.ZIdUvJMxiwDZKvPfistXAQAAAA&pid=Api&P=0" height="60" width="60">
</form>
</td>
</tr>
</table>
</body>
</html>