forked from ejblack/jnappy.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
31 lines (19 loc) · 669 Bytes
/
index.html
File metadata and controls
31 lines (19 loc) · 669 Bytes
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
<head>
<title>My portfolio</title>
<link rel="stylesheet" type="text/css" href="styles/style.css">
</head>
<body>
<h1>Jay Nappy is Awesome</h1>
<hr>
<img src="https://media.licdn.com/mpr/mpr/shrinknp_400_400/AAEAAQAAAAAAAAFJAAAAJDRjMGVkMjIzLTFhNWItNGQyMS05OTNlLTYyZDc3OGZlZmQyOQ.jpg">
<h3>I enjoy learning!</h3>
<p id="first-paragraph">I am an instructional designer at General Assembly. I enjoy snowboarding and long walks on the beach.</p>
<ul>
<li>Instructional Designer</li>
<li>Web Developer</li>
<li>Tech Salesperson</li>
</ul>
<hr>
<a href="linkedin.com/in/jaynappy">LinkedIn</a> |
<a href="twitter.com/jnappy">Twitter</a>
</body>