-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
106 lines (61 loc) · 2.89 KB
/
404.html
File metadata and controls
106 lines (61 loc) · 2.89 KB
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
<!DOCTYPE html>
<html class="no-js">
<head>
<title>404 Page not found · bcdata colloquium</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta http-equiv="content-language" content="en-us" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="author" content="bcdata.ca">
<meta name="description" content="Data talks linking industry and the academy.">
<meta name="generator" content="Hugo 0.17" />
<!-- Stylesheets -->
<link rel="stylesheet" type="text/css" href="http://bcdata.ca/css/main.css" />
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.6/styles/tomorrow.min.css" />
<link href="https://fonts.googleapis.com/css?family=Open+Sans:400italic,400,300,700|Lora:400,700,400italic" rel="stylesheet" type="text/css">
</head>
<body>
<div class="off-canvas">
<div class="bio">
<h1>bcdata colloquium</h1>
<p>Data talks linking industry and the academy.</p>
</div>
<nav>
<h6>Subscribe</h6>
<ul>
<li><a target="_blank" href="http://bcdata.ca/index.xml">RSS feed</a></li>
</ul>
<ul>
<li><a target="_blank" href="//github.com/pimsmath/">Github</a></li>
</ul>
<h6>Sponsors</h6>
<a href="http://www.canssi.ca"><img src="/img/canssi_logo.png" alt="CANSSI logo" height="120" width="">
<a href="http://dsi.ubc.ca"><img src="/img/ubc-dsi-logo.png" alt="DSI" height="120" width="">
<a href="http://www.iam.ubc.ca/"><img src="/img/iam-logo.png" alt="IAM" height="120" width="">
<a href="https://pims.math.ca"><img src="/img/pims-logo.png" alt="PIMS logo" height="120" width="">
</nav>
</div>
<div class="site-wrapper">
<header>
<div class="h-wrap">
<h1 class="title"><a href="http://bcdata.ca/">bcdata colloquium</a></h1>
<a class="menu-icon" title="Menu"><span class="lines"></span></a>
</div>
</header>
<section class="single-wrap">
<article class="single-content">
<h1 class="page-title" itemprop="name headline">Page not found</h1>
<h3 style="text-align: center;">Sorry, but the requested page wasn’t <br> found on the server.</h3>
</article>
</section>
<footer>
<small>2017 bcdata.ca – All Rights Reserved.</small>
</footer>
</div>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
<script src="http://bcdata.ca/js/main.js"></script>
<!-- Syntax highlighting -->
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.6/highlight.min.js"></script>
<script>hljs.initHighlightingOnLoad();</script>
</body>
</html>