Skip to content

Commit

Permalink
Reactivate intro modals
Browse files Browse the repository at this point in the history
  • Loading branch information
nesnoj committed Oct 17, 2024
1 parent 406f77b commit 7880767
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions digiplan/templates/components/map.html
Original file line number Diff line number Diff line change
Expand Up @@ -191,8 +191,7 @@ <h1 class="modal-title fs-5 fw-bold ps-1" id="appModalLabel">EmPowerPlan-Tool</h
<div class="challenges__col">
<article class="challenges__box">
<header class="challenges__box-header">
<!--<button type="button" class="btn btn-link" data-bs-toggle="modal" data-bs-target="#goalModal">-->
<button type="button" class="btn btn-link">
<button type="button" class="btn btn-link" data-bs-toggle="modal" data-bs-target="#goalModal">
Ziele Brandenburg
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="#2348C3" viewBox="0 0 16 16">
<path d="M8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0M4.5 7.5a.5.5 0 0 0 0 1h5.793l-2.147 2.146a.5.5 0 0 0 .708.708l3-3a.5.5 0 0 0 0-.708l-3-3a.5.5 0 1 0-.708.708L10.293 7.5z"/>
Expand Down Expand Up @@ -244,8 +243,7 @@ <h1 class="modal-title fs-5 fw-bold ps-1" id="appModalLabel">EmPowerPlan-Tool</h
</article>
<article class="challenges__box">
<header class="challenges__box-header">
<!--<button type="button" class="btn btn-link" data-bs-toggle="modal" data-bs-target="#esModal">-->
<button type="button" class="btn btn-link">
<button type="button" class="btn btn-link" data-bs-toggle="modal" data-bs-target="#esModal">
Energiesystem
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="#2348C3" viewBox="0 0 16 16">
<path d="M8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0M4.5 7.5a.5.5 0 0 0 0 1h5.793l-2.147 2.146a.5.5 0 0 0 .708.708l3-3a.5.5 0 0 0 0-.708l-3-3a.5.5 0 1 0-.708.708L10.293 7.5z"/>
Expand All @@ -272,8 +270,7 @@ <h1 class="modal-title fs-5 fw-bold ps-1" id="appModalLabel">EmPowerPlan-Tool</h
<div class="challenges__col">
<article class="challenges__box">
<header class="challenges__box-header">
<!--<button type="button" class="btn btn-link" data-bs-toggle="modal" data-bs-target="#areaModal">-->
<button type="button" class="btn btn-link">
<button type="button" class="btn btn-link" data-bs-toggle="modal" data-bs-target="#areaModal">
Flächen und Regionalplanung
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="#2348C3" viewBox="0 0 16 16">
<path d="M8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0M4.5 7.5a.5.5 0 0 0 0 1h5.793l-2.147 2.146a.5.5 0 0 0 .708.708l3-3a.5.5 0 0 0 0-.708l-3-3a.5.5 0 1 0-.708.708L10.293 7.5z"/>
Expand All @@ -293,8 +290,7 @@ <h1 class="modal-title fs-5 fw-bold ps-1" id="appModalLabel">EmPowerPlan-Tool</h
</article>
<article class="challenges__box">
<header class="challenges__box-header">
<!--<button type="button" class="btn btn-link" data-bs-toggle="modal" data-bs-target="#appModal">-->
<button type="button" class="btn btn-link">
<button type="button" class="btn btn-link" data-bs-toggle="modal" data-bs-target="#appModal">
EmPowerPlan-Tool
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="#2348C3" viewBox="0 0 16 16">
<path d="M8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0M4.5 7.5a.5.5 0 0 0 0 1h5.793l-2.147 2.146a.5.5 0 0 0 .708.708l3-3a.5.5 0 0 0 0-.708l-3-3a.5.5 0 1 0-.708.708L10.293 7.5z"/>
Expand Down

0 comments on commit 7880767

Please sign in to comment.