-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
25 lines (25 loc) · 978 Bytes
/
404.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" name="viewport">
<title>Althea Espejo</title>
<link href="https://fonts.googleapis.com/css?family=Roboto:100,300" rel="stylesheet">
<link rel="stylesheet" href="css/index.css">
</head>
<body>
<div class="container--404">
<h1 class="glitch glitch-title" data-text="Althea_Espejo">
Althea_Espejo
</h1>
<h2 class="glitch-text"
<span class="italic">Oops!</span> something went wrong. My tiny robots are figuring out what happened.
</h2>
<p class="glitch-text"> In the meantime you can find me on
<a class="glitch-text" href="https://github.com/AltheaE" target="_blank">Github</a>,
<a class="glitch-text" href="https://www.linkedin.com/in/altheaespejo/"target="_blank">Linkedin</a> or
<a class="glitch-text" href="https://www.behance.net/AltheaEspejo"target="_blank">Behance</a>.
</p>
</div>
<script src="js/main.js" charset="utf-8"></script>
</body>
</html>