Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
a9e8ae1
avances
G4br13l4 Dec 18, 2017
05700bb
funciona selector de opciones sin cambiar seccion
G4br13l4 Dec 18, 2017
feec7d9
Selector de pestaña ya funciona
G4br13l4 Dec 19, 2017
abb57c0
grafica de pastel
G4br13l4 Dec 19, 2017
e46ec3a
avance en extraccion de data
G4br13l4 Dec 19, 2017
2756ea7
cambios-estilo
Itayedzin Dec 19, 2017
c91d004
Merge pull request #1 from Itayedzin/estilo
G4br13l4 Dec 19, 2017
0459a26
avance de data y cambios de Ita
G4br13l4 Dec 19, 2017
70fd9a1
cambios
G4br13l4 Dec 19, 2017
d511bb7
Merge branch 'master' of https://github.com/G4br13l4/data-dashboard
G4br13l4 Dec 19, 2017
e75a530
primerintento
G4br13l4 Dec 19, 2017
d133558
Merge pull request #2 from G4br13l4/cambios-gaby
G4br13l4 Dec 19, 2017
e25004b
3era hilera de kpis lista
G4br13l4 Dec 20, 2017
220f986
grafica de pay funcional (:
G4br13l4 Dec 20, 2017
2f23ae7
Merge pull request #3 from G4br13l4/cambios-gaby
G4br13l4 Dec 20, 2017
ac17501
4 hilera de kpis lista
G4br13l4 Dec 20, 2017
523d40d
kpis listos
G4br13l4 Dec 20, 2017
55eecd3
Merge pull request #4 from G4br13l4/cambios-gaby
G4br13l4 Dec 20, 2017
84d4fae
alumnas
Itayedzin Dec 20, 2017
3abf0a3
Merge pull request #5 from Itayedzin/estilo
G4br13l4 Dec 20, 2017
41f7888
alumnas-profile
Itayedzin Dec 20, 2017
5145b40
Merge pull request #6 from Itayedzin/estilo
G4br13l4 Dec 20, 2017
da92480
perfiles-alumnas
Itayedzin Dec 20, 2017
1ec84ed
estilo-maestros
Itayedzin Dec 20, 2017
2148c08
grafica de barras avance
G4br13l4 Dec 20, 2017
dd8271e
Merge pull request #8 from G4br13l4/cambios-gaby
G4br13l4 Dec 20, 2017
f6d793c
estilo-alumnas-maestros
Itayedzin Dec 20, 2017
bbe0b1c
Merge pull request #9 from Itayedzin/estilo
G4br13l4 Dec 20, 2017
9dcd422
profes
Itayedzin Dec 20, 2017
dc40c10
Merge pull request #10 from Itayedzin/estilo
G4br13l4 Dec 20, 2017
2292670
estilo-chart
Itayedzin Dec 20, 2017
69d96bc
Merge pull request #11 from Itayedzin/estilo
G4br13l4 Dec 20, 2017
e417a64
estilo-barras
Itayedzin Dec 20, 2017
8b44800
Merge pull request #12 from Itayedzin/estilo
G4br13l4 Dec 20, 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 .DS_Store
Binary file not shown.
Binary file added assets/.DS_Store
Binary file not shown.
Binary file added assets/fonts/icomoon.eot
Binary file not shown.
855 changes: 855 additions & 0 deletions assets/fonts/icomoon.svg
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/fonts/icomoon.ttf
Binary file not shown.
Binary file added assets/fonts/icomoon.woff
Binary file not shown.
2,561 changes: 2,561 additions & 0 deletions assets/fonts/icons.css

Large diffs are not rendered by default.

48 changes: 48 additions & 0 deletions assets/icons/avatar.svg
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/.DS_Store
Binary file not shown.
Binary file added assets/images/alumna-1.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/alumna-2.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/alumna-3.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/alumna-4.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/alumna-5.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/graduada.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/jedi.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/lucile.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/master.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/unicorn.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
203 changes: 200 additions & 3 deletions css/main.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,200 @@
/*
* Estilos de tu proyecto
*/
* {
/*margin: 0;
padding: 0;*/
box-sizing: border-box;
font-family: 'Lato', sans-serif;
}

html {

}

nav {
width: 100%;
}

.logo {/*estilo de logo cabecera*/
background-image: url(../assets/images/logo-laboratoria.svg);
width: 250px;
height: 90px;
background-repeat: no-repeat;
margin-left: auto;
margin-right: auto;
}

.general-container {/*estilo de menu gen-sede*/
display: flex;
padding: 1em;
justify-content: space-around;
font-size: 10px;
}

.info-container {/*estilo de menu gen-sede*/
width: 20%;
background-color: orange;
border-radius: 10px;
text-align: center;
height: 80px;

}

.profile-container {/*estilo de menu gen-sede*/
width: 20%;
background-color: #DCDCDC;
border-radius: 10px;
height: 80px;
}

.profile-pic{
width: 60px;
border-radius: 50%;
margin-left: 5%;
margin-top: 4%;
}

.profile-data{
text-align: left;
font-size: 17px;
display:inline-block;
margin-left: 5%;
}


#generacion{/*estilo de menu gen-sede*/
font-family: 'Lato', sans-serif;
font-size: 15px;
}

#go{/*estilo de menu gen-sede*/
border: none;
width: 170%;
height: 25px;
border-radius: 1em;
font-weight: 800;
font-size: 20px;
margin-top: 1.5em;
margin-left: 120%;
}

#sede{/*estilo de menu gen-sede*/
font-family: 'Lato', sans-serif;
font-size: 15px;
}

/*tamaño de icons de kpis*/
.icon {
width:15px;
}

.kpis-container {
float: left;
width: 20%;
}

.kpi-bullet {
display: block;
text-align: center;
}

.kpi-bullet div img {
margin-right: 5px;
}

.sub-kpi {
font-size: 12px;
}
.result {
color:red;
font-size: 18px;
}

#kpis-section {
height: 90px;
}

.sections section {
height: 200px;
border: black;
}

#end-kpis {
margin-top: 100px;
}

.tabs li {
display: inline-block;
width: 16%;
text-align: center;
height: 30px;
}

.tabs li a {
text-decoration: none;
color: black;
}

#menu {
background: orange;
height: 30px;
text-align: center;
}

.active {
/*display: initial;*/
}

.inactive {
display: none;
}

.highlighted {
background: #8e8e8e;
}

/*dashboard por sede*/

#genSelected {
text-align: center;
height: 30px;
}

#genSelected span {
display: inline-block;
margin-top: 5px;
font-weight: bold;
}
/*estilo a alumnas*/
.image-container {
height: 300px;
width: 18%;
display: inline-block;
margin-top: 2%;
margin-bottom: 3%;
margin-left: 5%;
text-align: center;
font-size: 18px;
}

.image-container:active {
background: orange;
cursor: pointer;
opacity: 1;
}

.image-container > span {
bottom: 25px;
color: white;
right: 30px;
}

.image-container > img {
width: 90%;
}

/*grafica de barras*/

.chart-container{
height: 500px;
width: 30%;
display: inline-block;
}
7 changes: 7 additions & 0 deletions icomoon/Read Me.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Open *demo.html* to see a list of all the glyphs in your font along with their codes/ligatures.

To use the generated font in desktop programs, you can install the TTF font. In order to copy the character associated with each icon, refer to the text box at the bottom right corner of each glyph in demo.html. The character inside this text box may be invisible; but it can still be copied. See this guide for more info: https://icomoon.io/#docs/local-fonts

You won't need any of the files located under the *demo-files* directory when including the generated font in your own projects.

You can import *selection.json* back to the IcoMoon app using the *Import Icons* button (or via Main Menu → Manage Projects) to retrieve your icon selection.
Loading