Skip to content

revision #72

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 18 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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/Jonh-Parra-imagen-profile.jfif
Binary file not shown.
Binary file added assets/images/logo-lab.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/logolab2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
349 changes: 349 additions & 0 deletions css/main.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,352 @@
/*
* Estilos de tu proyecto
*/

* {
box-sizing: border-box;
/*justas un elemento con box-sizing: border-box*/
margin: 0;
padding: 0;
font-family: 'Montserrat', sans-serif;
}

header {
text-align: center;
}

header div img {
width: 300px;
}

.imagen-profile {
width: 40%;
margin-top: 5px;
border-radius: 50%;
}

.imagen-lab {
width: 90%;
height: background-color: #2B2B2B;
margin-top: 5px;
}

#barra-lateral {
position: fixed;
/* Hacemos que la posición en pantalla sea fija para que siempre se muestre en pantalla*/
left: 0;
/* Establecemos la barra en la izquierda */
/*z-index: 2000; /* Utilizamos la propiedad z-index para que no se superponga algún otro elemento como sliders, galerías, etc */
background-color: #2B2B2B;
width: 250px;
height: 100%;
}

/* boton de seleccion*/

#filtro-sedes {
text-align: center;
width: 150px;
float: left;
margin-top: 100px;
margin-left: 80px;
border: 2px solid #F7B617;
font-weight: 700;
font-family: 'Montserrat', sans-serif;
}

/*Tabuladores*/

/* Menu Over student teachers*/

#contenido-tab {
margin: 0px;
padding: 0px;
font-weight: 500;
font-family: 'Montserrat', sans-serif;
cursor: pointer;
}

.cont-tabs {
margin-top: 150px;
list-style: none;
display: block;
}

.cont-tabs li {
width: 100%;
height: 50px;
border-bottom: 1px solid #323232;
overflow: hidden;
}

.cont-tabs a {
position: relative;
padding: 16px;
padding-right: 25px;
float: right;
color: white;
opacity: .5;
font-size: 18px;
}

.fa-home, .fa-graduation-cap, .fa-pie-chart, .fa-code {
color: #F7B617;
}

.fa-home {
margin-left: -8%;
margin-top: 4%;
}

.fa-graduation-cap {
margin-left: -15%;
margin-top: 4%;
}

.fa-pie-chart {
margin-left: 2%;
margin-top: 4%;
}

.fa-code {
margin-left: -18%;
margin-top: 4%;
}

.barra {
position: absolute;
/*se pone para que los p no se encimen*/
height: 50px;
width: 0px;
background-color: #aaa;
opacity: .1;
}

li:hover div.barra {
width: 250px;
}

/*--------------------CONTENIDOSS---------------*/

/*--SECCION OVERVIEW (ESTILOS DE GRAFICA)*/

#overviewTab, #studentsTab, #teachersTab {
overflow: auto;
margin-left: 270px;
}

.graficasTotal {
background-color: #fff;
float: left;
height: 500px;
margin: 40px 100px;
vertical-align: top;
width: 600px;
box-shadow: 4px 4px 4px #c4c4c4;
margin-right: 1%;
overflow: hidden;
font-family: 'Montserrat', sans-serif;
}

.graficasTotal span {
font-size: 1.5em;
font-family: 'Montserrat', sans-serif;
font-weight: 700;
padding: 20px;
}

.graficasTotal .texTbox {
font-size: .8em;
font-family: 'Montserrat', sans-serif;
font-weight: 700;
padding: 20px;
}

.contenedor-cajas {
padding: 1em;
}

.contenedor-grafica {
background-color:#FFFFFF;
float: left;
text-align: center;
vertical-align: top;
width: 35%;
height: 150px;
padding: 0.8em;
border-radius: 3px;
box-shadow: 2px 2px 2px #aaa8a8;
margin-right: 1em;
}

.grafica {
margin-top: 150px;
margin-left: 50px;
}

.grafica img {
padding-left: 1em;
padding-bottom: 0.8em;
}

.datoText {
font-size: 3em;
font-weight: 300;
border-bottom: 2px solid #ffff;
width: 2.7em;
height: 1.2em;
}

#saludo{
color: white;
font-size: 16px;
font-weight: 500px;
}

#dropout-porcentaje {
color: green;
}

#achievement-porcentaje {
color: green;
}

#acumulativo-nps {
color: green;
}

#promoters, #passive, #detractor {
color: green;
line-height: 1.5;
margin-top: 15px;
font-size: 1em;
font-weight: 300;
}

.cajaTexto {
font-size: .8em;
font-family: 'Montserrat', sans-serif;
font-weight: 700;
padding: 20px;
/* font-size: .8em;
padding-top: 1em;*/
}

.number-boxes {
font-size: 3.5em;
font-weight: 300;
border-bottom: 1px solid #ffffff;
}

/* SECCION ALUMNAS */

#studentsTab {
overflow: inherit;
}

.contenedor-coders {
float: right;
width: 850px;
margin-right: 150px;
}

.coders {
width: 690px;
margin: 15px 10px 15px 15px;
}

.skillList li {
float: right;
list-style: none;
width: 85px;
font-size: 12px;
color: white;
text-align: center;
border: solid 2px #999999;
background-color: #999999;
}

.status{
float: left;
font-weight: 500px;
}
.info-coders {
float: right;
font-family: 'Montserrat', sans-serif;
width: 500px;
}

.info-coders p {
text-align: right;
}

.foto {
width: 150px;
height: 150px;
}

.nombre {
font-size: 30px;
margin-left: 200px;
text-align: justify;
}

.tech {
font-size: 20px;
margin-top: 20px;
}

/* SECCION TEACHERS */

/*#teachersTab {
overflow: auto;
}*/

.contenedor-teacher {
width: 900px;
margin-left: 100px;
margin-top: 100px;
font-family: 'Montserrat', sans-serif;
}

.contenedor-teacher h2 {
margin-left: 200px;
}

.contenedor-teacher div {
display: inline-block;
margin: 20px 20px;
}

.contenedor-teacher div img {
width: 200px;
height: 200px;
}

.info {
float: right;
margin-bottom: 20px;
}

#teachersTab h4 {
font-size: 2em;
font-family: 'Montserrat', sans-serif;
font-weight: 700;
padding: 20px;
}

#teachersTab hr {
width: 800px;
text-align: center;
margin-top: 40px;
margin: 0 auto;
}

#teachersTab h4 {
text-align: center;
margin-top: 50px;
}

.cajas-graficas-teacher {
margin-top: 80px;
}
Loading