summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorAdam T. Carpenter <atc@53hor.net>2020-11-27 10:34:19 -0500
committerAdam T. Carpenter <atc@53hor.net>2020-11-27 10:34:19 -0500
commit0d26219384c908999fbfa942c30e10d44c487899 (patch)
tree93193ffd91f21d6e22ace0a8ad3378bf129377ae /includes
parentdb88cf6a17bf89759bf555647b14233b99be673c (diff)
download53hor-0d26219384c908999fbfa942c30e10d44c487899.tar.xz
53hor-0d26219384c908999fbfa942c30e10d44c487899.zip
added posts as html, fixed nav, updated styles and images
Diffstat (limited to 'includes')
-rw-r--r--includes/images/logo.pngbin0 -> 20369 bytes
-rw-r--r--includes/images/logo_diag.pngbin0 -> 39576 bytes
-rw-r--r--includes/rss.xml17
-rw-r--r--includes/stylesheet.css23
4 files changed, 21 insertions, 19 deletions
diff --git a/includes/images/logo.png b/includes/images/logo.png
new file mode 100644
index 0000000..549bd0e
--- /dev/null
+++ b/includes/images/logo.png
Binary files differ
diff --git a/includes/images/logo_diag.png b/includes/images/logo_diag.png
new file mode 100644
index 0000000..fa302b6
--- /dev/null
+++ b/includes/images/logo_diag.png
Binary files differ
diff --git a/includes/rss.xml b/includes/rss.xml
deleted file mode 100644
index 2e6890e..0000000
--- a/includes/rss.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE xml>
-<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
- <channel>
- <title>53hornet's Feed</title>
- <link>https://www.53hor.net</link>
- <description>The World Wide Web pages of Adam T. Carpenter.</description>
- <atom:link href="https://www.53hor.net/rss.xml" rel="self" type="application/rss+xml" />
- <item>
- <title>Entry Title</title>
- <link>https://www.53hor.net/wheels/2020-11-21-this-url.html</link>
- <guid>https://www.mysite.com/?p=584674</guid>
- <description>ho! thanketh thee f'r subscribing to mine own rss feedeth</description>
- <pubDate>Wed, 02 Oct 2002 08:00:00 EST</pubDate>
- </item>
- </channel>
-</rss>
diff --git a/includes/stylesheet.css b/includes/stylesheet.css
index a24fc46..acd0fed 100644
--- a/includes/stylesheet.css
+++ b/includes/stylesheet.css
@@ -5,9 +5,9 @@
:root {
--balboa: #195970;
- --charcoal: #32444a;
--ruby: #9b111e;
- --slate: #798d94;
+ --slate: #b9c2ca;
+ --charcoal: #798d94;
--white: white;
--box-radius: 1em;
--box-border: 0.5em solid var(--white);
@@ -82,3 +82,22 @@ h1,
blockquote {
font-style: oblique;
}
+
+header {
+ text-align: center;
+}
+
+article ul {
+ list-style: none;
+ padding: 0;
+ margin: 0;
+}
+
+article li {
+ padding-left: 16px;
+}
+
+article li:before {
+ content: "➙";
+ padding-right: 8px;
+}