-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMy_Portfolio.html
More file actions
47 lines (45 loc) · 1.64 KB
/
My_Portfolio.html
File metadata and controls
47 lines (45 loc) · 1.64 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>My Portfolio</title>
</head>
<body>
<header>
<h1>Aryan Mohan Rajput</h1>
<img src="./WhatsApp Image 2025-07-16 at 9.10.20 AM.jpeg" alt="Aryan Mohan Rajput" width="150" height="150">
<p>I am a aspiring web developer an enthusiast who loves new tech things that make a change in real world</p>
</header>
<main>
<section>
<h2>About me</h2>
<p>I am student of Delhi University which one of the most prestiguios University in India .
I love to play games and enjoy to learn new things related to technology.
I am currently learning web development and looking forward to build my own projects.
</p>
</section>
<section>
<h2>Skills</h2>
<ul>
<li>HTML</li>
<li>CSS</li>
<li>JavaScript</li>
<li>React</li>
<li>Node.js</li>
</ul>
</section>
<section>
<h2>Projects</h2>
<ul>
<li><a href="../Oppenheimer Tribute/Tribute_Page_For_Oppenheimer.html">Oppenheimer Tribute Page</a></li>
<li><a href="../Portfolio Project/My_Portfolio.html">My Portfolio</a></li>
</section>
<footer>
<h2>Contact</h2>
<p>Email: <a href="mailto:aryanrajput2756@gamil.com">Mail</a>
<p>ph:7599833562</p>
</footer>
</main>
</body>
</html>