-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
52 lines (51 loc) · 2.18 KB
/
index.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
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Alan Bernal - Senior Web Developer</title>
<meta name="description" content="¡Ups! Portafolio en construcción">
<link rel="icon" type="image/png" href="images/alanbernal-favicon.png">
<!-- Styles -->
<link rel="stylesheet" href="https://pro.fontawesome.com/releases/v5.10.0/css/all.css"
integrity="sha384-AYmEC3Yw5cVb3ZcuHtOA93w35dYTsvhLPVnYs9eStHfGJvOvKxVfELGroGkvsg+p" crossorigin="anonymous"/>
<link rel="stylesheet" href="css/app-dist.css">
<!-- Styles -->
</head>
<body>
<div class="app">
<section class="navigation">
<div class="container">
<nav class="navigation__content">
<div class="navigation__logo">
<img src="images/alanbernal-imagotipo.svg" alt="Logo Alan Bernal">
</div>
<div class="navigation__social">
<a href="https://www.github.com/alanbernale" target="_blank"><i class="fab fa-github"></i></a>
<a href="https://www.linkedin.com/in/alanbernale/" target="_blank"><i class="fab fa-linkedin-in"></i></a>
<a href="https://www.instagram.com/alanbernalpe/" target="_blank"><i class="fab fa-instagram"></i></a>
<a href="https://wa.me/51933072846" target="_blank"><i class="fab fa-whatsapp"></i></a>
</div>
</nav>
</div>
</section>
<main class="construction">
<div class="container">
<div class="construction__content">
<div class="construction__text">
<h1 class="construction__title">¡Ups!</h1>
<h2 class="construction__subtitle">Portafolio en construcción</h2>
</div>
<div class="construction__image">
<img src="images/construction.svg" alt="En Construcción">
</div>
</div>
</div>
</main>
</div>
<!-- Scripts -->
<script src="js/app-dist.js"></script>
<!-- Scripts -->
</body>
</html>