-
Notifications
You must be signed in to change notification settings - Fork 0
/
encontruccion.html
55 lines (44 loc) · 2.44 KB
/
encontruccion.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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/png" href="assets/img/all/logo-alurageek.png"/>
<link rel="stylesheet" href="assets/css/reset.css">
<link rel="stylesheet" href="assets/css/normalize.css">
<link rel="stylesheet" href="assets/css/root.css">
<link href="https://fonts.googleapis.com/css2?family=Raleway:wght@400;500;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="assets/css/body.css">
<link rel="stylesheet" href="assets/css/all/cabecera/cabecera.css">
<link rel="stylesheet" href="assets/css/all/cabecera/cabecera-logo.css">
<link rel="stylesheet" href="assets/css/all/cabecera/cabecera-icono.css">
<link rel="stylesheet" href="assets/css/all/cabecera/cabecera-texto.css">
<link rel="stylesheet" href="assets/css/all/cabecera/cabecera-buscador.css">
<link rel="stylesheet" href="assets/css/all/cabecera/cabecera-buscador-input.css">
<link rel="stylesheet" href="assets/css/all/cabecera/cabecera-buscador-icono.css">
<link rel="stylesheet" href="assets/css/pagina-en-construccion/encontruccion.css">
<link rel="stylesheet" href="assets/css/all/footer/footer.css">
<title>AluraGeek :: Login</title>
</head>
<body>
<header id="cabecera">
<a href="index.html"><div class="cabecera__logo">
<img src="assets/img/all/logo-alurageek.png" alt="Ícono AluraGeek" class="cabecera__icono">
<img src="assets/img/all/texto-alurageek.png" alt="Logo AluraGeek" class="cabecera__texto">
</div></a>
<div class="cabecera__buscador">
<input type="text" class="cabecera__buscador-input" placeholder="¿Qué deseas buscar?">
<img src="assets/img/all/icono-buscador.png" alt="Ícono buscador" class="cabecera__buscador-icono">
</div>
</header>
<section id="enconstruccion">
<h1 class="enconstruccion__titulo">Página en construcción...</h1>
<img src="assets/img/all/construccion.png" alt="En construcción..." class="encontruccion__img">
<a href="index.html" class="enconstruccion__enlace-inicio">Regresar a inicio</a>
</section>
<footer id="footer">
<p class="footer__texto">© Desarrolado por Gian Barrantes</p>
<p class="footer__texto">2023</p>
</footer>
</body>
</html>