forked from murilorcm/About-Me
-
Notifications
You must be signed in to change notification settings - Fork 0
/
projetos.html
35 lines (31 loc) · 813 Bytes
/
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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="css/estilo.css">
<meta charset="utf-8">
<title>Murilo Cassiano Rodrigues</title>
</head>
<body>
<div class="container">
<header>
<h1>Murilo Cassiano Rodrigues</h1>
<nav class="menu">
<ul>
<li><a href="index.html">Sobre Mim</a></li>
<li><a href="formacao-academica.html">Formação Acadêmica</a></li>
<li><a href="competencias.html">Competências</a></li>
<li><a class="active" href="projetos.html">Projetos</a></li>
<li class="contato"><a href="contato.html">Contato</a></li>
</ul>
</nav>
</header>
<section class="conteudo">
<article>
<h2>To Do!</h1>
</article>
</section>
<footer class="footer">
</footer>
</div>
</body>
</html>