make webring links into a <ul>
All checks were successful
Deploy website / deploy (push) Successful in 10s
All checks were successful
Deploy website / deploy (push) Successful in 10s
This commit is contained in:
parent
39cee79f93
commit
5eaadd90a3
1 changed files with 6 additions and 9 deletions
|
@ -44,15 +44,12 @@
|
|||
${h2 "joining"}
|
||||
<p>
|
||||
to join, have a personal website (bonus points if it uses nix!) and add the following links to it (they have to be on the main page):
|
||||
<br>
|
||||
webring site: <code>https://nixwebr.ing</code>
|
||||
<br>
|
||||
next site: <code>https://nixwebr.ing/next/<name></code>
|
||||
<br>
|
||||
previous site: <code>https://nixwebr.ing/prev/<name></code>
|
||||
<br>
|
||||
random site (optional): <code>https://nixwebr.ing/rand</code>
|
||||
<br>
|
||||
<ul>
|
||||
<li>webring site: <code>https://nixwebr.ing</code></li>
|
||||
<li>next site: <code>https://nixwebr.ing/next/<name></code></li>
|
||||
<li>previous site: <code>https://nixwebr.ing/prev/<name></code></li>
|
||||
<li>random site (optional): <code>https://nixwebr.ing/rand</code></li>
|
||||
</ul>
|
||||
and make a PR to one of <a href="https://github.com/jacekpoz/nixwebr.ing">the</a> <a href="https://codeberg.org/jacekpoz/nixwebr.ing">repos</a>
|
||||
<br>
|
||||
feel free to also link your nixos configuration in the PR!
|
||||
|
|
Loading…
Reference in a new issue