Skip to content

Commit

Permalink
Alterando e adicionando informações.
Browse files Browse the repository at this point in the history
  • Loading branch information
InFog committed Mar 8, 2011
1 parent e32bc24 commit be2b5f8
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 7 deletions.
6 changes: 5 additions & 1 deletion css/template.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ a:hover {
}

h1, h2, h3, h4 {
color: #008B00;
color: #0134C6;
}

h1 {
Expand Down Expand Up @@ -109,6 +109,10 @@ a img {
text-align: justify;
}

#conteudo h1, #conteudo h2 {
border-bottom: 2px solid #0134C6;
}

#coluna{
float:right;
width:400px;
Expand Down
Binary file modified imagens/bg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
$pagina = 'programacao.php';
$titulo = 'Programação - Flisol Santos 2011';
break;
case 'local':
$pagina = 'local.php';
$titulo = 'Local - Flisol Santos 2011';
case 'data_hora':
$pagina = 'data_hora.php';
$titulo = 'Onde e Quando - Flisol Santos 2011';
break;
case 'prepare-se':
$pagina = 'prepare-se.php';
Expand Down
6 changes: 4 additions & 2 deletions paginas/local.php → paginas/data_hora.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<h1>Local</h1>
<h1>Quando?</h1>
<p>O Flisol Santos 2011 acontecerá no dia 09 de abril, sábado, das 9h às 17h.</p>
<h1>Onde?</h1>
<p><strong>Unimonte Campus Victorio Lanza</strong><br/>
Av. Senador Feijó, 423 - Vila Matias - Santos</p>

<iframe width="580" height="400" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://www.google.com/maps?f=q&amp;source=s_q&amp;hl=en&amp;geocode=&amp;q=Avenida+Senador+Feij%C3%B3,+423,+Vila+Matias,+Santos+-+S%C3%A3o+Paulo,+Brasil&amp;aq=0&amp;sll=-23.943851,-46.325365&amp;sspn=0.004569,0.009645&amp;ie=UTF8&amp;hq=&amp;hnear=Av.+Sen.+Feij%C3%B3,+423+-+Vila+Matias,+Santos+-+S%C3%A3o+Paulo,+11015-505,+Brazil&amp;ll=-23.944653,-46.326421&amp;spn=0.002407,0.004823&amp;z=17&amp;output=embed"></iframe>
<iframe width="552" height="400" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://www.google.com/maps?f=q&amp;source=s_q&amp;hl=en&amp;geocode=&amp;q=Avenida+Senador+Feij%C3%B3,+423,+Vila+Matias,+Santos+-+S%C3%A3o+Paulo,+Brasil&amp;aq=0&amp;sll=-23.943851,-46.325365&amp;sspn=0.004569,0.009645&amp;ie=UTF8&amp;hq=&amp;hnear=Av.+Sen.+Feij%C3%B3,+423+-+Vila+Matias,+Santos+-+S%C3%A3o+Paulo,+11015-505,+Brazil&amp;ll=-23.944653,-46.326421&amp;spn=0.002407,0.004823&amp;z=17&amp;output=embed"></iframe>
2 changes: 2 additions & 0 deletions paginas/programacao.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,5 @@
<ul>
<li><strong>Debate "Software Livre e a Sociedade"</strong> (horário a definir)</li>
</ul>
<h2>Outros</h2>
<p>Durante o dia serão sorteados brindes oferecidos por nossos apoiadores.</p>
2 changes: 1 addition & 1 deletion template.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<ul id="menu">
<li><a href="<?php echo URL; ?>">Sobre o flisol</a></li>
<li><a href="<?php echo URL; ?>local">Local</a></li>
<li><a href="<?php echo URL; ?>data_hora">Onde? Quando?</a></li>
<li><a href="<?php echo URL; ?>programacao">Programação</a></li>
<li><a href="<?php echo URL; ?>prepare-se">Prepare-se!</a></li>
<li><a href="<?php echo URL; ?>organizadores">Organizadores</a></li>
Expand Down

0 comments on commit be2b5f8

Please sign in to comment.