Skip to content

Commit

Permalink
Adds Kobana Banner (#16)
Browse files Browse the repository at this point in the history
* Added Kobana banner

* Removed header and added kobana banner

* Fixed url

* Removed footer

* Styled Kobana banner

* Fixed Nos
  • Loading branch information
mikaelcarrara authored Feb 18, 2022
1 parent 12c19f3 commit 0efdfbe
Show file tree
Hide file tree
Showing 5 changed files with 90 additions and 4 deletions.
14 changes: 13 additions & 1 deletion _includes/header.html
Original file line number Diff line number Diff line change
@@ -1 +1,13 @@
<header id="main-header"><div class="containner"><div class="logo"><a href="https://www.boletosimples.com.br/"><img src="/img/logo.png" alt="Boleto Simples" title="Gerar Boleto Bancário com Boleto Simples" /></a></div><nav class="signup"><ul class="menu-menu"><li class="sign-in-up-item"><a href="https://agendar.boletosimples.com.br">Agendar Demonstração</a></li><li class="dropdown-trigger"><a>Produto</a><ul class="header-dropdown"><li><a href="https://www.boletosimples.com.br/">Visão Geral</a></li><li><a href="https://www.boletosimples.com.br/pix">PIX</a></li><li><a href="https://features.boletosimples.com.br">Funcionalidades</a></li><li><a href="https://www.boletosimples.com.br/integracoes">Integrações</a></li><li><a href="http://roadmap.boletosimples.com.br" target="_blank">Roadmap&nbsp;<i class="fas fa-external-link-alt"></i></a></li><li><a href="https://atualizacoes.boletosimples.com.br" target="_blank">Atualizações&nbsp;<i class="fas fa-external-link-alt"></i></a></li></ul></li><li><a href="https://www.boletosimples.com.br/preco">Preço</a></li><li><a href="https://suporte.boletosimples.com.br" target="_blank">Suporte</a></li><li class="dropdown-trigger"><a>Desenvolvedores</a><ul class="header-dropdown"><li><a href="https://docs.boletosimples.com.br">Documentação da API</a></li><li><a href="https://github.com/BoletoSimples" target="_blank">Open Source&nbsp;<i class="fas fa-external-link-alt"></i></a></li><li><a href="https://status.boletosimples.com.br" target="_blank">Status&nbsp;<i class="fas fa-external-link-alt"></i></a></li><li><a href="https://sandbox.boletosimples.com.br" target="_blank">Ambiente Sandbox&nbsp;<i class="fas fa-external-link-alt"></i></a></li><li><a href="https://zapier.com/apps/boleto-simples/integrations" target="_blank">Zapier&nbsp;<i class="fas fa-external-link-alt"></i></a></li><li><a href="https://pluga.co/ferramentas/boleto_simples/integracao" target="_blank">Pluga&nbsp;<i class="fas fa-external-link-alt"></i></a></li></ul></li></ul><a href="https://agendar.boletosimples.com.br" class="demo-trigger">Agendar Demonstração</a><a href="#" id="menu-trigger"></a></nav></div></header>
<section class="kobana-banner">
<div class="containner">

<div class="col-01">
<h1>Boleto Simples<br> agora é Kobana</h1>
<p>
Nos tornamos uma plataforma mais segura e eficiente, agora somos Kobana. Focada em tudo aquilo que você precisa, e portanto, focada totalmente em você!
</p>
<a href="https://www.kobana.com.br">Seguir para Kobana</a>
</div>

</div>
</section>
4 changes: 3 additions & 1 deletion _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,16 @@

<body>
{% include tracking/gtag_body.html %} {% include header.html %}

<div class='generic-call'>
<div class='containner'>
<a id="simple-menu" href="#sidr"></a>
<h1>{{ page.title }}</h1>
</div>
</div>

<section class="generic-entry">

<div class='containner'>

<aside>
Expand All @@ -75,7 +78,6 @@ <h1>{{ page.title }}</h1>

</div>
</section>
{% include footer.html %}
<script src="/js/jquery.min.js"></script>
<script src="/js/bootstrap.min.js"></script>
<script src="//cdn.jsdelivr.net/jquery.sidr/2.2.1/jquery.sidr.min.js"></script>
Expand Down
2 changes: 2 additions & 0 deletions _sass/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -242,3 +242,5 @@
}
}
}


74 changes: 72 additions & 2 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,6 @@ table small {

.generic-call {
background: #008de4;
margin-top: 69px;
padding: 40px 0;
}

Expand Down Expand Up @@ -517,4 +516,75 @@ Media Queries for Smartphones.
line-height: 21px;
}

}
}


/**
KOBANA BANNER
===========================
*/

.kobana-banner {
background: #000 url("../img/kobana.png") bottom right no-repeat;
background-size: 40%;
min-height: 300px;
}

@media only screen and (max-width: 800px) {
.kobana-banner {
min-height: 200px;
background-size: 50%;
}
}

.kobana-banner::after {
content: "";
clear: both;
display: table;
}

.col-01 {
width: 47%;
float: left;
}

@media only screen and (max-width: 800px) {
.col-01 {
width: 100%;
}
}

.col-01 h1 {
color: #D3FD54;
font-weight: bold;
margin: 35px 0 15px 0;
}

@media only screen and (max-width: 800px) {
.col-01 h1 {
font-size: 25px;
}
}

.col-01 p {
color: #fff;
}

@media only screen and (max-width: 800px) {
.col-01 p {
display: none;
}
}

.col-01 a {
border: 2px solid #D3FD54;
font-size: 14px;
padding: 0 20px;
height: 36px;
line-height: 32px;
border-radius: 20px;
display: inline-block;
font-weight: bold;
color: #D3FD54 !important;
margin-top: 15px;
}
Binary file added img/kobana.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0efdfbe

Please sign in to comment.