Skip to content

Instantly share code, notes, and snippets.

View nncl's full-sized avatar

Cauê Almeida nncl

View GitHub Profile
@nncl
nncl / index.html
Created February 22, 2014 12:25
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">
@nncl
nncl / style-index.css
Created February 22, 2014 12:28
CSS Página Inicial do App
#home{background:#FFF;}
#home h2{font: 18px arial; margin-top:50px; color:gray;}
#home a{text-decoration:none;}
#home .rodapehome{margin-top:100px;}
#home .facebook{float:left; margin-top:-25px; margin-left:13%;}
@nncl
nncl / entrar.html
Created February 22, 2014 13:49
Página Entrar com campos
<!-- entrar -->
<div class="layout-pagina-entrar" data-role="page" id="entrar">
<div align="center">
<div align="center">
<img src="images/logo-app.png" width="100" alt="logoapp">
</div>
<div class="cadastrar">
<form>
<input type="text" name="text" id="txt-nome" placeholder="Usuário">
<input type="password" name="text" id="txt-email" placeholder="Senha">
@nncl
nncl / gist:9156497
Created February 22, 2014 15:23
Página inicial depois do login
<!-- Página Inicial -->
<div class="layout-pagina-inicial" data-role="page" data-fullscreen="true"id="index">
<div data-role="header" class="header">
<!-- novo menu -->
<a id="simple-menu" href="#sidr">Menu</a>
<div id="sidr">
<ul>
<li class="active"><a href="#formulario-cadastro-evento">Cadastrar Eventos</a></li>
<li><a href="#">List 3</a></li>
<?php for($i=0;$i<12;$i++) : ?>
/*code here*/
<?php endfor; ?>
For each:
$colors = array("red", "green", "blue", "yellow");
foreach ($colors as $cor) {
echo "$cor <br/>";
http://www.bjornblog.com/web/jquery-store-locator-plugin
@nncl
nncl / gist:3138d2451ed938d202e0
Last active August 29, 2015 14:18
Rebrip Google Maps
{
"points" : [
[
"Din Digital",
-23.653408,
-46.527643
]
]
}
@nncl
nncl / gist:411f668c5c86579f0a69
Last active August 29, 2015 14:19
JSON datas
{product : 'Leite', quantity : 2, bought : false},
{product : 'Nescau', quantity : 1, bought : false}
@nncl
nncl / Image Gallery JSON
Last active August 29, 2015 14:19
Image Gallery JSON
@nncl
nncl / new pet
Created May 14, 2015 03:10
New pet
[
{
"id":3,
"foto":"Imagens/pet1.jpg",
"nome":"Brutus",
"idade":0
},
{
"id":1,
"foto":"Imagens/pet2.jpg",