-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
162 lines (110 loc) · 4.07 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
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-us" lang="en-us">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="Hugo 0.101.0" />
<title>404 Page not found · Calgary RHCE</title>
<meta name="description" content="" />
<meta property="og:locale" content="en-us"/>
<meta property="og:image" content="https://calgaryrhce.ca/wp-content/uploads/2016/08/cropped-1477782_10152102853181489_71278912_n.jpg">
<meta property="og:type" content="blog"/>
<meta property="og:site_name" content="Calgary RHCE"/><meta property="og:title" content="404 Page not found"/>
<meta property="og:url" content="https://calgaryrhce.ca/404.html"/>
<meta property="og:description" content=""/>
<script type="application/ld+json">
{
"@context" : "http://schema.org",
"@type" : "Blog",
"name": "Calgary RHCE",
"url" : "https://calgaryrhce.ca/",
"image": "https://calgaryrhce.ca/wp-content/uploads/2016/08/cropped-1477782_10152102853181489_71278912_n.jpg",
"description": "A linux and open source technology blog."
}
</script>
<link type="text/css"
rel="stylesheet"
href="https://calgaryrhce.ca/css/print.css"
media="print">
<link type="text/css"
rel="stylesheet"
href="https://calgaryrhce.ca/css/poole.css">
<link type="text/css"
rel="stylesheet"
href="https://calgaryrhce.ca/css/hyde.css">
<style type="text/css">
.sidebar {
background-color: #990000;
}
.read-more-link a {
border-color: #990000;
}
footer a,
.content a,
.related-posts li a:hover {
color: #990000;
}
</style>
<link rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700&display=swap">
<link rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.12.1/css/all.min.css"
integrity="sha256-mmgLkCYLUQbXn0B1SRqzHar6dCnv9oZFPEC1g1cwlkk="
crossorigin="anonymous" />
<link rel="apple-touch-icon-precomposed"
sizes="144x144"
href="/apple-touch-icon-144-precomposed.png">
<link rel="shortcut icon" href="/favicon.png">
</head>
<body>
<aside class="sidebar">
<div class="container">
<div class="sidebar-about">
<div class="author-image">
<img src="https://calgaryrhce.ca/wp-content/uploads/2016/08/cropped-1477782_10152102853181489_71278912_n.jpg" class="img-circle img-headshot center" alt="Profile Picture">
</div>
<h1>Calgary RHCE</h1>
<p class="lead">A linux and open source technology blog.</p>
</div>
<nav>
<ul class="sidebar-nav">
<li>
<a href="https://calgaryrhce.ca/">Home</a>
</li>
<li>
<a href="/posts/"> Posts </a>
</li><li>
<a href="/about/"> About </a>
</li>
</ul>
</nav>
<section class="social-icons">
<a href="https://ca.linkedin.com/in/andrewludwar" rel="me" title="Linkedin">
<i class="fab fa-linkedin" aria-hidden="true"></i>
</a>
<a href="https://github.com/aludwar" rel="me" title="GitHub">
<i class="fab fa-github" aria-hidden="true"></i>
</a>
<a href="https://twitter.com/andrewludwar" rel="me" title="Twitter">
<i class="fab fa-twitter" aria-hidden="true"></i>
</a>
</section>
</div>
</aside>
<main class="content container">
<h1>Page not found</h1>
<p class="lead">
Sorry, we've misplaced that URL or it's pointing to something that doesn't exist.
<a href="https://calgaryrhce.ca/">Head back home</a> to try finding it again.
</p>
</main>
<footer>
<div class="copyright">
© 2023 ·
</div>
</footer>
<script src="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.12.1/js/all.min.js"
integrity="sha256-MAgcygDRahs+F/Nk5Vz387whB4kSK9NXlDN3w58LLq0="
crossorigin="anonymous"></script>
</body>
</html>