Skip to content

favicon + css #2

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 28 commits into
base: gh-pages
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
fb9dffb
actualización del mapa de ubicación - Complejo Santos, SENATICs
mauroot Mar 8, 2015
21db649
Actualización lugar y formulario de inscripción
humitos Mar 9, 2015
b9b00a4
Cambio de background inicial
humitos Mar 9, 2015
e3f3a33
Agregado dirección
humitos Mar 9, 2015
924f49e
Foto de humitos
humitos Mar 9, 2015
3fc0780
Actualizo los disertantes
humitos Mar 9, 2015
5c3df29
Cambio los tiempos de wow para los disertantes
humitos Mar 9, 2015
9d8fa7e
Agrego banner en vectorial
humitos Mar 9, 2015
1d51b7d
Logo y logo para flyer
humitos Mar 9, 2015
deffcc5
Cambio el logo por la bombilla mas corta
humitos Mar 9, 2015
1400bcc
Nueva sección de inscripción
humitos Mar 9, 2015
c18d533
Update Richar information
tchx84 Mar 10, 2015
3d17dff
Merge pull request #1 from tchx84/richar-update
humitos Mar 10, 2015
5ff6338
Agrego sección organizadores
humitos Mar 10, 2015
ba22c70
Python Paraguay logo para organizadores
humitos Mar 10, 2015
35bdce7
Logo PSF
humitos Mar 10, 2015
e73a4b9
Cambio logo SENATICs
humitos Mar 10, 2015
9862a70
Optimización para resoluciones en responsive
mauroot Mar 13, 2015
c11033c
favicon y optimización de imágenes
mauroot Mar 13, 2015
532c8ad
Add Natalia to speakers section
tchx84 Mar 13, 2015
0126595
Merge pull request #4 from tchx84/nati-info-try2
humitos Mar 13, 2015
d11436a
Nuevos logos para apoyan
humitos Mar 13, 2015
8d67e73
Nueva sección 'Comunidad' con la lista de correos
humitos Mar 13, 2015
cbe045e
optimización de imágenes para celulares
mauroot Mar 14, 2015
d835cce
Agrego a Juan
humitos Mar 20, 2015
10a14f2
Fix
humitos Mar 20, 2015
07eac11
Agrego el cronograma
humitos Mar 26, 2015
eb053ef
Agrego Universidad
humitos Mar 27, 2015
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
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*~
28 changes: 25 additions & 3 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -305,11 +305,21 @@ hr {
width:100%;
position:relative;

background: url(../img/bg1.jpg) no-repeat top center;
/* background: url(../img/bg1.jpg) no-repeat top center;*/

background: rgba(237,245,241,1);
background: -moz-linear-gradient(left, rgba(237,245,241,1) 0%, rgba(50,108,156,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(237,245,241,1)), color-stop(100%, rgba(50,108,156,1)));
background: -webkit-linear-gradient(left, rgba(237,245,241,1) 0%, rgba(50,108,156,1) 100%);
background: -o-linear-gradient(left, rgba(237,245,241,1) 0%, rgba(50,108,156,1) 100%);
background: -ms-linear-gradient(left, rgba(237,245,241,1) 0%, rgba(50,108,156,1) 100%);
background: linear-gradient(to right, rgba(237,245,241,1) 0%, rgba(50,108,156,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edf5f1', endColorstr='#326c9c', GradientType=1 );

}

#intro.intro {
padding:20% 0 0 0;
padding:13% 0 0 0;
}

.intro .slogan {
Expand Down Expand Up @@ -347,9 +357,11 @@ hr {

.intro .slogan h4 {
color: #fff;
/*text-shadow: -1px 1px 1px #000;*/
/*text-shadow: -1px 1px 1px #000;background: url(../img/bg1.jpg) no-repeat fixed center;*/
}

.intro .logo{ float: right; margin-right:10%;}


/* ===========================
--- About
Expand Down Expand Up @@ -814,5 +826,15 @@ Parallax
border-radius: 50%;
font-size: 20px;
}

#senatics img{ max-width: 300px;}

#intro img{ max-width: 300px; margin: 20px auto;}

#intro .logo{float:none; margin-left: 20%;}

#intro .logo img{ max-width: 200px; margin: 80px 0px 20px 0px; padding:0px;}

.boxed-grey{min-height: 300px;}

}
Loading