Created
January 31, 2017 18:29
-
-
Save courajs/2bdac3c6482731fb52ce2f397ec4bbae to your computer and use it in GitHub Desktop.
Exported from Popcode. Click to import: https://popcode.org/?gist=2bdac3c6482731fb52ce2f397ec4bbae
This file contains hidden or 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>My Portfolio</title> | |
</head> | |
<body> | |
<h1>My Portfolio</h1> | |
<ul> | |
<li> | |
<h2>Elephant Gallery!</h2> | |
<img src="http://i.imgur.com/WinKa1g.png"> | |
<p>In this project, I used "this" in javascript for the very first time. I also used the jQuery "attr" action to change the source of an image tag.</p> | |
</li> | |
<li> | |
<h2>Simpsons Facebook</h2> | |
<p>In this project, I styled something to look like facebook. | |
</li> | |
</ul> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment