2023-12-10 22:40:22 +01:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="es">
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
<title>Open Bokeron</title>
|
|
|
|
<link rel="stylesheet" href="style.css">
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
|
|
|
|
<header>
|
|
|
|
<h1>Open Bokeron</h1>
|
2024-02-19 19:52:23 +01:00
|
|
|
<p>¡"Abre tu mente, abre tu código" con Open Bokeron!</p>
|
2023-12-10 22:40:22 +01:00
|
|
|
</header>
|
|
|
|
|
|
|
|
<nav>
|
2024-02-19 20:22:56 +01:00
|
|
|
<a href="/">Página principal</a>
|
2024-02-19 19:45:57 +01:00
|
|
|
<a href="proyectos.html">Proyectos</a>
|
|
|
|
<a href="contacto.html">Contacto</a>
|
2023-12-10 22:40:22 +01:00
|
|
|
</nav>
|
|
|
|
|
|
|
|
<section id="sobre">
|
2024-02-19 19:45:57 +01:00
|
|
|
<h2>Sobre nosotros</h2>
|
2024-02-18 19:57:29 +01:00
|
|
|
<p>Bienvenido a Open Bokeron, somos un grupo de estudiantes de la ETSI Informática de la UMA que nos dedicamos a promociar el código libre.</p>
|
2023-12-10 22:40:22 +01:00
|
|
|
</section>
|
|
|
|
|
|
|
|
<section id="proyectos">
|
|
|
|
<h2>Projects</h2>
|
|
|
|
<p>Explore our latest projects that contribute to the world of Free/Libre software.</p>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<section id="contacto">
|
|
|
|
<h2>Contact Us</h2>
|
|
|
|
<p>Have questions or want to get involved? Reach out to us at <a href="mailto:info@openbokeron.org">info@openbokeron.org</a>.</p>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<footer>
|
2024-02-19 19:45:57 +01:00
|
|
|
<p>© 2024 Open Bokeron. All rights reserved.</p>
|
2023-12-10 22:40:22 +01:00
|
|
|
</footer>
|
|
|
|
|
|
|
|
</body>
|
|
|
|
</html>
|