-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
66 lines (49 loc) · 2.06 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
63
64
65
66
<!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">
<div class="inner-content">
<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 these are the people I like to call "dumb."<br>
Some of the things that I am passionate about is the ability to build and create things from scratch and the perpetual urge to learn<br>
new things, so Web Development seemed like a perfect fit! <br>
<br>
In the past I have started a pond and waterfall company here in Tucson because, again, I loved the creation of an entire environment.<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>