-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path404.html
More file actions
107 lines (95 loc) · 5.54 KB
/
404.html
File metadata and controls
107 lines (95 loc) · 5.54 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
107
<!DOCTYPE html>
<html lang="en-US" prefix="og: http://ogp.me/ns#">
<head>
<meta charset="UTF-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>Page Not Found - WolfBeacon</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="siteURL" content="index.html">
<link rel="apple-touch-icon" sizes="180x180" href="img/fav.png">
<link rel="icon" href="img/fav.png" size="16x16">
<link rel="icon" href="img/fav.png" type="image/png" sizes="32x32">
<link rel="icon" href="img/fav.png" type="image/png" sizes="64x64">
<meta name="description" content="WolfBeacon is a mobile-first platform to systemize the organization of and participation in hackathons."/>
<meta name="robots" content="noodp"/>
<link rel="canonical" href="index.html" />
<meta property="og:locale" content="en_US" />
<meta property="og:type" content="website" />
<meta property="og:image" content="http://www.eonjohn.com/img/fav.png" />
<meta property="og:title" content="WolfBeacon" />
<meta property="og:description" content="WolfBeacon is a mobile-first platform to systemize the organization of and participation in hackathons." />
<meta property="og:url" content="http://www.wolfbeacon.com/" />
<meta property="og:site_name" content="WolfBeacon" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:description" content="WolfBeacon is a mobile-first platform to systemize the organization of and participation in hackathons." />
<meta name="twitter:title" content="WolfBeacon" />
<meta name="twitter:site" content="@wolf_beacon" />
<link rel='stylesheet' id='main-styles-css' href='css/main.css' type='text/css' media='all' />
</head>
<body >
<div class="main">
<header class="header">
<div style="background-color: #37adcb;" class="header__container container">
<div class="header__inner">
<div class="header__logo">
<a href="index.html" title="WolfBeacon">
<img src="img/logo_w.png" alt="WolfBeacon">
</a>
</div>
<div class="nav-icon">
<span></span>
</div>
<ul class="nav">
<li><a class="nav__link is-home-link" href="index.html" title="Home">Home</a></li>
<li><a class="nav__link is-features-link" href="features.html" title="Features">Features</a></li>
<li><a class="nav__link is-how-it-works-link" href="how-it-works.html" title="How it works">How it works</a></li>
<li><a class="nav__link is-how-it-works-link" href="projects.html" title="Projects">Projects</a></li>
<li><a class="nav__link is-faq-link" href="https://github.com/WolfBeacon" title="Contribute to our github">Contribute</a></li>
<li><a class="nav__link is-faq-link " href="login.html" title="Sign In">Sign In</a></li>
<li><a class="button -fill -trial-button" href="login.html" b title="Sign Up for FREE">Sign Up for free</a></li>
</ul>
<div class="nav-footer u--mobile">
<ul class="footer__nav footer__nav--left">
<li><a class="is-about-xero-link" href="#" title="Built With ♥ By The Hacker Community">Built With ♥ By The Hacker Community</a></li>
<li><a class="icon-twitter" href="https://twitter.com/wolf_beacon?lang=en" target="_blank"></a></li>
<li><a class="icon-fb" href="https://twitter.com/wolf_beacon?lang=en" target="_blank"></a></li>
<li><a class="icon-email" href="mailto:?subject=WolfBeacon&body=Use this space to write us a message" title="WolfBeacon"></a></li>
</ul>
</div>
</div>
</header>
<div class="panel">
<div class="container -small">
<div class="error-404-message">
<h1>404</h1>
<h2>This is not the page you're looking for...</h2>
<p>...You can go about your business. Move along.</p>
<ul class="button-list">
<li><a class="button -no-shadow -fill" href="index.html" title="WolfBeacon Home">Home</a></li>
<li><a class="button -no-shadow -fill" href="login.html" title="Sign Up">Sign Up Today</a></li>
</ul>
</div>
</div>
</div>
</div> <!-- end .main -->
<footer class="footer website">
<div class="container">
<div class="footer__inner">
<ul class="footer__nav footer__nav--left">
<li><a class="is-about-paymark-link" href="about-us.html" title="Built With ♥ By The Hacker Community">Built With ♥ by the hacker community</a></li>
<li><a class="icon-twitter" href="https://twitter.com/wolf_beacon?lang=en" target="_blank"></a></li>
<li><a class="icon-fb" href="https://twitter.com/wolf_beacon?lang=en" target="_blank"></a></li>
<li><a class="" href="mailto:hello@wolfbeacon.com?subject=WolfBeacon&body=Use this space to write us a message" title="WolfBeacon">Contact Us</a></li>
</ul>
<ul class="footer__nav footer__nav--right">
<li><a class="is-privacy-link" href="index.html" title="Privacy">Privacy</a></li>
<li><a class="is-tandc-link" href="index.html" title="Terms & Conditions">Terms & Conditions</a></li>
</ul>
</div>
</div>
</footer>
<script src="https://cdn.auth0.com/js/lock/10.10.1/lock.min.js"></script>
<script type="text/javascript" src="js/app.js"></script>
<script type='text/javascript' src='js/main.js'></script>
</body>
</html>