add guestbook

This commit is contained in:
dukeeagle 2023-04-16 11:59:07 -04:00
parent 3bc48f6829
commit 30fe72c533
4 changed files with 26 additions and 5 deletions

View File

@ -105,6 +105,7 @@ header-button:hover,
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
border-color: #ffffffcd;
}

View File

@ -262,7 +262,11 @@ a super wide horizontal logo centered in the screen with minimal padding
text-decoration: none;
/* color: rgba(149,164,159,255); */
color: white;
color: rgba(255, 255, 255, 0.812);
/* font size small */
font-size: 16px;
/* make it so that a line break is not possible */
white-space: nowrap;
filter: grayscale(1);
}

16
guestbook/index.html Normal file
View File

@ -0,0 +1,16 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>
Redirecting to <a href="http://users3.smartgb.com/g/g.php?a=s&i=g36-34597-b0">our guest book.</a>
</title>
<meta http-equiv="refresh" content="0; url=http://users3.smartgb.com/g/g.php?a=s&i=g36-34597-b0">
</head>
<body>
<script>
window.location = "http://users3.smartgb.com/g/g.php?a=s&i=g36-34597-b0";
</script>
<p>Redirecting...</p>
</body>
</html>

View File

@ -113,10 +113,10 @@
<div class="row">
<div class="three columns">
<h2 class="header-button"><a class="header-button-text" href="https://regressions.net/trailer"><i>TRAILER</i></a></h2>
<h2 class="header-button"><a class="header-button-text" href="news.html"><i>NEWS</i></a></h2>
<h2 class="header-button"><a class="header-button-text" href="https://www.zeffy.com/en-US/donation-form/1ae74365-20e9-4652-8d1b-644d39fd8551"><i>DONATE</i></a></h2>
<h2 class="header-button"><a class="header-button-text" href="https://twitter.com/mitregressions"><i>BONUS</i></a></h2>
<h2 class="header-button"><a class="header-button-text" href="https://regressions.net/trailer"><i>Trailer</i></a></h2>
<h2 class="header-button"><a class="header-button-text" href="news.html"><i>News</i></a></h2>
<h2 class="header-button"><a class="header-button-text" href="https://www.zeffy.com/en-US/donation-form/1ae74365-20e9-4652-8d1b-644d39fd8551"><i>Donate</i></a></h2>
<h2 class="header-button"><a class="header-button-text" href="http://users3.smartgb.com/g/g.php?a=s&i=g36-34597-b0"><i>Guest Book</i></a></h2>
</div>
</div>
<hr class="hr-regressions">