-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
50 lines (32 loc) · 1.17 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
39
40
41
42
43
44
45
46
47
48
49
<!-- TODO 1: Create the HTML Boilerplate -->
<!DOCTYPE html>
<html lang="pt-BR">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Joao Portifolio</title>
</head>
<body>
<h1>Portifólio de João Madureira</h1>
<h2>Web Dev</h2>
<hr/>
<a href="./public/movie-ranking.html">
<h2>Projeto lista de filmes </h2>
<img src="./assets/images/img0.png" height="200"/>
</a>
</br>
<a href="./public/birthday.html">
<h2>Projeto convite de aniverário</h2>
<img src="./assets/images/img1.png" height="200"/>
<br/>
<a href="./public/contact.html">Contato</a>
<a href="./public/about.html">Sobre</a>
</a>
</body>
</html>
<!-- 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 -->