-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
38 lines (33 loc) · 1.56 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
35
36
37
38
<!-- 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>Mulatto's Portfolio</title>
</head>
<body>
<h1>** Mulatto's Portfolio **</h1>
<h2>- Aprendiz de Desarrollador, maestro de la operación!!!</h2>
<hr>
<p><h3><a href="./public/birthday-invite.html">Website de invitación a mi cumpleaños:</a></h3>
<p><a href="./public/birthday-invite.html"><img src="./assets/images/cumple.jpg" height="600" alt="invitación a mi cumpleaños:"></a>
<hr>
<hr>
<p><h3><a href="./public/movie-ranking.html">Website de Ranking de películas:</a></h3>
<p><a href="./public/movie-ranking.html"><img src="./assets/images/movie-ranking.jpg" height="400" alt="Ranking de películas:"></a>
</p>
<hr>
<p><a href="./public/about.html">Acerca de mí </a>
<p><a href="./public/contact.html">Contacto</a>
</p>
</body>
</html>
<!-- TODO 2: Add Your previous projects' HTML into the public folder -->
<!-- TODO 3: Take screenshots of your project previews and add the images to the images folder -->
<!-- TODO 4: Add titles/subtitles etc. -->
<!-- TODO 5: Add a link to the project pages -->
<!-- TODO 6: Add images to show the project previews
HINT for TODO 6: You can use the height attribute set to 200 to make the image smaller:
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img#attr-height -->
<!-- TODO 7: Add the Contact Me and About Me page links -->