Skip to content

Instantly share code, notes, and snippets.

View JustinK's full-sized avatar

Justin Kelly JustinK

View GitHub Profile
//Swift
var primate = "monkey"
var delicousTreat: String = "donut"
let plant = "pine tree"
func combineThings(thing1: String, thing2: String) -> String{
let newThing = thing1 + " " + thing2
return newThing
}
@JustinK
JustinK / 1-index.html
Last active August 29, 2015 14:08
User Directory Template
<!-- index.html -->
<!DOCTYPE html>
<html ng-app="directoryApp">
<head>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css">
</head>
<body>
<div class="container">
<div class="row">