Skip to content

Instantly share code, notes, and snippets.

View shmeadyy's full-sized avatar
🥳

Laura Thorson shmeadyy

🥳
View GitHub Profile
@shmeadyy
shmeadyy / another-file.md
Last active January 5, 2022 21:00
Renamed Title

This is another file test.

@shmeadyy
shmeadyy / board.html
Created November 5, 2013 19:25
Creating Post-its with Javascript
<html>
<head>
<title>Post-It Board</title>
<link rel="stylesheet" type="text/css" href="http://code.jquery.com/ui/1.10.1/themes/base/jquery-ui.css">
<link rel="stylesheet" type="text/css" href="styles.css">
</head>
<body id="board">
<script src="http://code.jquery.com/jquery-1.9.1.js"></script>