You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

94 lines
2.4 KiB

<!DOCTYPE html>
<html>
<head>
<title>Trit&atilde;o</title>
<meta name="viewport" content="width=device-width,initial-scale=1"/>
<link rel="stylesheet/less" href="/styles/root.less"/>
<script src="scripts/less.min.js" type="text/javascript"></script>
</head>
<body>
<header>
<div class="logo">
<a href="index.html">
<img src="/images/logo.png" width="150" />
</a>
</div>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="projects.html" class="active">Projetos</a></li>
<li><a href="contact.html">Contato</a></li>
</ul>
</nav>
</header>
<main>
<section>
<div>
<h1>Projetos</h1>
<p>Sou open source e integro v&aacute;rios projetos, como:</p>
</div>
</section>
<section>
<table cellspacing="0">
<thead>
<tr>
<th>Nome</th>
<th>Link</th>
</tr>
</thead>
<tr>
<td>Platform</td>
<td>
<a href="https://github.com/netuno-org/platform">
netuno-org/platform
</a>
</td>
</tr>
<tr>
<td>ReAuthKit</td>
<td>
<a href="https://github.com/netuno-org/reauthkit">
netuno-org/reauthkit
</a>
</td>
</tr>
<tr>
<td>Website</td>
<td>
<a href="https://github.com/netuno-org/website">
netuno-org/website
</a>
</td>
</tr>
<tr>
<td>Auth Client</td>
<td>
<a href="https://github.com/netuno-org/auth-client">
netuno-org/auth-client
</a>
</td>
</tr>
<tr>
<td>Service Client</td>
<td>
<a href="https://github.com/netuno-org/service-client">
netuno-org/service-client
</a>
</td>
</tr>
<tbody>
</tbody>
<tfoot>
<tr>
<th>Total</th>
<th>5</th>
</tr>
</tfoot>
</table>
</section>
</main>
<footer>
&copy; 2023 Trit&atilde;o
</footer>
</body>
</html>