-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
34 lines (25 loc) · 1.09 KB
/
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
32
33
34
<!DOCTYPE html>
<html lang="en">
<head>
<meta chaset="UTF-8">
<title>Mohammed Aqueel</title>
</head>
<body>
<h1>Mohammed Aqueel's portfolio</h1>
<h2>Hello and Welcome to my page</h2>
<h2>I am a student pursuing BE in CSE</h2>
<hr/>
<h3><a href="./public/resume.html">My Resume</a></h3>
<hr/>
<h2>Below are the projects of my Web-Dev journey</h2>
<h3><a href="./public/movie-ranking.html">1 . Movie-franchise ranking project</a></h3>
<img src="./assets/image.png" alt="Movie Franchise Rank" height="200" />
<h3><a href="./public/birthday-invite.html">2 . Birthday Invite</a></h3>
<img src="./assets/images/image copy.png" alt="Birthday Invite" height="200" />
<h3><a href="./public/Ahad_Bday.html">3 . Birthday Wish Card </a></h3>
<img src="./assets/images/image copy 2.png" alt="Ahad Birthday Wish" height="200" />
<hr/>
<h5><a href="./public/about.html">About Me</a></h5>
<h5><a href="./public/contact.html">Contact Me</a></h5>
</body>
</html>