-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
26 lines (26 loc) · 1.12 KB
/
index.html
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
<!DOCTYPE html>
<html>
<head>
<title>Matt Jennings Bio</title>
<meta http-equiv=Content-Type content="text/html; charset=UTF-8">
</head>
<body>
<h1>Student Bio</h1>
<h2>Matt Jennings</h2>
<p>
<img src="images/matt-in-bellevue.jpg" alt="Matt in Bellevue" />
</p>
<p>
Besides watching sports, I also enjoy contra dancing (like square dancing), watching live music, going for hikes, and watching movies. During this class I hope to get a stronger grasp of JavaScript and want to become a React and Node developer (MERN stack) in the future.
</p>
<p>
Front-end JavaScript really interests me but it's been difficult to learn it on my own. That's why I'm looking forward to this class.
</p>
<h2>Contact Info</h2>
<ul>
<li>Email: <a href="mailto:[email protected]">[email protected]</a></li>
<li>GitHub: <a href="https://github.com/Hollyw00d" target="_blank">https://github.com/Hollyw00d</a></li>
<li>Portfolio: <a href="https://www.mattjennings.net" target="_blank">https://www.mattjennings.net</a></li>
</ul>
</body>
</html>