From f8bc07f42f3866d32c777c0f3b6300fd99a4e2e2 Mon Sep 17 00:00:00 2001 From: Stephen Enders Date: Mon, 21 Jan 2019 13:58:14 -0500 Subject: Added www and index files --- www/index.css | 18 ++++++++++++++++++ www/index.html | 30 ++++++++++++++++++++++++++++++ 2 files changed, 48 insertions(+) create mode 100644 www/index.css create mode 100644 www/index.html (limited to 'www') diff --git a/www/index.css b/www/index.css new file mode 100644 index 0000000..7d14951 --- /dev/null +++ b/www/index.css @@ -0,0 +1,18 @@ +html,body { margin: 0; font-family: monospace; } +#header { + background-color: #060606; + color: #67ff79; + border-bottom: 4px solid #23ed9b; + line-height: 2em; + margin: 0; + padding: 8px 10%; +} +#header > nav { display: inline-block; float: right; } +#header > nav > a:link { color: #81b7ff } +#header > nav > a:visited { color: #cd78f4; } +#header > nav > a:focus, #header > nav > a:active, #header > nav > a:hover { color: #6005dd; } +#header > .title { display: inline-block; font-size: 1.5em; } +#body { margin: 16px 10%; } +#body article { border-bottom: 1px solid #060606; } +#body article:last { border-bottom: none; } + diff --git a/www/index.html b/www/index.html new file mode 100644 index 0000000..3c9b9d4 --- /dev/null +++ b/www/index.html @@ -0,0 +1,30 @@ + + + + senders.io - Homepage + + + + + +
+
+

Welcome to Stephen Enders' homepage

+

This is my personal site for my projects and other random stuff I feel like uploading.

+
+
+

Recent Post - 2018-01-18

+

First!

+

My plan for this site is part of my New Years Resolution to not only improve my non-technical-document writing, + but to also upload whatever I am working on.

+
+
+ + -- cgit v1.2.3-54-g00ecf