-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
141 lines (89 loc) · 4.04 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
<!DOCTYPE HTML>
<html lang="en-us">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<meta name="description" content="Your description">
<meta name="author" content="Your name">
<meta name="generator" content="Hugo 0.109.0">
<title>404 Page not found · AW - notes & thoughts</title>
<!-- Stylesheets -->
<link rel="stylesheet" href="https://coffepowered.github.io/css/main.css"/>
<!-- Custom Fonts -->
<link href="https://coffepowered.github.io/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link rel="shortcut icon" type="image/x-icon" href="https://coffepowered.github.io/favicon.ico">
<link rel="icon" type="image/x-icon" href="https://coffepowered.github.io/favicon.ico">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="js/ie/html5shiv.js"></script>
<script src="js/ie/html5shiv.jsrespond.min.js"></script>
<![endif]-->
<head>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-1209H4LX3C"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-1209H4LX3C');
</script>
</head>
</head>
<body>
<!-- Wrapper -->
<div id="wrapper">
<!-- Header -->
<header id="header" class="alt">
<a href="https://coffepowered.github.io/" class="logo"><strong>AW</strong> <span>learning from data</span></a>
<nav>
<a href="#menu">Menu</a>
</nav>
</header>
<!-- Menu -->
<nav id="menu">
<ul class="links">
<li><a href="https://coffepowered.github.io/">Home</a></li>
<li><a href="https://coffepowered.github.io/blogs">Blogs</a></li>
<li><a href="https://coffepowered.github.io/blogs/ipsum">Generic Blog</a></li>
<li><a href="https://coffepowered.github.io/elements.html">Elements</a></li>
</ul>
<ul class="actions vertical">
<li><a href="https://coffepowered.github.io/blogs" class="button special fit">Get Started</a></li>
<li><a href="https://coffepowered.github.io/" class="button fit">Log In</a></li>
</ul>
</nav>
<!-- Main -->
<div id="main">
<div class="inner">
<h1>Page couldn't be found</h1>
<p>Please visit <a href="/">this page</a></p>
</div>
</div>
<!-- Footer -->
<!-- Footer -->
<footer id="footer">
<div class="inner">
<ul class="icons">
<li><a href="https://twitter.com/bernardo_xdata" class="icon alt fa-twitter" target="_blank"><span class="label">Twitter</span></a></li>
<li><a href="https://www.linkedin.com/in/andreawalteruggerini/" class="icon alt fa-linkedin" target="_blank"><span class="label">LinkedIn</span></a></li>
</ul>
<ul class="copyright">
<li>© Updated Feb 2022. Top image by @iamengjell</li>
<li>Design: <a href="https://www.html5up.net">HTML5 UP</a></li>
</ul>
</div>
</footer>
</div>
<!-- Scripts -->
<!-- Scripts -->
<!-- jQuery -->
<script src="https://coffepowered.github.io/js/jquery.min.js"></script>
<script src="https://coffepowered.github.io/js/jquery.scrolly.min.js"></script>
<script src="https://coffepowered.github.io/js/jquery.scrollex.min.js"></script>
<script src="https://coffepowered.github.io/js/skel.min.js"></script>
<script src="https://coffepowered.github.io/js/util.js"></script>
<!-- Main JS -->
<script src="https://coffepowered.github.io/js/main.js"></script>
</body>
</html>