back to

Welcome Project

Cards can have images, videos, and links.

You'll see what everyone who has completed the card has learned by doing it.

These "submissions" can be photos, links to blog posts, links to Dropbox files or Youtube videos, and even snippets of code.

George Washington
George Washington completed this card.

Here's a link to a Dropbox folder with photos of a place that's very dear to my heart, Mount Vernon:
https://www.dropbox.com/sh/zofzix9ke0xpvvv/AACHe97yQsJ0j-ywugei_vk4a?dl=0

Thomas Jefferson
Thomas Jefferson completed this card.

Here's a snippet of code I've been recently working on:

class DeclarationOfIndependence
  def initialize
    @life = life
    @liberty = liberty 
    @happiness = happiness
  end
end