Skip to content

Instantly share code, notes, and snippets.

@kalecio
Created January 15, 2018 19:40
Show Gist options
  • Select an option

  • Save kalecio/1a44c65c5c08f59441eafbcafa95428f to your computer and use it in GitHub Desktop.

Select an option

Save kalecio/1a44c65c5c08f59441eafbcafa95428f to your computer and use it in GitHub Desktop.
Tribute to Capiba
<div class="container">
</div>
<div class="jumbotron"><!-- container externo-->
<div class="interno center-block container"><!-- container interno-->
<h1 class="text-center">Lourenço da Fonseca Barbosa</h1>
<h2 class="text-center">Most knowed brazillian frevo composer</h2>
<div class="imagem center-block hidden-xs"><!-- container da imagem-->
<img src="https://http2.mlstatic.com/claudinor-germano-carnaval-de-capiba-frevo-alegria-gente-lp-D_NQ_NP_12136-MLB20055781931_022014-F.jpg" alt="Capiba in one of his Lp records" class="img-rounded img-responsive" width="600" heigth="500">
<p>Capiba in one of his Lp records</p>
</div>
<p>Here's a timeline of Capiba's life:</p>
<ul>
<li>1904 - Born in Surubim, Pernambuco</li>
<li>1934 - Consolidated himself as a composer, winning a carnival musics tournament, with the frevo-song "É de amargar". One of your most knowed masterpieces.</li>
<li>1938 - Finishes the Law course of Recife's Law University, but never took the university degree and never followed the career.</li>
<li>1945 - Had his first national sucess with the song "Maria Betânia", recorded by <a href="https://pt.wikipedia.org/wiki/N%C3%A9lson_Gon%C3%A7alves">Nelson Gonçalves</a>.</li>
<li>1950 - Estabilishes the Jazz Band Academy and, with <a href="https://pt.wikipedia.org/wiki/Hermeto_Pascoal">Hermeto Pascal</a> and <a href="https://pt.wikipedia.org/wiki/Sivuca">Sivuca</a>, makes the trio "O Mundo Pegando Fogo".</li>
<li>1997 - Dies at the age of 93</li>
<h2 class="text-center">If you have time, you should read more about this incredible human being on his <a href="https://pt.wikipedia.org/wiki/Capiba"> Wikipedia</a> entry.
</h2>
</ul>
</div>
<h5 class="center-block text-center">Written and coded by <a href="http://www.twitter.com/kalecio/">Kalécio Pereira</a></h5>
</div>
h2{
font-size:25px;
}
.interno{
background-color:#EEEEEE;
}
<link href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet" />
@kalecio
Copy link
Author

kalecio commented Jan 15, 2018

Just messing around trying to learn some bootstrap

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment