-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathStudent Bio.html
More file actions
24 lines (18 loc) · 819 Bytes
/
Student Bio.html
File metadata and controls
24 lines (18 loc) · 819 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
<!DOCTYPE html>
<html>
<head>
<title>JP Bio</title>
</head>
<body>
<h1>Student Bio</h1>
<h2>Joseph Pulaski</h2>
<img src="http://images.fineartamerica.com/images/artworkimages/mediumlarge/1/mr-joseph-blue-pulaski-nicholas-grunas.jpg" width="200px" height="200px">
<p>I am a humble student of all of those amazing computer scientists and engineers that laid the groundwoork before me. I love to <strong>(attempt)</strong> to build amazing applications. I enjoy cooking, riding my bike and spending time with family.</p>
<h2>Contact Info</h2>
<ul>
<li><strong>Email:</strong><a href="mailto:jpulaski79@gmail.com">jpulaski79@gmail.com</a></li>
<li><strong>Github:</strong><a href="https://github.com/GoodPBC">GoodPBC</a></li>
<li><strong>Portfolio:</strong><a href="">Coming Soon</li>
</ul>
</body>
</html>