-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
73 lines (60 loc) · 3.15 KB
/
index.html
File metadata and controls
73 lines (60 loc) · 3.15 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Daniel Sena</title>
<link rel="stylesheet" type="text/css" href="bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="styles/style.css">
</head>
<body>
<header>
<nav class="navbar navbar-expand-lg bg-light">
<a class="navbar-brand" href="#">Daniel Sena</a>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="#">Inicio</a>
</li>
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="#">Contato</a>
</li>
</ul>
</div>
</nav>
</header>
<section class="meio">
<article class="post">
<header>
<h3 class="post_title">Sobre Daniel Sena</h3>
</header>
<div>
<p><a href="http://github.com/DanielSenaDev" target="_blank">Daniel Sena</a>, Brasileiro, Sergipano, natural da cidade de Aracaju, nascido no dia 24 de abril no ano de 2000, é estudante do curso de Bacharelado em Ciência da Computação pela <a href="https://www.ufs.br/" target="_blank" rel="noopener noreferrer">Universidade Federal de Sergipe</a>.</p>
</div>
</article>
<article class="post">
<header>
<h3 class="post_title">Conheça meu canal no Youtube</h3>
<div>
<p>Visite meu Canal no Youtube, lá tem várias gameplays e tutoriais. Também acontece lives. Visite já!</p>
<p><a href="http://youtube.com/Kinwink">http://youtube.com/Kinwink</a></p>
</div>
</header>
</article>
</section>
<footer>
<section id="contato">
<div class="container-fluid contato">
<h3 class="footer_title">Entre em Contato</h3>
<ul id="lista-contato">
<li>Email: <a href="mailto:danielsan.2000@hotmail.com">danielsan.2000@hotmail.com</a></li>
<li>Canal no Youtube: <a href="http://youtube.com/Kinwink" target="_blank" rel="noopener noreferrer">http://youtube.com/Kinwink</a></li>
<li>Canal na Twitch.tv: <a href="http://twitch.tv/Kinwink" target="_blank" rel="noopener noreferrer">http://twitch.tv/Kinwink</a></li>
</ul>
</div>
</section>
<section>
Página criada com <3 por <a href="http://github.com/DanielSenaDev" target="_blank">Daniel Sena</a> :)<br>
</section>
</footer>
</body>
</html>