Skip to content
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

Cambios gaby #76

Open
wants to merge 23 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 .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.
201 changes: 198 additions & 3 deletions css/main.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,198 @@
/*
* 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 {

width: 18%;
display: inline-block;
margin-top: 2%;
margin-left: 5%;
margin-bottom: 3%;
padding-left: 2%;
/*justify-content: space-around;*/
}

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

.image-container > span {

bottom: 25px;
color: white;
right: 30px;
}

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

/*grafica de barras*/
#chart_div {
float: left;
}
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