-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
61 lines (52 loc) · 2.1 KB
/
Copy pathindex.html
File metadata and controls
61 lines (52 loc) · 2.1 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
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Project for learning JavaScript</title>
<link rel="stylesheet" href="Index/css/style.css">
</head>
<body>
<header>
</header>
<main>
<article>
<div class="container">
<div class="card1">
<a href="Calculadora/index.html"><img src="Index/img/CalculatorRafa.png" alt="calculadora"></a>
<h4>Calculator - Html | Css | JavaScript</h4>
<a href="https://github.com/rafaelmoura23">
<p>rafaelmoura23</p>
</a>
<a href="https://github.com/ProjetoJavaDiogo/PWFE_Diogo/tree/RafaBranch">
<p>Repository Link</p>
</a>
</div>
<div class="card1">
<a href="Semaforo/index.html"><img src="Index/img/semaforo.png" alt=""></a>
<h4>Semaforo - Html | Css | JavaScript</h4>
<a href="https://github.com/TheuZCoder">
<p>TheuZCoder</p>
</a>
<a href="https://github.com/ProjetoJavaDiogo/PWFE_Diogo/tree/MatBranch">
<p>Repository Link</p>
</a>
</div>
<div class="card1">
<a href="ProjetoLampada/LampadaAmarela.html"><img src="Index/img/lampada.png" alt=""></a>
<h4>Lâmpada - Html | Css | JavaScript</h4>
<a href="https://github.com/vitalinoleo">
<p>vitalinoleo</p>
</a>
<a href="https://github.com/ProjetoJavaDiogo/PWFE_Diogo/tree/LeoBranch">
<p>Repository Link</p>
</a>
</div>
</article>
</main>
<footer>
<p>Project by Rafael | Matheus | Leonardo</p>
<p>Project Programação Web Front End (JS)</p>
</footer>
</body>
</html>