Skip to content

Instantly share code, notes, and snippets.

View PatrickLandin's full-sized avatar

Patrick Landin PatrickLandin

View GitHub Profile
@PatrickLandin
PatrickLandin / deckofcards.html
Created September 16, 2014 03:51
Class code
<!doctype html>
<html>
<head>
<title>
Deck of Cards
</title>
</head>
<body>
<ul id="deck" class="collection">
</ul>
@PatrickLandin
PatrickLandin / F1Race.html
Created September 14, 2014 20:43
Formula 1 race where user gets to pick weather conditions. First one to 3,050 meters.
<script>
function Driver(name, speed, skill, reliability) {
this.name = name;
this.speed = speed;
this.skill = skill;
this.reliability = reliability;
this.position = 0;
this.isFocused = function() {
return Math.floor(Math.random() * 10) < this.skill;
@PatrickLandin
PatrickLandin / SiteRebuildSBN.html
Created September 10, 2014 06:16
HTML Site Rebuild Homework of seattlebeernews.com
OUTLINE:
1. Seattle Beer News
2. Untitled Section
3. Untitled Section (nav)
4. Untitled Section (aside)
5. Untitled Section (aside)
6. Recent Comments
1. Untitled Section (ul)
7. Recent Entries