Skip to content

Commit

Permalink
Added colaborate button
Browse files Browse the repository at this point in the history
  • Loading branch information
i62lotor committed Jun 4, 2021
1 parent dbea6db commit 512c98b
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 4 deletions.
8 changes: 8 additions & 0 deletions src/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -135,3 +135,11 @@ img.selectItem {
.ol-control {
background-color: rgba(255,255,255,0.1);
}

.donate {
position:fixed;
bottom: 5em;
left: .25em;
padding: .2px;
margin: .2em;
}
13 changes: 9 additions & 4 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,15 @@

<body>
<div id="logo" class="logo fixed-top text-center">
<a href="https://geowe.org" alt="GeoWE.org" title="visitar geowe.org" target="_blank"><img class="img-fluid" src="img/logo.png"></a></div>
<div id="map"></div>
<script src="./index.js"></script>
<a id="image-download" download="map.png"></a>
<a href="https://geowe.org" alt="GeoWE.org" title="visitar geowe.org" target="_blank"><img class="img-fluid" src="img/logo.png"></a>
</div>
<div id="map"></div>
<a class="btn donate" href="https://geowe.org/donate/" target="_blank" title="Haz tu donativo para mantener la aplicación activa">
<i class="fas fa-donate fa-lg"></i> <small>Colabora</small>
</a>

<script src="./index.js"></script>

</body>

</html>

0 comments on commit 512c98b

Please sign in to comment.