Widget: Homepage: Difference between revisions
From LINKS Community Center
Eschmidt (talk | contribs) No edit summary |
Eschmidt (talk | contribs) No edit summary |
||
Line 32: | Line 32: | ||
.hp-area-arrow { flex: 1 0; font-size: 3em; margin-left: 1em; user-select: none; } | .hp-area-arrow { flex: 1 0; font-size: 3em; margin-left: 1em; user-select: none; } | ||
.hp-compass { border: 1px solid black; padding: 5em; display: flex; justify-content: center; } | .hp-compass { border: 1px solid black; padding: 5em; display: flex; justify-content: center; } | ||
# | #hp-changes { padding: 8em 0 0 0; } | ||
#forum-topics { padding | #forum-topics { padding: 8em 0 0 0; border-right: 1px solid black; } | ||
.placeholder-box { | .placeholder-box { | ||
position: relative; | position: relative; | ||
Line 139: | Line 139: | ||
<div id="hp-recent" class="container-fluid"> | <div id="hp-recent" class="container-fluid"> | ||
<div class="row"> | <div class="row"> | ||
<div id="forum-topics" class="col-6 | <div id="forum-topics" class="col-6"> | ||
<h3 class="text-center">Current Forum Topics</h3> | <h3 class="text-center">Current Forum Topics</h3> | ||
<script src="https://forum.links.communitycenter.eu/javascripts/embed-topics.js"></script> | <script src="https://forum.links.communitycenter.eu/javascripts/embed-topics.js"></script> | ||
<d-topics-list discourse-url="https://forum.links.communitycenter.eu" per-page="5" order="latest" sort-ascending="false" template="complete"></d-topics-list> | <d-topics-list discourse-url="https://forum.links.communitycenter.eu" per-page="5" order="latest" sort-ascending="false" template="complete"></d-topics-list> | ||
</div> | </div> | ||
<div id=" | <div id="hp-changes" class="col-6"> | ||
<h3 class="text-center">News and Activities</h3> | <h3 class="text-center">News and Activities</h3> | ||
<div class="h-100 d-flex"> | <div class="h-100 d-flex"> |
Revision as of 13:53, 23 May 2022
Development verstion of the DCT Homepage.
Not ready for production!