Skip to content
Closed
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
1 change: 1 addition & 0 deletions themes/opendk/public/img/groups/energy.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions themes/opendk/public/img/groups/environment.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions themes/opendk/public/img/groups/health.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 10 additions & 10 deletions themes/opendk/views/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,35 +18,35 @@ <h1 class="home_h1">Velkommen til Open Data DK</h1>
<div class="lg:flex mt-gutter">
<ul class="featured-groups">
<li class="featured-groups_item">
<a href="/collections/gron-omstilling-og-open-data" class="featured-groups_link">
<a href="/collections/energy" class="featured-groups_link">
<span class="featured-groups_icon">
<img src="/static/img/groups/climate.svg" class="featured-groups_img" />
<img src="/static/img/groups/energy.svg" class="featured-groups_img" />
</span>
<span class="featured-groups_name">Se Energi og klima</span>
<span class="featured-groups_name">Energi</span>
</a>
</li>
<li class="featured-groups_item">
<a href="/collections/kultur" class="featured-groups_link">
<a href="/collections/environment" class="featured-groups_link">
<span class="featured-groups_icon">
<img src="/static/img/groups/culture.svg" class="featured-groups_img" />
<img src="/static/img/groups/environment.svg" class="featured-groups_img" />
</span>
<span class="featured-groups_name">Kultur</span>
<span class="featured-groups_name">Miljø</span>
</a>
</li>
<li class="featured-groups_item">
<a href="/collections/mobilitet" class="featured-groups_link">
<a href="/collections/transport" class="featured-groups_link">
<span class="featured-groups_icon">
<img src="/static/img/groups/mobility.svg" class="featured-groups_img" />
</span>
<span class="featured-groups_name">Mobilitet</span>
</a>
</li>
<li class="featured-groups_item">
<a href="/collections/turisme" class="featured-groups_link">
<a href="/collections/health" class="featured-groups_link">
<span class="featured-groups_icon">
<img src="/static/img/groups/tourism.svg" class="featured-groups_img" />
<img src="/static/img/groups/health.svg" class="featured-groups_img" />
</span>
<span class="featured-groups_name">Turisme</span>
<span class="featured-groups_name">Sundhed</span>
</a>
</li>
</ul>
Expand Down