Skip to content

Instantly share code, notes, and snippets.

@nncl
Created February 22, 2014 12:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nncl/9153394 to your computer and use it in GitHub Desktop.
Save nncl/9153394 to your computer and use it in GitHub Desktop.
Página Inicial do App
<!-- Página HOME -->
<div class="layout-pagina-home" data-role="page" id="home">
<div id="home">
<div align="center">
<img src="images/logo-app.png" width="100" alt="logoapp">
</div>
<div align="center">
<img src="images/logo.png" alt="logo">
<h2>Reunindo pessoas diferentes<br/> com mesmos interesses em<br/> lugares legais.</h2>
<div class="rodapehome">
<div class="cadastrar">
<form id="cadformulario">
<a href="#entrar" data-role="button" id="button">Entrar</a>
<a href="#formulario-cadastro-evento" data-role="button" id="button">Registrar Agora</a>
<a href="#index" data-role="button" id="button">Entre com o Facebook</a>
    </form>
</div>
</div>
</div>
</div><!-- home -->
</div><!-- fim page HOME -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment