-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
29 lines (24 loc) · 903 Bytes
/
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
27
28
29
<!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>Mario McGrady</title>
</head>
<body>
<h1>Full Stack Developer</h1>
<h2>Mario McGrady</h2>
<br>
<h3>Biography</h3>
<!--This is a comment-->
<p>My name is <i>Mario McGrady</i>. I was born and raised in Decatur,AL. I attended <b>Wallace State College</b> and
played
basketball while studying <ins>Electrical Engineering Technology</ins>.</p>
<p>I served in the United States Army for <sub>4</sub>12 years as an 88H. My background is in <mark>Logistics</mark>
and
<mark>Transportation</mark>. My
3 <sup>0</sup> duty stations were located in Germany, Korea, and Virginia.
</p>
</body>
</html>