From 3173e146b3f3cf20eecc2893310239bbbbbfa3a8 Mon Sep 17 00:00:00 2001 From: Fulton Browne Date: Fri, 28 May 2021 15:32:15 +0000 Subject: [PATCH] new --- index.html | 49 +++++++++++++++++++++++++------------------------ style.css | 21 +++++++++++++++++---- 2 files changed, 42 insertions(+), 28 deletions(-) diff --git a/index.html b/index.html index b0f9d73..f8fd917 100644 --- a/index.html +++ b/index.html @@ -2,33 +2,34 @@ fulton.software

-THE WEB IS DEAD +Fulton's homepage

- -

-LONG LIVE GEMINI -

- -

-!!!!WARNING THERE ARE NO COOKIES IN USE ON THIS WEBSITE!!!! -

-

-!!!!WARNING THIS SITE USES A SELF SIGNED CERT!!!! -

-You can find my blog and most of my content at this domain on gemini. +Hey, I'm Fulton Brwone, a 16 year old (class of 2023, home schooled) programmer, LOTR fan, and general nerd. Most of my programming stuff centers around UNIX (OpenBSD being my favorite flavour), cryptography (still not good enough to have anything real on that front), Plan9, and the small web. I value software simplicity, security, and user privacy. +
+You can also find me on gemini. +
+My code is hosted here +
+My blog is here +
+9front mirror here +
+A screenshot of my main machine (Thinkpad x230, Plan9 fork) +
+If you want to send me mail send it to fulton at this domain. + +This web page is made with coffee, run on the plan9 operating system, and was edited in acme(1) - A proxy for people who don't want to download a gemini browser +

+Sites and blogs I enjoy +

+Great site, has lots on UNIX, Plan9, and software simplicity +
+Just an awesome site in an intresting "notebook" format +
+Drews blog - lots of great content

-

my code is hosted here

-

9front mirror here

- -

if you want to send me mail send it to fulton.software bang fulton. if that didn't make any since to you your a bot and/or I don't want you in my inbox

- -

this web page was made with coffee and the 9front operating system and is designed for use on all form of unix (execpt macos 10 or newer), plan9, and haiku.

- -

- -

USE FREE SOFTWARE

+

USE FREE SOFTWARE

diff --git a/style.css b/style.css index 39f126b..1bb255c 100644 --- a/style.css +++ b/style.css @@ -1,5 +1,18 @@ body { - background-color: black; - text-align: center; - color: #43f516; - } + background-color: #3b4252; + margin-left: 70px; + color: #eceff4; + font-family: Helvetica Neue, Helvetica, Arial, sans-serif; +} +a:link { + color: #a3be8c; + } + /* visited link */ + a:visited { + color: #d08770; + } + br { + display: block; + margin-bottom: 0em; +} +h1{font-size:50px; text-align: center;} \ No newline at end of file