File tree Expand file tree Collapse file tree 4 files changed +50
-12
lines changed Expand file tree Collapse file tree 4 files changed +50
-12
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- layout: default
2
+ layout: default
3
3
permalink: /404.html
4
4
title: "404"
5
- image: /assets/images/luke.png
6
5
---
7
6
8
- < div id ="post-info ">
9
- < p style ="color: #fff; opacity: .75; font-size: 420px; font-weight: bold "> 404</ p >
10
- < h2 style =" margin: 0 0 0 0; "> This page has just discovered that Darth Vader is his father and ran away to not be found. Go back to the homepage.</ h2 >
11
- </ div >
12
- < div id ="nav-icon " style ="bottom: 60px; ">
13
- < a href ="{{ site.url }} "> < span class ="genericon genericon-home "> </ span > </ a >
14
- </ div >
7
+ < div class ="foot-pusher ">
8
+ < div id ="error-page " class ="container center ">
9
+ < h1 > Looks like this tiger den is empty.</ h1 >
10
+ < p > Try going back to the < a href ="{{ site.url }} "> cave entrance</ a > to find what you are looking for.</ p >
11
+ </ div >
12
+ </ div >
Original file line number Diff line number Diff line change 2
2
< div class ="inner container ">
3
3
< p > ©CodeRIT 2014 All Rights Reserved</ p >
4
4
</ div >
5
- </ footer >
6
- < div class ="divider "> </ div >
5
+ </ footer >
Original file line number Diff line number Diff line change @@ -12,12 +12,19 @@ $orange-dark : #CE5F15
12
12
$blue : #384859
13
13
$offwhite : #FCF3E8
14
14
15
- // fonts
15
+ // fonts
16
16
$font-body-family : ' Open Sans' , sans-serif
17
17
$font-headlines-family : ' Montserrat' , sans-serif
18
18
$font-headlines-weight-bold : 700
19
19
$font-headlines-weight-reg : 400
20
20
21
+ // constants
22
+ $footer-height : 90px
23
+
24
+ body , html
25
+ height : 100%
26
+ min-height : 250px
27
+
21
28
body
22
29
background : $white
23
30
color : $grey-dark
117
124
.center
118
125
text-align : center
119
126
127
+ .foot-pusher
128
+ min-height : 100%
129
+ height : auto !important
130
+ height : 100%
131
+ margin-bottom : - $footer-height
132
+
120
133
// SECTIONS
121
134
#mission
122
135
color : $grey-dark
145
158
vertical-align : top
146
159
font-size : 1.45em
147
160
161
+ #footer
162
+ height : $footer-height
163
+ border-bottom : 25px solid darken ($blue , 10% )
164
+
165
+ #error-page
166
+ h1
167
+ margin-top : 0
168
+ padding-top : 25px
169
+
170
+
148
171
@media screen and (max-width : 798px )
149
172
body
150
173
font-size : 14px
Original file line number Diff line number Diff line change 1
1
/* Main.sass */
2
+ body , html {
3
+ height : 100% ;
4
+ min-height : 250px ; }
5
+
2
6
body {
3
7
background : # ecf0f1 ;
4
8
color : # 444444 ;
97
101
.center {
98
102
text-align : center; }
99
103
104
+ .foot-pusher {
105
+ min-height : 100% ;
106
+ height : auto !important ;
107
+ height : 100% ;
108
+ margin-bottom : -90px ; }
109
+
100
110
# mission {
101
111
color : # 444444 ;
102
112
padding : 25px 0 ; }
124
134
vertical-align : top;
125
135
font-size : 1.45em ; }
126
136
137
+ # footer {
138
+ height : 90px ;
139
+ border-bottom : 25px solid # 242f3a ; }
140
+
141
+ # error-page h1 {
142
+ margin-top : 0 ;
143
+ padding-top : 25px ; }
144
+
127
145
@media screen and (max-width : 798px ) {
128
146
body {
129
147
font-size : 14px ; }
You can’t perform that action at this time.
0 commit comments