-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
39 lines (34 loc) · 1.53 KB
/
index.html
File metadata and controls
39 lines (34 loc) · 1.53 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
38
39
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<!--<meta name="viewport" content="width=device-width, initial-scale=1.0">-->
<title>Portfolio</title>
</head>
<body>
<h1>Web Development Portfolio</h1>
<hr />
<p>
<h2><a href="https://ericwomer.github.io/PersonalPortfolio/web/MovieRanking/">Movie Ranking</a><br /></h2>
<img src="https://i.imgur.com/88vQyIa.png" alt="plain text list of mediocre movies" height="400" />
<hr />
<h2><a href="https://ericwomer.github.io/PersonalPortfolio/web/BirthdayInvite/">Birthday Invite</a><br /></h2>
<img src="https://i.imgur.com/8B8CK8x.png" alt="alful cake site" height="400" />
<hr />
<h2><a href="https://ericwomer.github.io/PersonalPortfolio/web/ColorVocab/">Color Vocab</a></h2>
<img src="https://i.imgur.com/tqBLOFu.png" alt="colors with their spanish names" />
<hr />
<h2><a href="https://ericwomer.github.io/PersonalPortfolio/web/MotivationMeme/">Motovation Meme</a></h2>
<img src="https://i.imgur.com/R7iV0ss.png" alt="motivational man looking onward" /><br />
<hr />
<h2><a href="https://ericwomer.github.io/PersonalPortfolio/web/CSSFlag/">Old Glory</a></h2>
<img src="https://i.imgur.com/StyWHos.png" alt="Old Glory"/><br />
</p>
<footer>
<hr />
<a href="public/about.html">About</a> |
<a href="public/contact/contact.html">Contact</a> |
<a href="https://ericwomer.github.io/Resume/">Resume</a>
</footer>
</body>
</html>