template edited

This commit is contained in:
Gaia Sergent 2024-06-30 13:02:40 -04:00
parent e1a9927d82
commit 9b3039afc1
5 changed files with 100 additions and 45 deletions

View file

@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="../style.css">
</head>
<body>
@ -9,7 +9,7 @@
<h1 class="title">
Blog-Log
</h1>
<a href="index.html">
<a href="../index.html">
<h3>
Home
</h3>

View file

@ -0,0 +1,27 @@
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="../style.css">
</head>
<body>
<div class="navbar">
<h1 class="title">
Blog-Log
</h1>
<a href="../index.html">
<h3>
Home
</h3>
</a>
<hr>
</div>
<h2>
Post Title
</h2>
<div class="bllog-body">
Post Content
</div>
</body>
</html>

View file

@ -15,14 +15,14 @@
Home
</h3>
</a>
<hr>
</div>
<h2>
Protesting is pretty great, actually.
</h2>
<p class="bllog-body">
<div class="bllog-body bllog-container">
<h2>
Protesting is pretty great, actually.
</h2>
<p>
Oftentimes, I get caught up in my day-to-day.
<br>
The bullshit of it all.
@ -40,7 +40,7 @@
Which, well, is a fucking loaded question.
<br>
So, let's talk about just that.
<br>
<br>
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.
<br>
That's the beauty of protest, in a way.
</p>
</p>
</div>
</body>
</html>

View file

@ -35,40 +35,42 @@
of wealth, wouldn't we have tried that already?
</li>
</ul>
<p class="bllog-body">
The truth is, money is easy. You make it, or lose it.
<br>
Community is harder.
<br>
The capitalists don't need to foster their stacks.
<br>
We need to foster community to survive under attack.
<br>
The only equity that matters under capitalism is percentage growth.
<br>
We promote equity first, then acheive degrowth.
<br>
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.
<br>
Do you really want art gatekept by billionaires?
<br>
Do you really want to revert to a system where you need
a sponsor to get exposure?
<br>
Do you want program output to be more visible than
human input?
<br>
No?
<br>
Good.
<br>
Save the fucking arts.
<br>
Don't wait for the billionaires to do it.
</p>
<div class="bllog-body bllog-container">
<p class="bllog-body">
The truth is, money is easy. You make it, or lose it.
<br>
Community is harder.
<br>
The capitalists don't need to foster their stacks.
<br>
We need to foster community to survive under attack.
<br>
The only equity that matters under capitalism is percentage growth.
<br>
We promote equity first, then acheive degrowth.
<br>
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.
<br>
Do you really want art gatekept by billionaires?
<br>
Do you really want to revert to a system where you need
a sponsor to get exposure?
<br>
Do you want program output to be more visible than
human input?
<br>
No?
<br>
Good.
<br>
Save the fucking arts.
<br>
Don't wait for the billionaires to do it.
</p>
</div>
</body>
</html>

View file

@ -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";