Skip to content

Commit

Permalink
Prova layout homepage #543
Browse files Browse the repository at this point in the history
  • Loading branch information
mfortini committed Apr 26, 2020
1 parent 9890f29 commit ba3c9ea
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions index2.html
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,9 @@
</script>

<div class="row">
<div class="col-12 my-auto">
<div id="map" class="w-100 my-auto" style="height: 400px;"></div>
</div>
<div class="col-12">
<div class="homepage-categories mt-4">
{% assign categories_without_map = site.data.cfg.logos | where: "map", false %}
Expand Down Expand Up @@ -143,11 +146,6 @@ <h6 class="card-title">{{ category.name }}</h6>
</div>
</div>

<div class="row">
<div class="col-12 my-auto">
<div id="map" class="w-100 my-auto" style="height: 500px;"></div>
</div>
</div>

<hr class="col-lg-12">

Expand All @@ -169,6 +167,7 @@ <h6 class="card-title">{{ category.name }}</h6>
</script>


{%- assign issuecategories = site.data.cfg.issuecategories -%}
{%- assign filteredissues = site.data.machgen.issuesjson | where: "state","open" -%}

{%- include issuemap.html -%}

0 comments on commit ba3c9ea

Please sign in to comment.