Created
October 25, 2016 21:25
-
-
Save tgriesser/373e1ace4fdf76f75722e16766f9b16a to your computer and use it in GitHub Desktop.
Exported from Popcode. Click to import: https://popcode.org/?gist=373e1ace4fdf76f75722e16766f9b16a
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>ScriptEd CSS Garden</title> | |
</head> | |
<body> | |
<h1 id="banner">ScriptEd CSS Site!</h1> | |
<h1 id="tagline">We love ScriptEd</h1> | |
<img src="http://i65.tinypic.com/qxvr46.jpg"> | |
<p id="mission">ScriptEd equips students with the fundamental coding skills and professional experiences that together create access to careers in technology.</p> | |
<p id="about"> This year in ScriptEd we are going to create several websites, games and webapps! </p> | |
<h1 id="topics"> In ScriptEd we learn...</h1> | |
<ul> | |
<li>HTML</li> | |
<li>CSS</li> | |
<li>JavaScript</li> | |
<li>Git</li> | |
<li>jQuery</li> | |
</ul> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment