aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--src/assets/stylesheet.css34
-rw-r--r--src/contact.org4
-rw-r--r--src/index.org16
4 files changed, 47 insertions, 9 deletions
diff --git a/README.md b/README.md
index 2182ae2..a7ac076 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# lemursite
-My org mode website and blog.
+My very poorly put together org mode website and blog.
The IBM font comes from https://int10h.org/oldschool-pc-fonts/
and the font 'Texturina' from https://www.omnibus-type.com/variable-fonts/#texturina
diff --git a/src/assets/stylesheet.css b/src/assets/stylesheet.css
index 4d57d75..7eed892 100644
--- a/src/assets/stylesheet.css
+++ b/src/assets/stylesheet.css
@@ -41,7 +41,7 @@
/* i don't want to display the date but it needs to exist for rss generation */
#postamble
{
- visibility: hidden;
+ display: none;
}
body
@@ -56,7 +56,7 @@ body
h1
{
- font-size: 60px;
+ font-size: 40px;
text-align: center;
font-family: ibm-xga, monospace;
}
@@ -67,6 +67,12 @@ h2
font-family: ibm-xga, monospace;
}
+/* also a h2 */
+.footnotes
+{
+ font-size: 20px;
+}
+
.logo
{
text-align: center;
@@ -78,11 +84,32 @@ h2
font-size: 20px;
}
+.big-logo
+{
+ display: none;
+}
+
+@media screen and (min-width: 850px)
+{
+ .big-logo
+ {
+ display: inherit;
+ }
+ .small-logo
+ {
+ display: none;
+ }
+}
+
.buttons
{
display: grid;
place-items: center;
}
+.buttons > p
+{
+ margin: 0;
+}
.logo:hover
{
@@ -118,7 +145,8 @@ ul
ul li::before
{
- content: "\00a7 ";
+ font-family: ibm-xga, monospace;
+ content: "* ";
}
hr
diff --git a/src/contact.org b/src/contact.org
index 3dfb41c..6b1765d 100644
--- a/src/contact.org
+++ b/src/contact.org
@@ -1,6 +1,5 @@
#+TITLE: Contact
-* Contact
I don't use social media that much, the only place you can really consistently find me on is fedi. I also have an xmpp account but I don't ever really use it and I'd rather not put my discord in here.
- fedi: [[https://social.xenofem.me/users/azureazure]]
- signal: ask for it
@@ -10,7 +9,8 @@ I don't use social media that much, the only place you can really consistently f
If you like what I'm doing or you simply want to throw money at me here are all the ways in which you can do that.
- Monero:
-=83FxBRziyTQWuPKqGTesWGjLfM5Vai8QSbikur5zGHWKFc584cgmbKHjWpQoJzR9Su7NVEX9GVg23iksCKp8doBFCVSsGca=
+#+ATTR_HTML: :style overflow-wrap: break-word;
+83FxBRziyTQWuPKqGTesWGjLfM5Vai8QSbikur5zGHWKFc584cgmbKHjWpQoJzR9Su7NVEX9GVg23iksCKp8doBFCVSsGca
#+ATTR_HTML: :title Monero wallet qr code
[[file:assets/monero-qr.png]]
diff --git a/src/index.org b/src/index.org
index 8825438..e0f1dfd 100644
--- a/src/index.org
+++ b/src/index.org
@@ -2,7 +2,7 @@
#+TITLE: LEMURIAN MAGE
# this fucking sucks but idk any other way to do ascii art in here lol
-#+ATTR_HTML: :class logo
+#+ATTR_HTML: :class logo big-logo
#+BEGIN_EXAMPLE
@@@ @@@@@@@@ @@@@@@@@@@ @@@ @@@ @@@@@@@ @@@ @@@@@@ @@@ @@@
@@! @@! @@! @@! @@! @@! @@@ @@! @@@ @@! @@! @@@ @@!@!@@@
@@ -15,9 +15,18 @@
@!! !!@ @!@ @!@!@!@! !@! @!@!@ @!!!:!
!!: !!: !!: !!! :!! !!: !!:
: : : : : :: :: : : :: :::
-
#+END_EXAMPLE
+#+ATTR_HTML: :class logo small-logo
+#+BEGIN_EXAMPLE
+ __ _ ___ _
+| |_ |V|| ||_) | |_||\|
+|__|__| ||_|| \_|_| || |
+
+ _ __ __
+|V||_|/__|_
+| || |\_||__
+#+END_EXAMPLE
#+BEGIN_pages
[[file:blog/index.org][blog]] | [[file:contact.org][contact]] | [[file:links.org][links]] | [[file:blog/rss.xml][rss]]
#+END_pages
@@ -36,4 +45,5 @@
[[https://gentoo.org][file:assets/buttons/gentoo-badge.png]]
[[https://www.gnu.org/software/emacs][file:assets/buttons/emacs.png]]
#+END_buttons
-
+#+ATTR_HTML: :style text-align: center; font-size: small; margin: 0;
+[[https://git.sr.ht/~lemurianmage/lemursite][site source]]