diff --git a/footer.php b/footer.php index c7a2628..d64264b 100644 --- a/footer.php +++ b/footer.php @@ -1,3 +1,24 @@ + +
+

Thanks to the OG tilde.club team!

diff --git a/header.php b/header.php index 9aee802..6b2db25 100644 --- a/header.php +++ b/header.php @@ -4,6 +4,12 @@ <?=isset($title) ? $title : "Welcome to ~tilde.club~"?> - + + - + + diff --git a/index.php b/index.php index 5f80b72..b8186cb 100644 --- a/index.php +++ b/index.php @@ -14,7 +14,6 @@ in their shared quest to build awesome web pages

-

Public sign-ups will re-open on September 20th 2019!

If you would like a list of RECENTLY CHANGED PAGES you can see that too diff --git a/style.css b/style.css index a728616..0360609 100644 --- a/style.css +++ b/style.css @@ -53,6 +53,39 @@ h1 { animation-iteration-count: infinite; } + /* Style the navbar */ +#navbar { + overflow: hidden; + background-color: darkorange; +} + +/* Navbar links */ +#navbar a { + float: left; + display: block; + color: black; + text-align: center; + padding: 14px; + text-decoration: none; +} + +/* Page content */ +.content { + padding: 16px; +} + +/* The sticky class is added to the navbar with JS when it reaches its scroll position */ +.sticky { + position: fixed; + top: 0; + width: 100%; +} + +/* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */ +.sticky + .content { + padding-top: 60px; +} + input[type="text"], textarea { background-color: #333;