This commit is contained in:
Fulton Browne 2021-05-28 15:32:15 +00:00
parent 8aea797d10
commit 3173e146b3
2 changed files with 42 additions and 28 deletions

View File

@ -2,33 +2,34 @@
<link rel="stylesheet" href="/style.css">
<title>fulton.software</title>
<H1>
THE WEB IS DEAD
Fulton's homepage
</H1>
<H1>
LONG LIVE GEMINI
</H1>
<h4>
!!!!WARNING THERE ARE NO COOKIES IN USE ON THIS WEBSITE!!!!
</h4>
<h4>
!!!!WARNING THIS SITE USES A SELF SIGNED CERT!!!!
</h4>
<p>
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 <a href="https://xkcd.com/2038/">general</a> nerd. Most of my programming stuff centers around UNIX (<a href="https://openbsd.org">OpenBSD</a> being my favorite flavour), cryptography (still not good enough to have anything real on that front), Plan9, and the <a href="https://gemini.circumlunar.space/">small web</a>. I value software <a href="https://en.wikipedia.org/wiki/Unix_philosophy">simplicity</a>, <a href="https://xkcd.com/936/">security</a>, and <a href="https://eff.org">user privacy</a>.
<br>
You can also find me on <a href="gemini://fulton.software/"> gemini</a>.
<br>
My code is hosted <a href="git/repos.html">here</a>
<br>
My blog is <a href="/posts">here</a>
<br>
9front mirror <a href="9front/">here</a>
<br>
<a href="/docs/screen.png">A screenshot of my main machine (Thinkpad x230, Plan9 fork)</a>
<br>
If you want to send me mail send it to fulton at this domain.
<bl>
This web page is made with <a href="https://www.stumptowncoffee.com/">coffee</a>, run on the <a href="http://9p.io/plan9/">plan9</a> operating system, and was edited in <a href="http://acme.cat-v.org">acme(1)</a>
<a href="https://portal.mozz.us/gemini/fulton.software">A proxy for people who don't want to download a gemini browser</a>
<h4>
Sites and blogs I enjoy
</h4>
<a href="http://cat-v.org">Great site, has lots on UNIX, Plan9, and software simplicity</a>
<br>
<a href="https://royniang.com/">Just an awesome site in an intresting "notebook" format</a>
<br>
<a href="https://drewdevault.com/">Drews blog - lots of great content</a>
</p>
<p> my code is hosted <a href="git/repos.html">here</a></p>
<p> 9front mirror <a href="9front/">here</a></p>
<p>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</p>
<p> 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. </p>
<p>
<h1> USE FREE SOFTWARE </h1>
<h2> USE FREE SOFTWARE </h2>
</html>

View File

@ -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;}