@@ -11,17 +11,6 @@ <h2 class="error-404-subtitle">Page Not Found</h2>
1111 < p class ="error-404-message ">
1212 Sorry, the page you're looking for doesn't exist or may have been moved.
1313 </ p >
14- < div class ="error-404-links ">
15- < a href ="{{ '/' | relative_url }} " class ="error-404-button "> Return Home</ a >
16- < span class ="error-404-separator "> or browse:</ span >
17- < ul class ="error-404-nav ">
18- < li > < a href ="{{ '/publications.html' | relative_url }} "> Publications</ a > </ li >
19- < li > < a href ="{{ '/datasets.html' | relative_url }} "> Data</ a > </ li >
20- < li > < a href ="{{ '/gallery.html' | relative_url }} "> Gallery</ a > </ li >
21- < li > < a href ="{{ '/news.html' | relative_url }} "> News</ a > </ li >
22- < li > < a href ="{{ '/about/' | relative_url }} "> About</ a > </ li >
23- </ ul >
24- </ div >
2514 </ div >
2615</ div >
2716
@@ -57,60 +46,6 @@ <h2 class="error-404-subtitle">Page Not Found</h2>
5746 margin : 1.5rem 0 2.5rem ;
5847}
5948
60- .error-404-links {
61- margin-top : 2rem ;
62- }
63-
64- .error-404-button {
65- display : inline-block;
66- background : # eb6b2d ;
67- color : # ffffff ;
68- padding : 0.75rem 2rem ;
69- border-radius : 4px ;
70- text-decoration : none;
71- font-weight : 600 ;
72- transition : background 0.2s ease;
73- text-transform : uppercase;
74- letter-spacing : 0.05em ;
75- font-size : 0.95em ;
76- }
77-
78- .error-404-button : hover {
79- background : # d45a1f ;
80- text-decoration : none;
81- }
82-
83- .error-404-separator {
84- display : block;
85- margin : 2rem 0 1rem ;
86- color : # 777 ;
87- font-size : 0.95em ;
88- }
89-
90- .error-404-nav {
91- list-style : none;
92- padding : 0 ;
93- margin : 0 ;
94- display : flex;
95- flex-wrap : wrap;
96- justify-content : center;
97- gap : 0.5rem 1.5rem ;
98- }
99-
100- .error-404-nav li {
101- display : inline;
102- }
103-
104- .error-404-nav a {
105- color : # eb6b2d ;
106- text-decoration : none;
107- font-weight : 500 ;
108- }
109-
110- .error-404-nav a : hover {
111- text-decoration : underline;
112- }
113-
11449@media (max-width : 600px ) {
11550 .error-404-title {
11651 font-size : 5rem ;
@@ -123,10 +58,5 @@ <h2 class="error-404-subtitle">Page Not Found</h2>
12358 .error-404-message {
12459 font-size : 1rem ;
12560 }
126-
127- .error-404-nav {
128- flex-direction : column;
129- gap : 0.5rem ;
130- }
13161}
13262</ style >
0 commit comments