Skip to content

Instantly share code, notes, and snippets.

View mackenco's full-sized avatar

Colin MacKenzie mackenco

  • New York
View GitHub Profile
platform-quickstart git:(arcadia_lnl) npm start
> platform-quickstart@0.1.0 start /Users/colin.mackenzie/Arcadia/platform-quickstart
> concurrently "node ./server" "PORT=8080 BROWSER=none react-scripts start"
[0] Backend server running on port 3000
[1] ℹ 「wds」: Project is running at http://192.168.0.198/
[1] ℹ 「wds」: webpack output is served from
[1] ℹ 「wds」: Content not from webpack is served from /Users/colin.mackenzie/Arcadia/platform-quickstart/public
[1] ℹ 「wds」: 404s will fallback to /
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
<script>
window.teams = [
{
@mackenco
mackenco / index.html
Created May 1, 2017 14:49 — forked from anonymous/index.html
Exported from Popcode.
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
</body>
</html>
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
</body>
</html>
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
<canvas id="myCanvas"></canvas>
</body>
</html>
<!DOCTYPE html>
<html>
<head>
<title>Parts of Speech: We Do</title>
</head>
<body>
<h1 id = "header">This is a page about the parts of speech</h1>
<h1 id = "noun"> This is a noun --> </h1>
<h1 id = "noun2"> This is a DIFFERENT noun --> </h1>
<h1 id = "adj"> This is a adjective --> </h1>
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
<div class="all" id="one"></div>
<div class="all" id="two"></div>
<div class="all" id="three"></div>
<div class="all" id="four"></div>
<!DOCTYPE html>
<html>
<head>
<title>Homer Simpson</title>
</head>
<body>
<div id="header">
<img id="profile-picture" src="https://pbs.twimg.com/profile_images/609439993094770690/MqfzEbtj.jpg">
<h1 id="title">Homer's Profile</h1>
</div>
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
<div class="all" id="one"></div>
<div class="all" id="two"></div>
<div class="all" id="three"></div>
<div class="all" id="four"></div>
<!DOCTYPE html>
<html>
<head>
<title>Homer Simpson</title>
</head>
<body>
<div id="header">
<img id="profile-picture" src="https://pbs.twimg.com/profile_images/609439993094770690/MqfzEbtj.jpg">
<h1 id="title">Homer's Profile</h1>
</div>