Skip to content

Commit 8298860

Browse files
authored
Merge pull request #8 from nikolan123/main
add ssi webring
2 parents cb3ee12 + 98e0d0c commit 8298860

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

content/_index.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,14 @@ template = "radar.html"
8383
<a class="fancy-link hover-cursor" onclick="freecta(this)">Click here for free cta!</a><br>
8484
<a class="fancy-link" href="//git.ssi.fyi">Forgejo</a> <a class="fancy-link" href="/scanners">Scanners</a>
8585
</nav>
86-
<div class="centered"><img src="/88x31.gif" /></div>
86+
<div class="centered">
87+
<img src="/88x31.gif" />
88+
<p class="webring">
89+
<a class="webring" href="https://ring.ssi.fyi/previous?host=ssi.fyi">←</a>
90+
<a class="webring" href="https://ring.ssi.fyi/">ssi webring</a>
91+
<a class="webring" href="https://ring.ssi.fyi/next?host=ssi.fyi">→</a>
92+
</p>
93+
</div>
8794
</div>
8895
</div>
8996
</div>

sass/common.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,3 +86,9 @@ a, a:visited {
8686
.hover-cursor {
8787
cursor: pointer;
8888
}
89+
90+
.webring {
91+
text-decoration: none;
92+
font-weight: lighter;
93+
margin-top: 30px;
94+
}

0 commit comments

Comments
 (0)