-
Notifications
You must be signed in to change notification settings - Fork 2
/
404.html
80 lines (59 loc) · 2.67 KB
/
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
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<!DOCTYPE html>
<html>
<head><link rel="stylesheet" href="normalize.css">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Manuel Simón Nóvoa</title>
<link rel="stylesheet" href="css/bulma.css">
<link rel="stylesheet" href="css/bulma.min.css">
<link rel="stylesheet" href="css/emoji.css">
<link href="css/all.css" rel="stylesheet">
<script src="js/simple-typing-carousel.js"></script>
<!-- <link rel="stylesheet" href="styles/debug.css"> -->
<link rel="stylesheet" href="styles/helpers.css">
<link rel="stylesheet" href="styles/grid.css">
<style>
/* background */
.hero {
background: white;
}
/* responsive */
@media (max-width: 768px) {
:root {
font-size: 90%;
}
}
</style>
</head>
<body>
<div class="is-overlay has-text-centered single-spaced is-centered" >
<h1 id="404" class="has-text-grey-lighter has-text-weight-bold" style="font-size: 85vh;">404</h1>
</div>
<!-- .hero -->
<section class="hero is-fullheight">
<!-- .hero-body -->
<header class="hero-body center" >
<div style="position: absolute;">
<section class="section">
<div class="section-heading">
<h1 class="title is-2 has-text-centered" >Cornos! <i class="em em-zany_face"></i></h1>
<h2 class="subtitle is-3 has-text-centered">Não deverias estar cá! Infelizmente, esta página não está disponível.</h2>
</div>
</section>
<section class="section">
<div class="has-text-centered">
<a href="index.html" class="button is-dark is-outlined is-large title">
Voltar ao início
</a>
</div>
</section>
<section class="section">
<h3 class="subtitle is-6 has-text-centered">Realmente crês que esta página deveria ser acessível? Então, contacta comigo para que solucione esta falha, se fás favor.</h3>
</section>
</div>
</header>
<!-- /.hero-body -->
</section>
<!-- /.hero -->
</body>
</html>