-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
99 lines (74 loc) · 4.72 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Steve Walker | Bootstrap 3.37 Portfolio</title>
<link rel="stylesheet" type="text/css" href="assets/css/reset.css">
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<!-- Optional theme -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css" integrity="sha384-rHyoN1iRsVXV4nD0JutlnGaslCJuC7uwjduW9SVrLvRYooPp2bWYgmgJQIXwl/Sp" crossorigin="anonymous">
<script
src="https://code.jquery.com/jquery-3.2.1.min.js"
integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4="
crossorigin="anonymous"></script>
<!-- Latest compiled and minified JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
<link rel="stylesheet" type="text/css" href="assets/css/style.css">
</head>
<body>
<div class="container">
<div class="header clearfix">
<!-- Nav Bar -->
<nav>
<ul class="nav nav-pills pull-right">
<li role="presentation" class="active"><a href="index.html">About</a></li>
<li role="presentation"><a href="portfolio.html">Portfolio</a></li>
<li role="presentation"><a href="contact.html">Contact</a></li>
</ul>
</nav>
<h5 class="text-muted">Built with Bootstrap 3.37</h5>
</div>
<!--Jumbotron-->
<div class="jumbotron">
<h1>Steve Walker</h1>
<p class="lead">UCF Full Stack Bootcamp Student</p>
<img src="assets/images/slw.JPG" class="auth-image img-responsive center-block img-rounded" alt="Steve Walker" height="255" width="288">
</div>
<!--Content-Row Marketing-->
<div class="row marketing">
<div class="col-sm-8">
<p style="text-align:justify">I got my start coding HTML and CSS in Florida back in the mid 1990’s. I also taught software classes including Adobe Photoshop, Microsoft Excel and Access, all to the Advanced Level, as well as A+ classes. I also ran a small company coding Web Sites and doing server and network troubleshooting. I left the Computer Industry in the mid-2000’s pursue a successful career in the New York Real Estate Investment Industry. After a period of retirement, I have decided to jump back into the Tech Industry to chase my goal of becoming a Full Stack Programmer.
</p>
<p style="text-align:justify">In my free time I enjoy World travel having visited countries such as Turkey, Morocco, New Zealand, Australia and all of Europe with my wife and daughter. Our current situation also permits me the flexibility to entertain relocation for job offers in any region of the World.
</p>
<div class="well well-sm">
<p>
Une seule vie.
</p>
</div>
</div>
<div class="col-sm-4">
<!-- Connect -->
<section class="sidebar">
<div id="connect">
<h2>Connect with Me</h2>
<a href="https://github.com/captnwalker" target="_blank"><img src="assets/images/github.png" class="social" alt="github.com/captnwalker"></a>
<a href="https://www.linkedin.com/in/stevelwalker/" target="_blank"><img src="assets/images/linkedin.png" class="social" alt="linkedin.com/in/stevelwalker/"></a>
<a href="https://stackoverflow.com/users/8915865/captnwalker" target="_blank"><img src="assets\images\stack.png" class="social" alt="stackoverflow.com/users/8915865/captnwalker" height="112" width="112"></a>
</div>
</section>
</div>
<!-- closes the Row-Marketing div -->
</div>
<!-- Footer -->
<footer>
<div class="footer">
<p>Copyright © 2017 Steve Walker</p>
</div>
</footer>
</div> <!-- /container -->
</body>
</html>