[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH arfnet2-web] header class, gxog webring


MIME-Version: 1.0
Content-Transfer-Encoding: quoted-printable

From: arf20 <aruizfernandez05@xxxxxxxxx>

---
 404.html      |  2 +-
 about_me.html |  2 +-
 chat.html     |  2 +-
 contact.html  |  2 +-
 design.html   |  2 +-
 donate.html   |  2 +-
 game.html     |  2 +-
 index.html    |  2 +-
 services.html |  2 +-
 style.css     | 10 ++++++----
 usenet.html   |  2 +-
 webring.html  |  5 +++--
 12 files changed, 19 insertions(+), 16 deletions(-)

diff --git a/404.html b/404.html
index d7af33d..048dc55 100755
--- a/404.html
+++ b/404.html
@@ -8,7 +8,7 @@
     </head>=0D
 =0D
     <body>=0D
-        <header><a href=3D"/">=0D
+        <header class=3D"header"><a href=3D"/">=0D
             <img src=3D"/arfnet_logo.png" width=3D"64"><span class=3D"titl=
e"><strong>ARFNET</strong></span>=0D
         </a></header>=0D
         <hr>=0D
diff --git a/about_me.html b/about_me.html
index caf3764..c4817a8 100755
--- a/about_me.html
+++ b/about_me.html
@@ -8,7 +8,7 @@
     </head>=0D
 =0D
     <body>=0D
-        <header><a href=3D"/">=0D
+        <header class=3D"header"><a href=3D"/">=0D
             <img src=3D"/arfnet_logo.png" width=3D"64"><span class=3D"titl=
e"><strong>ARFNET</strong></span>=0D
         </a></header>=0D
         <hr>=0D
diff --git a/chat.html b/chat.html
index f3bf8a0..75b2def 100644
--- a/chat.html
+++ b/chat.html
@@ -8,7 +8,7 @@
     </head>
=20
     <body>
-        <header><a href=3D"/">
+        <header class=3D"header"><a href=3D"/">
             <img src=3D"arfnet_logo.png" width=3D"64"><span class=3D"title=
"><strong>ARFNET</strong></span>
         </a></header>
         <hr>
diff --git a/contact.html b/contact.html
index 8a59333..c96f590 100644
--- a/contact.html
+++ b/contact.html
@@ -8,7 +8,7 @@
     </head>
=20
     <body>
-        <header><a href=3D"/">
+        <header class=3D"header"><a href=3D"/">
             <img src=3D"arfnet_logo.png" width=3D"64"><span class=3D"title=
"><strong>ARFNET</strong></span>
         </a></header>
         <hr>
diff --git a/design.html b/design.html
index c03e21a..f04b584 100755
--- a/design.html
+++ b/design.html
@@ -8,7 +8,7 @@
     </head>=0D
 =0D
     <body>=0D
-        <header><a href=3D"/">=0D
+        <header class=3D"header"><a href=3D"/">=0D
             <img src=3D"arfnet_logo.png" width=3D"64"><span class=3D"title=
"><strong>ARFNET</strong></span>=0D
         </a></header>=0D
         <hr>=0D
diff --git a/donate.html b/donate.html
index 322a68c..25f6a52 100644
--- a/donate.html
+++ b/donate.html
@@ -8,7 +8,7 @@
     </head>
=20
     <body>
-        <header><a href=3D"/">
+        <header class=3D"header"><a href=3D"/">
             <img src=3D"arfnet_logo.png" width=3D"64"><span class=3D"title=
"><strong>ARFNET</strong></span>
         </a></header>
         <hr>
diff --git a/game.html b/game.html
index 677dbd2..72987f2 100644
--- a/game.html
+++ b/game.html
@@ -7,7 +7,7 @@
     </head>
=20
     <body>
-        <header><a href=3D"/">
+        <header class=3D"header"><a href=3D"/">
             <img src=3D"arfnet_logo.png" width=3D"64"><span class=3D"title=
"><strong>ARFNET</strong></span>
         </a></header>
         <hr>
diff --git a/index.html b/index.html
index 0beba12..d516e95 100644
--- a/index.html
+++ b/index.html
@@ -13,7 +13,7 @@
         <link rel=3D"stylesheet" type=3D"text/css" href=3D"/style.css">
     </head>
     <body>
-        <header>
+        <header class=3D"header">
             <img src=3D"arfnet_logo.png" width=3D"64"><span class=3D"title=
"><strong>ARFNET</strong></span>
         </header>
         <hr>
diff --git a/services.html b/services.html
index c53d3e9..361aaf5 100644
--- a/services.html
+++ b/services.html
@@ -8,7 +8,7 @@
     </head>
=20
     <body>
-        <header><a href=3D"/">
+        <header> class=3D"header"<a href=3D"/">
             <img src=3D"arfnet_logo.png" width=3D"64"><span class=3D"title=
"><strong>ARFNET</strong></span>
         </a></header>
         <hr>
diff --git a/style.css b/style.css
index 9607793..8c0ea99 100644
--- a/style.css
+++ b/style.css
@@ -12,9 +12,13 @@ body {
     background-image: url("tile1.jpg");
     background-repeat: repeat;
     font-family: terminus;
+
+    max-width: 1000px;
+    margin-left: auto;
+    margin-right: auto;
 }
=20
-header *{
+.header * {
     display: inline-block;
     vertical-align: middle;
 }
@@ -34,9 +38,7 @@ header *{
 }
=20
 .content {
-    max-width: 1000px;
-    margin-left: auto;
-    margin-right: auto;
+=20=20=20
 }
=20
 .fst {
diff --git a/usenet.html b/usenet.html
index d98d79c..4b4a4ae 100644
--- a/usenet.html
+++ b/usenet.html
@@ -8,7 +8,7 @@
     </head>
=20
     <body>
-        <header><a href=3D"/">
+        <header class=3D"header"><a href=3D"/">
             <img src=3D"arfnet_logo.png" width=3D"64"><span class=3D"title=
"><strong>ARFNET</strong></span>
         </a></header>
         <hr>
diff --git a/webring.html b/webring.html
index 60ad544..b988280 100755
--- a/webring.html
+++ b/webring.html
@@ -8,7 +8,7 @@
     </head>=0D
 =0D
     <body>=0D
-        <header><a href=3D"/">=0D
+        <header class=3D"header"><a href=3D"/">=0D
             <img src=3D"arfnet_logo.png" width=3D"64"><span class=3D"title=
"><strong>ARFNET</strong></span>=0D
         </a></header>=0D
         <hr>=0D
@@ -26,7 +26,8 @@
                 <a href=3D"https://jensen-net.mooo.com/";><img src=3D"https=
://jensen-net.mooo.com/media/88_31.png"></a>=0D
                 <a href=3D"https://exosunand.net/";><img src=3D"https://exo=
sunand.net/88_31_alien.png"></a>=0D
                 <a href=3D"https://slushee.dev/";><img src=3D"/images/webri=
ng/slushee.gif"></a>=0D
-            </div>=0D
+                <a href=3D"https://gxog.xyz/";><img src=3D"https://gxog.xyz=
/webrings/web_badge"></a>=0D
+                </div>=0D
         </main>=0D
     </body>=0D
 </html>=0D
--=20
2.39.5