2024-02-19 20:02:49 +01:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="es">
|
2024-02-20 17:35:37 +01:00
|
|
|
|
2024-02-19 20:02:49 +01:00
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
2024-02-19 20:55:19 +01:00
|
|
|
<title>Linux Party - Open Bokeron</title>
|
2024-02-20 17:35:37 +01:00
|
|
|
<link rel="stylesheet" href="https://cdn.simplecss.org/simple.min.css">
|
|
|
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/flexboxgrid/6.3.1/flexboxgrid.min.css" type="text/css">
|
2024-02-20 22:19:28 +01:00
|
|
|
<link rel="stylesheet" href="./style.css" type="text/css">
|
2024-02-19 20:02:49 +01:00
|
|
|
</head>
|
|
|
|
|
2024-02-20 17:35:37 +01:00
|
|
|
<body>
|
|
|
|
<!-- Common header -->
|
2024-02-19 20:02:49 +01:00
|
|
|
<header>
|
2024-02-20 22:19:28 +01:00
|
|
|
<img class="icon" src="assets/logo.jpg" alt="OpenBokeron logo">
|
2024-02-19 20:02:49 +01:00
|
|
|
<h1>Open Bokeron</h1>
|
2024-02-20 17:35:37 +01:00
|
|
|
<p>"¡Abre tu mente, abre tu código!"</p>
|
|
|
|
<nav>
|
|
|
|
<ul>
|
|
|
|
<li>
|
|
|
|
<a href="/">Página principal</a>
|
|
|
|
</li>
|
|
|
|
<li>
|
|
|
|
<a href="proyectos.html">Proyectos</a>
|
|
|
|
</li>
|
|
|
|
<li>
|
|
|
|
<a href="contacto.html">Contacto</a>
|
|
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
</nav>
|
2024-02-19 20:02:49 +01:00
|
|
|
</header>
|
2024-02-19 21:29:20 +01:00
|
|
|
|
2024-02-20 17:35:37 +01:00
|
|
|
<!-- Common footer -->
|
2024-02-19 20:02:49 +01:00
|
|
|
<footer>
|
2024-02-20 17:35:37 +01:00
|
|
|
<p>© 2024 Open Bokeron.</p>
|
|
|
|
<p>
|
|
|
|
Made with <span style="color: #e25555;">♥</span> in
|
|
|
|
<a href="https://bitbucket.org/openbokeron/openbokeron.bitbucket.io">Bitbucket</a>
|
|
|
|
</p>
|
2024-02-19 20:02:49 +01:00
|
|
|
</footer>
|
|
|
|
</body>
|
2024-02-20 17:35:37 +01:00
|
|
|
|
2024-02-19 20:02:49 +01:00
|
|
|
</html>
|