Skip to content

Commit

Permalink
Merge pull request #190 from buccalon/devel
Browse files Browse the repository at this point in the history
[frontend] minor fixes into home template #118
  • Loading branch information
Photonauta 35 authored Dec 14, 2018
2 parents cef5d4a + 840c5ea commit 66eb97a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
11 changes: 11 additions & 0 deletions home/templates/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ <h2 class="front-title">Bem-vindo ao Guia IMS</h2>
<div class="container cards-data">
<div class="row">
<div class="col-sm">
<a href="{% url 'collection' %}">
<div class="card card-stats deep_sea_rocket-blue">
<div class="card-body ">
<div class="row mt-2">
Expand All @@ -122,8 +123,11 @@ <h2 class="front-title">Bem-vindo ao Guia IMS</h2>
<hr id="hr-home">
</div>
</div>
</a>

</div>
<div class="col-sm">
<a href="{% url 'exhibition' %}">
<div class="card card-stats deep_sea_rocket-blue">
<div class="card-body ">
<div class="row mt-2">
Expand All @@ -148,8 +152,10 @@ <h2 class="front-title">Bem-vindo ao Guia IMS</h2>
<hr id="hr-home">
</div>
</div>
</a>
</div>
<div class="col-sm">
<a href="{% url 'publication' %}">
<div class="card card-stats deep_sea_rocket-blue">
<div class="card-body ">
<div class="row mt-2">
Expand All @@ -174,8 +180,10 @@ <h2 class="front-title">Bem-vindo ao Guia IMS</h2>
<hr id="hr-home">
</div>
</div>
</a>
</div>
<div class="col-sm">
<a href="{% url 'event' %}">
<div class="card card-stats deep_sea_rocket-blue">
<div class="card-body ">
<div class="row mt-2">
Expand All @@ -200,8 +208,10 @@ <h2 class="front-title">Bem-vindo ao Guia IMS</h2>
<hr id="hr-home">
</div>
</div>
</a>
</div>
<div class="col-sm">
<a href="{% url 'person' %}">
<div class="card card-stats deep_sea_rocket-blue">
<div class="card-body ">
<div class="row mt-2">
Expand All @@ -226,6 +236,7 @@ <h2 class="front-title">Bem-vindo ao Guia IMS</h2>
<hr id="hr-home">
</div>
</div>
</a>
</div>
</div>
</div>
Expand Down
4 changes: 4 additions & 0 deletions static/css/guia_frontend.css
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,10 @@ display: inline-block;
color: #ffa007;
}

.cards-data a{
text-decoration: none !important;
}

.deep_sea_rocket-blue, .deep_sea_rocket-blue #hr-home{
color: #446B7E;
background-color: #edf8ff;
Expand Down

0 comments on commit 66eb97a

Please sign in to comment.