-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
28 lines (25 loc) · 844 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
<!-- TODO 1: Create the HTML Boilerplate -->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<h1> Saboor Ahmed's Portfolio</h1>
<h2> I am a Web Developer</h2>
<hr/>
<a href = "./public/movie-ranking.html"> Movie Ranking Project </a>
<img src = "./assets/images/movie_ranking_new.PNG" height="350" alt = "Screenshot of project" />
<br/>
<a href = "./public/birthday-invite.html" > Brthday Invite Project </a>
<br/>
<br/>
<img src = "./assets/images/birthday_invite_new.PNG" height="350" alt = "Screenshot of project"/>
<br/>
<hr/>
<a href = "./public/about.html" > About Me</a>
<a href = "./public/contact.html" > Contact Me</a>
</body>
</html>