From c3cfda474d98e504197e7852bb8d4e69e7461956 Mon Sep 17 00:00:00 2001 From: Sophia Atkinson Date: Sat, 31 Dec 2022 03:07:55 -0800 Subject: [PATCH] Fixed spacing and outdated code --- 404.html | 49 +++++++++++++++++++++++------------------------- contact.html | 21 ++++++++++----------- doom.html | 21 ++++++++++----------- flash.html | 22 +++++++++++----------- index.html | 24 ++++++++++-------------- programming.html | 25 ++++++++++++------------ style.css | 17 +++++++++++++++++ 7 files changed, 93 insertions(+), 86 deletions(-) diff --git a/404.html b/404.html index a09b21f..86a80f9 100644 --- a/404.html +++ b/404.html @@ -5,44 +5,41 @@ -
- -
+
+ +

 

-
- +
+
- -
Error 404 + Error 404
-
-

This page could not be found! -

-
+
+

This page could not be found!

-
-

(Please note that this site is not owned by Sirtom93 anymore, This site is owned by - sophia.wtf - , this is here to keep history.) + +

(Please note that this site is not owned by Sirtom93 anymore, This site is owned by + sophia.wtf, this is here to keep history.) +

diff --git a/contact.html b/contact.html index 8cad94f..5781ad8 100644 --- a/contact.html +++ b/contact.html @@ -5,31 +5,31 @@ -
+

 

-
- +
+
- -
Contact + Contact
+

Feel free to send me an email - inbox@sirtom93.com

If you want my msn then ask @@ -40,10 +40,9 @@

-
+

(Please note that this site is not owned by Sirtom93 anymore, This site is owned by - sophia.wtf - , this is here to keep history.) + sophia.wtf, this is here to keep history.)

diff --git a/doom.html b/doom.html index a3659ee..d543ae3 100644 --- a/doom.html +++ b/doom.html @@ -5,31 +5,31 @@ -
+

 

-
- +
+
- -
Doom + Doom
+

I have been playing doom for ages and am a huge fan of all the games.

I play using Skulltag or the doom95 loader. I am usually on doom connector too. @@ -44,10 +44,9 @@

-
+

(Please note that this site is not owned by Sirtom93 anymore, This site is owned by - sophia.wtf - , this is here to keep history.) + sophia.wtf, this is here to keep history.)

diff --git a/flash.html b/flash.html index 25cab86..fcf999f 100644 --- a/flash.html +++ b/flash.html @@ -5,31 +5,31 @@ -
+

 

-
- +
+
- -
Flash + Flash
+

I have been making games and animations in adobe flash for about 2 years now. Here is some of my work:

@@ -68,10 +68,10 @@

-
+

(Please note that this site is not owned by Sirtom93 anymore, This site is owned by - sophia.wtf - , this is here to keep history.) + sophia.wtf, this is here to keep history.) +

diff --git a/index.html b/index.html index 9f7b242..22622c7 100644 --- a/index.html +++ b/index.html @@ -10,33 +10,30 @@ Home  |  Flash - |  +  |  Programming - |  +  |  Contact - | +  |  Doom

 

-
- +
+
- -
Home + Home
+

Hello my name is Thomas Briggs. I am 15 years old and im from Norfolk, England.

I am a flash animator and you can see my animations and games I have made on this site aswell as - - sirtom93.newgrounds.com - - , I also have some audio here. + sirtom93.newgrounds.com, I also have some audio here.

I can program in c++, html and am currently learning Perl. I will upload finished projects and sources to this site when finished.

@@ -46,10 +43,9 @@
-
+

(Please note that this site is not owned by Sirtom93 anymore, This site is owned by - sophia.wtf - , this is here to keep history.) + sophia.wtf, this is here to keep history.)

diff --git a/programming.html b/programming.html index 3db00cb..9ba9f58 100644 --- a/programming.html +++ b/programming.html @@ -5,46 +5,45 @@ -
+

 

-
- +
+
- -
Programming + Programming
+

I enjoy programming and scripting in c++ and Perl. Aswell as languages like actionscript for flash.

Some of my work is up at - www.coderprofile.com - . + www.coderprofile.com.

-
+

(Please note that this site is not owned by Sirtom93 anymore, This site is owned by - sophia.wtf - , this is here to keep history.) + sophia.wtf, this is here to keep history.) +

diff --git a/style.css b/style.css index 49b6d44..58006c6 100644 --- a/style.css +++ b/style.css @@ -58,12 +58,29 @@ a:active { border-left-style: solid; border-bottom-color: #000000; max-width: 100%; + border: 0; } .no-decoration a { text-decoration: none; } +.no-decoration { + text-decoration: none; +} .center { text-align: center; +} + +td.devil{ + background-color: #666666; +} +td.blue{ + background-color: #0000ff; +} +div.main{ + margin: auto; + display: flex; + justify-content: center; + align-items: center; } \ No newline at end of file