Skip to content

Commit

Permalink
add footer table to include mega-threads (#44)
Browse files Browse the repository at this point in the history
* add footer table to include mega-threads

* πŸ’„ improve footer table width
  • Loading branch information
Bhupesh-V authored May 6, 2024
1 parent ed5b5a6 commit bad6512
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 0 deletions.
10 changes: 10 additions & 0 deletions theme/css/general.css
Original file line number Diff line number Diff line change
Expand Up @@ -189,3 +189,13 @@ blockquote {
.result-no-output {
font-style: italic;
}

.footer-links {
padding-top: 23px;
font-size: 1em;
}

.footer-links-table {
width: 100%;
text-align: center;
}
25 changes: 25 additions & 0 deletions theme/index.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,31 @@
<div id="content" class="content">
<main>
{{{ content }}}


<hr>
<div class="footer-links">
<table class="footer-links-table">
<tr>
<th>Must Read Thread Collections on r/developersIndia</th>
</tr>
<tr>
<td><b><a href="https://www.reddit.com/r/developersIndia/?f=flair_name%3A%22Showcase%20Sunday%20%3Asnoo_hearteyes%3A%22" target="_blank">Monthly Showcase Sundays</a></b></td>
</tr>
<tr>
<td><b><a href="https://www.reddit.com/r/developersIndia/new/?f=flair_name%3A%22Weekly%20Discussion%20%F0%9F%92%AC%22" target="_blank">Weekly Tech Discussions</a></b></td>
</tr>
<tr>
<td><b><a href="https://www.reddit.com/r/developersIndia/?f=flair_name%3A%22Community%20Roundup%22" target="_blank">Monthly Community Roundups</a></b></td>
</tr>
<tr>
<td><b><a href="https://www.reddit.com/r/developersIndia/?f=flair_name%3A%22Hiring%22" target="_blank">Monthly Hiring Thread</a></b></td>
</tr>
<tr>
<td><b><a href="https://www.reddit.com/r/developersIndia/wiki/community-threads/" target="_blank">100+ Insightful Handpicked Discussions</a></b></td>
</tr>
</table>
</div>
</main>

<nav class="nav-wrapper" aria-label="Page navigation">
Expand Down

0 comments on commit bad6512

Please sign in to comment.