Skip to content

Commit 22cd941

Browse files
author
Rowedahelicon
committed
Tailwind 4 fixes, assorted stuff, gender!
1 parent 8d9e350 commit 22cd941

14 files changed

Lines changed: 201 additions & 15 deletions

File tree

build/src/blog.php

Whitespace-only changes.

build/src/header.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<div class="flex mb-0 p-2">
33
<div class="flex-auto text-white leading-none text-center inline">
44
<a href="{website_url}"><h1 class="align-middle text-3xl md:text-7xl">Rowedahelicon</h1></a>
5-
<span class="text-lg md:text-xl text-gray-400">Crux • They/It • ΘΔ</span>
5+
<span class="text-lg md:text-xl text-gray-400">Crux • She/They/It • ΘΔ</span>
66
</div>
77
</div>
88
<div class="h-12 stripes-2"></div>

build/src/includes/artists.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555
$music['mason'] = array('title' => 'Mason', 'url' => 'https://www.musicofmason.com/');
5656
$music['deadmau5'] = array('title' => 'Deadmau5', 'url' => 'https://deadmau5.com/');
5757
$music['djfresh'] = array('title' => 'DJ Fresh', 'url' => 'https://en.wikipedia.org/wiki/DJ_Fresh');
58+
$music['4lung'] = array('title' => '4Lung', 'url' => 'https://rawrdcore.bandcamp.com/');
5859
//$music[''] = array('title' => '', 'url' => '');
5960

6061
ksort($music);

build/src/index.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
<div>
4242
<h2 class="p-2 align-middle text-2xl text-gray-400">Cool People</h2>
4343
<div class="flex flex-wrap">
44+
<div class="p-1"><a href="https://seapunk.xyz"><img src="https://rowedahelicon.com/images/buttons/88x31_cpnk.gif" alt="seapunk.xyz button" title="A button for seapunk.xyz" width="88" height="31"></a></div>
4445
<div class="p-1"><a href="https://xaselgio.net"><img src="{website_url}images/buttons/88x31_xaselgio.gif" alt="xaselgio.net button" title="A button for xaselgio.net" width="88" height="31"></a></div>
4546
<div class="p-1"><a href="https://zenthefox.online/"><img src="{website_url}images/buttons/88x31_zennow.gif" alt="zenthefox.online button" title="A button for zenthefox.online" width="88" height="31"></a></div>
4647
</div>

build/src/music.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<br><br>
1010
This page is a collection of some artists and bands for whom I have particular interest in, it is not a complete list by any means, and will be updated periodically.
1111
<br>
12-
<span class="text-gray-400">Last updated: 8/22/2024</span>
12+
<span class="text-gray-400">Last updated: 12/24/2024</span>
1313
</div>
1414
</div>
1515
<div class="grid grid-cols-1 md:grid-cols-2">

public_html/blog.html

Lines changed: 97 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,97 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta name="generator" content=
5+
"HTML Tidy for HTML5 for Linux version 5.6.0">
6+
<meta charset="UTF-8">
7+
<title>What's on my mind</title>
8+
<link rel="stylesheet" href=
9+
"https://rowedahelicon.com/css/tw.min.css?v=1753601323">
10+
<link rel="icon" type="image/x-icon" href=
11+
"https://rowedahelicon.com/images/favicon.ico">
12+
<link rel="apple-touch-icon" sizes="180x180" href=
13+
"https://rowedahelicon.com/images/apple-touch-icon.png">
14+
<link rel="icon" type="image/png" sizes="32x32" href=
15+
"https://rowedahelicon.com/images/favicon-32x32.png">
16+
<link rel="icon" type="image/png" sizes="16x16" href=
17+
"https://rowedahelicon.com/images/favicon-16x16.png">
18+
<link rel="manifest" href=
19+
"https://rowedahelicon.com/site.webmanifest">
20+
<meta property="og:title" content="What's on my mind">
21+
<meta property="og:description" content="">
22+
<meta property="og:site_name" content="What's on my mind">
23+
<meta property="og:type" content="profile">
24+
<meta property="twitter:card" content="summary_large_image">
25+
<meta property="twitter:site" content="@rowedahelicon">
26+
<meta property="twitter:image" content=
27+
"https://rowedahelicon.com/images/rowdy_og.png">
28+
<meta property="og:image" content=
29+
"https://rowedahelicon.com/images/rowdy_og.png">
30+
<meta property="og:image:width" content="1200">
31+
<meta property="og:image:height" content="630">
32+
<meta property="og:url" content="https://rowedahelicon.com/">
33+
<meta name="viewport" content=
34+
"width=device-width, initial-scale=1.0">
35+
</head>
36+
<body>
37+
<div id="stars_1"></div>
38+
<div id="stars_2"></div>
39+
<div id="stars_3"></div>
40+
<div id="container" class=
41+
"container md:mx-auto max-w-screen-lg md:mt-4 md:mb-1 stripes-1 p-2 border-solid border-0 md:border-8 border-black/70">
42+
<header class="p-2 rounded-t-lg">
43+
<div class="flex mb-0 p-2">
44+
<div class=
45+
"flex-auto text-white leading-none text-center inline">
46+
<a href="https://rowedahelicon.com/">
47+
<h1 class="align-middle text-3xl md:text-7xl">
48+
Rowedahelicon</h1></a> <span class=
49+
"text-lg md:text-xl text-gray-400">Crux • She/They/It •
50+
ΘΔ</span>
51+
</div>
52+
</div>
53+
<div class="h-12 stripes-2"></div>
54+
</header>
55+
<footer class="rounded-b-lg overflow-auto">
56+
<div class="flex items-center justify-between px-4">
57+
<div class="pt-1 text-lg">
58+
<a href=
59+
"https://github.com/rowedahelicon/rowedahelicon.com"
60+
aria-label="Source Code"><span class=
61+
"icon-github"></span></a> <a href=
62+
"https://validator.w3.org/nu/?doc=https://rowedahelicon.com/blog.html"
63+
aria-label="Valid HTML"><span class=
64+
"icon-html5"></span></a> <a href=
65+
"https://jigsaw.w3.org/css-validator/check/referer"
66+
aria-label="Valid CSS"><span class=
67+
"icon-css3"></span></a>
68+
</div>
69+
<div>
70+
<a href=
71+
"https://fediring.net/previous?host=rowedahelicon.com"></a>
72+
<a href="https://fediring.net/">Fediring</a> <a href=
73+
"https://fediring.net/next?host=rowedahelicon.com"></a>
74+
</div>
75+
<div id='furryring'>
76+
<script type="text/javascript" src=
77+
"https://furryring.neocities.org/onionring-variables.js"></script>
78+
79+
<script type="text/javascript" src=
80+
"https://furryring.neocities.org/onionring-widget.js"></script>
81+
</div>
82+
<div>
83+
<a href="https://rowedahelicon.com/humans.txt"><img src=
84+
"https://rowedahelicon.com/images/humanstxt-transparent-color.png"
85+
alt="Humans.txt" class="self-end"></a>
86+
</div>
87+
</div>
88+
</footer>
89+
</div>
90+
<div role="contentinfo">
91+
<p class="text-center text-gray-300 text-xs mb-4">Made with
92+
&lt;3 by <a href="https://rowdythecrux.dev" target=
93+
"_blank">Rowedahelicon</a> :: Crucis Nexus 227 - <a href=
94+
"https://rowedahelicon.com/revision.html">Revision: 004</a></p>
95+
</div>
96+
</body>
97+
</html>

public_html/css/index.css

Lines changed: 41 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
@tailwind base;
2-
@tailwind components;
3-
@tailwind utilities;
1+
@import "tailwindcss";
42

53
body{
64
background-color: #1B181F;
@@ -130,4 +128,43 @@ main {
130128
color:#007b9d;
131129
text-decoration: underline dotted;
132130
font-weight: 600;
133-
}
131+
}
132+
133+
#furryring a {
134+
text-decoration:none;
135+
}
136+
137+
#furryring {
138+
/*padding: creates some space around the widget */
139+
text-decoration: none;
140+
}
141+
142+
#furryring table {
143+
margin: 0 auto; /* centers the widget */
144+
}
145+
146+
#furryring table tr td {
147+
padding: 5px; /* creates some space between the links and text inside the widget */
148+
padding-top: 0px;
149+
padding-bottom: 0px;
150+
}
151+
152+
#furryring .webring-prev {
153+
text-align:right;
154+
text-decoration: none;
155+
}
156+
157+
#furryring .webring-info {
158+
text-align:center;
159+
text-decoration: none;
160+
}
161+
162+
#furryring .webring-next {
163+
text-align:left;
164+
text-decoration: none;
165+
}
166+
167+
#furryring .webring-links {
168+
font-size:small;
169+
text-decoration: none;
170+
}
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
I suppose I am trans.
2+
3+
I suppose I've always known as well. When I was a child, I was a bit of a crybaby. I never felt "masculine" emotionally, just physically.
4+
However, I don't think I've ever felt entirely feminine either.
5+
6+
When I became a Crux, part of what drew me in was that at the time, it was part of the "lore" that Cruxes were gender-less. Something that really appealed to me for some reason.
7+
8+
It wouldn't be until many years later that I decided on a whim and without much fanfare that I preferred using they/it pronouns and liked the idea of being either gender-less or something in between.
9+
10+
Physically, I've never paid much attention to it all. I never really cared how I looked, and then suddenly I did. I decided that I didn't want to be outwardly masculine. I didn't like my body or my body hair. I want a different shape, I want to be small and smooth. Am I trans? I've been told I am. Am I taking HRT? No. Do I want to? Yes.
11+
12+
I am afraid of needles, I am afraid of frequent doctor visits, nor can I afford them. This path is limited for me, for now. But I am happy enough just coming to terms with it. I do not want to physically exist, I want my consciousness to live forever in some form, but if I have to do so physically, I think I am ready to do it on my terms.
13+
14+
I will figure it out somehow, I want to appear androgynous, somehow. I've already worn a bra and surprised how natural it felt.
15+
16+
Gender is a weird concept to me, even so deep in the spaces I am, I think everyone has their own view on it. It feels wrong to say that I am trans, wrong in that it seems like I am applying a label to myself I didn't earn. I am not in anguish or pain, just confused. I cannot help but shake the idea that some traits are gendered. I don't care about what humans do, but even other animals subscribe to gendered roles at times.
17+
18+
But I don't view parts of my personality as gendered behavior, I don't know how. I don't "feel" like anything, but I do feel like how I am isn't how others are, it's so confusing! But it's exciting.
19+
20+
I want my body to be strong, and firm. Strong like my mind and my soul. But I want to be soft, I want boobs. I want a feminine shape with the freedom to hide it. It's really confusing what I want. I suppose I want to physically give off an energy that matches how I feel inside. Confusing, flexible, capable, alive. I am an artist, and my body is another piece of my art. I want to show you the canvas and have you gasp at the final piece. I hope you like it, I hope I do too.
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
I am an otherkin, I don't really talk about it often or highlight it, but I am!
2+
3+
What does it mean? Otherkins are like therians but for mythical creatures, in a way I am a therian too. Essentially, the idea that a person is not entirely human, either partially or completely.
4+
5+
I am a Crux, but I was a Wolf, hence the confusion.
6+
7+
My acceptance for something like this stems from observable behavior with domesticated animals. For example, Cats may behave like dogs if raised around dogs, and vice-versa. It's a simple little thing, an animal's general personality being affected by its upbringing, able to bypass its own instinctive behavior to match a different species around it.
8+
9+
I'd like to think that's what I am in some way, perhaps a lot of people are. It's as if we're pretending to be human, only seeing examples from other humans. Much of my days are spent feeling like I am pretending to be a human. My awareness of economics, politics, society, manners, etc; seeing how made up it all is. It's all made up, everything we do, even much of our spoken language is just made up.
10+
11+
But even humans themselves are functionally inconsistent. A person who can appreciate the art and beauty of the world around them is a stark constrast to a person who cannot. The differences in how a person simply perceives the world and fellow humans around them are the root cause of virtually all of humankind's conflicts, when it isn't about land or resources.
12+
13+
I value social connections with humans...like a dog would. I value a challenge, I crave knowledge...like a dog would. Dogs loved to be trained, they are eager to please their humans. I care about people I care about, but the majority of things that occur in our world are beyond my comprehension or care for that matter, I care most about what matters to me.
14+
15+
I recognize that I *am* a human, at least physically. But spiritually, I am at least open to the idea that perhaps I am merely an interloper in a human's body. Elevated with a better brain, different eyes, different legs, nose, no tail, etc. My soul is working with the tools at my disposal, nothing more. If you put a battery in a different remote with different buttons, the battery remains the same, it's the vessel's functions that have changed.
16+
17+
I get along with nature, and with animals. I get along with people too, but like an animal, I assess threats. I worry, I am anxious, I am fearful of new people, and I look at people I trust to help me understand if a new person is OK. I like my social life, but I like my silence. I hate the sun, and I love the moon. I love the planet, and the air, the trees, the sky, and the stars above.
18+
19+
I may never shake the feeling that I am pretending to be human, but that is OK. This is not something that has a hold on my life, nor prevents me from living it. It's almost like a fun secret, trying not to get caught, being really good at the pretending game!

public_html/fursona.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta charset="UTF-8">
77
<title>A creature from between the stars</title>
88
<link rel="stylesheet" href=
9-
"https://rowedahelicon.com/css/tw.min.css?v=1724313172">
9+
"https://rowedahelicon.com/css/tw.min.css?v=1753602628">
1010
<link rel="icon" type="image/x-icon" href=
1111
"https://rowedahelicon.com/images/favicon.ico">
1212
<link rel="apple-touch-icon" sizes="180x180" href=
@@ -49,7 +49,7 @@
4949
<a href="https://rowedahelicon.com/">
5050
<h1 class="align-middle text-3xl md:text-7xl">
5151
Rowedahelicon</h1></a> <span class=
52-
"text-lg md:text-xl text-gray-400">Crux • They/It •
52+
"text-lg md:text-xl text-gray-400">Crux • She/They/It •
5353
ΘΔ</span>
5454
</div>
5555
</div>

0 commit comments

Comments
 (0)