-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
47 lines (38 loc) · 1.5 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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<!DOCTYPE html>
<html lang="en">
<head>
<title>About me</title>
<link rel="stylesheet" type="text/css" href="assets/css/reset.css">
<link rel="stylesheet" type="text/css" href="assets/css/style.css">
</head>
<body>
<body
style="background: url(http://blog.hostbaby.com/wp-content/uploads/2014/03/Trees_1920x1234.png); background-size:100%;">
<header id="masthead">
<div class="container">
<a href="index.html" id="logo">Nena Gardner</a>
<Nav>
<a href="index.html">About</a>
<a href="portfolio.html">Portfolio</a>
<a href="contact.html">Contact</a>
</Nav>
</div>
</header>
<div id="main-container" class="container">
<section class="main-section">
<h1>About Me</h1>
<img src="Assets/Images/nenagardner.jpg" class="auth-image" alt="Nena Gardner">
<p>I work as a Family Readiness Support Assistant at Colorado Army National Guard Family Programs
Office. I work with the unit
Commanders to make sure that they have a functioning Family Readiness Group (FRG). I train and
support
the Commander, 1SG, MPOC, and the volunteers.</p>
</section>
</div>
<footer>
<div class="container">
©Copyright
</div>
</footer>
</body>
</html>