index.html 5.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1">
  5. <title>f.g :: index</title>
  6. <link rel="shortcut icon" href="favicon.png" type="image/x-icon">
  7. <link href="layout/style_pink.css" rel="stylesheet" type="text/css" media="all">
  8. <link href="layout/style_shared.css" rel="stylesheet" type="text/css" media="all">
  9. </head>
  10. <body>
  11. <div class="navigation">
  12. <img class="icon" src="favicon.png" alt="fear.garden">
  13. <a href="index.html">index</a>
  14. <a href="https://nyarlathotep.atabook.org/">guestbook</a>
  15. <a href="mailto:nyar@fear.garden">email</a>
  16. </div>
  17. <div class="text">
  18. <!-- section -->
  19. <p class="center"><img src="img/banner_fg2025_luce.jpg" alt="fear.garden" class="curved"></p>
  20. <p class="center"><a href="https://www.last.fm/user/fluticasone">
  21. <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>
  22. </p>
  23. <hr>
  24. <!-- section -->
  25. <h2>Page updated: 25 May 2025</h2>
  26. <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>
  27. <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>
  28. <marquee>
  29. <img src="digimon/img_lucesprites/luce_dswalk.gif" alt="">
  30. </marquee>
  31. <hr>
  32. <!-- section -->
  33. <h1>navigation</h1>
  34. <h2>General</h2>
  35. <p>
  36. &numsp; &rdsh; <a href="https://systematic.love">About</a> (secondary site)<br>
  37. &numsp; &rdsh; <a href="general/contact.html">Contact & links</a><br>
  38. &numsp; &rdsh; <a href="music/uploads.html">Music uploads</a>
  39. </p>
  40. <!--<h2>Love letters :3</h2>
  41. <p>
  42. &numsp; &rdsh; <a href="asuka/index.html">Asuka R. Kreutz</a><br>
  43. &numsp; &rdsh; <a href="#" style="text-decoration:line-through;">Lucemon</a><br>
  44. </p>-->
  45. <h2>Rambling about things I enjoy</h2>
  46. <p>
  47. &numsp; &rdsh; <a href="#" style="text-decoration:line-through;">Digimon</a><br>
  48. &numsp; &rdsh; <a href="asuka/index.html">Love letter to Asuka R. Kreutz</a><br>
  49. &numsp; &rdsh; <a href="digimon/lucemon.html" style="text-decoration:line-through;">Love letter to Lucemon</a><br>
  50. &numsp; &rdsh; <a href="rhythmgames/arcade.html">Rhythm games - arcade</a><br>
  51. &numsp; &rdsh; <a href="rhythmgames/mobile.html">Rhythm games - mobile</a>*<br>
  52. &numsp; &rdsh; <a href="general/nostalgia.html" style="text-decoration:line-through;">Things that shaped me (nostalgia)</a><br>
  53. &numsp; &rdsh; <a href="music/vocalsynth.html">Vocalsynth music</a>
  54. </p>
  55. <h2>Resources</h2>
  56. <p>
  57. &numsp; &rdsh; <a href="resources/dangerousjungle.html">HTML/CSS codes</a><br>
  58. &numsp; &rdsh; <a href="resources/hosting.html">Site & server hosting for cheap assholes</a>
  59. </p>
  60. <p>* indicates that it still needs an update to my new layout</p>
  61. <hr>
  62. <!-- section -->
  63. <h1>other interesting people</h1>
  64. <p>Friends and other intriguing people I've encountered online:</p>
  65. <p class="center">
  66. <a href="https://radioworld.neocities.org"><img src="img/frens/radio.png" alt="Radio"></a>
  67. <a href="https://nailgun.neocities.org"><img src="img/frens/nilla.jpg" alt="Nilla"></a>
  68. <a href="https://jyushimatsu.web.fc2.com"><img src="img/frens/jyushimatsu.png" alt="Jyushimatsu"></a>
  69. <a href="https://koinuko.pink"><img src="img/frens/koinuko.gif" alt="Koinuko"></a>
  70. <a href="https://slimysomething.neocities.org"><img src="img/frens/slimy.png" alt="Slimy"></a>
  71. <a href="https://solradguy.neocities.org"><img src="img/frens/solradguy.png" alt="Sol Radguy"></a>
  72. </p>
  73. <!-- SECTION SECTION SECTION SECTION SECTION SECTION SECTION -->
  74. </div>
  75. <div class="center">
  76. <p>
  77. Made by Nyar &star;
  78. 2017-2025 &star;
  79. <a href="https://notabug.org/reactor/fear.garden/commits/master">Changelog</a><br>
  80. <img src="button.gif" alt="fear.garden">
  81. </p>
  82. </div>
  83. </body>
  84. </html>