eulaliaaires

index.html

Jun 19th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.96 KB | None | 0 0
  1. {% load staticfiles %}
  2. <!DOCTYPE html>
  3. <html lang="pt">
  4.  
  5. <head>
  6.     <link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700" rel="stylesheet">
  7.     <link rel="stylesheet" href="../../static/css/index.css">
  8.     <meta charset="UTF-8">
  9.     <meta name="viewport" content="width=device-width, initial-scale=1">
  10.     <title>Transformare Jr.</title>
  11.     <link rel="stylesheet" type="text/css" href="{% static "css/index.css" %}"/>
  12.     <link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600" rel="stylesheet">
  13. </head>
  14.  
  15. <body>
  16.         <!--SEÇÃO DE CONTATO-->
  17.         <div class= "back">
  18.                 <div class="text">Contato</div>
  19.                 <form class="formulario" autocomplete="off">
  20.                         <div class="container">
  21.                             <div class="form1">
  22.                                 <input class="user" type="text" name="nome" placeholder="Nome" id = "nome">
  23.                                 <input class="user" type="text" name="email" placeholder="Email" id="email">
  24.                                 <input class="user" type="text" name="telefone" placeholder="Telefone" id="telefone">
  25.                                 <input class="user" type="text" name="conheceu" placeholder="Como conheceu a TransformareJr.?" id="conheceu">
  26.                             </div>
  27.                             <div class="form2">
  28.                                 <input class="user2" type="text" name="assunto" placeholder="Assunto">
  29.                                 <textarea class="user3" type="text" name="mensagem" placeholder="Mensagem"></textarea>
  30.                             </div>
  31.                         </div>
  32.                         <div class="button_submit">
  33.                             <input class="botao" type="submit">
  34.                         </div>
  35.                 </form>
  36.             </div>        
  37. </body>
  38.  
  39. </html>
  40.     <script src="{% static "js/index.js" %}"></script>
  41. </body>
  42.  
  43. </html>
Advertisement
Add Comment
Please, Sign In to add comment