prueba de README en comunidad para cada aplicación
This commit is contained in:
parent
35e9e9c6eb
commit
7255c3f697
54
Asistento/720_CartografiaSonora/landingpage.html
Normal file
54
Asistento/720_CartografiaSonora/landingpage.html
Normal file
@ -0,0 +1,54 @@
|
||||
<style media='screen'>
|
||||
.card-1 {
|
||||
box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
|
||||
transition: all 0.3s cubic-bezier(.25,.8,.25,1);
|
||||
padding: 5px;
|
||||
}
|
||||
.panel {
|
||||
border: none;
|
||||
box-shadow: none;
|
||||
}
|
||||
.panel-heading{
|
||||
border-bottom: none !important;
|
||||
border-top-left-radius: 0px !important;
|
||||
border-top-right-radius: 0px !important;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 600px) {
|
||||
img {
|
||||
max-width: 100% !important;
|
||||
margin: 0px !important;
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
}
|
||||
|
||||
</style>
|
||||
<div class='card card-1'>
|
||||
<div class='panel panel-primary'>
|
||||
<div class='panel-heading'>
|
||||
<a href='https://tupale.co/milfs/images/secure/?file=600/$campo[0]' data-type='image' target='_blank' data-title='' data-footer='$campo_limpio[729] '><img style='margin: 20px; float: right; max-width:50%' class='img img-responsive' src='https://tupale.co/milfs/images/secure/?file=300/$campo[0]'> </a>
|
||||
<h2 class='panel-title'> $campo_limpio[729] </h2>
|
||||
</div>
|
||||
<div class='panel-body'>
|
||||
|
||||
<p class='text-justify'>
|
||||
$campo_limpio[1006]
|
||||
</p>
|
||||
|
||||
<dl>
|
||||
<audio controls>
|
||||
<source src='https://comunidad.tupale.co/milfs/archivos/?archivo=$campo_limpio[2303]' />
|
||||
</audio>
|
||||
</dl>
|
||||
|
||||
<div class='text-right'>
|
||||
<a class='btn btn-primary push-rigth' href='https://comunidad.tupale.co/I$control' target=_blank><i class='fa fa-share-alt fa-lg' aria-hidden='true'></i></a>
|
||||
<a target ='redes' class='btn btn-primary'href='http://twitter.com/share?url=https://comunidad.tupale.co/i$control&text= $campo_limpio[729] '>
|
||||
<i class='fa fa-twitter fa-lg' ></i></a>
|
||||
<a target ='redes' class='btn btn-primary' href='https://www.facebook.com/sharer/sharer.php?u=https://comunidad.tupale.co/i$control'><i class='fa fa-facebook fa-lg'></i>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
43
Asistento/720_CartografiaSonora/mapa.html
Normal file
43
Asistento/720_CartografiaSonora/mapa.html
Normal file
@ -0,0 +1,43 @@
|
||||
<style media='screen'>
|
||||
.panel-primary {
|
||||
border-color: transparent;
|
||||
}
|
||||
.panel {
|
||||
margin-bottom: 0px;
|
||||
background-color: transparent;
|
||||
border: 0px solid transparent;
|
||||
border-radius: 0px;
|
||||
-webkit-box-shadow:none;
|
||||
box-shadow: none;
|
||||
}
|
||||
.leaflet-popup-content-wrapper {
|
||||
border-radius: 0px;
|
||||
}
|
||||
.leaflet-popup-content {
|
||||
margin: 5px 5px;
|
||||
}
|
||||
audio{
|
||||
width: 100%;
|
||||
}
|
||||
</style>
|
||||
<div class='panel panel-primary'>
|
||||
<a href='https://tupale.co/milfs/images/secure/?file=600/$campo[0]' data-type='image' data-toggle='lightbox' data-title='' data-footer='$campo_limpio[1001] '><img style='max-width:100%' class='img img-responsive' src='https://tupale.co/milfs/images/secure/?file=300/$campo[0]'> </a>
|
||||
<div class='panel-heading'>
|
||||
|
||||
<h2 class='panel-title'> $campo_limpio[729] </h2>
|
||||
</div>
|
||||
<div class='panel-body'>
|
||||
|
||||
<p class='text-justify'>
|
||||
$campo_limpio[1006]
|
||||
<dl>
|
||||
<audio controls>
|
||||
<source src='https://comunidad.tupale.co/milfs/archivos/?archivo=$campo_limpio[2303]' />
|
||||
</audio>
|
||||
</dl>
|
||||
</p>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
55
Asistento/721_CartografiaVideo/landingpage.html
Normal file
55
Asistento/721_CartografiaVideo/landingpage.html
Normal file
@ -0,0 +1,55 @@
|
||||
<style media='screen'>
|
||||
.card-1 {
|
||||
box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
|
||||
transition: all 0.3s cubic-bezier(.25,.8,.25,1);
|
||||
padding: 5px;
|
||||
}
|
||||
.panel {
|
||||
border: none;
|
||||
box-shadow: none;
|
||||
}
|
||||
.panel-heading{
|
||||
border-bottom: none !important;
|
||||
border-top-left-radius: 0px !important;
|
||||
border-top-right-radius: 0px !important;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 600px) {
|
||||
img {
|
||||
max-width: 100% !important;
|
||||
margin: 0px !important;
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
video {
|
||||
width: 100% !important;
|
||||
}
|
||||
}
|
||||
|
||||
</style>
|
||||
<div class='card card-1'>
|
||||
<div class='panel panel-primary'>
|
||||
<div class='panel-heading'>
|
||||
<a href='https://tupale.co/milfs/images/secure/?file=600/$campo[0]' data-type='image' data-toggle='lightbox' data-title='' data-footer='$campo_limpio[1001] '><img style='margin: 20px; float: right; max-width:50%' class='img img-responsive' src='https://tupale.co/milfs/images/secure/?file=300/$campo[0]'> </a>
|
||||
<h2 class='panel-title'> $campo_limpio[729] </h2>
|
||||
</div>
|
||||
<div class='panel-body'>
|
||||
|
||||
<p class='text-justify'>
|
||||
$campo_limpio[1006]
|
||||
</p>
|
||||
|
||||
<video id='Video experience' width='50%' height='auto' preload='metadata' controls >
|
||||
<source src='https://tupale.co/milfs/archivos/?archivo=$campo_limpio[2303]' />
|
||||
</video>
|
||||
|
||||
<div class='text-right'>
|
||||
<a class='btn btn-primary push-rigth' href='https://comunidad.tupale.co/I$control' target=_blank><i class='fa fa-share-alt fa-lg' aria-hidden='true'></i></a>
|
||||
<a target ='redes' class='btn btn-primary'href='http://twitter.com/share?url=https://comunidad.tupale.co/i$control&text= $campo_limpio[729] '>
|
||||
<i class='fa fa-twitter fa-lg' ></i></a>
|
||||
<a target ='redes' class='btn btn-primary' href='https://www.facebook.com/sharer/sharer.php?u=https://comunidad.tupale.co/i$control'><i class='fa fa-facebook fa-lg'></i>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
41
Asistento/721_CartografiaVideo/mapa.html
Normal file
41
Asistento/721_CartografiaVideo/mapa.html
Normal file
@ -0,0 +1,41 @@
|
||||
<style media='screen'>
|
||||
.panel-primary {
|
||||
border-color: transparent;
|
||||
}
|
||||
.panel {
|
||||
margin-bottom: 0px;
|
||||
background-color: transparent;
|
||||
border: 0px solid transparent;
|
||||
border-radius: 0px;
|
||||
-webkit-box-shadow:none;
|
||||
box-shadow: none;
|
||||
}
|
||||
.leaflet-popup-content-wrapper {
|
||||
border-radius: 0px;
|
||||
}
|
||||
.leaflet-popup-content {
|
||||
margin: 5px 5px;
|
||||
}
|
||||
</style>
|
||||
<div class='panel panel-primary'>
|
||||
<video id='Video experience' width='100%' height='auto' preload='metadata' controls >
|
||||
<source src='https://tupale.co/milfs/archivos/?archivo=$campo_limpio[2303]' />
|
||||
</video>
|
||||
|
||||
<div class='panel-heading'>
|
||||
|
||||
<h2 class='panel-title'> $campo_limpio[729] </h2>
|
||||
</div>
|
||||
<div class='panel-body'>
|
||||
|
||||
<p class='text-justify'>
|
||||
$campo_limpio[1006]
|
||||
</p>
|
||||
<dl>
|
||||
<a href='https://tupale.co/milfs/images/secure/?file=600/$campo[0]' data-type='image' data-toggle='lightbox' data-title='' data-footer='$campo_limpio[1001] '><img style='max-width:100%' class='img img-responsive' src='https://tupale.co/milfs/images/secure/?file=300/$campo[0]'> </a>
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
4
Comunidad_Tupale/#ConversacionesEnPaz/README.md
Normal file
4
Comunidad_Tupale/#ConversacionesEnPaz/README.md
Normal file
@ -0,0 +1,4 @@
|
||||
# Aplicación de Monitoreo
|
||||
- Monitoreo de Medios
|
||||
|
||||
Para encontrar todos los eventos y conversaciones relacionadas con el fin del conflicto armado en Colombia y la lectura del acuerdo entre Gobierno y las FARC-EP
|
3
Comunidad_Tupale/Acoso Medellín/README.md
Normal file
3
Comunidad_Tupale/Acoso Medellín/README.md
Normal file
@ -0,0 +1,3 @@
|
||||
# Mapa
|
||||
Creado por un pipiolo
|
||||
juan.arellado@gmail.com
|
0
Comunidad_Tupale/Asistencia/README.md
Normal file
0
Comunidad_Tupale/Asistencia/README.md
Normal file
3
Comunidad_Tupale/README.md
Normal file
3
Comunidad_Tupale/README.md
Normal file
@ -0,0 +1,3 @@
|
||||
# Comunidad tupale
|
||||
|
||||
Comunidad Tupale es el espacio abierto a todas las personas que quieren usar Tupale para desarrollar sus propuestas pero no tienen acceso a una empresa-proyecto específico, todas las aplicaciones creadas con el asistento por un pipiolo se agrupan en este espacio hay aplicaciones de diferente naturaleza y las agruparemos en este espacio buscando registrar cada universidad
|
93
Comunidad_Tupale/css_base_comunidad_tupale.css
Normal file
93
Comunidad_Tupale/css_base_comunidad_tupale.css
Normal file
@ -0,0 +1,93 @@
|
||||
/* HOJA DE ESTILOS CSS ACTUAL */
|
||||
a {
|
||||
word-break: break-all;
|
||||
}
|
||||
.btn {
|
||||
border-radius: 0px !important;
|
||||
}
|
||||
.nav-pills>li>a {
|
||||
border-radius: 0px;
|
||||
}
|
||||
|
||||
|
||||
@media (max-width : 768px){
|
||||
.thumbnail {
|
||||
padding: 0px;
|
||||
}
|
||||
.container-fluid {
|
||||
padding-right: 0px;
|
||||
padding-left: 0px;
|
||||
margin-right: 0px;
|
||||
margin-left: 0px;
|
||||
}
|
||||
h2{
|
||||
font-size: 21px !important;
|
||||
}
|
||||
}
|
||||
|
||||
/* Ciudadanía y estado Conferencias 502A */
|
||||
.1db39f762610a2ac34ee35a7b6c70e19{ background-color: #3f906d;}
|
||||
/* Ciudadanía y estado Foros 602 */
|
||||
.c4ad7553b6568b37994bbad745969c4e{ background-color: #dd183b;}
|
||||
/* Ciudadanía y estado Foros 603 */
|
||||
.ee3f407d40fa4f4d487fa8291df9b722{ background-color: #22d16f;}
|
||||
/* Ciudadanía y estado Foros 604 */
|
||||
.98e906b4d982a8c8360a482c6692c0e4{ background-color: #716988;}
|
||||
/* Ciudadanía y estado Foros 605 */
|
||||
.e92c3e0d0a403c4dab5e9ff9109f4de8{ background-color: #b4d6ab;}
|
||||
/* Ciudadanía y estado Foros 606 */
|
||||
.cd4f3b7330f2082fd00992d4113a263b{ background-color: #c271cc;}
|
||||
/* Ciudadanía y estado Foros 607 */
|
||||
.598642c5d1c709dd87e7b2f812c3b20f{ background-color: #cc77d1;}
|
||||
/* Ciudadanía y estado Foros 608 */
|
||||
.cbcff6752ffad095a57c106a99789a8b{ background-color: #79e79a;}
|
||||
/* Ciudadanía y estado Foros 609 */
|
||||
.608fbfbe6438c634b6401cc1ad5ae251{ background-color: #14027d;}
|
||||
/* Cultura Libre - Origami, música, satélites 502B */
|
||||
.70a7b0581e61ea95bed1c619b9d402d2{ background-color: #ff33de;}
|
||||
/* Cultura libre 301 */
|
||||
.bf16a2f498eb8bbbaf0737914a744ae2{ background-color: #938065;}
|
||||
/* Cultura libre cinema primer piso */
|
||||
.b9dbeb27906ac99b44415c7b690bce8a{ background-color: #e35f8c;}
|
||||
/* FLISOL Kids 504A */
|
||||
.efdf486f97a8a2f1070303c82663ce91{ background-color: #f09501;}
|
||||
/* FLISOL Kids 504B */
|
||||
.e66109074f093ce2c23cec90f3d6fcd1{ background-color: #fdc64e;}
|
||||
/* Salón 503 A */
|
||||
.550fbe7ffff12e2297943e2837783e8e{ background-color: #ff966f;}
|
||||
/* Salón 601 */
|
||||
.f9d03947fa61d9fb72e471e47ea9e78f{ background-color: #f3878c;}
|
||||
/* Salón 602 */
|
||||
.ef60ea42b9dd34aff9ab2e46c0c91a47{ background-color: #90b393;}
|
||||
/* Salón 603 */
|
||||
.615320690a62b7a219761d8915559ad9{ background-color: #c0f10a;}
|
||||
/* Salón 604 */
|
||||
.cc1b643c87efbf2c8e27417a3dedc6c6{ background-color: #1d00fb;}
|
||||
/* Salón 605 */
|
||||
.a26a64049b98c4ee2b467c08fa1e127b{ background-color: #0c46ec;}
|
||||
/* Salón 606 */
|
||||
.db07b88adf6a71489b824bc60b871602{ background-color: #9cc8b4;}
|
||||
/* Salón 607 */
|
||||
.1636026fca5fdcfae5a5b58997032062{ background-color: #1b8fbc;}
|
||||
/* Salón 608 */
|
||||
.65d6e3c2daf7185a5fb4697ca818b23c{ background-color: #d661a4;}
|
||||
/* Salón 609 */
|
||||
.02aadb513f204965fbc6849e3ca44b1e{ background-color: #91f837;}
|
||||
/* Salón 610 */
|
||||
.d306cbe97fbdffa7481c57fec1cf3b47{ background-color: #3a7689;}
|
||||
/* Salón 611 */
|
||||
.40652387316afdb8d5db6c88495ebf08{ background-color: #4be6af;}
|
||||
/* Salón 612 */
|
||||
.7b2e99dacdb08bf40888810611896f13{ background-color: #d18a5a;}
|
||||
/* Salón 613 */
|
||||
.ae058c1297ea98d44e2e51e9b265a5b5{ background-color: #719000;}
|
||||
/* Salón 614 */
|
||||
.d83fc931b70cfbefdaa6833e6d412527{ background-color: #40497e;}
|
||||
/* Salón principal (304) */
|
||||
.3610c2a75d379abd15a65645bda697f7{ background-color: #6405eb;}
|
||||
/* Talleres arte 501A */
|
||||
.f0f438a0b99f7a1d5ea380dea94ea5e3{ background-color: #e14718;}
|
||||
/* Talleres python 501B */
|
||||
.ac69d11aa44a2596d28458933cb9fa7e{ background-color: #3713f2;}
|
||||
/* Talleres web 501A */
|
||||
.bf50d05335396d47a75fb40eb8eea612{ background-color: #0aecea;}
|
57
OSMLatam/MapaEventos/mapa.html
Normal file
57
OSMLatam/MapaEventos/mapa.html
Normal file
@ -0,0 +1,57 @@
|
||||
<style media='screen'>
|
||||
.panel-primary {
|
||||
border-color: transparent;
|
||||
}
|
||||
|
||||
.panel {
|
||||
margin-bottom: 0px;
|
||||
background-color: transparent;
|
||||
border: 0px solid transparent;
|
||||
border-radius: 0px;
|
||||
-webkit-box-shadow: none;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.leaflet-popup-content-wrapper {
|
||||
border-radius: 0px;
|
||||
width: 310px;
|
||||
}
|
||||
|
||||
.leaflet-popup-content {
|
||||
margin: 5px 5px;
|
||||
width: 300px !important;
|
||||
}
|
||||
</style>
|
||||
<div class='panel panel-primary'>
|
||||
<img class="img img-responsive img-rounded" src="https://sotmlatam.openstreetmap.co/milfs/images/secure/?file=300/$campo[3547]" />
|
||||
|
||||
|
||||
<!-- <video id='Video experience' width='100%' height='auto' preload='metadata' controls >
|
||||
<source src='https://tupale.co/milfs/archivos/?archivo=$campo_limpio[3551]' />
|
||||
</video> -->
|
||||
|
||||
<div class='panel-heading'>
|
||||
|
||||
<h2 class='panel-title'> $campo_limpio[1001] </h2>
|
||||
</div>
|
||||
<div class='panel-body'>
|
||||
|
||||
<p class='text-justify'>
|
||||
$campo_limpio[1006]
|
||||
</p>
|
||||
<h4>Enlaces </h4>
|
||||
<ul>
|
||||
<li><a href='$campo_limpio[3548]'>$nombre[3548]</a></li>
|
||||
<li><a href='$campo_limpio[3552]'>$nombre[3552]</a></li>
|
||||
<li><a href='$campo_limpio[3549]'>$nombre[3549]</a></li>
|
||||
<li><a href='$campo_limpio[3548]'>$nombre[3553]</a></li>
|
||||
</ul>
|
||||
<dl>
|
||||
<a href='https://tupale.co/milfs/images/secure/?file=full/$campo[0]' data-type='image' data-toggle='lightbox' data-title='' data-footer='$campo_limpio[1001] '><img style='max-width:100%' class='img img-responsive'
|
||||
src='https://sotmlatam.openstreetmap.co/milfs/images/secure/?file=300/$campo[0]'> </a>
|
||||
|
||||
</dl>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
BIN
OSMLatam/logo.jpeg
Normal file
BIN
OSMLatam/logo.jpeg
Normal file
Binary file not shown.
After Width: | Height: | Size: 92 KiB |
BIN
OSMLatam/logo.png
Normal file
BIN
OSMLatam/logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 105 KiB |
Loading…
Reference in New Issue
Block a user