Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions static/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,10 @@ summary {
text-align: center;
}

.center-content {
align-content: center;
}

input {
padding: .375rem .75rem;
font-size: 1rem;
Expand Down
4 changes: 2 additions & 2 deletions templates/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,12 @@ <h2>Data quality through constant curation</h2>
<section>
<div class="container">
<div class="half">
<div class="center-text">
<div class="center-text center-content">
<img loading="lazy" aria-hidden="true" src="/trophy.svg" width="140" height="182"/>
</div>
<div>
<h2>Recognition</h2>
<p>The project won a <a href="https://upload.wikimedia.org/wikipedia/commons/8/8f/WikidataCon_Awards_2021.pdf#page=14" class="dark-link">WikidataCon community award</a> in 2021, was recognized as a <a href="https://digitalpublicgoods.net/r/govdirectory" class="dark-link">Digital Public Goods</a> by the Digital Public Goods Alliance in September 2022 and made the finalists in the category Peace – Building peaceful and inclusive societies in the <a href="https://www.itu.int/initiatives/sdgdigital/gamechangers-award/peace/" class="dark-link">SDG Game Changes Award</a> in September 2023. In 2024, it was selected as a champion in the <a href="https://www.itu.int/net4/wsis/stocktaking/Prizes/2024/Champions?jts=CTERNX&idx=15&page=1" class="dark-link">World Summit on the Information Society Prizes 2024</a> in the category "The role of governments and all stakeholders in the promotion of ICTs for development".</p>
<p>The project won a <a href="https://upload.wikimedia.org/wikipedia/commons/8/8f/WikidataCon_Awards_2021.pdf#page=14" class="dark-link">WikidataCon community award</a> in 2021, was recognized as a <a href="https://digitalpublicgoods.net/r/govdirectory" class="dark-link">Digital Public Goods</a> by the Digital Public Goods Alliance in September 2022 and made the finalists in the category Peace – Building peaceful and inclusive societies in the <a href="https://www.itu.int/initiatives/sdgdigital/gamechangers-award/peace/" class="dark-link">SDG Game Changes Award</a> in September 2023. In 2024, it was selected as a champion in the <a href="https://www.itu.int/net4/wsis/stocktaking/Prizes/2024/Champions?jts=CTERNX&idx=15&page=1" class="dark-link">World Summit on the Information Society Prizes 2024</a> in the category "The role of governments and all stakeholders in the promotion of ICTs for development". 2025, it received the <a href="https://www.fsf.org/news/2024-free-software-awards-winners" class="dark-link">Award for Projects of Social Benefit</a> from the Free Software Foundation.</p>
</div>
</div>
</div>
Expand Down