Skip to content

Instantly share code, notes, and snippets.

@courajs
Created January 31, 2017 18:29
Show Gist options
  • Save courajs/2bdac3c6482731fb52ce2f397ec4bbae to your computer and use it in GitHub Desktop.
Save courajs/2bdac3c6482731fb52ce2f397ec4bbae to your computer and use it in GitHub Desktop.
Exported from Popcode. Click to import: https://popcode.org/?gist=2bdac3c6482731fb52ce2f397ec4bbae
<!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