-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
52 lines (40 loc) · 1.66 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
48
49
50
51
52
<!doctype html>
<html lang="en-us">
<head>
<meta charset="UTF-8">
<title>About | Daniel Barkley</title>
<link rel="stylesheet" type="text/css" href="assets/css/style.css">
</head>
<body>
<header id="masthead">
<div class="container">
<a href="index.html" id="logo">Daniel Barkley</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/cat.jpg" class="auth-image" alt="Your Name">
<p>Hey There! I’m Daniel Barkley. I am a husband, father, musician, & astronomy nerd.
When I’m not working installing security systems you can find me playing with my son at our home in Austin, TX,
watching cooking shows with my wife, or heading out to find the best Tex-Mex in town.</p>
<p>I love listening to great music, learning new things, watching good movies, and eating delicious food.
But more than anything, I love spending time with my family. No matter how late I’m working or how far I’m traveling,
my heart always stays at home with the people I love. They are my biggest inspiration to work</p>
<p>hard, learn more and go
after the opportunities in front of me.No matter where life takes me I’m thankful to have my family by side, friends who support me,
and a city with the best tacos money can buy.</p>
</section>
</div>
<footer>
<div class="container">
Copyright ©
</div>
</footer>
</body>
</html>