Skip to content

Instantly share code, notes, and snippets.

View jiserra's full-sized avatar

Juan Ignacio Serra jiserra

View GitHub Profile
@jiserra
jiserra / index.html
Created July 31, 2012 01:55
CSS Animated switches
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>On/Off Switches &middot; CodePen</title>
<!--
Copyright (c) 2012 Juan Ignacio Serra, http://codepen.io/jiserra
Permission is hereby granted, free of charge, to any person obtaining
@jiserra
jiserra / Fullpage.html
Created June 19, 2012 14:09
A web page created at CodePen.io
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Pure CSS Animated UI &middot; CodePen</title>
<style>
@jiserra
jiserra / html5_template.html
Created December 7, 2011 02:58 — forked from nathansmith/html5_template.html
Simple HTML5 Template
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>untitled</title>
<link rel="stylesheet" href="" />
</head>
<body>
<script src=""></script>