Skip to content

Instantly share code, notes, and snippets.

@venkat
venkat / .block
Last active April 13, 2023 14:10
US map shipping animation
license: gpl-3.0
height: 600
border: no
@venkat
venkat / .block
Last active June 29, 2017 23:21
A continuous simulation of items being shipped in the US
license: gpl-3.0
height: 600
border: no
<!DOCTYPE html>
<html>
<head>
<script src="https://toolness.github.io/tiny-turtle/tiny-turtle.js"></script>
<script src="script.js"></script>
<title>Tiny Turtle Unit 10</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<!DOCTYPE html>
<html>
<head>
<script src="https://toolness.github.io/tiny-turtle/tiny-turtle.js"></script>
<script src="script.js"></script>
<title>Tiny Turtle Unit 10</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<!DOCTYPE html>
<html>
<head>
<title>Class Randomizer</title>
</head>
<body>
<h1>Randomly Choose a Student</h1>
<button id ="studentButton">Click Me!</button>
<div id ="studentDisplay"></div>
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
<p>
The length of the array is: <span id="len"></span>
</p>
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
<span id="badveggie"></span> is a vegetable I don't like at all!
<br/>
<br/>
<span id="goodveggie"></span> is a vegetable I love!
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
<span id="badveggie"></span> is a vegetable I don't like at all!
<br/>
<br/>
<span id="goodveggie"></span> is a vegetable I love!
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
<h2> We are volunteers from ______ </h2>
<p> Guess the word </p>
<input id="secret" />
<button id="confirm">Confirm </button>
<!DOCTYPE html>
<html>
<head>
<title>My first If statment</title>
</head>
<body>
<h1></h1>
</body>
</html>