abriendo carpeta de aprovecho el desecho
This commit is contained in:
parent
c7149cc134
commit
5c0fc8b30a
0
Aprovecho_el_desecho/README.md
Normal file
0
Aprovecho_el_desecho/README.md
Normal file
179
Connect_America/css_general.css
Normal file
179
Connect_America/css_general.css
Normal file
@ -0,0 +1,179 @@
|
||||
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500&display=swap');
|
||||
|
||||
body {
|
||||
font-family: 'Montserrat', sans-serif !important;
|
||||
}
|
||||
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
font-family: 'Montserrat', sans-serif !important;
|
||||
}
|
||||
|
||||
/*modificaciones panel mapa*/
|
||||
.leaflet-sidebar-pane {
|
||||
padding-left: 0px !important;
|
||||
padding-right: 39px;
|
||||
}
|
||||
|
||||
#formulario_titulo_mapa{
|
||||
margin-left: 15px;
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.leaflet-sidebar-content {
|
||||
background-color: rgb(255, 255, 255);
|
||||
}
|
||||
|
||||
.leaflet-sidebar-tabs>ul>li {
|
||||
height: 54px !important;
|
||||
}
|
||||
|
||||
#formulario_descripcion_mapa {
|
||||
text-align: justify;
|
||||
font-family: 'Montserrat', sans-serif !important;
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
hr {
|
||||
border: none;
|
||||
}
|
||||
|
||||
div#div_categorias>ul>li.list-group-item {
|
||||
padding-left: 0px;
|
||||
border-left: 0px;
|
||||
border-right: 0px;
|
||||
margin: -2px 0px 0px 0px;
|
||||
padding: 5px;
|
||||
font-family: "Open Sans", Arial, sans-serif;
|
||||
}
|
||||
|
||||
div#div_categorias li>a {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
div#div_categorias li>a {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.leaflet-sidebar-header {
|
||||
align-items: center;
|
||||
display: flex;
|
||||
height: 54px;
|
||||
padding-top: 7px !important;
|
||||
line-height: 19px;
|
||||
font-size: 1.5em;
|
||||
margin: -10px -35px 0;
|
||||
}
|
||||
|
||||
i.fa.fa-bars {
|
||||
font-size: 1.5em;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
a[role="tab"] {
|
||||
display: flex !important;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.leaflet-sidebar-close {
|
||||
display: flex !important;
|
||||
align-items: flex-end;
|
||||
}
|
||||
i.fa.fa-caret-left {
|
||||
font-size: 1.5em;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
i.fa.fa-search {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
div#div_categorias>li.list-group-item {
|
||||
padding: 6px 0px !important;
|
||||
border: 0.1px solid #ddd;
|
||||
border-right: 0px !important;
|
||||
border-left: 0px !important;
|
||||
}
|
||||
|
||||
/*Estilos mapa*/
|
||||
.leaflet-marker-icon.marker-cluster.marker-cluster-small.leaflet-zoom-animated.leaflet-interactive {
|
||||
background-color: #448eb2d9 !important;
|
||||
}
|
||||
|
||||
#subtitulo>strong {
|
||||
color: #002350;
|
||||
font-weight: 500 !important;
|
||||
}
|
||||
|
||||
.leaflet-popup-content-wrapper {
|
||||
border-radius: 0px;
|
||||
}
|
||||
|
||||
#caja-texto {
|
||||
border: 0px;
|
||||
}
|
||||
|
||||
.leaflet-popup-content {
|
||||
width: 300px !important;
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
#panel-mapa {
|
||||
color: white !important;
|
||||
font-weight: 900 !important;
|
||||
background-color: rgba(45, 155, 174, 0.9) !important;
|
||||
border-radius: 0px;
|
||||
}
|
||||
|
||||
#editar-mapa {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.leaflet-marker-icon.marker-cluster.marker-cluster-small.leaflet-zoom-animated.leaflet-interactive {
|
||||
background-color: #448eb2d9 !important;
|
||||
}
|
||||
|
||||
.navbar-brand img {
|
||||
filter: drop-shadow(1px 2px 0px);
|
||||
}
|
||||
|
||||
#div_limpiar_categoria {
|
||||
display: none;
|
||||
}
|
||||
|
||||
span.label.label-warning {
|
||||
display: none;
|
||||
}
|
||||
|
||||
img[title="Powered by Tupale.co"] {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#asistento {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.mapIcon {
|
||||
width: 55px !important;
|
||||
height: 55px !important;
|
||||
}
|
||||
|
||||
.leaflet-sidebar-header {
|
||||
background-color: #00acbfff;
|
||||
}
|
||||
|
||||
.leaflet-sidebar-tabs>ul>li.active {
|
||||
background-color: #00acbfff !important;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 375px) {
|
||||
|
||||
.leaflet-popup-content {
|
||||
width: 240px !important;
|
||||
}
|
||||
|
||||
.leaflet-popup {
|
||||
width: 240px !important;
|
||||
}
|
||||
|
||||
}
|
69
Connect_America/mapa_ingles.html
Normal file
69
Connect_America/mapa_ingles.html
Normal file
@ -0,0 +1,69 @@
|
||||
<style media='screen'>
|
||||
.leaflet-marker-icon.marker-cluster.marker-cluster-small.leaflet-zoom-animated.leaflet-interactive {
|
||||
background-color: #448eb2d9 !important;
|
||||
}
|
||||
|
||||
#subtitulo {
|
||||
color: #002350;
|
||||
}
|
||||
|
||||
.leaflet-popup-content-wrapper {
|
||||
border-radius: 0px;
|
||||
}
|
||||
|
||||
#caja-texto {
|
||||
border: 0px;
|
||||
}
|
||||
|
||||
.leaflet-popup-content {
|
||||
width: 300px !important;
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
#panel-mapa {
|
||||
color: white !important;
|
||||
font-weight: 900 !important;
|
||||
background-color: rgba(45, 155, 174, 0.9) !important;
|
||||
border-radius: 0px;
|
||||
}
|
||||
|
||||
#editar-mapa {
|
||||
float: right;
|
||||
}
|
||||
</style>
|
||||
|
||||
<div id='panel-mapa' class='panel-heading'>
|
||||
<h1 class='panel-title text-center'>$campo_limpio[3650]</h1>
|
||||
</div>
|
||||
<div class='list-group'>
|
||||
|
||||
<div id='caja-texto' class='list-group-item'>
|
||||
<h5 id='subtitulo' class='list-group-item-heading text-info'><strong class='text-info'>Solution description</strong></h5>
|
||||
<span class='list-group-item-text'>$campo_limpio[3660]</span>
|
||||
</div>
|
||||
|
||||
<div id='caja-texto' class='list-group-item'>
|
||||
<h5 id='subtitulo' class='list-group-item-heading text-info'>$campo_limpio[3661]<strong class='text-info'>
|
||||
</strong></h5>
|
||||
<span class='list-group-item-text'>$campo_limpio[3661]</span>
|
||||
</div>
|
||||
|
||||
<div id='caja-texto' class='list-group-item'>
|
||||
<h5 class='list-group-item-heading text-info'><strong class='text-info'>Web site</strong></h5>
|
||||
<span class='list-group-item-text' style='word-wrap: break-word !important;
|
||||
overflow-wrap: break-word !important ;'>$campo[3653]</span>
|
||||
</div>
|
||||
<div id='caja-texto' class='list-group-item'>
|
||||
<h5 id='subtitulo' class='list-group-item-heading text-info'><strong class='text-info'>Country</strong></h5>
|
||||
<span class='list-group-item-text' style='word-wrap: break-word !important;
|
||||
overflow-wrap: break-word !important ;'>$campo[3656]</span>
|
||||
</div>
|
||||
<div id='caja-texto' class='list-group-item'>
|
||||
<h5 id='subtitulo' class='list-group-item-heading text-info'><strong class='text-info'>Geographical scope</strong></h5>
|
||||
<span class='list-group-item-text' style='word-wrap: break-word !important;
|
||||
overflow-wrap: break-word !important ;'>$campo[3658]</span>
|
||||
</div>
|
||||
<a id='editar-mapa' href='https://connectamericas.tupale.co/i$control' target='_blank'>
|
||||
<+>
|
||||
</a>
|
||||
</div>
|
145
Renata_Violeta/landingpage.html
Normal file
145
Renata_Violeta/landingpage.html
Normal file
@ -0,0 +1,145 @@
|
||||
<style>
|
||||
.exportar_documento {
|
||||
display: none;
|
||||
}
|
||||
|
||||
a[target='editar'] {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.profile {
|
||||
box-shadow: 0 3px 15px rgba(0, 0, 0, 0.25), 0 0 0 rgba(0, 0, 0, 0.22);
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
|
||||
@media only screen and (min-width: 768px) {
|
||||
|
||||
/* Masonry container */
|
||||
#mostrar_resultado {
|
||||
column-count: 2;
|
||||
column-gap: 2em;
|
||||
}
|
||||
|
||||
#mostrar_identificador_$control {
|
||||
/* Masonry bricks or child elements */
|
||||
display: inline-block;
|
||||
margin: 0 0 1em;
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 992px) {
|
||||
|
||||
/* Masonry container */
|
||||
#mostrar_resultado {
|
||||
column-count: 3;
|
||||
column-gap: 2em;
|
||||
}
|
||||
|
||||
#mostrar_identificador_$control {
|
||||
/* Masonry bricks or child elements */
|
||||
display: inline-block;
|
||||
margin: 0 0 1em;
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 1200px) {
|
||||
|
||||
/* Masonry container */
|
||||
#mostrar_resultado {
|
||||
column-count: 4;
|
||||
column-gap: 1em;
|
||||
}
|
||||
|
||||
#mostrar_identificador_$control {
|
||||
/* Masonry bricks or child elements */
|
||||
display: inline-block;
|
||||
margin: 0 0 0.5em;
|
||||
width: 100%;
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-weight: normal;
|
||||
font-size: 20px;
|
||||
margin: 10px 0 0 0;
|
||||
}
|
||||
|
||||
.card-header .fa {
|
||||
transition: .3s transform ease-in-out;
|
||||
}
|
||||
|
||||
.card-header .collapsed .fa {
|
||||
transform: rotate(90deg);
|
||||
}
|
||||
|
||||
.img-box {
|
||||
border-bottom: 1px solid #cccccc;
|
||||
}
|
||||
</style>
|
||||
<div class='container'>
|
||||
<div class='row'>
|
||||
<div class='col-md-10 col-md-offset-1'>
|
||||
<div class='col-lg-12'>
|
||||
<div class='row pt-md'>
|
||||
<div class='col-lg-3 col-md-3 col-sm-4 col-xs-12 profile'>
|
||||
<div class='img-box'>
|
||||
<img src='https://renatavioleta.tupale.co/milfs/images/secure/?file=300/$campo[3303]' class='img-responsive'>
|
||||
</div>
|
||||
<h1> $campo_limpio[3304] </h1>
|
||||
<h5>Category: $campo[3306]</h5>
|
||||
<div class='card-header' id='heading-card'>
|
||||
<div class='panel-heading'>
|
||||
<h4 class='panel-title'>
|
||||
<a class='accordion-toggle' data-toggle='collapse' data-parent='#accordion' href='#collapseTwo$control'>
|
||||
<i class='fa fa-caret-down pull-right'></i>Description
|
||||
</a>
|
||||
</h4>
|
||||
</div>
|
||||
<div id='collapseTwo$control' class='panel-collapse collapse'>
|
||||
<div class='panel-body'>
|
||||
$campo[3310]
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class='card-header' id='heading-card'>
|
||||
<div class='panel-heading'>
|
||||
<h4 class='panel-title'>
|
||||
<a class='accordion-toggle' data-toggle='collapse' data-parent='#accordion' href='#collapseWork$control'>
|
||||
<i class='fa fa-caret-down pull-right'></i>Work
|
||||
</a>
|
||||
</h4>
|
||||
</div>
|
||||
<div id='collapseWork$control' class='panel-collapse collapse'>
|
||||
<div class='panel-body'>
|
||||
$campo_full[3311]
|
||||
$campo_full[3314]
|
||||
$campo_full[3315]
|
||||
$campo_full[3316]
|
||||
$campo_full[3317]
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class='card-header' id='heading-card'>
|
||||
<div class='panel-heading'>
|
||||
<h4 class='panel-title'>
|
||||
<a class='accordion-toggle' data-toggle='collapse' data-parent='#accordion' href='#collapseLink$control'>
|
||||
<i class='fa fa-caret-down pull-right'></i>Links
|
||||
</a>
|
||||
</h4>
|
||||
</div>
|
||||
<div id='collapseLink$control' class='panel-collapse collapse'>
|
||||
<div class='panel-body'>
|
||||
$campo[154]
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
Loading…
Reference in New Issue
Block a user