-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPortfolio.html
More file actions
44 lines (43 loc) · 984 Bytes
/
Portfolio.html
File metadata and controls
44 lines (43 loc) · 984 Bytes
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title> PORTFOLIO PAGE </title>
</head>
<body>
<header>
<h1> AMAN NIGAM </h1><img src="C:\Users\ankit\Downloads\WhatsApp Image 2023-06-08 at 11.36.01 PM.jpeg" alt="profile photo">
</header>
<section>
<h2> EDUCATION </h2>
<ol>
<li> 10th </li>
<li> 12th </li>
<li> B.Tech </li>
</ol>
</section>
<section>
<h2> SKILLS </h2>
<ol>
<li> C/C++ </li>
<li> Python </li>
</ol>
</section>
<section>
<h2> HOBBIES </h2>
<ol>
<li> Watching Movie </li>
<li> Playing Chess</li>
</ol>
</section>
<section>
<h2> Contact me </h2>
<b> Email id : amannigam650@gmail.com </b><br>
<b> Phone no : 9140666286 </b>
</section>
<footer>
<p> Made with ♥ Aman Nigam </p>
</footer>
</body>
</html>