Skip to content

Commit 1f9ee98

Browse files
committed
Archival state, links to view prior years
1 parent ae59769 commit 1f9ee98

File tree

5 files changed

+639
-247
lines changed

5 files changed

+639
-247
lines changed

404.html

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,10 @@
22

33
<html lang="en">
44
<head>
5-
<title>Hackalist</title>
5+
<title>404 - Hackalist</title>
66
<meta charset="UTF-8">
7-
<meta name="description" content="A list of upcoming hackathons in North America.">
7+
<meta name="description" content="An archive of hackathons from around the world (2014-2025).">
88
<meta name="keywords" content="hackathon, hackathons, list">
9-
<meta name="author" content="Kevin Payravi">
109
<link rel="shortcut icon" href="/images/favicon.ico" />
1110
<!-- Start Google Javascript -->
1211
<script>
@@ -18,21 +17,21 @@
1817
ga('require', 'displayfeatures');
1918
ga('send', 'pageview');
2019
</script>
21-
<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">
20+
<link rel="stylesheet" type="text/css" href="css/skeleton.css">
2221
<link rel="stylesheet" href="css/style.css">
2322
</head>
2423
<body>
25-
<div class="container" style="padding:20px;">
24+
<div class="container">
2625
<div class="row">
2726
<div class="twelve columns">
28-
<br><img src="images/logo.png" alt="Hackalist" class="img-center"><br>
27+
<br><a href="/"><img src="images/logo.png" alt="Hackalist" class="img-center"></a><br>
2928
</div>
3029
</div>
3130
<br>
3231
<div class="row">
3332
<div class="twelve columns">
3433
<p class="text-subheading">
35-
You've 404'd! Head back to the <a href="http://www.hackalist.org/">Main Page</a>.
34+
You've 404'd! Head back to the <a href="/">Main Page</a>.
3635
</p>
3736
</div>
3837
</div>

0 commit comments

Comments
 (0)