Skip to content

Commit 30284fe

Browse files
committed
Merge branch 'master' of github.com:hacketyhack/hackety-hack.com
2 parents 1fb3a55 + e6ce2c8 commit 30284fe

2 files changed

Lines changed: 18 additions & 8 deletions

File tree

public/404.html

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,12 @@
55
<style>
66
body {
77
background-color: white;
8+
margin: 0px;
89
}
910
.head {
1011
background-color: #253e59;
1112
width: 100%;
12-
/*height: 3em;*/
13+
height: 2em;
1314
}
1415
#content {
1516
background-color: white;
@@ -20,19 +21,23 @@
2021
border-width: 1px;
2122
}
2223
a {
23-
color: white;
24+
color: #BFBFBF;
2425
font-weight: bold;
2526
border-radius: 1em;
26-
font-size: 2em;
27+
font-size: 1.5em;
2728
text-decoration: none;
2829
}
30+
a:hover {
31+
color: white;
32+
}
2933

3034
</style>
3135
</head>
3236

3337
<body>
3438
<div class="head">
35-
<a href="http://hackety-hack.com"><img height="50px" src="http://hackety-hack.com/assets/logo-star.png" /></a> <a href="http://hackety-hack.com/questions">Questions</a>
39+
<a href="http://hackety-hack.com"><img style="float: left;" height="50px" src="http://hackety-hack.com/assets/logo-star.png" /></a>
40+
<a style="padding-left: 4px;" href="http://hackety-hack.com/questions">Questions</a>
3641
</div>
3742
<div id="content">
3843
<h2>The page you were looking for doesn't exist.</h2>

public/500.html

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,12 @@
55
<style>
66
body {
77
background-color: white;
8+
margin: 0px;
89
}
910
.head {
1011
background-color: #253e59;
1112
width: 100%;
12-
/*height: 3em;*/
13+
height: 2em;
1314
}
1415
#content {
1516
background-color: white;
@@ -20,19 +21,23 @@
2021
border-width: 1px;
2122
}
2223
a {
23-
color: white;
24+
color: #BFBFBF;
2425
font-weight: bold;
2526
border-radius: 1em;
26-
font-size: 2em;
27+
font-size: 1.5em;
2728
text-decoration: none;
2829
}
30+
a:hover {
31+
color: white;
32+
}
2933

3034
</style>
3135
</head>
3236

3337
<body>
3438
<div class="head">
35-
<a href="http://hackety-hack.com"><img height="50px" src="http://hackety-hack.com/assets/logo-star.png" /></a> <a href="http://hackety-hack.com/questions">Questions</a>
39+
<a href="http://hackety-hack.com"><img style="float: left;" height="50px" src="http://hackety-hack.com/assets/logo-star.png" /></a>
40+
<a style="padding-left: 4px;" href="http://hackety-hack.com/questions">Questions</a>
3641
</div>
3742
<div id="content">
3843
<h2>We're sorry, but something went wrong.</h2>

0 commit comments

Comments
 (0)