-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
218 lines (194 loc) · 7.21 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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
<!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">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
<link rel="stylesheet" href="myStyles.css">
<link href='https://fonts.googleapis.com/css?family=Oswald' rel='stylesheet' type='text/css'>
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<link href='http://fonts.googleapis.com/css?family=Shadows+Into+Light' rel='stylesheet' type='text/css'>
<!-- Bootstrap Core CSS - Uses Bootswatch Flatly Theme: http://bootswatch.com/flatly/ -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<title>Jason Thomas</title>
<!--<style>
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
width: 70%;
margin: auto;
}
</style>-->
</head>
<body id="page-top" data-spy="scroll" data-target=".navbar" data-offset="50">
<nav class="navbar navbar-fixed-top navbar-inverse">
<div class="container">
<a class="navbar-brand" href="#page-top">Jason Thomas</a>
<div class="menuItems <!--collapse navbar-collapse (add this back when you add the mobile app menu button-->">
<ul class="nav navbar-nav navbar-right">
<li class="hidden">
<a href="#page-top"></a>
</li>
<li class="page-scroll">
<a href="#about">About Me</a>
</li>
<li class="page-scroll">
<a href="#skills">Skills</a>
</li>
<li class="page-scroll">
<a href="#world">My World</a>
</li>
<li class="page-scroll">
<a href="#stalk">Stalk Me</a>
</li>
</ul>
</div>
</div>
</nav>
<header>
<div class="container">
<div class="row">
<img class="picture" src="images/jason.jpg" title="Jason" alt="Jason">
<p class="name">Jason Thomas</p>
</div>
</div>
</header>
<section id="about">
<div class="about container">
<h1 class="heading">About Me</h1>
<div class="row">
<div class="col-lg-4 col-lg-offset-2">
<p>
After gaduating from High School I aspired to be an underwater welder.
My love of talking with people lead me into the world of sales. Now in my
older age (if you are than me I ask you to refrain from shoothing me)
I thought I would learn a bit about programming. </p>
</div>
<div class="col-lg-4">
<p>
My passions are troubleshooting issues, quality time with friends, and
anything outdoors. I love hearing the words, "you were super helpful, thank you!"
It makes my day to make others happy and help them with what they need.</p>
</div>
</div>
</div>
</section>
<section id="skills">
<div class="skills container">
<h1 class="heading">Skills</h1>
<div class="row container">
<div class="col-lg-4 col-sm-6">
<a href="#skills" data-toggle="tooltip">
<img src="images/1984.jpg" title="Baby Jason was born!" alt="Baby Jason was born!">
</a>
</div>
<!--Arrow-->
<!--2003-->
<div class="col-lg-4 col-sm-6">
<a href="#skills" data-toggle="tooltip">
<img src="images/2003.jpg" title="Graduated High School" alt="Graduated High School">
</a>
</div>
<!--Arrow
2004
<div class="col-lg-4 col-sm-6">
<a href="#skills" data-toggle="tooltip" title="Completed Commercial Dive School Program" alt="Completed Commercial Dive School Program">
<img src="images/2004.jpg"></img>
</a>
</div>
Arrow-->
<!--Circle 2005-->
<div class="col-lg-4 col-sm-6">
<a href="#skills" data-toggle="tooltip">
<img src="images/2005.jpg" title="Repaired boat docks as a Professional Diver" alt="Repaired boat docks as a Profession Diver">
</a>
</div>
<!--Arrow-->
<!--Circle 2007-->
<div class="col-lg-4 col-sm-6">
<a href="#skills" data-toggle="tooltip">
<img src="images/2007.jpg" title="Began persuing a new career in sales" alt="Began persuing a new career in sales">
</a>
</div>
<!--Arrow-->
<!--Circle 2012-->
<div class="col-lg-4 col-sm-6">
<a href="#skills" data-toggle="tooltip">
<img src="images/2012.jpg" title="Started working for Call-Em-All" alt="Started working for Call-Em-All">
</a>
</div>
<!--Arrow-->
<!--Circle 2015-->
<div class="col-lg-4 col-sm-6">
<a href="#skills" data-toggle="tooltip">
<img src="images/2015.jpg" title="Started learning how to code" alt="Started learning how to code">
</a>
</div>
</div>
</div>
</section>
<section id="world">
<div class="world container">
<h1 class="heading">My World</h1>
<div id="myCarousel" class="carousel slide row" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#myCarousel" data-slide-to="0" class="active"></li>
<li data-target="#myCarousel" data-slide-to="1"></li>
<li data-target="#myCarousel" data-slide-to="2"></li>
</ol>
<!-- Wrapper for slides -->
<div class="carousel-inner volleyball col-lg-6" role="listbox">
<div class="item active">
<img src="images/volleyball3.jpg" alt="Houston" title="Houston">
</div>
<div class="item">
<img src="images/volleyball1.jpg" alt="Dallas" title="Dallas">
</div>
<div class="item">
<img src="images/volleyball2.jpg" alt="All-Star" title="All-Star">
</div>
<!-- Left and right controls -->
<a class="left carousel-control" href="#myCarousel" role="button" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="right carousel-control" href="#myCarousel" role="button" data-slide="next">
<span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
<div class="volleyball col-lg-6">
<h3>Volleyball</h3>
<p>Playing volleyball has helped me learn a lot about
life. It as taught me patience, skills take time to develop.
Most important, in order to succeed you have to work with
your teammates around you.
</div>
</div>
<div class="serving">
<!-- Scrolling through pictures-->
<h3>Helping Others</h3>
<p>Helping other people is a huge passon of mine. There
are people both locally and aroud the world that need the
help from others for different reasons. One day (crossing my
fingers it doesn't happen) it could be me that needs help from others.
</div>
</div>
</section>
<section id="stalk">
<div class="heading container">
<h1>Stalk Me</h1>
Phone: 505-205-3399
Email: ThomasJasonM1@Gmail.com
</div>
</section>
<script>
$(document).ready(function(){
$('body').scrollspy({target: ".navbar", offset: 50});
});
</script>
<script>$(document).ready(function(){ $('[data-toggle="tooltip"]').tooltip(); });</script>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script>
</body>
</html>