Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
f40e868
Modificación del menú desplegable
YosseLine Nov 28, 2017
63e27ce
Modificando estructura html y añadiendo article principal
YosseLine Nov 29, 2017
f1e2bdb
Agregando graficos
lidiaramirezn Nov 29, 2017
ac140f1
Agregando grafico
lidiaramirezn Nov 29, 2017
3f063fc
Corrigiendo error
lidiaramirezn Nov 29, 2017
57e6a14
Modificando estructura html, css y js
YosseLine Nov 29, 2017
0168b51
Agregando primer grafico a dos sedes de Lima
lidiaramirezn Nov 29, 2017
01f7ea5
Modificando css
YosseLine Nov 29, 2017
944dceb
Mejorando cuadros de graficos
lidiaramirezn Nov 30, 2017
403eece
Mejorando cuadros de graficos
lidiaramirezn Nov 30, 2017
0441848
Mejorando css
YosseLine Nov 30, 2017
a79f782
Modifcando estilos con css y resolviendo conflictos
YosseLine Nov 30, 2017
920493d
Areglando diseño
lidiaramirezn Nov 30, 2017
763573f
Modificando estilos con css y resolviendo conflictos
YosseLine Nov 30, 2017
4f3edb0
Modificando css y resolviendo conflictos
YosseLine Nov 30, 2017
a2fec97
Añadiendo interaccón con js a div students enrolled
YosseLine Nov 30, 2017
d4379b2
Añadiendo interaccón con js a div students enrolled
YosseLine Nov 30, 2017
16348ff
Añadiendo % dropout
YosseLine Nov 30, 2017
9c090f0
Ultimas modificaciones
lidiaramirezn Nov 30, 2017
957a72b
Agrengando NPS según sede
YosseLine Nov 30, 2017
c96bd21
Agrengando NPS según sede
YosseLine Nov 30, 2017
af09239
Agregando funcionalidad en box students satisfation
YosseLine Nov 30, 2017
d3f28c7
Agregando funcionalidad en box jedi master rating
YosseLine Nov 30, 2017
e397f54
Probando gráficos
YosseLine Nov 30, 2017
107e761
Probando opciones
lidiaramirezn Nov 30, 2017
59269df
Añadiendo interacción con js
YosseLine Nov 30, 2017
1f1f5d1
Agregando cambios
lidiaramirezn Nov 30, 2017
5867995
Subiendo ultimos cambios
YosseLine Nov 30, 2017
3f4bf36
resolviendo conflictos
YosseLine Nov 30, 2017
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added assets/images/Laboratoria-logo.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/ale.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/chile.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
108 changes: 0 additions & 108 deletions assets/images/logo-laboratoria.svg

This file was deleted.

Binary file added assets/images/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/mexico.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/peru.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
267 changes: 264 additions & 3 deletions css/main.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,264 @@
/*
* Estilos de tu proyecto
*/
/*Resetando*/
*{
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Roboto', sans-serif;
}
/*Clases reutilizables*/
.text-align{
text-align: center;
}
.inline-block{
display: inline-block;
}
.block{
display: block;
}
.list-style{
list-style: none;
}
.yellow{
background-color: rgb(255,193,7);
}
.hidden {
display: none;
}
.border-bottom{
border-bottom: 4px solid rgb(255,193,7);
}
.number-box-int{
color : green;
font-size: 20px;
font-weight: 700;
}
.number-box-black{
color : #000;
font-size: 20px;
font-weight: 700;
}
.text-font-size{
font-size: 10px;
}

.number-box-red{
color : red;
font-size: 20px;
font-weight: 700;
}
/*Modificando header*/
header{
margin-top: 0;
width: 100%;
height: 9.2%;
position: fixed;
z-index: 1000;
background-color: rgb(236,235,235);
box-shadow: 0 0 3px #000;
top: 0;
}
.nav-header{
width: 81.2%;
height: 100%;
position: fixed;
}
img{
width: 150px;
margin: 2px 51px;
}
figure{
background-color: #fff;
box-shadow: 0 0 2px #000;
}
/*Modificando tabs*/
.tab{
color: #000;
padding: 10px;
width: 220px;
text-align: center;
outline: none;
border: none;
transform: translateY(17%);
margin-left: 25px;
background-color: inherit;
font-size: 18px;
}
.tab:active {
transform: translateY(40%);
border-bottom: 4px solid rgb(255,193,7);
}
/*Modificando nav*/
nav{
width: 252px;
height: 100%;
position: fixed;
z-index: 1000;
box-shadow: 0 0 2px #000;
}
.info-user{
width: 100%;
height: 30%;
padding: 40px 20px;
background-image: url(../assets/images/ale.png);
background-size: cover;
}
.div-user{
width: 100%;
transform: translateY(300%);
margin-left: 30px;
}
.text-info-user{
text-align: center;
color: #fff;
font-weight: 600;
}
.font-size{
font-size: 12px;
}
.border{
color: #000;
text-shadow:
-1px -1px 0 #fff,
1px -1px 0 #fff,
-1px 1px 0 #fff,
1px 1px 0 #fff;
}
.region{
height: 45px;
text-align: justify;
padding-left: 10px;
font-size: 17px;
}
.list-region{
height: 45px;
text-align: justify;
font-size: 15px;
}
a{
display: block;
text-decoration: none;
color: #000;
width: 100%;
height: 100%;
}
.flags{
width: 30px;
height: 18px;
margin: 0 10px;
transform: translateY(30%);
}
.region:hover, .list-region:hover, .list-lim:hover, .list-aqp:hover, .list-scl:hover, .list-cdmx:hover{
background-color: rgb(236,235,235);
}
.fa-sort-desc{
margin-left: 10px;
color: rgba(43,43,43,0.8);
}
.margin-list{
margin-top: 2px;
}
.list-lim, .list-aqp, .list-scl, .list-cdmx{
font-size: 15px;
padding: 7px 0;
padding-left: 50px;
}
/*Modificando Main*/
.margin{
margin-top: 60.89px;
margin-left: 252px;
}
.sprint-box{
width: 100%;
position: fixed;
background-color: #FFF;
z-index: 1000;
}
.sprints{
text-align: justify;
padding: 5px 10px;
width: 220px;
height: 100%;
cursor: pointer;
}
.sprints:hover{
outline-color: #grey;
height: 100%;
}
a:hover {
outline-color: grey;
cursor: pointer;
}
.sprints:active{
background-color: rgb(236,235,235);
}
/*Modificando article Overview*/
.background-color-main{
background-color: rgb(247,247,247);
}
.padding-article{
padding-top: 40px;
}
.sections-overview{
margin-top: 20px;
width: 100%;
height: 270px;
display: flex;
}
/*Modificacndo contenedores div*/
.box-big{
height: 100%;
background-color: #fff;
box-shadow: 0 0 5px #000;
width: 30%;
margin:10px 18px 10px 18px;
}
.box-big-skills{
height: 100%;
background-color: #fff;
box-shadow: 0 0 5px #000;
width: 40%;
margin:10px 52px 10px 52px;
}
.box-little{
width: 120px;
padding: 2px;
background-color: rgb(247,247,247);
font-size: 12px;
margin-left: 2px;
}
.number-box{
font-size: 15px;
font-weight: 700;
}
.sections-overview{
margin-top: 20px;
width: 100%;
height: 270px;
display: flex;
}
/*Modificacndo contenedores div*/
.box-big{
height: 100%;
background-color: #fff;
box-shadow: 0 0 5px #000;
width: 30%;
/* float: left; */
margin:10px 18px 10px 18px;
}
.box-big-skills{
height: 100%;
background-color: #fff;
box-shadow: 0 0 5px #000;
width: 40%;
margin:10px 52px 10px 52px;
}
.box-little{
width: 160px;
padding: 10px;
background-color: rgb(247,247,247);
font-size: 12px;
}
.number-box{
font-size: 15px;
font-weight: 700;
}
Loading