add new header

This commit is contained in:
German Correa 2019-11-13 12:07:30 -03:00
parent 0fe718bafa
commit 138b290632
3 changed files with 37 additions and 33 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 199 KiB

After

Width:  |  Height:  |  Size: 1.1 MiB

View File

@ -127,23 +127,30 @@ hr.separador{
#logo_text h1.title{
text-shadow: #ccc 1px 1px 10px;
}
#logo_text h2.subtitle{
h2.subtitle{
text-shadow: #333 2px 2px 1px;
color:white;
font-weight: normal;
text-align:center;
border-bottom: 0;
text-transform: none;
font-size:2em;
margin: 0;
}
h2#when{margin-top:10px!important;}
/*h2#when{margin-top:10px!important;}
h2#where{
font-size: 220%!important;
}
}*/
#logo_text h1
{
font-size: 150%;
}
#logo_text h2{
/*#logo_text h2{
font-size: 300%;
}
@ -153,7 +160,7 @@ h2#where{
border-bottom: 0;
text-transform: none;
margin: 0;
}
}*/
#logo_text h1 a:hover{
text-shadow: #333 1px 1px 10px;
}
@ -176,11 +183,7 @@ h2#where{
#logo_text h1
{ font-size: 500%;}
#logo_text h2
{ font-size: 200%;
padding: 4px 0 0 0;
color: #fff;
}
@media screen and (max-width: 800px){
#logo_text h1{font-size:30px;}

View File

@ -1,25 +1,25 @@
<header id="header">
<!--<div class="bg"></div>-->
<div id="logo" class="jumbotron" data-parallax="scroll" data-position="center" data-natural-height="806" data-natural-width="2916" data-image-src="img/headerpic2.jpg">
<div id="logo_text">
<div id="logo" class="jumbotron" data-parallax="scroll" data-position="center" data-natural-height="1000" data-natural-width="1920" data-image-src="img/headerpic2.jpg">
<div style="height:450px;"></div>
<!--<div id="logo_text">
<!-- class="logo_colour", allows you to change the colour of the text -->
<h1 class="title"><a href="/"><span class="logo_colour"> CLAM 2020</span></a></h1>
<h2 class="subtitle">
<strong>VI Congreso Latinoamericano de Matemáticos</strong><br>
</h2>
</h2>-->
<h2 id="when" class="subtitle">
<strong>20 &#8211; 24, Julio 2020</strong>
20 al 24 de julio de 2020 <span style="color:#00b1d7">/</span> Montevideo, Uruguay
</h2>
<h2 id="where" class="subtitle">
<!--<h2 id="where" class="subtitle">
<strong>Montevideo, Uruguay</strong>
</h2>
</div>-->
</div>
</div>
<nav class="navbar navbar-inverse " id="menubar">
<div class="container-fluid">
<div class="navbar-header">
@ -49,4 +49,5 @@
</div>
</nav>
</header>