-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
31 lines (27 loc) · 894 Bytes
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="index.css">
<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>SJ's portfolio</title>
</head>
<h1>
<img src="WhatsApp Image 2022-02-12 at 11.26.40 AM.jpeg" height="540" width="600" >
</h1>
<h2> My name is Saksham Jain </h2>
<body>
I am a first year student pursuing Electrical Engineering at IIT Jodhpur.I secured 6045 rank in JEE ADVANCED-2021
<br><br>
Let's connect:
<ul>
<li>
<a href="https://www.linkedin.com/in/saksham-jain-00b762222/">Linkedin</a>
</li>
<li>
<a href="https://www.instagram.com/username__sj_sj__/">Instagrm</a>
</li>
</ul>
</body>
</html>