website diff pt/asso/index.php @ rev 1218

pt: apply new style & general update
author Claudinei Pereira <claudinei@slitaz.org>
date Sun May 04 20:23:40 2014 -0300 (2014-05-04)
parents 6ba90b5b0b04
children ad7ceb04a686
line diff
     1.1 --- a/pt/asso/index.php	Sun Apr 01 23:10:15 2012 +0300
     1.2 +++ b/pt/asso/index.php	Sun May 04 20:23:40 2014 -0300
     1.3 @@ -1,8 +1,7 @@
     1.4 -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
     1.5 -	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
     1.6 -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="pt" lang="pt">
     1.7 +<!DOCTYPE html>
     1.8 +<html lang="pt">
     1.9  <head>
    1.10 -	<meta http-equiv="content-type" content="text/html; charset=utf-8" />
    1.11 +	<meta charset=utf-8" />
    1.12  	<title>SliTaz - Associação</title>
    1.13  	<meta name="description" content="SliTaz GNU/Linux asso non-profit donate" />
    1.14  	<meta name="keywords" lang="pt" content="sobre slitaz, gnu, linux, mini distro, livecd" />
    1.15 @@ -11,30 +10,37 @@
    1.16  </head>
    1.17  <body>
    1.18  
    1.19 -<?php include("../../lib/html/header.pt.html"); ?>
    1.20 +<?php 
    1.21 +include("../../lib/html/header.pt.html");
    1.22 +include("../../lib/html/nav.pt.html"); 
    1.23 +include("../../lib/lang.php");
    1.24 +?>
    1.25  
    1.26 -<!-- Block -->
    1.27 -<div id="block">
    1.28 -	<?php include("../../lib/html/nav.pt.html"); ?>
    1.29 -	<!-- Information/image -->
    1.30 -	<div id="block_info">
    1.31 -		<h4>Associação</h4>
    1.32 -		<p>
    1.33 -			A Associação SliTaz GNU/Linux é uma entidade sem fins 
    1.34 -			lucrativos que mantem e gerencia o projeto, sendo sua 
    1.35 -			missão assegurar-se da durabilidade do mesmo. Ela provê a 
    1.36 -			infraestrutura e serviços profissionais aos usuários, 
    1.37 -			desenvolvedores e empresas que utilizam a distribuição.
    1.38 -		</p>
    1.39 -        <p>Ajude o projeto por meio de pequenas doações:</p>
    1.40 -        <?php include("../../lib/html/donate.html"); ?>
    1.41 -    </div>
    1.42 +<!-- Content -->
    1.43 +<section id="content">
    1.44 +
    1.45 +<div class="box-up">
    1.46 +    <a href="http://www.gofundme.com/slitaz2014?utm_medium=wdgt"
    1.47 +        title="Visite esta página"><img src=../../images/gofundme.png"></a>
    1.48 +    <a href="http://www.gofundme.com/slitaz2014?utm_medium=wdgt"
    1.49 +        title="Participe das doações para o SliTaz em 2014!"</a>
    1.50  </div>
    1.51  
    1.52 -<?php include("../../lib/lang.php"); ?>
    1.53 +<!-- Featured Sponsor -->
    1.54 +<div id="sponsor">
    1.55 +    <p><strong>Patrocinador em destaque</strong></p>
    1.56 +    <?php include("../lib/rand-sponsor.php"); ?>
    1.57 +    <p><a href="/pt/sponsor/">Torne-se um patrocinador!</a></p>
    1.58 +</div>
    1.59  
    1.60 -<!-- Content -->
    1.61 -<div id="content">
    1.62 +<h2>Associação</h2>
    1.63 +<p>
    1.64 +    A Associação SliTaz GNU/Linux é uma entidade sem fins 
    1.65 +    lucrativos que mantem e gerencia o projeto, sendo sua 
    1.66 +    missão assegurar-se da durabilidade do mesmo. Ela provê a 
    1.67 +    infraestrutura e serviços profissionais aos usuários, 
    1.68 +    desenvolvedores e empresas que utilizam a distribuição.
    1.69 +</p>
    1.70  
    1.71  <h2>Infraestrutura e Serviços</h2>
    1.72  
    1.73 @@ -130,7 +136,7 @@
    1.74  </div>
    1.75  
    1.76  <!-- End of content -->
    1.77 -</div>
    1.78 +</section>
    1.79  
    1.80  <?php include("../../lib/html/footer.pt.html"); ?>
    1.81