Gold sponsor - Novabase -> adicionado

This commit is contained in:
Filipe Pinho 2019-03-13 00:53:23 +00:00
parent c20718bfba
commit 596958c835
5 changed files with 55 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 147 KiB

View File

@ -150,7 +150,8 @@
<div class="label">Individual</div>
<span class="options">*Alimentação incluída</span>
</div>
<a href="https://tickets.enei.pt/pontual" title="Comprar" target="_blank" class="buy-button">Comprar</a>
<a href="https://tickets.enei.pt/pontual" title="Comprar" target="_blank"
class="buy-button">Comprar</a>
</div>
</div>
</div>
@ -173,6 +174,20 @@
</div>
</div>
</div>
<div class="container gold">
<div class="row">
<div class="col-lg-4 col-lg-offset-4 col-sm-6 col-sm-offset-3 col-xs-10 col-xs-offset-1">
<h1>Gold Sponsor</h1>
<hr>
</div>
</div>
<div class="row">
<div class="col-lg-10 col-lg-offset-1 col-sm-8 col-sm-offset-2 col-xs-10 col-xs-offset-1">
<a href="http://www.novabase.pt/pt" title="Novabase" target="_blank"
class="sponsor-image"><img src="imgs/novaBase-sponsor.jpg" alt="Novabase Image"></a>
</div>
</div>
</div>
</section>
<!-- faqs section -->

View File

@ -1169,6 +1169,28 @@ hr::after {
transform: scale(1.03);
}
#sponsors .gold h1 {
font-size: 30px;
line-height: 26px;
margin-top: 75px;
}
@media (max-width: 1024px) {
#sponsors .gold h1 {
font-size: 27px;
}
}
@media (max-width: 769px) {
#sponsors .gold h1 {
font-size: 23px;
}
}
#sponsors .gold .sponsor-image {
max-width: 135px;
}
#social-network {
text-align: center;
background-color: #000000;

File diff suppressed because one or more lines are too long

View File

@ -971,6 +971,22 @@ hr {
transform: scale(1.03);
}
}
.gold {
h1 {
font-size: 30px;
line-height: 26px;
margin-top: 75px;
@include portable{
font-size: 27px;
}
@include mobile{
font-size: 23px;
}
}
.sponsor-image {
max-width: 135px;
}
}
}
#social-network {