Skip to content

Commit

Permalink
Add MapKnitter 3 banner to front page
Browse files Browse the repository at this point in the history
  • Loading branch information
jywarren authored Apr 28, 2020
1 parent 5a7d763 commit 012915c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/views/front_ui/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<%= javascript_include_tag('leaflet-fullHash.js') %>

<!-- jumbotron with background-image -->
<div class="container-fluid jumbotron text-center" id="hero">
<div class="container-fluid jumbotron text-center" id="hero" style="margin-bottom:-10px;">
<div class="row">
<div class= "text-block lead-text col-lg-4 offset-lg-4 col-md-6 offset-md-3 col-sm-8 offset-sm-2">
<h1>MapKnitter</h1>
Expand All @@ -23,6 +23,7 @@
Make a map <i class="fa fa-plus fa-fw" style="font-size:12px;color:white;"></i>
</a>
</p>
<div class="alert alert-success">Read about the <a href="https://publiclab.org/mapknitter3">newly relaunched MapKnitter 3</a>!</div>
</div>

<div id = "anonymous-map" class="collapse text-block lead-text col-lg-4 offset-lg-4 col-md-6 offset-md-3 col-sm-8 offset-sm-2">
Expand Down

0 comments on commit 012915c

Please sign in to comment.