Add a new stuff section on the homepage to show what users are doing #116

Merged
ben merged 3 commits from :add-newstuff-section-home into master 2022-07-18 19:07:27 +00:00
1 changed files with 20 additions and 1 deletions

View File

@ -92,7 +92,7 @@ $parser = wiki::factory(true);
</div>
</div>
</div>
<div class="col-md-6">
<h2 id="projects">~projects~</h2>
@ -122,6 +122,25 @@ $parser = wiki::factory(true);
</div>
</div>
<hr>
Outdated
Review

let's add an <hr> above this and change the heading to something like "user spotlight"

also please fix the indentation

let's add an `<hr>` above this and change the heading to something like "user spotlight" also please fix the indentation

Done. Also the indentation seems in line with the neighboring code. not sure what needs fixed. sorry about that. I have still fixed what felt like needed fixing.

Done. Also the indentation seems in line with the neighboring code. not sure what needs fixed. sorry about that. I have still fixed what felt like needed fixing.
<div class="row">
<div class="col-md-12">
<h2 id="newstuff">~user spotlight~</h2>
<div class="list-group">
<div class="list-group-item">
<ul>
<li>
<a href="https://gtlsgamr.tilde.team">~gtlsgamr</a> has made a <a href="https://gtlsgamr.tilde.team/nethack_scores.php">page</a> to show tilde.team's top nethack scorers!
</li>
<br>
<li>
For the text-only enthusiasts, <a href="https://soxfox.tilde.team">~soxfox</a> has also made a <a href="gemini://tilde.team/~soxfox/nethack">gemini page</a> to show nethack scorers.
</li>
</ul>
</div>
</div>
</div>
</div>
<hr>
<div class="clearfix">
<h2 id="users">~users~</h2>