-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
65 lines (49 loc) · 2.58 KB
/
about.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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<!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">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;1,200&display=swap"
rel="stylesheet">
<script src="https://kit.fontawesome.com/f43681d176.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="mystyle.css">
<title>Mario McGrady</title>
</head>
<body>
<header class="container">
<h1>Full Stack Developer</h1>
<h2>Mario McGrady</h2>
<nav class="menu">
<a href="index.html" target="_self">Home</a>
<a href="about.html" target="_blank">About</a>
<a href="projects.html" target="_blank">Projects</a>
<a href="contacts.html" target="_blank">Contacts</a>
<a href="https://www.linkedin.com/in/mario-mcgrady-977641221/" target="_blank"><i
class="fa-brands fa-linkedin-in"></i></a>
<a href="https://github.com/Mac2024" target="_blank"><i class="fa-brands fa-github"></i></a>
</nav>
</header>
<main class="container">
<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>
<p>Lorem ipsum, dolor sit amet consectetur adipisicing elit. Soluta non voluptas, incidunt porro at, quibusdam
cupiditate autem corrupti cum, alias nihil quasi eligendi iste. Doloribus eius fugiat ea aliquam corporis!
</p>
<main class="container>" <footer class="container">
<nav>
<a href="https://www.linkedin.com/in/mario-mcgrady-977641221/" target="_blank"><i
class="fa-brands fa-linkedin-in"></i></a>
<a href="https://github.com/Mac2024" target="_blank"><i class="fa-brands fa-github"></i></a>
</nav>
</footer>
</body>
</html>