Skip to content

Commit

Permalink
Added a test leaderboard in front_page.html and tried to look at fron…
Browse files Browse the repository at this point in the history
…t_page.css
  • Loading branch information
VemAak committed Aug 29, 2024
1 parent 644a753 commit 0faf8ae
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
3 changes: 2 additions & 1 deletion static/css/front_page.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
align-items: stretch;
grid-template-areas:
"main-article main-article social"
"upcoming-events-1 upcoming-events-2 office"
"upcoming-events-1 upcoming-events-2 leaderboard"
"latest-podcast latest-nablad poll"
"more-news-1 more-news-2 more-news-3"
"more-news-4 more-news-5 more-news-6"
Expand Down Expand Up @@ -60,6 +60,7 @@
"upcoming-events-2"
"office"
"social"
"leaderboard"
"poll"
"latest-nablad"
"latest-podcast"
Expand Down
6 changes: 6 additions & 0 deletions templates/front_page.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,12 @@ <h5 class="nabla-frontpage-header">
{% include "officeCalendar/includes/list.html" %}
</div>

<div class="leaderboard d-flex flex-column">
<h5 class="nabla-frontpage-header">
Bedpres leaderboard
</h5>
</div>

<div class="latest-nablad d-flex flex-column">
<h5 class="nabla-frontpage-header">
Siste Nablad
Expand Down

0 comments on commit 0faf8ae

Please sign in to comment.