aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/assets/stylesheet.css89
-rw-r--r--src/contact.org6
-rw-r--r--src/index.org15
-rw-r--r--src/links.org11
4 files changed, 59 insertions, 62 deletions
diff --git a/src/assets/stylesheet.css b/src/assets/stylesheet.css
index 7eed892..f6b868e 100644
--- a/src/assets/stylesheet.css
+++ b/src/assets/stylesheet.css
@@ -33,16 +33,10 @@
font-style: italic;
}
-.footpara
-{
- display: inline;
-}
+.footpara { display: inline; }
/* i don't want to display the date but it needs to exist for rss generation */
-#postamble
-{
- display: none;
-}
+#postamble { display: none; }
body
{
@@ -54,16 +48,26 @@ body
font-size: 1.2em;
}
-h1
+h1 { text-align: center; }
+
+h1::before
{
- font-size: 40px;
- text-align: center;
- font-family: ibm-xga, monospace;
+ content: ".:░ ";
+ color: var(--main);
+ display: none;
}
-h2
+h1::after
+{
+ content: " ░:.";
+ color: var(--main);
+ display: none;
+}
+
+h1, h2
{
font-size: 40px;
+ line-height: 40px;
font-family: ibm-xga, monospace;
}
@@ -71,9 +75,10 @@ h2
.footnotes
{
font-size: 20px;
+ line-height: 20px;
}
-.logo
+.ascii
{
text-align: center;
color: var(--main);
@@ -82,23 +87,22 @@ h2
padding: 0;
font-family: ibm-xga, monospace;
font-size: 20px;
+ line-height: 20px;
}
-.big-logo
+.ascii:hover, a:hover { text-shadow: 2px 2px var(--accent); }
+
+.big-logo { display: none; }
+
+@media screen and (min-width: 850px)
{
- display: none;
+ .big-logo { display: inherit; }
+ .small-logo { display: none; }
}
-@media screen and (min-width: 850px)
+@media screen and (min-width: 425px)
{
- .big-logo
- {
- display: inherit;
- }
- .small-logo
- {
- display: none;
- }
+ h1::before, h1::after { display: inline; }
}
.buttons
@@ -106,47 +110,28 @@ h2
display: grid;
place-items: center;
}
-.buttons > p
-{
- margin: 0;
-}
-
-.logo:hover
-{
- color: var(--accent);
-}
-a
-{
- color: var(--main);
-}
+.buttons > p { margin: 0; }
-a:hover
-{
- color: var(--accent);
-}
+a { color: var(--main); }
-.footnum, .footref
-{
- text-decoration: none;
-}
+.footnum, .footref { text-decoration: none; }
.pages
{
font-family: ibm-xga, monospace;
font-size: 20px;
+ line-height: 20px;
text-align: center;
+ color: var(--accent);
}
-ul
-{
- list-style-type: none;
-}
+ul { list-style-type: none; }
ul li::before
{
- font-family: ibm-xga, monospace;
- content: "* ";
+ content: "\25ba ";
+ color: var(--accent);
}
hr
diff --git a/src/contact.org b/src/contact.org
index 6b1765d..daacdcf 100644
--- a/src/contact.org
+++ b/src/contact.org
@@ -1,16 +1,18 @@
#+TITLE: 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.
+I don't use popular social media at all and the only one you can find me on is fedi.
- fedi: [[https://social.xenofem.me/users/azureazure]]
- signal: ask for it
- irc: when i configure it properly
+- xmpp: soon\trade
+- mail: azureazure[at]disroot{dot}org (I don't check it really often)
* Donations
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:
#+ATTR_HTML: :style overflow-wrap: break-word;
-83FxBRziyTQWuPKqGTesWGjLfM5Vai8QSbikur5zGHWKFc584cgmbKHjWpQoJzR9Su7NVEX9GVg23iksCKp8doBFCVSsGca
+=83FxBRziyTQWuPKqGTesWGjLfM5Vai8QSbikur5zGHWKFc584cgmbKHjWpQoJzR9Su7NVEX9GVg23iksCKp8doBFCVSsGca=
#+ATTR_HTML: :title Monero wallet qr code
[[file:assets/monero-qr.png]]
diff --git a/src/index.org b/src/index.org
index e0f1dfd..c7e36e5 100644
--- a/src/index.org
+++ b/src/index.org
@@ -2,13 +2,13 @@
#+TITLE: LEMURIAN MAGE
# this fucking sucks but idk any other way to do ascii art in here lol
-#+ATTR_HTML: :class logo big-logo
+#+ATTR_HTML: :class ascii big-logo
#+BEGIN_EXAMPLE
@@@ @@@@@@@@ @@@@@@@@@@ @@@ @@@ @@@@@@@ @@@ @@@@@@ @@@ @@@
@@! @@! @@! @@! @@! @@! @@@ @@! @@@ @@! @@! @@@ @@!@!@@@
@!! @!!!:! @!! !!@ @!@ @!@ !@! @!@!!@! !!@ @!@!@!@! @!@@!!@!
!!: !!: !!: !!: !!: !!! !!: :!! !!: !!: !!! !!: !!!
-: ::.: : : :: ::: : : :.:: : : : : : : : : :: :
+: ::.: : : :: ::: : : :.:: : : : : : : : : :: :
@@@@@@@@@@ @@@@@@ @@@@@@@ @@@@@@@@
@@! @@! @@! @@! @@@ !@@ @@!
@@ -17,7 +17,7 @@
: : : : : :: :: : : :: :::
#+END_EXAMPLE
-#+ATTR_HTML: :class logo small-logo
+#+ATTR_HTML: :class ascii small-logo
#+BEGIN_EXAMPLE
__ _ ___ _
| |_ |V|| ||_) | |_||\|
@@ -28,8 +28,13 @@
| || |\_||__
#+END_EXAMPLE
#+BEGIN_pages
-[[file:blog/index.org][blog]] | [[file:contact.org][contact]] | [[file:links.org][links]] | [[file:blog/rss.xml][rss]]
+[[file:blog/index.org][blog]] \ [[file:contact.org][contact]] \ [[file:links.org][links]] \ [[file:blog/rss.xml][rss]]
#+END_pages
+* About
+This is the website of Philomena (she) aka lemurianmage aka azureazure aka
+(...many others...). I like fucking around with electronics and shitposting
+on the internet. my paws are big and fluffy.
+
* Recent posts
#+INCLUDE: "blog/index.org" :lines "3-8"
@@ -46,4 +51,4 @@
[[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]]
+[[https://git.sr.ht/~lemurianmage/lemursite][Ⓚ ALL RITES REVERSED Ⓚ]]
diff --git a/src/links.org b/src/links.org
index 5a94e4b..eace2ce 100644
--- a/src/links.org
+++ b/src/links.org
@@ -5,7 +5,7 @@ Various cool things/people.
* Games
- [[https://cataclysmtlg.com][Cataclysm: The Last Generation]] - A fork of Cataclysm: Dark Days Ahead.
- [[https://xonotic.org][Xonotic]] ([[https://orchard.li][go play on rowb1t's server *NOW*]])
-- [[https://comfig.app][mastercomfig]] - A great framework for writing Team Fortress 2 configuration.
+- [[https://comfig.app][mastercomfig]] - A great framework for writing TF2 configs.
* Music
- [[https://rentry.co/xnfmmNBBMD2024CEgc][xenofem.me nothing but black metal december 2024]] (2025 link soon)
@@ -14,9 +14,10 @@ Various cool things/people.
* Actually existing good software
- [[https://mumble.info][Mumble]]
- [[https://rockbox.org][Rockbox]]
-- [[https://getmonero.org][Monero]] - feather wallet might be a good alternative but I've never personally used it.
+- [[https://getmonero.org][Monero]]
- [[https://freecad.org][FreeCAD]]
-- [[https://openscad.org][OpenSCAD]] - Significantly different and more difficult to use than any other CAD software, but it still gets the Philomena Seal Of Approval\trade.
+- [[https://openscad.org][OpenSCAD]] - Significantly different and more difficult to use than any other
+ CAD software, but it still gets the Philomena Seal Of Approval\trade.
- [[https://nicotine-plus.org][Nicotine+]] - */THE/* music sharing p2p network.
* Hardware
@@ -24,5 +25,9 @@ Various cool things/people.
* Books
- [[https://annas-archive.org][anna's archive]] - */THE/* archive. I've never owned a book that wasn't in here.
+- [[https://marxists.org][marxists.org]]
- Sadie Plant - [[https://monoskop.org/images/1/17/Plant_Sadie_Zeros_and_Ones_Digital_Women_and_the_New_Technoculture_1997.pdf][Zeros and Ones]] ([[https://web.archive.org/web/20251021002224/https://monoskop.org/images/1/17/Plant_Sadie_Zeros_and_Ones_Digital_Women_and_the_New_Technoculture_1997.pdf][archive link]])
+* Others
+- [[https://int10h.org/oldschool-pc-fonts/][The Ultimate Oldschool Font Pack]]
+