Update index.html

This commit is contained in:
gigirassy 2023-11-20 07:39:04 -05:00 committed by GitHub
parent 83c3ff3786
commit 6a14c76b23
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,11 +13,29 @@
<link rel="shortcut icon" href="img/2.png" type="image/png">
<style>
body{
background-color:#682860;
background-color:black;
color:white;
font-family:open sans;
font-size:125%;
}
a{
background-color:#dda0dd;
color:black;
border-radius:5px;
text-decoration:none;
}
a:hover{
background-color:#20b2aa;
color:black;
border-radius:5px;
text-decoration:none;
}
a:visited{
background-color:black;
color:white;
border-radius:none;
text-decoration:underline;
}
ul{
list-style-image: url("/img/bullet.jpg");
}
@ -27,12 +45,14 @@
<body>
<p><h2>The personal website of Nune/Gigirassy.</h2></p>
<p>Hello. I am Nune. My pronouns are ey/em, I have professionally diagnosed brainrot of all sorts, and am quite silly. I am also an anarchist. The world's cutest, in fact.</p>
<p>Hello. I am Nune <i>(nu-neh)</i>. My pronouns are ey/em, I have professionally diagnosed brainrot of all sorts (so please be nice), and am quite silly. I am also an anarchist. The world's cutest, in fact.</p>
<p><h2>I am currently working on:</h2></p>
<p><ul>
<li>A Transformers Animated fanfic called Endlings. It is written in multiple different time periods and the main plot is about Cybertronians formed from the sparks of existing ones (called "sparklets") thriving and dealing with issues on a post-apocalyptic, post-second Great War Cybertron, and delving into that past that created them. It has enough gender-diverse people to make the average trufan cry, along with scenes of a violent nature. The fanfic will be written in advance.</li>
<li>A personal ebook archive where I catalog hundreds of mainly anarchist/revolutionary ebooks.</li>
<li>I honestly am not too public about it at times, but I also make art. Give my Redbubble @ nuneshop a look. You can buy zines featuring my art and opinions at Quimby's in Chicago and Indie Northern Kentucky in well...you know already.</li>
</ul></p>
<p>I am active on <a href="https://www.tfw2005.com/boards/members/nune.139750/">TFW2005</a>, and Discord ( @gigirassy ).</p>
<img src="img/blitzwing.jpg" alt="Blitzwing">
</body>