-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAll About Me.html
23 lines (22 loc) · 1.14 KB
/
All About Me.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>All About Me</title>
</head>
<body>
<h1>About Me</h1>
<img src="images/IMG_0491.jpg" width="400" height="500">
<h2>Matthew King</h2>
<h2>Matthew</h2>
<p>It's a pleasure to meet you all and I can't wait to see how our journey together will be!
When I'm not working on homework then I am working on some crazy project!</p>
<p>After I graduate I plan on attempting to get a job with Verizon.
My first degree was in PT (Physical Therapy) in which I learned quite a lot about the human body.
I originally wanted to learn it because I had some friends who were going that same direction with career paths but after 3 semesters i figured that it wasn't for me.</p>
<p>I have been trying to learn programming ( mainly C++ , C, and Python through a game called TwilioQuest )
on my own but I thought it was about time to take classes to properly learn how to code and program!</p>
</body>
</html>