This is an educational tutorial on basic US copyright law.
A Pen by Ashlynn Pai on CodePen.
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Trailing Zeros</title> | |
<link href='http://fonts.googleapis.com/css?family=Oxygen' rel='stylesheet' type='text/css'> | |
<link rel="stylesheet" href="css/style.css" type="text/css" media="screen" title="no title" charset="utf-8"> | |
</head> | |
<body> | |
<div class="wrapper"> | |
<h1>Calculate the trailing zeros in a factorial</h1> |
This is an educational tutorial on basic US copyright law.
A Pen by Ashlynn Pai on CodePen.
I made this for the Treehouse student contest. I'm using the CSS normalize file by necolas at http://github.com/necolas/normalize.css and my own CSS files are below that one. The photos belong to NASA and are public domain (the photo number is in the alt tag). The background is Stardust at http://subtlepatterns.com/stardust/ by Atle Mo used under http://creativecommons.org/licenses/by-sa/3.0/. The two icons are from Icomoon's free pack.
A Pen by Ashlynn Pai on CodePen.
When you click on Mike the Frog's toggle, his friend comes out of the water. The movement animations cycle at 50 seconds.
I made this for the Treehouse student contest. The "Mike the Frog" logo is the property of Treehouse Island, Inc. and is used here under a fair use claim. The clip art of bugs, flowers and plants belongs to nicubunu.ro and was released into the public domain. I was inspired by the Frogger video game which was developed by Konami Corporation.
I got the code for the basic toggle from http://tympanus.net/codrops/2012/09/13/button-switches-with-checkboxes-and-css3-fanciness/.
A Pen by Ashlynn Pai on CodePen.