Advertisement
Guest User

Untitled

a guest
Dec 14th, 2019
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 1.70 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4.     <meta charset="UTF-8">
  5.     <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6.     <meta http-equiv="X-UA-Compatible" content="ie=edge">
  7.     <title>Document</title>
  8.     <link href="estilos.css" rel="stylesheet" />
  9.    
  10. </head>
  11. <body>
  12.     <header>
  13.                
  14.         <a href="Trabalho%20Estrutura.html"><img src="Logo.png" id="logo"></a>
  15.                <div id="menu">
  16.                   <a href="Trabalho%20Estrutura.html" id="inicio">Início</a>
  17.                   <a href="Eventos.html" id="menuoutro">Eventos</a>
  18.                   <a href="Oqfazemos.html" id="menuoutro">O que fazemos</a>      
  19.                   <a href="Quem%20somos.html" id="menuoutro">Quem somos</a>
  20.                   <a href="Recursos.html" id="menuoutro">Recursos</a>
  21.                  
  22.                   <button id="btn-login">Login </button>
  23.                     <input type="text" id="input_username" name="input_username" placeholder="Username">
  24.                     <input type="password" id="input_password"  name="input_password" placeholder="Password">
  25.                     <button id="btn-donate">Donate </button>
  26.           <div class="post_login_box" id="post_login_box">
  27.           </div>
  28.          
  29.                </div>                
  30.     </header>
  31.    
  32.     <div id="titulo">
  33.         <h1>Nos ajude a plantar mais de 20 milhões de árvores pelo mundo até 1° de Janeiro de 2020.</h1>
  34.     </div>
  35.  
  36.  
  37. <footer>
  38.     <div class="menubaixo">
  39.         <a href="mailto:info@teamtrees.org" id="btn-contato">Nos contate</a>
  40.         <p>-</p>
  41.         <a href="mailto:press@teamtrees.org" id="btn-contato">Imprensa</a>
  42.     </div>
  43.    
  44.    
  45. </footer>
  46.  
  47.  
  48.         <script type="text/javascript" src="scriptss.js"></script>
  49.  
  50. </body>
  51. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement