Skip to content

Instantly share code, notes, and snippets.

var _ = require('underscore');
// Hey Iron Yard Hackers! Enjoy!
// Make sure to open your js consoles!
// __ _ ___ __ _
// __ __/ /_(_) (_) /_(_)__ _____
// / / / / __/ / / / __/ / _ \/ ___/
// / /_/ / /_/ / / / /_/ / __(__ )
// \__,_/\__/_/_/_/\__/_/\___/____/

Intro to HTML

  • Your first HTML page
    • HTML - Purpose
    • Elements vs. Tags
    • Including Stylesheets
    • Including Scripts
  • HTML elements
    • Content Elements
      • ul, ol, li, a, img
  • Text Elements
<!-- Syntax is based on Github-flavored Markdown. -->
## Section Headings
Section text
```lang
fenced(Code);
```

Learn: A Style Guide

Our Vibe

Conversational Tone

Your writing style should be friendly and relaxed. We want to err away from "too academic" in our approach to topics. Feel free to use pronouns like "you" and "we" when writing.

Use Real Code

#!/bin/sh
ROOTPATH=~/mysh/
TARGETPATH=$ROOTPATH$1
if [ -d "$TARGETPATH" ]; then
echo "Listing contents of $TARGETPATH..."
ls -al $TARGETPATH
elif [ -f "$TARGETPATH" ]; then
echo "$TARGETPATH is a file! Unable to list contents."

Keybase proof

I hereby claim:

  • I am atmartin on github.
  • I am atmartin (https://keybase.io/atmartin) on keybase.
  • I have a public key ASDHhITaF_bMTdv_2iOTn5qReJY_X2_MHRSQlLWJvkP2XAo

To claim this, I am signing this object: