-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
76 lines (73 loc) · 2.59 KB
/
index.html
File metadata and controls
76 lines (73 loc) · 2.59 KB
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Projetos de cursos que fiz assim que entrei no estágio</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<h1>Projetos Front-end</h1>
<p>Projetos de cursos que fiz assim que entrei no estágio. Desenvolvidos com: HTML, CSS e JavaScript.</p>
</header>
<main class="container">
<a href="Fokus-projeto-base/index.html" class="card">
<div class="card-content">
<h3>LOFY</h3>
<p>Lofy com muscias para ajuda na concentração</p>
<span>Ver Projeto →</span>
</div>
</a>
<a href="numero-aleatorio2/index.html" class="card">
<div class="card-content">
<h3>Numero Aleatorio</h3>
<p>Tente adivinhar o número entre 1 e 10</p>
<span>Ver Projeto →</span>
</div>
</a>
<a href="praticando/index.html" class="card">
<div class="card-content">
<h3>Culturama</h3>
<p>Site sobre cultura</p>
<span>Ver Projeto →</span>
</div>
</a>
<a href="alurabook/index.html" class="card">
<div class="card-content">
<h3>Book</h3>
<p>Site sobre livros</p>
<span>Ver Projeto →</span>
</div>
</a>
<a href="aluraplus/index.html" class="card">
<div class="card-content">
<h3>Assinatura alura</h3>
<p>Venda de cursos da alura</p>
<span>Ver Projeto →</span>
</div>
</a>
<a href="about/index.html" class="card">
<div class="card-content">
<h3>Ideia de um portfólio</h3>
<p>Olinks funcionam :)</p>
<span>Ver Projeto →</span>
</div>
</a>
<a href="site_final/index.html" class="card">
<div class="card-content">
<h3>Fundação Bradesco</h3>
<p>Fui lendo os pdf's e fui fazendo o os codigos desses pdf's</p>
<span>Ver Projeto →</span>
</div>
</a>
<a href="Fokus/index.html" class="card">
<div class="card-content">
<h3>VidFlow</h3>
<p>Tentando fazer os videos carregarem</p>
<span>Ver Projeto →</span>
</div>
</a>
</main>
</body>
</html>