-
Notifications
You must be signed in to change notification settings - Fork 0
/
projetos.html
100 lines (94 loc) · 4.36 KB
/
projetos.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
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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="./styled.css" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;500;700&display=swap" rel="stylesheet" />
<title>Projetos</title>
</head>
<body>
<div class="page-wrapper">
<header>
<a class="logo" href="index.html">
<p>{ }</p>
</a>
<div class="nav-itens">
<a href="index.html">Início</a>
<a href="sobre.html">Sobre mim</a>
<a href="tiposDeTecnologia.html">Tipos de tecnologia</a>
<a href="projetos.html">Projetos</a>
<a href="contato.html">Contato</a>
</div>
<div class="social-medias">
<a href="https://github.com/AlineBCBenjamim" target="_blank">
<img src="./icon/github.svg" alt="logo do gitHub" />
</a>
<a href="https://www.linkedin.com/in/alinebcarvalhobenjamim/" target="_blank">
<img src="./icon/linkedin.svg" alt="logo do linkedin" />
</a>
</div>
</header>
<div class="projeto-main">
<div class="projeto">
<h1>Projetos</h1>
<p>Projetos que construi até agora.</p>
</div>
<div class="card-main">
<div class="card-projeto">
<img src="./print-projetos/Ada.png" alt="projeto de um site falando da Ada Lovelace" />
<h2>Mulheres na Tecnologia</h2>
<h3>
É um site que aborda o assunto sobre mulheres que fizeram história na tecnologia.
</h3>
<h4>Tecnologias: HTML, CSS, JavaScript</h4>
<div class="projeto-icons">
<div class="icons-linha">
<img class="icons" src="./icon/projetos-icon/corrente-link.svg" alt="icone de uma corrente" />
<p> <a href="https://alinebcbenjamim.github.io/PrograMaria/" target="_blank"
rel="noopener noreferrer">Site</a></p>
<img class="icons" src="./icon/projetos-icon/github.svg" alt="icone do GitHub" />
<p><a href="https://github.com/AlineBCBenjamim/PrograMaria" target="_blank"
rel="noopener noreferrer">Código</a></p>
</div>
</div>
</div>
<div class="card-projeto">
<img src="./print-projetos/Raças de cachorros.png"
alt="projeto de um site falando sobre algumas racas de cachorros" />
<h2>Raças de Cachorros</h2>
<h3>
É um site que aborda algumas racas de cachorros com pedigree e sem pedigree.
</h3>
<h4>Tecnologias: HTML, CSS, JavaScript</h4>
<div class="projeto-icons">
<div class="icons-linha">
<img class="icons" src="./icon/projetos-icon/corrente-link.svg" alt="icone de uma corrente" />
<p><a href="https://alinebcbenjamim.github.io/projeto-intro-web/" target="_blank"
rel="noopener noreferrer">Site</a></p>
<img class="icons" src="./icon/projetos-icon/github.svg" alt="icone do GitHub" />
<p><a href="https://github.com/AlineBCBenjamim/projeto-intro-web" target="_blank"
rel="noopener noreferrer">Código</a></p>
</div>
</div>
</div>
<div class="card-projeto">
<img src="./print-projetos/portifólio.png" alt="projeto de um site falando sobre meu portifólio" />
<h2>Portifólio</h2>
<h3> É um site que mostra o portifólio.</h3>
<h4> Tecnologias: HTML e CSS </h4>
<div class="projeto-icons">
<div class="icons-linha">
<img class="icons" src="./icon/projetos-icon/corrente-link.svg" alt="icone de uma corrente" />
<p><a href="https://alinebcbenjamim.github.io/portifolio/" target="_blank" rel="noopener noreferrer">Site</a></p>
<img class="icons" src="./icon/projetos-icon/github.svg" alt="icone do GitHub" />
<p><a href="https://github.com/AlineBCBenjamim/portifolio" target="_blank" rel="noopener noreferrer">Código</a></p>
</div>
</div>
</div>
</div>
</body>
</html>