-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSimple_Portfolio.html
46 lines (38 loc) · 1.18 KB
/
Simple_Portfolio.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Portfolio~ Ishan</title>
</head>
<body>
<header>
<h1><b1>Ishan Shah</b1></h1>
<p><i>Born to Code </i>💻</p>
<img src="ishan7.jpg" alt="ishan's photo" height="200px" width="300 px">
©
</header>
<hr>
<ul>
<nav>
<li><h3>Education:</h3></li>
<p>Currently: Undergoing B.E Computer Science @ L.J University<br> HSC: 84%<br>SSC: 94%</p>
</nav>
<section>
<li><h3>Skills:</h3></li>
<p>Java <br> MS-SQL <br> PostgreSQL <br> DSA in Java</p>
</section>
<nav>
<li><h3>Hobbies:</h3></li>
<p>Coding <br> Cricket <br> Football</p>
</nav>
<li><h3>Achievements</h3></li>
<p>Participations: Synapse 🤖 DAIICT <br>Won: 🥇 in Football</p>
<hr>
<footer>
<li><h3>Contact:</h3></li>
<p>Mobile: +91 91065 50238 <br> Mail: [email protected] <br> <a href="https://www.linkedin.com/in/ishan-shah-630a65192/"><i>Linkedin profile</i></a></p>
</footer>
</ul>
</body>
</html>