-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
216 lines (143 loc) · 5.28 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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<meta http-equiv="X-UA-Compatible" content="ie=edge"/>
<meta name="theme-color" content="#478079" >
<title>Demo site for Adritian - a high performance hugo theme by Adrián Moreno</title>
<meta name="description" content="This hugo theme (Adritian) is based on Boostrap and has features that make it suitable for a personal site, a portfolio or other kind of Single Page Applications.">
<style data-generator="critical-css">
</style>
<link
rel="preload"
href="/css/bundle.min.4b7660f1184f9dbdb69821e6f3775e3e665c6b890f1f0218190aa219c891c5c3.css"
as="style"
data-generator="purgeCSS"
onload="this.onload=null;this.rel='stylesheet'"
integrity="sha256-S3Zg8RhPnb22mCHm83dePmZca4kPHwIYGQqiGciRxcM="
/>
<noscript>
<link
rel="stylesheet"
href="/css/bundle.min.4b7660f1184f9dbdb69821e6f3775e3e665c6b890f1f0218190aa219c891c5c3.css"
integrity="sha256-S3Zg8RhPnb22mCHm83dePmZca4kPHwIYGQqiGciRxcM="
/>
</noscript>
<script src='https://www.adrianmoreno.info/js/library/lozad.min.js'></script>
</head>
<body>
<header class="header fixed-top rad-animation-group" id="header">
<div class="container rad-fade-in">
<nav class="navbar navbar-expand-lg navbar-light p-0">
<div class="container-fluid">
<a class="navbar-brand mx-auto" href="https://www.adrianmoreno.info/">
<span>Cool</span>
<span>Name</span>
</a>
<button
class="navbar-toggler collapsed"
type="button"
data-bs-toggle="collapse"
data-bs-target="#navbarSupportedContent, #header"
aria-controls="navbarSupportedContent"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ml-lg-auto">
<li class="nav-item">
<a class="nav-link active" href="https://www.adrianmoreno.info/">HOME</a>
</li>
<li class="nav-item">
<a data-scroll class="nav-link" href="/#about"
>ABOUT</a
>
</li>
<li class="nav-item">
<a data-scroll class="nav-link" href="/#portfolio"
>PORTFOLIO</a
>
</li>
<li class="nav-item">
<a data-scroll class="nav-link" href="/blog"
>BLOG</a
>
</li>
<li class="nav-item">
<a data-scroll class="nav-link" href="/#contact"
>CONTACT</a
>
</li>
</ul>
</div>
</div>
</nav>
</div>
</header>
<section id="breadcrumb-bar" class="breadcrumb-bar container">
<ul class="breadcrumbs">
<li class="breadcrum-item"><span><a href="/">Home</a></span></li><li class="breadcrum-item"><span><a href="/404.html">404.html</a></span></li></ul>
</section>
<section class="section four-o-four">
<div class="container text-center">
<h1 class="display-1">404</h1>
<h4>Page not found</h4>
<p>
Sorry, but the page you were looking for could not be found.
</p>
<a href="https://www.adrianmoreno.info/" class="btn btn-primary">Back to homepage</a>
</div>
</section>
<footer class="footer">
<div class="container">
<div class="footer__left">
<div class="footer__copy">
© Adritian. Free Hugo theme by Adrián Moreno Peña.
</div>
</div>
<div class="footer__links">
<ul class="navbar-nav ">
<li class="nav-item">
<a class="nav-link" href="https://www.adrianmoreno.info/">🏠 HOME</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/#about">ABOUT</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/#portfolio">PORTFOLIO</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/#contact">CONTACT</a>
</li>
</ul>
</div>
<div class="footer__right">
</div>
</div>
</footer>
<script>
window.addEventListener("load", function() {
try{
var observer = window.lozad(".lozad", {
rootMargin: window.innerHeight / 2 + "px 0px",
threshold: 0.01
});
observer.observe();
} catch(e) {
console.error(e);
}
});
</script>
<script defer src='https://www.adrianmoreno.info/js/rad-animations.js'></script>
<script defer src='https://www.adrianmoreno.info/js/library/smooth-scroll.polyfills.min.js'></script>
<script defer src='https://www.adrianmoreno.info/js/sticky-header.js'></script>
<script defer src='https://www.adrianmoreno.info/js/smooth-scroll-init.js'></script>
<script defer src='https://www.adrianmoreno.info/js/library/bootstrap.min.js'></script>
<script>
window.si = window.si || function () { (window.siq = window.siq || []).push(arguments); };
</script>
</body>
</html>