woss

Untitled

Aug 2nd, 2011
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5.08 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
  5. <title>AEBH - Site Oficial</title>
  6. <link rel="stylesheet" href="css/style.css" type="text/css" />
  7. <link rel="icon" type="image/png" href="images/fiveicon.png" />
  8. <script type="text/javascript" src="jquery-1.2.6.min.js"></script>
  9.  
  10. <script type="text/javascript">
  11.  
  12. /***
  13.     Simple jQuery Slideshow Script
  14.     Released by Jon Raasch (jonraasch.com) under FreeBSD license: free to use or modify, not responsible for anything, etc.  Please link out to me if you like it :)
  15. ***/
  16.  
  17. function slideSwitch() {
  18.     var $active = $('#banner IMG.active');
  19.  
  20.     if ( $active.length == 0 ) $active = $('#banner IMG:last');
  21.  
  22.     // use this to pull the images in the order they appear in the markup
  23.     var $next =  $active.next().length ? $active.next()
  24.         : $('#banner IMG:first');
  25.  
  26.     // uncomment the 3 lines below to pull the images in random order
  27.    
  28.     // var $sibs  = $active.siblings();
  29.     // var rndNum = Math.floor(Math.random() * $sibs.length );
  30.     // var $next  = $( $sibs[ rndNum ] );
  31.  
  32.  
  33.     $active.addClass('last-active');
  34.  
  35.     $next.css({opacity: 0.0})
  36.         .addClass('active')
  37.         .animate({opacity: 1.0}, 1000, function() {
  38.             $active.removeClass('active last-active');
  39.         });
  40. }
  41.  
  42. $(function() {
  43.     setInterval( "slideSwitch()", 5000 );
  44. });
  45.  
  46. function newsletterSubmit() {
  47.            
  48.         // Pega os valores dos campos:
  49.            
  50.         var nome_f  = $('input[name="nome"]').val();
  51.         var email_f = $('input[name="email"]').val();
  52.            
  53.         // Envia os dados para o enviar2.php:
  54.            
  55.         $.post('enviar2.php', {nome: nome_f, email: email_f}, function(data){ $('#newsletter').text(data); });
  56.  
  57.         // Returna false para impedir o formulário de ser submetido pelo HTML:
  58.        
  59.         return false;
  60.  
  61. }
  62.  
  63. </script>
  64.  
  65. <style type="text/css">
  66.  
  67. #banner {
  68.     position:relative;
  69. }
  70.  
  71. #banner IMG {
  72.     position:absolute;
  73.     top:0;
  74.     left:0;
  75.     z-index:8;
  76.     opacity:0.0;
  77. }
  78.  
  79. #banner IMG.active {
  80.     z-index:10;
  81.     opacity:1.0;
  82. }
  83.  
  84. #banner IMG.last-active {
  85.     z-index:9;
  86. }
  87.  
  88.  
  89. </style>
  90. </head>
  91.  
  92. <body>
  93.  
  94. <div id="container">
  95. <div id="topo"></div>
  96. <div id="menu">
  97. <ul>
  98. <li><a href="index.htm">Início</a></li>
  99. <li><a href="sobre.htm">AEBH</a></li>
  100. <li><a href="campanhas.htm">Campanhas</a></li>
  101. <li><a href="saude.htm">Saúde</a></li>
  102. <li><a href="galeria.htm">Fotos</a></li>
  103. <li><a href="depoimentos.htm">Depoimentos</a></li>
  104. <li><a href="agenda.htm">Agenda</a></li>
  105.  
  106. <li><a href="doacoes.htm">Doações</a></li>
  107. <li><a href="download.htm">Downloads</a></li>
  108. <li><a href="contato.htm">Contato</a></li>
  109. </ul>
  110. </div>
  111. <div id="banner">
  112. <img src="images/bannermenina.png" alt="Slideshow Image 1" class="active" />
  113. <img src="images/aebh-reabilitacao.jpg" alt="Slideshow Image 1" />
  114. </div>
  115. <div id="newsletter">
  116. <h2>|Newsletter|</h2>
  117. <form action="enviar2.php" onSubmit="javascript:return newsletterSubmit();" method="POST">
  118.                                 <input type="hidden">
  119.  
  120. <table width="200" border="0" align="center">
  121.   <tr>
  122.     <td>Nome:</td>
  123.     <td><input name="nome" type="text" size="25" /></td>
  124.   </tr>
  125.   <tr>
  126.     <td>Email:</td>
  127.     <td><input name="email" type="text" size="25" /></td>
  128.  
  129.   </tr>
  130.   <tr>
  131.     <td></td>
  132.     <td align="right"><input name="submit" type="submit" value=" Enviar ">
  133.     </td>
  134.   </tr>
  135. </table>
  136. </form>
  137. </div>
  138.  
  139. <div id="latesq"><h2>|Acesse nosso Blog|</h2><center>
  140.  
  141.   <img src="images/noticia-01.jpg" alt="blog" />
  142. </center>
  143. <h2>|Orkut|</h2><center>
  144. <img src="images/orkut-logo.jpg" width="150" height="50" alt="orkut" />
  145. </center><br />
  146. <h2>|Twitter|</h2><center>
  147. <img src="images/twitter-logo-cute-bird.jpg" width="150" height="60" alt="twitter" />
  148. </center><br />
  149. <h2>|Youtube|</h2><center>
  150. <img src="images/Youtube.png" width="150" height="140" alt="A AEBH no Youtube" />
  151. </center><br />
  152.  
  153. </div>
  154.  
  155. <div id="conteudo"><h2>|Bem vindos ao site da AEBH-RJ|<br /><font size="2">Associação de Espinha Bífida e Hidrocefalia</font></h2><br />
  156.  
  157. <div id="paragrafo"><p>Olá! Seja muito bem vindo ao nosso novo site. Estamos melhorando cada vez mais pensando em vocês. </p>
  158.  
  159. <p>Aqui você vai conhecer melhor a nossa Associação, nossas crianças, os associados e todos os nossos trabalhos. Ainda estamos preparando muitas coisas pra ficarmos cada vez mais perto. </p>
  160.  
  161. <p>Em breve vamos estar em todas as redes sociais do momento. A AEBH-RJ no ORKUT, FACEBOOK, YOU TUBE, TWITTER e o nosso Blog vai ganhar um novo layout também. Fiquem conectados conosco, pois nós estamos com você.</p></div>
  162.  
  163. </div>
  164. <div id="latdir"><h2>|Parceiros|</h2>
  165. <div align="center"><img src="images/parceiros.jpg" /></div>
  166.  
  167. <div id="divulgA"></div>
  168. <div id="divulgA"></div>
  169. <div id="divulgA"></div>
  170. <div id="divulgA"></div>
  171.  
  172. </div>
  173.  
  174.  
  175. <div id="rodape">ASSOCIAÇÃO ESPINHA BÍFIDA E HIDRICEFALIA<br />
  176. © Todos os direitos reservados</div>
  177. </div>
  178. </body>
  179. </html>
Advertisement
Add Comment
Please, Sign In to add comment