-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
268 lines (242 loc) · 11.1 KB
/
index.html
File metadata and controls
268 lines (242 loc) · 11.1 KB
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
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
<!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>Web Developer | Front End | UI | Bobby Glaze</title>
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href='https://fonts.googleapis.com/css?family=Sigmar+One' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Bangers' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Righteous' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Leckerli+One' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Chewy' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="animate.css">
<link rel="stylesheet" href="style.css">
<script src="https://use.fontawesome.com/aba70497ae.js"></script>
<script src="noframework.waypoints.min.js"></script>
<link href='https://fonts.googleapis.com/css?family=Source+Sans+Pro' rel='stylesheet' type='text/css'>
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<script>
</script>
</head>
<body>
<header>
<div class="navbar navbar-default navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a href="#home" class="navbar-brand">Bobby Glaze</a>
</div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav navbar-right">
<li><a href="#home">Home</a></li>
<li><a href="#about">About Me</a></li>
<li><a href="#portfolio">Portfolio</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</div>
</div>
</div>
</header>
<div class="jumbotron" id="home">
<div class="hero">
<ul class="fly-in-text gone">
<ul>
<li class="animated bounceInLeft bobby">Bobby Glaze</li>
<!-- <li>Glaze</li> -->
<li class="animated zoomIn webd">Web Developer</li>
<!-- <li>Developer</li> -->
<li class="animated rotateIn and">And</li>
<li class="animated zoomIn consult">Consultant</li>
</ul>
</div>
</div>
<div class="container">
<div class="row" id="about">
<div class="col-sm-12 fill">
<div class="col-lg-10 col-md-10 col-md-offset-1 col-lg-offset-1" class="aboutcontent">
<h1 class="text-center">Hi I'm Bobby Glaze...</h1>
<p>...And I love to code! More importantly, I'd love to code for you. You have a vision and I have the tools to build it. Working together we can design the perfect app to make your vision reality. </p>
<p>Or maybe you already have a website that you're just not happy with. You're in luck! I can help with that too. A better user interface means less customer frustration navigating your site. A better user experience means more time on site and a higher viewer-to-customer conversion rate. A responsive application means that the experience is great no matter what device it's viewed on.</p>
<p>Check out some things I've done then send me a message. I can't wait to get started on building your dream!</p>
</div>
</div>
</div>
<div class="row" id="portfolio">
<div class="col-xs-12 text-center">
<h2>Portfolio</h2>
</div>
<div class="col-sm-6">
<div class="box">
<img src="images/ltauha2.png" alt="restaurant exterior pic">
<div class="over-layer">
<h3 class="title">Ltuaha Restaurant</h3>
<p class="description">Ltuaha is built using Bootstrap and jQuery. The styling is done using SCSS(Sass). There are also CSS animations included. </p>
<ul class="link">
<li><a href="#" class="btn btn-primary">View Website</a></li>
</ul>
</div>
</div>
</div>
<div class="col-sm-6">
<div class="box">
<img src="images/byop2.png" alt="restaurant exterior pic">
<div class="over-layer">
<h3 class="title">BYOP iPhone App</h3>
<p class="description">BYOP is built using React Native. React Native is a powerful framework allowing me to build both ios and Android apps.</p>
<ul class="link">
<li><a href="https://github.com/b-glaze/testAppz" target="_blank" class="btn btn-primary">View Code</a></li>
</ul>
</div>
</div>
</div>
<div class="col-sm-6">
<div class="box">
<img src="images/ltauha2.png" alt="restaurant exterior pic">
<div class="over-layer">
<h3 class="title">Ltuaha Restaurant</h3>
<p class="description">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Excepturi, perspiciatis.</p>
<ul class="link">
<li><a href="#" class="btn btn-primary">View Website</a></li>
</ul>
</div>
</div>
</div>
<div class="col-sm-6">
<div class="box">
<img src="images/ltauha2.png" alt="restaurant exterior pic">
<div class="over-layer">
<h3 class="title">Ltuaha Restaurant</h3>
<p class="description">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Excepturi, perspiciatis.</p>
<ul class="link">
<li><a href="#" class="btn btn-primary">View Website</a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="container" id="contact">
<div class="row">
<div class="col-md-12">
<div class="well well-sm">
<form class="form-horizontal" method="post">
<fieldset>
<legend class="text-center header">Contact Me(Under construction sorry, use the email icon in the footer please)</legend>
<div class="form-group">
<span class="col-md-1 col-md-offset-1 text-center"><i class="fa fa-user bigicon"></i></span>
<div class="col-md-8">
<input id="fname" name="name" type="text" placeholder="First Name" class="form-control">
</div>
</div>
<div class="form-group">
<span class="col-md-1 col-md-offset-1 text-center"><i class="fa fa-user bigicon"></i></span>
<div class="col-md-8">
<input id="lname" name="name" type="text" placeholder="Last Name" class="form-control">
</div>
</div>
<div class="form-group">
<span class="col-md-1 col-md-offset-1 text-center"><i class="fa fa-envelope-o bigicon"></i></span>
<div class="col-md-8">
<input id="email" name="email" type="text" placeholder="Email Address" class="form-control">
</div>
</div>
<div class="form-group">
<span class="col-md-1 col-md-offset-1 text-center"><i class="fa fa-phone-square bigicon"></i></span>
<div class="col-md-8">
<input id="phone" name="phone" type="text" placeholder="Phone" class="form-control">
</div>
</div>
<div class="form-group">
<span class="col-md-1 col-md-offset-1 text-center"><i class="fa fa-pencil-square-o bigicon"></i></span>
<div class="col-md-8">
<textarea class="form-control" id="message" name="message" placeholder="Enter your massage for us here." rows="7"></textarea>
</div>
</div>
<div class="form-group">
<div class="col-md-12 text-center">
<button type="submit" class="btn btn-primary btn-lg">Submit</button>
</div>
</div>
</fieldset>
</form>
</div>
</div>
</div>
</div>
<footer>
<div class="navbar navbar-inverse navbar-fixed-bottom" role="navigation">
<div class="container">
<div class="navbar-text pull-left">
<p>© 2016 Bobby Glaze</p>
</div>
<div class="navbar-text pull-right">
<a href="mailto:thebobbyglaze@gmail.com"><i class="fa fa-envelope-square fa-2x" aria-hidden="true"></i></a>
<a href="https://www.facebook.com/profile.php?id=100011696242464" target="_blank"><i class="fa fa-facebook-square fa-2x"></i></a>
<a href="https://twitter.com/BeGlaze" target="_blank"><i class="fa fa-twitter-square fa-2x"></i></a>
<a href="https://www.linkedin.com/in/bobby-glaze-b1268711a?trk=nav_responsive_tab_profile" target="_blank"><i class="fa fa-linkedin-square fa-2x"></i></a>
<a href="https://github.com/b-glaze" target="_blank"><i class="fa fa-github-square fa-2x" aria-hidden="true"></i></a>
</div>
</div>
</div>
</footer>
</div>
<script src="https://code.jquery.com/jquery-2.2.4.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script>
$(function() {
// setTimeout(function() {
// $('.fly-in-text').removeClass('gone');
// }, 1000);
$('a[href*="#"]:not([href="#"])').click(function() {
if (location.pathname.replace(/^\//,'') == this.pathname.replace(/^\//,'') && location.hostname == this.hostname) {
var target = $(this.hash);
target = target.length ? target : $('[name=' + this.hash.slice(1) +']');
if (target.length) {
$('html, body').animate({
scrollTop: (target.offset().top)-55
}, 1000);
return false;
}
}
});
$('.navbar-collapse ul li a').click(function(e){
$(this).parent().parent().parent().collapse('hide');
});
$(window).scroll(headerScroll);
// $(window).scroll(animateScroll);
function headerScroll(){
if($(this).scrollTop() > 50) {
$('.navbar-default').addClass('opaque');
} else {
$('.navbar-default').removeClass('opaque');
}
};
// function animateScroll() {
// $('#boxxleft1').addClass("poof").viewportChecker({
// classToAdd: 'piff animated fadeIn',
// offset: 100
// });
// }
// $(window).scroll(function() {
// if($(this).scrollTop() > 50) {
// $('.navbar-default').addClass('opaque');
// } else {
// $('.navbar-default').removeClass('opaque');
// }
// });
// $('.carousel-control').unbind('click');
})();
</script>
</body>
</html>