From 9b3039afc12662e2b73cf93724319002301bdc36 Mon Sep 17 00:00:00 2001 From: Gaia Sergent Date: Sun, 30 Jun 2024 13:02:40 -0400 Subject: [PATCH] template edited --- blog-log/blog.template.html | 4 +- blog-log/posts/friend-pairing.html | 27 +++++++++ blog-log/posts/protest-pretty-great.html | 15 ++--- blog-log/posts/rich-ppl-bad-art.html | 70 ++++++++++++------------ blog-log/style.css | 29 +++++++++- 5 files changed, 100 insertions(+), 45 deletions(-) create mode 100644 blog-log/posts/friend-pairing.html diff --git a/blog-log/blog.template.html b/blog-log/blog.template.html index dd15dfc..7f08a94 100755 --- a/blog-log/blog.template.html +++ b/blog-log/blog.template.html @@ -1,7 +1,7 @@ - + @@ -9,7 +9,7 @@

Blog-Log

- +

Home

diff --git a/blog-log/posts/friend-pairing.html b/blog-log/posts/friend-pairing.html new file mode 100644 index 0000000..e557d10 --- /dev/null +++ b/blog-log/posts/friend-pairing.html @@ -0,0 +1,27 @@ + + + + + + + +
+

+ Post Title +

+
+ Post Content +
+ + + diff --git a/blog-log/posts/protest-pretty-great.html b/blog-log/posts/protest-pretty-great.html index 7a5ffb8..e5e4f28 100755 --- a/blog-log/posts/protest-pretty-great.html +++ b/blog-log/posts/protest-pretty-great.html @@ -15,14 +15,14 @@ Home -
-

- Protesting is pretty great, actually. -

-

+

+

+ Protesting is pretty great, actually. +

+

Oftentimes, I get caught up in my day-to-day.
The bullshit of it all. @@ -40,7 +40,7 @@ Which, well, is a fucking loaded question.
So, let's talk about just that. -
+
Every protest I've been to has had some set of underlying goals. Whether this be a set of demands, visibility for their issue, or merely for others to take their cause seriously. @@ -66,7 +66,8 @@ Both may exist simultaneously.
That's the beauty of protest, in a way. -

+

+
\ No newline at end of file diff --git a/blog-log/posts/rich-ppl-bad-art.html b/blog-log/posts/rich-ppl-bad-art.html index 9593e36..212d476 100755 --- a/blog-log/posts/rich-ppl-bad-art.html +++ b/blog-log/posts/rich-ppl-bad-art.html @@ -35,40 +35,42 @@ of wealth, wouldn't we have tried that already? -

- The truth is, money is easy. You make it, or lose it. -
- Community is harder. -
- The capitalists don't need to foster their stacks. -
- We need to foster community to survive under attack. -
- The only equity that matters under capitalism is percentage growth. -
- We promote equity first, then acheive degrowth. -
- To depend on the wealthy to allow creation is to destroy unique - creation itself. To depend on only a subset to allow - creation is to gatekeep creation from those not chosen by that - group. -
- Do you really want art gatekept by billionaires? -
- Do you really want to revert to a system where you need - a sponsor to get exposure? -
- Do you want program output to be more visible than - human input? -
- No? -
- Good. -
- Save the fucking arts. -
- Don't wait for the billionaires to do it. -

+
+

+ The truth is, money is easy. You make it, or lose it. +
+ Community is harder. +
+ The capitalists don't need to foster their stacks. +
+ We need to foster community to survive under attack. +
+ The only equity that matters under capitalism is percentage growth. +
+ We promote equity first, then acheive degrowth. +
+ To depend on the wealthy to allow creation is to destroy unique + creation itself. To depend on only a subset to allow + creation is to gatekeep creation from those not chosen by that + group. +
+ Do you really want art gatekept by billionaires? +
+ Do you really want to revert to a system where you need + a sponsor to get exposure? +
+ Do you want program output to be more visible than + human input? +
+ No? +
+ Good. +
+ Save the fucking arts. +
+ Don't wait for the billionaires to do it. +

+
\ No newline at end of file diff --git a/blog-log/style.css b/blog-log/style.css index 723942e..0130369 100755 --- a/blog-log/style.css +++ b/blog-log/style.css @@ -32,9 +32,12 @@ a:hover > p { .navbar > h1 { margin-bottom: 0px; + margin-top: 0.1rem; + font-size: 5rem; } -.navbar > h3 { - margin-bottom: 0px; +.navbar > a > h3 { + margin-top: 0.2rem; + margin-bottom: 0.1rem; } h1 { @@ -56,12 +59,34 @@ h1 { font-size: 1.5em; } +.bllog-container { + border-radius: 1rem; + border-width: 0.25rem; + padding: 0.4rem; + margin-top: 0.5rem; + margin-left: 0.5rem; + margin-right: 0.5rem; + margin-bottom: 0.1rem; + border: 0.125rem solid; + border-color: white; +} + +.bllog-container > p { + margin-bottom: 0.175rem; + margin-top: 0; +} + h3 { color: white; font-family: "Bagnard"; font-size: 2em; } +.bllog-container > h2 { + font-size: 2.5rem; + margin: 0px; +} + h2 { color: white; font-family: "Bagnard";