-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
62 lines (47 loc) · 2.26 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
53
54
55
56
57
58
59
60
61
62
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Student Bio</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="assets/css/reset.css">
<link rel="stylesheet" type="text/css" href="assets/css/style2.css">
</head>
<body class="body">
<header class="header">
<div class="header-center">
<span class="header-name">Nathan Novak</span>
<span class="header-links">
<a href="index.html">About</a> |
<a href="portfolio.html">Portfolio</a> |
<a href="contact.html">Contact</a>
</span>
</div>
</header>
<div class="content">
<span class="content-title">About Me</span>
<hr>
<br>
<img src="assets/images/Nathan Profile.jpg" class="image">
<p id="p"> HI! My Name is Nathan Novak. I was born and raised in Tucson, Arizona and am currently embarking on a new journey into the world of Web Development.<br>
I guess someone would call me a little crazy by taking on such a challange at my age,but I am a firm beliver of "life long learning" and always challanging yourself.<br><br>
Some of the things that I am passionate about is the ability to build and create things from scratch. The feeling of seeing something come to fruition is exhilerating.<br> With that being said I felt like Web Development seemed like a perfect fit! <br>
<br>
Before this new career leap I owned a pond and waterfall companyfor 10 years here in Tucson where I would create custom watergardens an waterfalls for residential backyards and the occasional commercial site. I love the ecological sustainability watergardens bring to any landscape<br>
I have also worked for Verizon Wireless doing small business sales. slajdhfljflodafg
adsfgioasdfhlasjdfhlajsdhfg;oadhfglojhdafg
asdfg;iaosdfljadhflojahdflojhdafgohadfoggfadfgasdfgadfg
adfgadfgadfg
df
gds
fg
dsfgdafafdgasfdgadfgjhsdbfiashdfvloajhdfgajhdfvlojhdfgoi
</p>
</div>
</div>
<div class="footer">
<span>Copyright</span> ©
</div>
</body>
</html>