-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
33 lines (33 loc) · 872 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
32
33
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>MaiPortfolio</title>
</head>
<body>
<h1>Luis Vela's Portfolio</h1>
<h2>I am meticulous and thorough Web Developer</h2>
<hr />
<a href="./public/movie-ranking.html">
<h3>Best Movies according to Luis Vela</h3>
</a>
<img
src="./assets/images/movie-ranking.png"
height="200"
alt="Best movies ranking screenshot"
/>
<hr />
<a href="./public/birthday-invite.html">
<h3>Birthday Invite</h3>
</a>
<img
src="./assets/images/birthday-invite.png"
height="200"
alt="Birthday invite screenshot"
/>
<hr />
<a href="./public/about.html">About Me</a>
<a href="./public/contact.html">Contact Me</a>
</body>
</html>