1+ ---
2+ layout: default
3+ ---
4+
5+ {{ content }}
6+
7+ {% capture page_bottom %}
8+ < div class ="d-block d-md-flex mb-8 ">
9+ <!-- News column (2/3 width) -->
10+ < div class ="flex-grow-1 pr-md-6 mb-6 mb-md-0 " style ="flex: 0 0 66.666%; ">
11+ < h2 class ="fs-7 fw-500 text-grey-dk-200 mb-4 mt-4 "> Nyheder</ h2 >
12+ {% for news_item in site.news %}
13+ < div class ="p-4 mb-4 bg-grey-lt-000 d-block ">
14+ < h3 class ="fs-5 fw-500 mb-2 mt-3 "> < a href ="{{ news_item.url }} " class ="text-blue-200 fw-700 "> {{ news_item.title }}</ a > </ h3 >
15+ < p class ="fs-3 text-grey-dk-100 mb-2 fw-300 "> {{ news_item.date | date: "%B %d, %Y" }}</ p >
16+ < p class ="fs-4 text-grey-dk-200 lh-default "> {{ news_item.summary }}</ p >
17+ </ div >
18+ {% endfor %}
19+ </ div >
20+
21+ <!-- Second column (1/3 width) -->
22+ < div class ="flex-grow-1 " style ="flex: 0 0 33.333%; ">
23+ < h2 class ="fs-7 fw-500 text-grey-dk-200 mb-4 mt-4 "> System status</ h2 >
24+ < div class ="p-4 bg-grey-lt-100 ">
25+ < h3 class ="fs-5 fw-700 text-grey-dk-300 mb-3 mt-3 "> Åbne sager</ h3 >
26+ < a href ="https://github.com/os2display/display-api-service/issues?q=is%3Aissue+is%3Aopen+label%3Abug " class ="d-block mb-2 ">
27+ < img src ="https://img.shields.io/github/issues/os2display/display-api-service/bug " alt ="Open bug issues ">
28+ </ a >
29+ < a href ="https://github.com/os2display/display-api-service/issues?q=is%3Aissue+is%3Aopen+label%3Aenhancement " class ="d-block mb-2 ">
30+ < img src ="https://img.shields.io/github/issues/os2display/display-api-service/enhancement " alt ="Open enhancement issues ">
31+ </ a >
32+ < a href ="https://github.com/os2display/display-api-service/issues?q=is%3Aissue+is%3Aopen+label%3A%22crowdfunding+needed%22 " class ="d-block mb-1 ">
33+ < img src ="https://img.shields.io/github/issues/os2display/display-api-service/crowdfunding%20needed " alt ="Open crowdfunding needed issues ">
34+ </ a >
35+ < p class ="fs-4 text-grey-dk-200 mb-5 "> Se alle sager i < a href ="issue_tracker.html "> issue trackeren</ a > .</ p >
36+ < h3 class ="fs-5 fw-700 text-grey-dk-300 mb-3 "> Seneste release</ h3 >
37+ < a href ="https://github.com/os2display/display-api-service/releases/latest " class ="d-block mb-2 ">
38+ < img src ="https://img.shields.io/github/v/release/os2display/display-api-service?label=display-api-service " alt ="display-api-service release ">
39+ </ a >
40+ < a href ="https://github.com/os2display/display-admin-client/releases/latest " class ="d-block mb-2 ">
41+ < img src ="https://img.shields.io/github/v/release/os2display/display-admin-client?label=display-admin-client " alt ="display-admin-client release ">
42+ </ a >
43+ < a href ="https://github.com/os2display/display-client/releases/latest " class ="d-block mb-2 ">
44+ < img src ="https://img.shields.io/github/v/release/os2display/display-client?label=display-client " alt ="display-client release ">
45+ </ a >
46+ < a href ="https://github.com/os2display/display-templates/releases/latest " class ="d-block mb-3 ">
47+ < img src ="https://img.shields.io/github/v/release/os2display/display-templates?label=display-templates " alt ="display-templates release ">
48+ </ a >
49+ < p class ="fs-4 text-grey-dk-200 "> Se < a href ="CHANGELOG.html "> changelog</ a > for detaljer om releases.</ p >
50+ </ div >
51+ < h2 class ="fs-7 fw-500 text-grey-dk-200 mb-4 mt-6 "> Kontakt</ h2 >
52+ < div class ="p-4 bg-grey-lt-100 ">
53+ < p class ="fs-4 text-grey-dk-200 "> Har du spørgsmål, idéer eller kommentarer til OS2Display så skriv til < a href ="mailto:os2display@os2.eu "> os2display@os2.eu</ a > . Vi hører gerne fra dig!</ p >
54+ </ div >
55+ </ div >
56+ </ div >
57+ {% endcapture %}
58+
59+ {{ page_bottom }}
0 commit comments