-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path404.html
81 lines (67 loc) · 3.34 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta http-equiv="Content-Language" content="en-us" />
<meta http-equiv="imagetoolbar" content="false" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="ROBOTS" content="INDEX, FOLLOW">
<meta name="MSSmartTagsPreventParsing" content="true" />
<meta name="description" content="Professionals in Norfolk, VA building skills in the field of data science through speakers, tutorials, and hands-on data projects for social good.">
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@NorfolkDataSci" />
<meta name="twitter:creator" content="@NorfolkDataSci" />
<meta property="og:url" content="https://norfolkdatasci.github.io/" />
<meta property="og:title" content="Page Not Found | Norfolk Data Science" />
<meta property="og:description" content="Professionals in Norfolk, VA building skills in the field of data science through speakers, tutorials, and hands-on data projects for social good." />
<meta property="og:image" content="https://norfolkdatasci.github.io/assets/images/norfolk-ds-logo.png" />
<title>Page Not Found | Norfolk Data Science</title>
<link href="/assets/stylesheets/application.css" rel="stylesheet" type="text/css" />
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
<script src="/assets/javascripts/application.js" type="text/javascript"></script>
</head>
<body>
<div id="header-wrapper">
<div id="header">
<div>
<a class="logo" href="/">Norfolk Data Science</a>
<ul class="nav">
<li><a href="/community/" class="nav-community">Community</a></li>
<li><a href="/code/" class="nav-code">Code</a></li>
<li><a href="/projects/" class="nav-projects">Projects</a></li>
<li><a href="/sponsors/" class="nav-sponsors">Sponsors</a></li>
<li><a href="/jobs/" class="nav-jobs">Jobs</a></li>
<li style="display:none;" id="search-container">
<input style="display:none;" type="text" id="searchfield" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false" />
<label style="display:none;" class="search-placeholder">Search</label>
<div class="cancel-search"></div>
<ul id="search-results"></ul>
</li>
</ul>
</div>
</div><!-- #header -->
</div><!-- #header-wrapper -->
<div class="wrapper feature">
<h2>
Sorry, Page Not Found
</h2>
<img src="/assets/images/norfolk-mermaid-rotated.gif" class="mermaid" alt="Mermaid">
</div>
<div id="footer" >
<div class="lower_footer">
<ul class="footer-cell">
<li><a href="/">© 2016 Norfolk Data Science</a></li>
<li><a href="/contact-us/">Contact</a></li>
</ul>
</div>
</div><!-- /#footer -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-81487415-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>