carusel con valor agregado y footer
This commit is contained in:
parent
c2126748fc
commit
199fcebb12
@ -85,7 +85,7 @@
|
|||||||
</section>
|
</section>
|
||||||
<!-- Fin Intro -->
|
<!-- Fin Intro -->
|
||||||
|
|
||||||
<!-- Proyectos -->
|
<!-- PROYECTOS -->
|
||||||
<section class="container-fluid" id="proyectos">
|
<section class="container-fluid" id="proyectos">
|
||||||
<div class="col-sm-8 col-sm-offset-2 text-center">
|
<div class="col-sm-8 col-sm-offset-2 text-center">
|
||||||
<h1>Proyectos</h1>
|
<h1>Proyectos</h1>
|
||||||
@ -138,7 +138,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
<!-- FIN Proyectos -->
|
<!-- FIN Proyectos -->
|
||||||
<!--Servicios -->
|
<!--SERVICIOS-->
|
||||||
<section class="container-fluid" id="servicios">
|
<section class="container-fluid" id="servicios">
|
||||||
<div class="col-sm-8 col-sm-offset-2 text-center">
|
<div class="col-sm-8 col-sm-offset-2 text-center">
|
||||||
<h1>Servicios</h1>
|
<h1>Servicios</h1>
|
||||||
@ -176,14 +176,58 @@
|
|||||||
</div>
|
</div>
|
||||||
</section >
|
</section >
|
||||||
<!--FIN Servicios -->
|
<!--FIN Servicios -->
|
||||||
|
<!-- Carrusel APIS Open Data -->
|
||||||
|
<div id="carousel-example-generic" class="carousel slide" data-ride="carousel">
|
||||||
|
<!-- Indicators -->
|
||||||
|
<ol class="carousel-indicators">
|
||||||
|
<li data-target="#carousel-example-generic" data-slide-to="0" class="active"></li>
|
||||||
|
<li data-target="#carousel-example-generic" data-slide-to="1"></li>
|
||||||
|
<li data-target="#carousel-example-generic" data-slide-to="2"></li>
|
||||||
|
</ol>
|
||||||
|
<!-- Wrapper for slides -->
|
||||||
|
<div class="carousel-inner" role="listbox">
|
||||||
|
<div class="item active">
|
||||||
|
<img src="https://cldup.com/VvvJCGnUXw.png" alt="portal_open_data">
|
||||||
|
<div class="carousel-caption">
|
||||||
|
<h3>Portal de Open Data</h3>
|
||||||
|
<p>Multiples opciones de manejo de datos con estandares mundiales de Open Data</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="item">
|
||||||
|
<img src="https://cldup.com/cwy7fakMG3.png" alt="apis_json">
|
||||||
|
<div class="carousel-caption">
|
||||||
|
<h3>APIS JSON</h3>
|
||||||
|
<p>api json y api json simple para integraciones y programación</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="item">
|
||||||
|
<img src="https://cldup.com/cwy7fakMG3.png" alt="apis_json">
|
||||||
|
<div class="carousel-caption">
|
||||||
|
<h3>Visualizaciones</h3>
|
||||||
|
<p>Mapas y visualizaciónes básicas</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- Controls -->
|
||||||
|
<a class="left carousel-control" href="#carousel-example-generic" role="button" data-slide="prev">
|
||||||
|
<span class="glyphicon glyphicon-chevron-left" aria-hidden="false"></span>
|
||||||
|
<span class="sr-only">Previous</span>
|
||||||
|
</a>
|
||||||
|
<a class="right carousel-control" href="#carousel-example-generic" role="button" data-slide="next">
|
||||||
|
<span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span>
|
||||||
|
<span class="sr-only">Next</span>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
<!-- FIN Carrusel -->
|
||||||
<!--PRECIOS -->
|
<!--PRECIOS -->
|
||||||
<section class="container-fluid" id="precios">
|
<section class="container" id="precios">
|
||||||
<div class="col-sm-12 text-center">
|
<div class="col-sm-12 text-center">
|
||||||
<h1>Precios</h1>
|
<h1>Precios</h1>
|
||||||
<p class="lead">Tupale es una herramienta de código abierto puede ser descargada e implementada, el cobro cubre servicios de administración, hosting, reinversión en desarrollo, capacitación en uso y manejo</p>
|
<p class="lead">Tupale es una herramienta de código abierto puede ser descargada e implementada, el cobro cubre servicios de administración, hosting, reinversión en desarrollo, capacitación en uso y manejo</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
|
<!-- item -->
|
||||||
<div class="col-md-3 text-center">
|
<div class="col-md-3 text-center">
|
||||||
<div class="panel panel-danger panel-pricing">
|
<div class="panel panel-danger panel-pricing">
|
||||||
<div class="panel-heading">
|
<div class="panel-heading">
|
||||||
@ -282,6 +326,8 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
<!-- FIN Precios -->
|
||||||
|
<!--PATROCINADORES -->
|
||||||
<section class="container-fluid" id="patrocinio">
|
<section class="container-fluid" id="patrocinio">
|
||||||
<div class="col-sm-8 col-sm-offset-2 ">
|
<div class="col-sm-8 col-sm-offset-2 ">
|
||||||
<div class="text-center">
|
<div class="text-center">
|
||||||
@ -339,6 +385,8 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
<!-- FIN patrocinadores -->
|
||||||
|
<!--EQUIPO -->
|
||||||
|
|
||||||
<section class="container-fluid" id="equipo">
|
<section class="container-fluid" id="equipo">
|
||||||
<div class="col-sm-8 col-sm-offset-2">
|
<div class="col-sm-8 col-sm-offset-2">
|
||||||
@ -393,6 +441,86 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
<!-- FIN equipo -->
|
||||||
|
<!--FOOTER -->
|
||||||
|
<footer id="footer" class="clearfix">
|
||||||
|
<div id="footer-widgets">
|
||||||
|
<div class="container">
|
||||||
|
<div id="footer-wrapper">
|
||||||
|
<div class="row">
|
||||||
|
<div class="col-sm-6 col-md-2">
|
||||||
|
<div id="meta-3" class="widget widgetFooter widget_meta">
|
||||||
|
<h4 class="widgettitle">Más informacion</h4>
|
||||||
|
<ul>
|
||||||
|
<li><a href="#"><i class="fa fa-home fa-fw"></i>Datos Abiertos</a></li>
|
||||||
|
<li><a href="privacypolicy.php"><i class="fa fa-link"></i>Manifiesto</a></li>
|
||||||
|
<li><a href="#"><i class="fa fa-envelope fa-fw"></i>Recomendado</a></li>
|
||||||
|
</ul>
|
||||||
|
</div> </div> <!-- end widget1 -->
|
||||||
|
<div class="col-sm-6 col-md-2">
|
||||||
|
<div id="recent-posts-3" class="widget widgetFooter widget_recent_entries">
|
||||||
|
<h4 class="widgettitle">Buscanos en redes</h4>
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
<a href="https://www.facebook.com/tupaleco" target="_blank"><i class="fa fa-facebook"></i> Facebook</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="https://twitter.com/tupaleco" target="_blank"><i class="fa fa-twitter"></i> Twitter</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="telegram" target="_blank"><i class="fa fa-youtube"></i> Telegram</a>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</div> </div> <!-- end widget1 -->
|
||||||
|
<div class="col-sm-6 col-md-4">
|
||||||
|
<div id="meta-4" class="widget widgetFooter widget_meta">
|
||||||
|
<h4 class="widgettitle">Contáctanos</h4>
|
||||||
|
<div class="form-group">
|
||||||
|
<div class="input-group">
|
||||||
|
<span class="input-group-addon">E-mail :</span>
|
||||||
|
<input class="form-control" placeholder="Correo de contacto" type="text">
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="form-group">
|
||||||
|
<div class="input-group">
|
||||||
|
<span class="input-group-addon">Mensaje</span>
|
||||||
|
<input class="form-control" placeholder="que quieres o necesitas" type="text">
|
||||||
|
<span class="input-group-btn">
|
||||||
|
<button class="btn btn-primary" type="button">Contactanos!</button>
|
||||||
|
</span>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div> <!-- end widget1 -->
|
||||||
|
<div class="col-sm-6 col-md-4">
|
||||||
|
<div id="search-3" class="widget widgetFooter widget_search"><h4 class="widgettitle">Busca en el sitio:</h4>
|
||||||
|
<div class="form-group">
|
||||||
|
<label class="control-label">Escribe que quieres buscar en Tupale</label>
|
||||||
|
<div class="input-group">
|
||||||
|
<span class="input-group-addon">¿Que buscas?</span>
|
||||||
|
<input class="form-control" placeholder="palabra clave" type="text">
|
||||||
|
<span class="input-group-btn">
|
||||||
|
<button class="btn btn-primary" type="button">Buscar</button>
|
||||||
|
</span>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div> </div> <!-- end widget1 -->
|
||||||
|
</div> <!-- end .row -->
|
||||||
|
</div> <!-- end #footer-wrapper -->
|
||||||
|
</div> <!-- end .container -->
|
||||||
|
</div> <!-- end #footer-widgets -->
|
||||||
|
<div id="sub-floor">
|
||||||
|
<div class="container">
|
||||||
|
<div class="row">
|
||||||
|
<div class="col-md-4 copyright">
|
||||||
|
</div>
|
||||||
|
<div class="col-md-4 col-md-offset-4 attribution">
|
||||||
|
Desarrollado por <a target="_blank" href="#">Equipo Tupale</a> .
|
||||||
|
</div>
|
||||||
|
</div> <!-- end .row -->
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
<!-- Bootstrap core JavaScript
|
<!-- Bootstrap core JavaScript
|
||||||
================================================== -->
|
================================================== -->
|
||||||
<!-- Placed at the end of the document so the pages load faster -->
|
<!-- Placed at the end of the document so the pages load faster -->
|
||||||
|
53
styles.css
53
styles.css
@ -90,7 +90,7 @@ section {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#servicios {
|
#servicios {
|
||||||
background-color: black;
|
background-color: #333333;
|
||||||
color: white !important;
|
color: white !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -116,24 +116,47 @@ section {
|
|||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* FOOTER*/
|
||||||
|
|
||||||
#accordion .panel-heading { padding: 0;}
|
|
||||||
#accordion .panel-title > a {
|
#footer {
|
||||||
|
border-top: 5px solid #ff0000;
|
||||||
|
background: grey none repeat scroll 0% 0%;
|
||||||
|
padding-top: 30px;
|
||||||
|
margin-top: 60px;
|
||||||
|
clear: both;
|
||||||
|
color: #AAA;
|
||||||
display: block;
|
display: block;
|
||||||
padding: 1em 5em;
|
|
||||||
outline: none;
|
|
||||||
font-weight:bold;
|
|
||||||
text-decoration: none;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#accordion .panel-title > a.accordion-toggle::before, #accordion a[data-toggle="collapse"]::before {
|
#footer .widgettitle {
|
||||||
content:"\e113";
|
margin: 0px;
|
||||||
float: left;
|
padding: 0px 0px 15px;
|
||||||
font-family: 'Glyphicons Halflings';
|
border-bottom: medium none;
|
||||||
margin-right :1em;
|
|
||||||
}
|
}
|
||||||
#accordion .panel-title > a.accordion-toggle.collapsed::before, #accordion a.collapsed[data-toggle="collapse"]::before {
|
#footer h4 {
|
||||||
content:"\e114";
|
color: #FFF;
|
||||||
}
|
}
|
||||||
/* USING BOOTSTRAP 3.0.3 */
|
|
||||||
|
#footer ul {
|
||||||
|
list-style: outside none none;
|
||||||
|
}
|
||||||
|
|
||||||
|
#footer li {
|
||||||
|
padding: 7px 0px;
|
||||||
|
border-bottom: 1px dotted rgba(255, 255, 255, 0.2);
|
||||||
|
margin: 0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#footer li a {
|
||||||
|
color: #DDD;
|
||||||
|
}
|
||||||
|
|
||||||
|
#sub-floor {
|
||||||
|
color: #AAA;
|
||||||
|
background: #333333 none repeat scroll 0% 0%;
|
||||||
|
padding: 10px 0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user