Create threads table.

This commit is contained in:
Dominik Picheta 2018-05-07 20:37:47 +01:00
commit 25b1b42f13
2 changed files with 65 additions and 1 deletions

View file

@ -50,6 +50,70 @@
</section>
<section class="container grid-xl">
<table class="table">
<thead>
<tr>
<th>Topic</th>
<th>Category</th>
<th>Users</th>
<th>Replies</th>
<th>Views</th>
<th>Activity</th>
</tr>
</thead>
<tbody>
<tr>
<td>Few mixed up questions</td>
<td>help</td>
<td>
<img src="https://www.gravatar.com/avatar/4831aedc3469e317e581e9e7348519a1?s=20&amp;d=identicon" title="DTxplorer">
<img src="https://www.gravatar.com/avatar/ed45a09ddafbe85bd1f3917f6ee57593?s=20&amp;d=identicon" title="mashingan">
<img src="https://www.gravatar.com/avatar/b3ed6848f575cc54c49f4916d15b65fd?s=20&amp;d=identicon" title="mratsim">
<img src="https://www.gravatar.com/avatar/bd68fd5a3c41111e89cc9c71d25d5a06?s=20&amp;d=identicon" title="Hlaaftana">
<img src="https://www.gravatar.com/avatar/aa81bb8117f158b6d9e6f3f174092573?s=20&amp;d=identicon" title="ErikCampobadal">
</td>
<td>5</td>
<td>547</td>
<td>45m</td>
</tr>
<tr>
<td>Lexers and parsers in Nim</td>
<td>community</td>
<td>
<img src="https://www.gravatar.com/avatar/aa81bb8117f158b6d9e6f3f174092573?s=20&amp;d=identicon" title="ErikCampobadal">
</td>
<td>0</td>
<td>14</td>
<td>44m</td>
</tr>
<tr>
<td>I need help</td>
<td>help</td>
<td>
<img src="https://www.gravatar.com/avatar/4831aedc3469e317e581e9e7348519a1?s=20&amp;d=identicon" title="DTxplorer">
<img src="https://www.gravatar.com/avatar/ed45a09ddafbe85bd1f3917f6ee57593?s=20&amp;d=identicon" title="mashingan">
<img src="https://www.gravatar.com/avatar/b3ed6848f575cc54c49f4916d15b65fd?s=20&amp;d=identicon" title="mratsim">
</td>
<td>4</td>
<td>24.5k</td>
<td>1d</td>
</tr>
<tr>
<td>Nim v1.0 is here!</td>
<td>announcement</td>
<td>
<img src="https://www.gravatar.com/avatar/4831aedc3469e317e581e9e7348519a1?s=20&amp;d=identicon" title="DTxplorer">
<img src="https://www.gravatar.com/avatar/ed45a09ddafbe85bd1f3917f6ee57593?s=20&amp;d=identicon" title="mashingan">
</td>
<td>4</td>
<td>86.1k</td>
<td>4d</td>
</tr>
</tbody>
</table>
</section>
</body>
</html>

View file

@ -2,7 +2,7 @@
// https://picturepan2.github.io/spectre/getting-started.html#installation
// Define variables to override default ones
$primary-color: #2e5bec;
$dark-color: #3e396b;
// $dark-color: #3e396b;
// Import full Spectre source code
@import "spectre/src/spectre";