mirror of
https://github.com/mit-regressions/mit-regressions.github.io.git
synced 2025-04-03 20:20:17 -04:00
add guestbook
This commit is contained in:
parent
3bc48f6829
commit
30fe72c533
|
@ -105,6 +105,7 @@ header-button:hover,
|
||||||
margin-bottom: 0px;
|
margin-bottom: 0px;
|
||||||
padding-top: 0px;
|
padding-top: 0px;
|
||||||
padding-bottom: 0px;
|
padding-bottom: 0px;
|
||||||
|
border-color: #ffffffcd;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -262,7 +262,11 @@ a super wide horizontal logo centered in the screen with minimal padding
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
|
||||||
/* color: rgba(149,164,159,255); */
|
/* 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);
|
filter: grayscale(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
16
guestbook/index.html
Normal file
16
guestbook/index.html
Normal 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>
|
|
@ -113,10 +113,10 @@
|
||||||
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="three columns">
|
<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="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="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://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="http://users3.smartgb.com/g/g.php?a=s&i=g36-34597-b0"><i>Guest Book</i></a></h2>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<hr class="hr-regressions">
|
<hr class="hr-regressions">
|
||||||
|
|
Loading…
Reference in New Issue
Block a user