12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1">
- <title>f.g :: index</title>
- <link rel="shortcut icon" href="favicon.png" type="image/x-icon">
- <link href="layout/style_pink.css" rel="stylesheet" type="text/css" media="all">
- <link href="layout/style_shared.css" rel="stylesheet" type="text/css" media="all">
- </head>
- <body>
- <div class="navigation">
- <img class="icon" src="favicon.png" alt="fear.garden">
- <a href="index.html">index</a>
- <a href="https://nyarlathotep.atabook.org/">guestbook</a>
- <a href="mailto:nyar@fear.garden">email</a>
- </div>
- <div class="text">
- <!-- section -->
- <p class="center"><img src="img/banner_fg2025_luce.jpg" alt="fear.garden" class="curved"></p>
- <p class="center"><a href="https://www.last.fm/user/fluticasone">
- <img src="https://lastfm-recently-played.vercel.app/api?user=fluticasone&width=400&show_user=footer&header_style=compact_stats_only&count=1&bg_color=000&border_radius=0" style="border:1px solid #fff" alt="Now scrobbling on Last.fm..." class="curved"></a>
- </p>
- <hr>
- <!-- section -->
- <h2>Page updated: 25 May 2025</h2>
- <p>Welcome to my site!! I'm Nyar (they/he), a casual sysadmin from Canada and a cryptid with a computer. There's not a ton of stuff here, but I try to update from time to time.</p>
- <p>My main interests are currently rhythm games (Wacca and SDVX specifically), listening to J-core (mostly Hardcore Tano*C stuff, with USAO being my fav), and kissing my big demon bf Lucemon Falldown Mode ='w'=</p>
- <marquee>
- <img src="digimon/img_lucesprites/luce_dswalk.gif" alt="">
- </marquee>
- <hr>
- <!-- section -->
- <h1>navigation</h1>
- <h2>General</h2>
- <p>
-   ↳ <a href="https://systematic.love">About</a> (secondary site)<br>
-   ↳ <a href="general/contact.html">Contact & links</a><br>
-   ↳ <a href="music/uploads.html">Music uploads</a>
- </p>
- <!--<h2>Love letters :3</h2>
- <p>
-   ↳ <a href="asuka/index.html">Asuka R. Kreutz</a><br>
-   ↳ <a href="#" style="text-decoration:line-through;">Lucemon</a><br>
- </p>-->
- <h2>Rambling about things I enjoy</h2>
- <p>
-   ↳ <a href="#" style="text-decoration:line-through;">Digimon</a><br>
-   ↳ <a href="asuka/index.html">Love letter to Asuka R. Kreutz</a><br>
-   ↳ <a href="digimon/lucemon.html" style="text-decoration:line-through;">Love letter to Lucemon</a><br>
-   ↳ <a href="rhythmgames/arcade.html">Rhythm games - arcade</a><br>
-   ↳ <a href="rhythmgames/mobile.html">Rhythm games - mobile</a>*<br>
-   ↳ <a href="general/nostalgia.html" style="text-decoration:line-through;">Things that shaped me (nostalgia)</a><br>
-   ↳ <a href="music/vocalsynth.html">Vocalsynth music</a>
- </p>
- <h2>Resources</h2>
- <p>
-   ↳ <a href="resources/dangerousjungle.html">HTML/CSS codes</a><br>
-   ↳ <a href="resources/hosting.html">Site & server hosting for cheap assholes</a>
- </p>
- <p>* indicates that it still needs an update to my new layout</p>
- <hr>
- <!-- section -->
- <h1>other interesting people</h1>
- <p>Friends and other intriguing people I've encountered online:</p>
- <p class="center">
- <a href="https://radioworld.neocities.org"><img src="img/frens/radio.png" alt="Radio"></a>
- <a href="https://nailgun.neocities.org"><img src="img/frens/nilla.jpg" alt="Nilla"></a>
- <a href="https://jyushimatsu.web.fc2.com"><img src="img/frens/jyushimatsu.png" alt="Jyushimatsu"></a>
- <a href="https://koinuko.pink"><img src="img/frens/koinuko.gif" alt="Koinuko"></a>
- <a href="https://slimysomething.neocities.org"><img src="img/frens/slimy.png" alt="Slimy"></a>
- <a href="https://solradguy.neocities.org"><img src="img/frens/solradguy.png" alt="Sol Radguy"></a>
- </p>
- <!-- SECTION SECTION SECTION SECTION SECTION SECTION SECTION -->
- </div>
- <div class="center">
- <p>
- Made by Nyar ☆
- 2017-2025 ☆
- <a href="https://notabug.org/reactor/fear.garden/commits/master">Changelog</a><br>
- <img src="button.gif" alt="fear.garden">
- </p>
- </div>
- </body>
- </html>
|