Skip to content

Instantly share code, notes, and snippets.

@cesine
cesine / index.html
Created March 22, 2017 16:39
Exported from Popcode. Four Functions starter Click to import: https://popcode.org/?gist=269c82650b7ecc5c7eb8578fbcc35043
<!DOCTYPE html>
<html>
<head>
<title>Four Functions</title>
</head>
<body>
<!-- Put your page markup here -->
</body>
</html>
@cesine
cesine / index.html
Created March 19, 2017 14:49
Exported from Popcode unit 10 topic 2 lesson 2. Click to import: https://popcode.org/?gist=bb8a37d932c5ff0fd98296640ecd6f42
<!DOCTYPE html>
<html>
<head>
<title>Four Functions</title>
</head>
<body>
<!-- Put your page markup here -->
<div>Cubed of 3: <div id="cubed"></div></div>
<div>lastYear: <div id="lastYear"></div></div>
<div>Greeting: <div id="greeting"></div></div>
<!DOCTYPE html>
<html>
<head>
<title>Four Functions</title>
</head>
<body>
<!-- Put your page markup here -->
</body>
</html>
@cesine
cesine / index.html
Last active March 19, 2017 14:06
Exported from Popcode. unit 10 topic 1 lesson 1 Click to import: https://popcode.org/?gist=a94908d0746605460121ee06eabb0ee1
<!DOCTYPE html>
<html>
<head>
<title>Tiny Turtle</title>
<script src="https://toolness.github.io/tiny-turtle/tiny-turtle.js"></script>
</head>
<body>
<h1>Tiny Turtle</h1>
<canvas></canvas>
</body>
@cesine
cesine / index.html
Created February 15, 2017 19:19
Example variables Exported from Popcode. Click to import: https://popcode.org/?gist=1b85c721e4001d0439aab2f9120c3597
<!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 = "adj"> This is an adjective --> </h1>
<h1 id = "verb"> This is an verb --> </h1>
@cesine
cesine / index.html
Last active December 11, 2016 17:24
Exported from Popcode. Red bird project iteration 1 Click to import: https://popcode.org/?gist=dedd3aa1aa030c8f6de0fdbbdba81697
<!DOCTYPE html>
<html>
<head>
<title>Red's Happy Face</title>
</head>
<body>
<main>
<div>
<h1 class="hMood"></h1>
<img class="imgPicture" src="www.fake.com" >
<!DOCTYPE html>
<html>
<head>
<title>My favorite site</title>
</head>
<body>
<div id="navbar">
<div id="logo"></div>
<div id="searchbar"></div>
<div id="profile"></div>
@cesine
cesine / index.html
Last active November 7, 2016 02:44
Example display block with floats (a navigation bar) Click to import: https://popcode.org/?gist=e4553e00293f3078210563a2bbe85035
<!DOCTYPE html>
<html>
<head>
<title>Make a navigation bar</title>
</head>
<body>
<ul class="navigation">
<li><a href="#home">Home</a></li>
<li><a href="#news">News</a></li>
<li><a href="#about">About</a></li>
<!DOCTYPE html>
<html>
<head>
<title>My favorite site</title>
</head>
<body>
<div id="navbar">
<div id="logo"></div>
<div id="searchbar"></div>
<div id="profile"></div>
<!DOCTYPE html>
<html>
<head>
<title>Position</title>
</head>
<body>
Hide the ice-cream scoops which are above the glass!
<div class='full-sundae'>
<div id="top-cherry" class='cherry'></div>
<div class='whipped-cream'></div>