Skip to content

Instantly share code, notes, and snippets.

View tamueka's full-sized avatar
🏠
Working from home

Samuel Ruiz de la Rosa tamueka

🏠
Working from home
View GitHub Profile
@tamueka
tamueka / 404-page-lost-in-space.markdown
Created December 28, 2018 15:24
404 Page - Lost In Space
@tamueka
tamueka / index.html
Created September 15, 2018 21:30
Sticky Header CSS Transition
<header>
<h1>MEDIUM</h1>
<nav>
<a href="#">Home</a>
<a href="#">About</a>
<a href="#">Gallery</a>
<a href="#">Contact</a>
</nav>
</header>
<div class="wrapper">
@tamueka
tamueka / index.html
Created August 28, 2018 17:45
jQuery View - TODO List
<div class="container">
<div class="row">
<div class="col-md-6 col-md-offset-3">
<h1 class="page-header">Todos</h1>
<ul class="todo-list">
<li :repeat="todo in todos">
<strong :class="{todoDone: todo.done}">
{{ todo.name }}
@tamueka
tamueka / Full Page Parallax Scroll Effect.markdown
Created June 24, 2016 08:48
Full Page Parallax Scroll Effect

Full Page Parallax Scroll Effect

A lightweight full page parallax scroll effect.

A Pen by Samuel on CodePen.

License.