"Organização"
Bootstrap 3.0.0 Snippet by bacanapps

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<link href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script>
<script src="//code.jquery.com/jquery-1.11.1.min.js"></script>
<!------ Include the above in your HEAD tag ---------->
<div class="container">
<h3>ORGANIZAÇÃO</h3>
<div class="row">
<div class="col-md-3">
<div class="well well-sm"><a href="http://www.aids.gov.br/" target="_blank"><img alt="Departamento de Vigilância, Prevenção e Controle das IST, do HIV/Aids e das Hepatites Virais" class="image-espaco" height="100" src="http://hepaids2017.aids.gov.br/sites/default/files/styles/organizacao2/public/ist_aids_hv_logo.png" width="150" /></a>
</div>
</div>
<div class="col-md-9">
<div class="well well-sm"><a href="http://www.agenciaesfera.com.br" target="_blank"><img alt="www.agenciaesfera.com.br" class="image-espaco" height="100" src="http://hepaids2017.aids.gov.br/sites/default/files/styles/organizacao2/public/agenciaesfera_logo.png" width="191" /></a>
</div>
</div>
</div>
<h3>APOIO</h3>
<div class="row">
<div class="col-md-3">
<div class="well"><img alt="UNAIDS" class="image-organizacao" height="50" src="http://hepaids2017.aids.gov.br/sites/default/files/styles/organizacao/public/unaids_cmyk_en.png?itok=nFbKfOmt" title="UNAIDS" width="267" />
</div>
</div>
<div class="col-md-1">
<div class="well"><img alt="UNESCO" class="image-organizacao2" height="100" src="http://hepaids2017.aids.gov.br/sites/default/files/styles/organizacao2/public/unesco.jpg?itok=-knKb3_a" title="UNESCO" width="82" />
</div>
</div>
<div class="col-md-5">
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
2
3
4
5
6
7
8
9
10
11
12
/* CSS used here will be applied after bootstrap.css */
.well {
background-color: rgba(245, 245, 245, 0.1);
border:none;
box-shadow:none;
}
.container .container, .container .container-fluid {
width: auto;
margin-left: -15px;
margin-right: -15px;
}
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: