-
Notifications
You must be signed in to change notification settings - Fork 0
/
repo.html
75 lines (61 loc) · 2.66 KB
/
repo.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
<!DOCTYPE html>
<html lang="pt-BR">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Site Pazzutti</title>
<link rel="stylesheet" href="styles.css">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz"
crossorigin="anonymous"></script>
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.10.0/css/all.min.css" rel="stylesheet"
crossorigin="anonymous">
</head>
<body>
<header>
<link href="index.html">
<h2>Arthur Bernardo Pazzutti da Silva</h2>
<nav>
<ul>
<li>
<a href="index.html">Perfil</a>
</li>
<li>
<a href="repositorio.html">Repositórios</a>
</li>
<li>
<a href="#">Grupo</a>
</li>
</ul>
</nav>
</header>
<div class="container">
<main>
<section class="perfil">
<h2>Repositório Mind Storm</h2>
<hr>
<div class="imgperfil">
<img src="mind storm.png" width="290" height="290">
</div>
<p>Mind Storm é um projeto meu, junto com os alunos do meu grupo (Arlindo Júnior, Joaquim Vilela,
Vinícius Sena e Gabriel Lima) que se baseia em um site para ajudar as pessoas com Transtorno de
Défice de Atenção e Hiperfoco (TDAH) a organizar sua rotina de estudos com métodos fáceis. Esse
projeto é apenas uma ideia que ainda está por ser realizada e em breve estará pronta para uso. <br>
<br>
Data de criação: 2024-04-10
<br>
Site:<a href="https://github.com/jwasham/coding-interview-university">GitHub <br></a>
<a href="#"> <i class="fab fa-instagram"></i> </a>
<a href="#"> <i class="fab fa-twitter"></i> </a>
<br>
<img src="users-icon.png" width="30"> 326
</p>
<br><br><br><br><br>
<footer>
<p>© 2024 Pazzutti</p>
</footer>
</section class=>
</body>
</html>