Compare commits

...

22 commits

Author SHA1 Message Date
nune 886104711c
Update index.html 2024-09-01 22:32:12 -04:00
nune 7e2e122b4f
Update style.css 2024-09-01 22:30:53 -04:00
nune 20e88e0169
Update index.html 2024-09-01 22:30:29 -04:00
nune 442d610629
Update index.html 2024-09-01 22:28:43 -04:00
nune 562fdeb6e3
Update index.html 2024-09-01 22:27:46 -04:00
nune d34059e582
Update index.html 2024-09-01 22:26:52 -04:00
nune 9aedad3767
Update index.html 2024-09-01 22:24:40 -04:00
nune 38f13f1f04
Update index.html 2024-09-01 22:23:32 -04:00
nune 8e8b42d6b8
Update index.html 2024-09-01 22:22:31 -04:00
nune d74cf25d80
Update index.html 2024-09-01 22:21:02 -04:00
nune 5316436975
Update index.html 2024-09-01 22:19:39 -04:00
nune 5664cdd258
Update index.html 2024-09-01 22:19:09 -04:00
nune 5858514509
Update index.html 2024-09-01 22:18:42 -04:00
nune c52de8fb70
Update index.html 2024-09-01 22:17:09 -04:00
nune 4175b07a86
Update style.css 2024-09-01 22:15:41 -04:00
nune 757270bd62
Update index.html 2024-09-01 22:14:10 -04:00
nune 8f3cb45f8c
Update index.html 2024-09-01 22:12:04 -04:00
nune 4336ae32c2
Update index.html 2024-09-01 22:11:13 -04:00
nune 5e70a2fe0a
Update index.html 2024-09-01 21:59:29 -04:00
nune 89473db13c
Update index.html 2024-09-01 21:56:11 -04:00
nune b1b71248b1
Update index.html 2024-09-01 21:55:39 -04:00
nune c23b299942
Add files via upload 2024-09-01 21:55:23 -04:00
3 changed files with 4 additions and 24 deletions

BIN
img/blitzyicon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.9 KiB

View file

@ -12,26 +12,15 @@
<link rel="stylesheet" href="/style.css">
<!--Licensed under Decolonial Media License 0.1. Learn more: https://www.blitzw.in/license.txt -->
</head>
<body><div class="tab">
<p><h2>The personal website of Nune.</h2></p>
<p>Even by Decepticon standards, Blitzwing is totally insane. He's got three personalities packed into his cyberium-steel chassis, and he argues with himself almost as often as he argues with other Decepticons. The only person he listens to without interrupting is Megatron, because all three of his personalities are terrified of the Decepticon commander. He carries a superheater cannon and a hyperfrost emitter to burn or freeze his enemies.</p>
<p><ul>
<li>Sometimes changes to tank in midair, and crashes.</li>
<li>Likes to freeze, then melt his opponents.</li>
<li>Has trouble flying in a straight line.</li>
</ul></p>
<p><a href="#bio">Now that you know about Blitzwing, click here for my bio.</a></p>
<body><p><h2>The personal website of Nune.</h2></p><img src="/img/blitzyicon.png" alt="blitzwing icon" style="border-radius:10px;width:140px;height:140px;float:left;padding:2px;"><div id="main">
<div id="bio">
<p>Hello. I am Nune <i>(nu-neh)</i>. I'm a 19 y/o neurospicy-flavored Transformers Animated fanatic who thinks Blitzwing is neat and loves anarchy. I use ey/em pronouns (and trying out lun/luns as a secondary), which work exactly like singular they without the th. I'm also Autigender.</p>
<p>In my free time, I take funny pictures of my toys, advocate against lawns, do archival, have unhinged convos with my closest friend, and talk/debate about funny robots on <a href="https://www.tfw2005.com/boards/members/nune.139750/">TFW2005</a>.</p>
<p>The most reliable way to contact me is through Discord or Instagram DMs, both of which are located under the @blitzw.in usernames. If you don't use these services due to privacy reasons, <a href="https://matrix.to/#/@nune:envs.net">Matrix can also be used at the cost of a later response</a>.</p>
<p>Now, where would you like to go?</p>
<p>Now, where would you like to go?</p></div></details></div>
<p><b>Sections of this site:</b> <b><a href="/blog/blognav.html">Blog</a></b> (new!), <b><a href="/services.html">Services</a></b> (new!), <a href="/collection.html">TF collection</a>, <a href="/coolsites.html">cool sites</a>, <a href="/maq.html">MAQ</a></p>
<p><a href="/guestbook.html">Also, leave a message on my guestbook while you're here.</a> (requires javascript)</p>
</div>
</div>
<img src="img/blitzwing.jpg" alt="Blitzwing icon">
<div class="footer"><p><a href="/privacypolicy.html">Privacy</a></p>
<p>Webrings:</p>
<p><span><a href="https://webring.dinhe.net/prev/https://www.blitzw.in">prev</a> | <a href="https://webring.dinhe.net/">retronaut</a> | <a href="https://webring.dinhe.net/next/https://www.blitzw.in">next</a></span></p>

View file

@ -6,7 +6,7 @@ body{
max-width: 650px;
line-height: 1.2;
font-family:"Segoe UI", Segoe, Tahoma, Geneva, sans-serif;
font-size: 18px;
font-size: 17px;
padding: 0 8px;
}
@ -52,12 +52,3 @@ ul{
background: #a99a86;
color:black;
}
.tab div {
display: none;
}
.tab div:target {
display: block;
}