Skip to content

Commit 508a35c

Browse files
committed
Merge pull request coderwall#161 from just3ws/master
Updated the 500 page to show only Protips and Jobs
2 parents fc7b947 + e4c66cd commit 508a35c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

public/500.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,29 +26,29 @@
2626
text-decoration: none;
2727
color: #ff9900;
2828
}
29-
29+
3030
.error {
3131
font-size: 200px;
3232
color: #343131;
3333
margin-top: -30px;
3434
}
35-
35+
3636
.error span {
3737
font-weight: 300;
3838
margin-right: -30px;
3939
}
40-
40+
4141
#badge {
4242
margin-bottom: -40px;
4343
margin-right: -30px;
4444
}
45-
45+
4646
.links {
4747
text-align: center;
4848
margin-top: -100px;
4949
font-size: 30px;
5050
}
51-
51+
5252
a {
5353
color: #ff9900;
5454
margin-right: 20px;
@@ -63,7 +63,7 @@
6363
<h2>Coderwall had an issue but hold on to your localhosts, we're looking into it.</h2>
6464
<h2 class="error"><img id="badge" src="https://d3levm2kxut31z.cloudfront.net/assets/badges/100lemming-255ce58645c6a62da473027717042e01.png"> <span>|</span> 500</h2>
6565

66-
<p class="links"><a href="/">Discover</a><a href="/teams">Teams</a><a href="/jobs">Jobs</a> <a href='mailto:support@coderwall.com'>Contact Support</a></p>
66+
<p class="links"><a href="/">Protips</a><a href="/jobs">Jobs</a><a href='mailto:support@coderwall.com'>Contact Support</a></p>
6767
</div>
6868
</body>
6969
<script type="text/javascript">

0 commit comments

Comments
 (0)