-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
33 lines (27 loc) · 1.12 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>FreeCodeCampFolio - by Douglas Caique</title>
</head>
<body>
<h1>Douglas Caíque</h1>
<h2>Responsive Web Design</h2>
<hr>
<h3>Projetos</h3>
<ul>
<li><a href="/ResponsiveWebDev/Modulo_1/5.FormularioPesquisa/index.html" target="_blank">Survey Form</a></li>
<li><a href="/ResponsiveWebDev/Modulo_2/5.Tributo/index.html" target="_blank">Tributo</a></li>
<li><a href="/ResponsiveWebDev/Modulo_3/4.DocumentacaoTecnica/index.html" target="_blank">Documentação Técnica Template</a></li>
<li><a href="/ResponsiveWebDev/Modulo_4/3.ProdutoHome/index.html" target="_blank">LandingPage</a></li>
<li><a href="/ResponsiveWebDev/Modulo_5/3.PortfolioWebPage/index.html" target="_blank">Portfolio</a></li>
</ul>
<h2>JavaScript Algorithms and Data Structures</h2>
<hr>
<h3>Projetos</h3>
<ul>
<li><a href="/JavaScript Algorithms and Data Scructures/2.RPG/index.html">RPG</a></li>
</ul>
</body>
</html>