Skip to content

Instantly share code, notes, and snippets.

@eduzera
Created March 27, 2013 15:24
Show Gist options
  • Save eduzera/5255064 to your computer and use it in GitHub Desktop.
Save eduzera/5255064 to your computer and use it in GitHub Desktop.
<body>
<!--...-->
<section id='container'>
<!--add classe with-scroll no elemento e só-->
<section id='posts' class='with-scroll'>
<header class='clearfix'>
<h1> O que faz a gente ser tim? </h1>
<figure class='user-picture'>
<img src="img_dna/placeholders/profile01.png">
</figure>
<textarea> </textarea>
<section id='post-links'>
<a href="" class='post video'> Video </a>
<a href="" class='post photo'> Foto </a>
<input type="submit" value='Enviar' class='post'>
</section>
</header>
<!--...-->
</section>
<!--...-->
</body>
<!--...-->
<!--verifica se contem essas tags abaixo, se nao, adicionar-->
<head>
<meta name="viewport" content="width=device-width">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<!-- ... já existentes - css files ... -->
<link rel="stylesheet" href="css_dna/jquery.mCustomScrollbar.css">
</head>
<body>
<!--...-->
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js_dna/vendor/jquery-1.9.1.min.js"><\/script>')</script>
<!-- adicionar este js nesta posicao. jquery.mCustomScrollbar.concat.min.js-->
<script src="js_dna/vendor/jquery.mCustomScrollbar.concat.min.js"></script>
<script src="js_dna/vendor/jquery.backstretch.min.js"></script>
<script src="js_dna/main.js"></script>
<!--...-->
</body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment