about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorgbmor <ahriman@falte.red>2020-05-20 02:45:55 -0400
committergbmor <ahriman@falte.red>2020-05-20 02:45:55 -0400
commitb66a62175a2b83928b5f52077def712248e999e1 (patch)
tree916ee10e81b24b8d6548b9e2cf0160749fddd925
parent65dc95489cd80224937d7ff1d681b10b0b5d54f3 (diff)
downloadsite-b66a62175a2b83928b5f52077def712248e999e1.tar.gz
reverted nav bar to rectangular buttons. changed summary text on index.
-rwxr-xr-xindex.php7
-rw-r--r--tilde.css1
2 files changed, 3 insertions, 5 deletions
diff --git a/index.php b/index.php
index aae3fdc..081f88b 100755
--- a/index.php
+++ b/index.php
@@ -6,7 +6,7 @@
 <head>
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1" />
-    <title>tilde.institute :: Public-access OpenBSD machine</title>
+    <title>tilde.institute :: Public-access OpenBSD system</title>
     <link rel="stylesheet" href="tilde.css" type="text/css" />
     <link rel="icon" type="image/png" href="icon.png" />
 </head>
@@ -15,10 +15,9 @@
     <div id="container">
         <?php include("header.html"); ?>
         <div id="front-content">
-            <p>Welcome to tilde.institute, a public-access machine in the <a
-                    href="https://tildeverse.org">tildeverse</a>. This is a space for people to
+            <p>Welcome to tilde.institute, a public-access UNIX system running OpenBSD. This is a space for people to
                 explore the OpenBSD operating system, in addition to exploring the more social
-                aspects of a multi-user UNIX system.</p>
+		aspects of a multi-user UNIX system. Gopher and web space, IRC, games, and more are available!</p>
             <p>User sites are accessible via <code>https://&lt;user&gt;.tilde.institute</code></p>
             <p style="margin-top:-1.0rem">A list of user gopherholes is available at
                 <code>gopher://tilde.institute</code></p>
diff --git a/tilde.css b/tilde.css
index f187bef..16f1f09 100644
--- a/tilde.css
+++ b/tilde.css
@@ -23,7 +23,6 @@ body {
     width: 100%;
 }
 #navigation td {
-    border-radius: 1.0rem;
     text-align: center;
     vertical-align: center;
     height: 1.5em;