-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
104 lines (78 loc) · 4.37 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
<!doctype.<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Nathan Novak About Me</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" media="screen" href="reset.css" />
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" integrity="sha384-WskhaSGFgHYWDcbwN70/dfYBj47jz9qbsMId/iRN3ewGhXQFZCSftd1LZCfmhktB" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" media="screen" href="style.css" />
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js" integrity="sha384-smHYKdLADwkXOn1EmN1qk/HfnUcbVRZyYmZ4qpPea6sjB/pTJ0euyQp0Mk8ck+5T" crossorigin="anonymous"></script>
</head>
<body class="body">
<nav class="navbar-expand-lg navbar-light bg-light">
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarTogglerDemo01" aria-controls="navbarTogglerDemo01"
aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarTogglerDemo01">
<a class="navbar-brand navbar-name header-name">Nathan Novak</a>
<ul class="navbar-nav ml-auto mt-2 mt-lg-0">
<li class="nav-item active">
<a class="nav-link" href="index.html">About Me</a>
<span class="sr-only">(current)</span>
</li>
<li class="nav-item">
<a class="nav-link" href="portfolio.html">Porfolio</a>
</li>
<li class="nav-item">
<a class="nav-link disabled" href="contact.html">Contact</a>
</li>
</ul>
<form class="form-inline my-2 my-lg-0">
<input class="form-control mr-sm-2" type="search" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button>
</form>
</div>
</nav>
<div class="container-fluid">
<div class="row">
<div class="col-md-3">
</div>
<div class="col-md-6 middle-content">
<h1 class="display-4 content-title">About Me</h1>
<div class="jumbotron inner-content">
<div class="container">
<img src="images/Nathan Profile.jpg" class="image img-fluid rounded" alt"Responsive image">
<p class="lead"> 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>
</div>
<div class="col-md-3">
</div>
</div>
</body>
<footer class="footer">
<div class="container">
<span>Copyright</span>
</div>
</footer>
</html>