-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathhackaton.html
More file actions
40 lines (39 loc) · 1.89 KB
/
Copy pathhackaton.html
File metadata and controls
40 lines (39 loc) · 1.89 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
<!doctype html>
<html lang="es">
<head>
<meta charset="utf-8">
<script>
// Redirige el antiguo alojamiento de GitHub Pages al dominio actual.
if (window.location.hostname === 'robotech-urjc.github.io') {
var path = window.location.pathname.replace(/^\/mainweb(?:\/|$)/, '/');
window.location.replace('https://robotech.eif.urjc.es' + path + window.location.search + window.location.hash);
}
</script>
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover">
<meta name="description" content="Hackatón de Robotech URJC.">
<title>Hackatón | Robotech URJC</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap" rel="stylesheet">
<link rel="stylesheet" href="styles.css">
</head>
<body class="hackathon-page hackathon-page--teaser">
<main class="hackathon-shell hackathon-teaser" aria-labelledby="hackathon-title">
<nav class="hackathon-nav" aria-label="Navegación de hackatón">
<a class="hackathon-brand" href="index.html" aria-label="Volver a Robotech URJC">
<img src="img/logo_no_underscore.png" alt="Robotech URJC">
</a>
<a class="hackathon-nav-link" href="index.html">Web</a>
</nav>
<section class="hackathon-teaser__hero">
<p class="hackathon-kicker">Robotech URJC</p>
<h1 id="hackathon-title">Hackatón en camino.</h1>
<p>Estamos preparando actividades, retos y encuentros para que la gente construya tecnología real con nosotros.</p>
<div class="hackathon-teaser__links">
<a href="proyectos.html">Ver proyectos</a>
<a href="talleres.html">Ver talleres</a>
</div>
</section>
</main>
</body>
</html>