forked from itscodenation/flw1-portfolio-16-17-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
37 lines (37 loc) · 1.19 KB
/
index.html
File metadata and controls
37 lines (37 loc) · 1.19 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<!doctype html>
<head>
<title>Portfolio Page</title>
<link href="style.css" rel="stylesheet">
<script src="https://code.jquery.com/jquery-2.2.4.min.js"></script>
<script src="script.js"></script>
</head>
<body>
<header>
<h1>Filth Frank is god, Shrek is Love!</h1>
<ul>
<li><a class="nav" href="">Home</a></li>
<li><a class="nav" href="">About</a></li>
<li><a class="nav" href="">Contact</a></li>
</ul>
</header>
<div class="project">
<h2 class="project-title"> <a href="">Swawp of Memes</a></h2>
<p>LEAVE MY SWAMP OR REGRET IT!</p>
<button>Like</button>
<p id="like"></p>
<img src="https://i.imgflip.com/v1f34.jpg"/>
</div>
<div class="project">
<h2 class="project-title"> <a href="">Pun-a-thon</a></h2>
<p>I made a joke page. I used jQuery.</p>
<button>Like</button>
<p id="like"></p>
<img src="https://s-media-cache-ak0.pinimg.com/600x315/56/72/1e/56721e57139a1ff0fbe00230d57793d7.jpg"/>
</div>
</body>
<body>
<p>
<img src="http://i0.kym-cdn.com/photos/images/facebook/000/526/244/aac.png"/>
</p>
<a href="https://gist.github.com/Shackleshadow/543f77aa9f1ebda21e471a77ba84b8ab">Link to one of my Gits</a>
</body>