💄 feat: Add some links; neoSSG webring

This commit is contained in:
marleyrae 2023-06-21 12:08:39 -07:00
parent 13bd5f54ba
commit 2074751fab
8 changed files with 89 additions and 51 deletions

View file

@ -1,6 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<project version="4"> <project version="4">
<component name="JavaScriptLibraryMappings"> <component name="JavaScriptLibraryMappings">
<file url="PROJECT" libraries="{onionring}" />
<includedPredefinedLibrary name="Node.js Core" /> <includedPredefinedLibrary name="Node.js Core" />
</component> </component>
</project> </project>

View file

@ -7,5 +7,6 @@
</content> </content>
<orderEntry type="inheritedJdk" /> <orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" /> <orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="onionring" level="application" />
</component> </component>
</module> </module>

View file

@ -12,17 +12,24 @@
<!-- Bunny Fonts --> <!-- Bunny Fonts -->
<link rel="preconnect" href="https://fonts.bunny.net"> <link rel="preconnect" href="https://fonts.bunny.net">
<link href="https://fonts.bunny.net/css?family=bungee-shade:400|imprima:400" rel="stylesheet"/> <link href="https://fonts.bunny.net/css?family=bungee-shade:400|imprima:400"
rel="stylesheet"/>
<!-- NeoSSG webwring -->
<!--suppress JSUnresolvedLibraryURL -->
<link rel="stylesheet" href="https://neossg.neocities.org/onionring.css">
</head> </head>
<body class="Site"> <body class="Site">
<h1 class="Site-title">punkfairie.net</h1> <h1 class="Site-title">punkfairie.net</h1>
<nav class="Site-nav Nav" x-data :style="$store['subNav'].open ? '--Site-nav-gridArea: Site-nav;' : ''"> <nav class="Site-nav Nav" x-data
:style="$store['subNav'].open ? '--Site-nav-gridArea: Site-nav;' : ''">
{% include 'main-nav' %} {% include 'main-nav' %}
</nav> </nav>
<nav class="Site-subNav Nav" x-data x-show="$store['subNav'].current === 'collections'" id="collections-submenu"> <nav class="Site-subNav Nav" x-data
x-show="$store['subNav'].current === 'collections'" id="collections-submenu">
{% include 'collections-nav' %} {% include 'collections-nav' %}
</nav> </nav>

View file

@ -1,18 +1,36 @@
<div class="Social-webring"> <div class="Social-webring">
<a href="https://hotlinewebring.club/punkfairie/previous" class="Social-webringArrow"><<</a> <a href="https://hotlinewebring.club/punkfairie/previous"
<a href="https://hotlinewebring.club/" target="_blank" class="Social-webringLink">hotline</a> class="Social-webringArrow"><<</a>
<a href="https://hotlinewebring.club/punkfairie/next" class="Social-webringArrow">>></a> <a href="https://hotlinewebring.club/" target="_blank"
class="Social-webringLink">hotline</a>
<a href="https://hotlinewebring.club/punkfairie/next"
class="Social-webringArrow">>></a>
</div> </div>
<div class="Social-webring"> <div class="Social-webring">
<a href="https://webring.dinhe.net/prev/https://punkfairie.net" class="Social-webringArrow"><<</a> <a href="https://webring.dinhe.net/prev/https://punkfairie.net"
<a href="https://webring.dinhe.net/" target="_blank" class="Social-webringLink">retronaut</a> class="Social-webringArrow"><<</a>
<a href="https://webring.dinhe.net/next/https://punkfairie.net" class="Social-webringArrow">>></a> <a href="https://webring.dinhe.net/" target="_blank"
class="Social-webringLink">retronaut</a>
<a href="https://webring.dinhe.net/next/https://punkfairie.net"
class="Social-webringArrow">>></a>
</div>
<div class="Social-webring">
<div id='neossg'>
<!--suppress JSUnresolvedLibraryURL -->
<script type="text/javascript"
src="https://neossg.neocities.org/onionring-variables.js"></script>
<!--suppress JSUnresolvedLibraryURL -->
<script type="text/javascript"
src="https://neossg.neocities.org/onionring-widget.js"></script>
</div>
</div> </div>
<hr> <hr>
<a href="https://keysklubhouse.neocities.org" target="_blank" class="Social-badge"> <a href="https://keysklubhouse.neocities.org" target="_blank"
class="Social-badge">
<img src="/images/badges/handcoded.png" alt="Badge with the text hand coded"> <img src="/images/badges/handcoded.png" alt="Badge with the text hand coded">
</a> </a>
@ -21,10 +39,13 @@
</a> </a>
<a href="http://nerdlistings.info/" target="_blank" class="Social-badge"> <a href="http://nerdlistings.info/" target="_blank" class="Social-badge">
<img src="/images/badges/nerdlistings.gif" title="Nerd Listings" alt="NerdListings.info"> <img src="/images/badges/nerdlistings.gif" title="Nerd Listings"
alt="NerdListings.info">
</a> </a>
<a href="https://www.deviantart.com/king-lulu-deer/art/Lesbian-Pride-Flag-Shooting-Star-685222878" target="_blank" <a
href="https://www.deviantart.com/king-lulu-deer/art/Lesbian-Pride-Flag-Shooting-Star-685222878"
target="_blank"
class="Social-badge"> class="Social-badge">
<img src="/images/badges/dyke.gif" alt="Dyke" title="Dyke"> <img src="/images/badges/dyke.gif" alt="Dyke" title="Dyke">
</a> </a>

Binary file not shown.

After

Width:  |  Height:  |  Size: 656 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

View file

@ -22,13 +22,20 @@ layout: layout.liquid
<a href="https://wiby.me/" target="_blank"> <a href="https://wiby.me/" target="_blank">
<img src="/images/links/wiby.gif" alt="Wiby Search"> <img src="/images/links/wiby.gif" alt="Wiby Search">
</a> </a>
<a href="https://melonland.net" target="_blank"> <a href="https://melonland.net/" target="_blank">
<img src="/images/links/melonland.gif" alt="MelonLand"> <img src="/images/links/melonland.gif" alt="MelonLand">
</a> </a>
<a href="https://32bit.cafe/" target="_blank">
<img src="/images/links/32bitcafe.png" alt="32-Bit Cafe">
</a>
<a href="https://transistorcafe.net/" target="_blank">
<img src="/images/links/TransistorCafe.gif" alt="Transistor Cafe">
</a>
</div> </div>
<ul class="List"> <ul class="List">
<li class="List-item"> <li class="List-item">
<a href="https://www.cameronsworld.net/" target="_blank" class="Link">Cameron's World</a> <a href="https://www.cameronsworld.net/" target="_blank"
class="Link">Cameron's World</a>
</li> </li>
</ul> </ul>

1
src/sources.txt Normal file
View file

@ -0,0 +1 @@
rss button: https://trovami.altervista.org/en/webmasters/makebutton