Commit dde0ff11 authored by Javi's avatar Javi

formacion done

parent 111317c6
...@@ -245,7 +245,7 @@ body { ...@@ -245,7 +245,7 @@ body {
/* ------------ CUSTOM STYLES ----------- */ /* ------------ CUSTOM STYLES ----------- */
#accordion { .acc {
width: 70%; width: 70%;
text-align: center; text-align: center;
margin-left: 16%; margin-left: 16%;
...@@ -322,10 +322,9 @@ h3>small { ...@@ -322,10 +322,9 @@ h3>small {
font-family:verdana; font-family:verdana;
font-size: medium; font-size: medium;
font-weight: 600; font-weight: 600;
position:absolute; top:21%;
top:100px;
left:2%; left:2%;
width:108%; text-align: center;
} }
.tabb{ .tabb{
...@@ -347,7 +346,31 @@ h3>small { ...@@ -347,7 +346,31 @@ h3>small {
.tab-content{ .tab-content{
padding-top:5%; padding-top:5%;
background-color: #3E3E3E; background-color: #3E3E3E;
height: 80%; -webkit-border-bottom-left-radius: 15px;
-webkit-border-bottom-right-radius: 15px;
-moz-border-radius-bottomleft: 15px;
-moz-border-radius-bottomright: 15px;
border-bottom-left-radius: 15px;
border-bottom-right-radius: 15px;
}
.tab-content>.active{
padding:2%;
}
.nav-tabs > li, .nav-pills > li {
float:none;
display:inline-block;
*display:inline; /* ie7 fix */
zoom:1; /* hasLayout ie7 trigger */
}
.nav-tabs, .nav-pills {
text-align:center;
}
#eec>div.panel{
width:80%;
} }
/* ------------ MEDIA QUERYS ----------- */ /* ------------ MEDIA QUERYS ----------- */
......
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="es">
<head> <head>
...@@ -126,7 +126,7 @@ ...@@ -126,7 +126,7 @@
<div role="tabpanel" class="tab-pane active" id="daw"> <div> <div role="tabpanel" class="tab-pane active" id="daw"> <div>
<h3>Título oficial de Técnico Superior en Desarrollo de Aplicaciones Web. <small> I.E.S. Clara del Rey. Madrid. 2012-2014</small></h3> <h3>Título oficial de Técnico Superior en Desarrollo de Aplicaciones Web. <small> I.E.S. Clara del Rey. Madrid. 2012-2014</small></h3>
<div class="panel-group" id="accordion"> <div class="panel-group acc">
<div class="panel panel-default"> <div class="panel panel-default">
<div class="panel-heading"> <div class="panel-heading">
<h4 class="panel-title"> <h4 class="panel-title">
...@@ -253,11 +253,13 @@ ...@@ -253,11 +253,13 @@
</div> </div>
</div> </div>
</div><br/> </div><br/>
</div> </div>
</div></div> </div>
<div role="tabpanel" class="tab-pane" id="eec"><h3>Título oficial de Técnico en Equipos Electrónicos de Consumo. <small> Colegio Virgen de la Luz. Madrid. 2003-2005</small></h3> </div>
<div class="panel-group" id="accordion2"> <div role="tabpanel" class="tab-pane" id="eec">
<div>
<h3>Título oficial de Técnico en Equipos Electrónicos de Consumo. <small><br/> Colegio Virgen de la Luz. Madrid. 2003-2005</small></h3>
<div class="panel-group acc">
<div class="panel panel-default"> <div class="panel panel-default">
<div class="panel-heading"> <div class="panel-heading">
<h4 class="panel-title"> <h4 class="panel-title">
...@@ -279,6 +281,7 @@ ...@@ -279,6 +281,7 @@
</div> </div>
</div> </div>
</div> </div>
</div>
</div> </div>
<div role="tabpanel" class="tab-pane" id="fc"> <div role="tabpanel" class="tab-pane" id="fc">
<h3><span class="glyphicon glyphicon-pencil"></span> Título de la E.S.O.<small> Colegio Calasancio. Madrid. 2003</small></h3> <h3><span class="glyphicon glyphicon-pencil"></span> Título de la E.S.O.<small> Colegio Calasancio. Madrid. 2003</small></h3>
...@@ -315,11 +318,6 @@ ...@@ -315,11 +318,6 @@
</div> </div>
</div> </div>
</section> </section>
<!-- Map Section
<div id="map"></div>
-->
<!-- Footer -->
<footer> <footer>
<div class="container text-center"> <div class="container text-center">
<p><a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png" /></a><br /><span xmlns:dct="http://purl.org/dc/terms/" property="dct:title">JavierHernández.com</span> by <span xmlns:cc="http://creativecommons.org/ns#" property="cc:attributionName">Javier Hernández Andrés</span> is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a> | Background image by Dominik Bartsch</p> <p><a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png" /></a><br /><span xmlns:dct="http://purl.org/dc/terms/" property="dct:title">JavierHernández.com</span> by <span xmlns:cc="http://creativecommons.org/ns#" property="cc:attributionName">Javier Hernández Andrés</span> is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a> | Background image by Dominik Bartsch</p>
...@@ -338,6 +336,6 @@ ...@@ -338,6 +336,6 @@
<!-- Custom Theme JavaScript --> <!-- Custom Theme JavaScript -->
<script src="js/grayscale.js"></script> <script src="js/grayscale.js"></script>
</body> </body>
</html> </html>
...@@ -31,7 +31,7 @@ $('.navbar-collapse ul li a').click(function() { ...@@ -31,7 +31,7 @@ $('.navbar-collapse ul li a').click(function() {
// Google Maps Scripts // Google Maps Scripts
// When the window has finished loading create our google map below // When the window has finished loading create our google map below
google.maps.event.addDomListener(window, 'load', init); //google.maps.event.addDomListener(window, 'load', init);
function init() { function init() {
// Basic options for a simple Google Map // Basic options for a simple Google Map
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment