Skip to content

Commit 5938e5e

Browse files
committed
enhanced footer
1 parent fc97788 commit 5938e5e

File tree

4 files changed

+66
-38
lines changed

4 files changed

+66
-38
lines changed

404.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<link rel="shortcut icon" href="website/web_images/3dlogo.svg" type="image/x-icon">
99
</head>
1010
<body>
11-
<div class="error404">4<img class="logo" src="website/web_images/2dglow.png" alt="Dataverese's Logo">4</div>
11+
<div class="error404">4<img class="logo" src="website/web_images/2dlogo.svg" alt="Dataverese's Logo">4</div>
1212
<div class="info">Oops! Page not found.</div>
1313
<div class="info" id="detail">We couldn't find the page you requested. It might be unavailable at the moment or have a different URL.</div>
1414
<a href="index.html" class="home">Return to Home</a>

index.html

Lines changed: 26 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -266,43 +266,39 @@
266266
<a class="subheading" href="index.html" id="last_link">Dataverse</a>
267267
</div>
268268
</div>
269-
<div class="small">
270-
<div class="link_class">
271-
<p class="link-category">Software Details</p>
272-
<a href="404.html" class="table_link">Versions</a>
273-
<a href="website/pages/license.html" class="table_link">License</a>
274-
<a href="documentation.html"
275-
class="table_link">Documentation</a>
276-
<a href="https://github.com/multiverseweb/Dataverse" class="table_link">GitHub Repository</a>
277-
</div>
278-
<div class="link_class">
279-
<p class="link-category">Help & Information</p>
280-
<a href="website/pages/support.html" class="table_link" target="_blank">Support</a>
281-
<a href="sitemap.xml" class="table_link" target="_blank">Sitemap</a>
282-
<a href="website/pages/reviews.html" class="table_link">Reviews</a>
283-
<a href="./website/pages/contributor.html" class="table_link">Contributors</a>
284-
</div>
285-
<div class="link_class">
286-
<p class="link-category">More to Explore</p>
287-
<a href="404.html" class="table_link">Stunning Visuals</a>
288-
<a href="https://tejasgupta.netlify.app">Owner's Portfolio</a>
289-
<a href="https://www.linkedin.com/in/tejascodes/">Owner's LinkedIn</a>
290-
<a href="https://github.com/multiverseweb">Owner's GitHub Profile</a>
269+
<div class="small">
270+
<div class="link_class">
271+
<p class="link-category">Software Details</p>
272+
<a href="404.html" class="table_link">Versions</a>
273+
<a href="website/pages/license.html" class="table_link">License</a>
274+
<a href="documentation.html" class="table_link">Documentation</a>
275+
<a href="https://github.com/multiverseweb/Dataverse" class="table_link">GitHub Repository</a>
276+
</div>
277+
<div class="link_class">
278+
<p class="link-category">Help & Information</p>
279+
<a href="website/pages/support.html" class="table_link" target="_blank">Support</a>
280+
<a href="sitemap.xml" class="table_link" target="_blank">Sitemap</a>
281+
<a href="website/pages/reviews.html" class="table_link">Reviews</a>
282+
<a href="./website/pages/contributor.html" class="table_link">Contributors</a>
283+
</div>
284+
<div class="link_class">
285+
<p class="link-category">More to Explore</p>
286+
<a href="404.html" class="table_link">Stunning Visuals</a>
287+
<a href="https://tejasgupta.netlify.app">Owner's Portfolio</a>
288+
<a href="https://www.linkedin.com/in/tejascodes/">Owner's LinkedIn</a>
289+
<a href="https://github.com/multiverseweb">Owner's GitHub Profile</a>
290+
</div>
291291
</div>
292292
</div>
293-
</div>
294293
</footer>
295294
<div class="links" id="linksTejas">
296295
<div class="end_line"></div>
297-
<p class="tejas_credits" style="color:rgb(187, 187, 187); margin-top: 20px;"> Designed & Developed by <a
298-
href="404.html">Tejas
296+
<p class="tejas_credits" style="color:rgb(177, 177, 177);">&copy; <span id="copyright">32949832</span>
297+
Dataverse.&nbsp;All rights Reserved.</p>
298+
<p style="color:rgb(187, 187, 187);"> Designed & Developed by <a href="404.html">Tejas
299299
Gupta</a></p>
300-
<br>
301-
<p style="color:rgb(177, 177, 177);">&copy; <span id="copyright">32949832</span> <a href="404.html">Tejas
302-
Gupta</a></p>
303-
</div>
300+
<p>Licensed under the <a href="website/pages/license.html">CC BY-NC-ND 4.0 License</a></p>
304301
</div>
305-
<div class="end_line"></div>
306302

307303
<script>
308304
function validateFeedback() {

website/styles/404.css

Lines changed: 28 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,32 @@ body{
1313
color:white;
1414
}
1515
img{
16-
margin-top: 20px;
17-
height: 30vh;
16+
margin: 20px;
17+
margin-top: 60px;
18+
height: 20vh;
19+
animation-name: flicker;
20+
animation-duration: 2s;
21+
}
22+
23+
@keyframes flicker{
24+
0%{
25+
opacity: 1;
26+
}
27+
20%{
28+
opacity: 0;
29+
}
30+
25%{
31+
opacity: 1;
32+
}
33+
30%{
34+
opacity: 0;
35+
}
36+
50%{
37+
opacity: 1;
38+
}
39+
100%{
40+
opacity: 1;
41+
}
1842
}
1943
div{
2044
left: 50%;
@@ -64,7 +88,8 @@ div{
6488
}
6589
img{
6690
margin: 10px;
67-
height: 35vw;
91+
margin-top: 30px;
92+
height: 22vw;
6893
}
6994
.info{
7095
top:30vh;

website/styles/style.css

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1060,15 +1060,18 @@ input {
10601060
font-weight: 100;
10611061
background-color: #000000;
10621062
height: auto;
1063-
margin-top: -5px;
1063+
line-height: 22px;
1064+
font-size: 13px;
10641065
text-align: center;
10651066
width: 80vw;
10661067
margin-left: 50vw;
10671068
transform: translate(-50%);
1069+
color: rgb(160, 160, 160);
1070+
padding-bottom: 20px;
10681071
}
10691072

10701073
.links a {
1071-
color: white;
1074+
color: rgb(238, 238, 238);
10721075
}
10731076

10741077
.links h3 {
@@ -1081,7 +1084,7 @@ input {
10811084

10821085
.end_line {
10831086
width: 80vw;
1084-
margin-top: 25px;
1087+
margin-bottom: 10px;
10851088
margin-left: 50%;
10861089
transform: translate(-50%);
10871090
height: 0.1px;
@@ -1326,7 +1329,11 @@ input {
13261329
margin-left: calc(10vw - 20px);
13271330
}
13281331
}
1329-
1332+
@media screen and (max-width: 370px) {
1333+
.links{
1334+
text-align: left;
1335+
}
1336+
}
13301337
.scrollBar {
13311338
position: fixed;
13321339
z-index: 90;

0 commit comments

Comments
 (0)