-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·336 lines (324 loc) · 16.1 KB
/
Copy pathindex.html
File metadata and controls
executable file
·336 lines (324 loc) · 16.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
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
<!doctype html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang=""> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang=""> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9" lang=""> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang=""> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Brandon Culp</title>
<link content="default-src" rel="shortcut icon" type="image/x-icon" href="images/favicon.png" />
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/flexslider.css">
<link rel="stylesheet" href="css/jquery.fancybox.css">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/responsive.css">
<link rel="stylesheet" href="css/animate.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://cdn.rawgit.com/konpa/devicon/df6431e323547add1b4cf45992913f15286456d3/devicon.min.css">
</head>
<body>
<section class="banner" role="banner">
<header id="header">
<div class="header-content clearfix">
<a class="logo" href="#">Brandon Culp</a>
<nav class="navigation" role="navigation">
<ul class="primary-nav">
<li><a href="#skills">Skills</a></li>
<li><a href="#works">Projects</a></li>
<li><a href="#download">Resume</a></li>
</ul>
</nav>
<a href="#" class="nav-toggle">Menu<span></span></a>
</div><!-- header content -->
</header><!-- header -->
<div class="container">
<div class="col-md-10 col-md-offset-1">
<div class="banner-text text-center">
<img class="headshot" height="200" width="177" src="images/headshot.png" >
<h1>About Me</h1>
<p>I'm Brandon, a curious web developer who enjoys solving puzzles, learning new things, and creating things.
You might find me setting up a sweet back end in Node; creating a beautiful front-end with React or tinkering with random technology.
</p>
<a href="#skills" class="btn btn-large">Find out more</a>
</div><!-- banner text -->
</div>
</div>
</section><!-- banner -->
<section id="skills" class="skills section">
<div class="container">
<div class="row">
<div class="col-md-3 col-sm-4 skill text-center">
<span class="icon devicon-react-original colored"></span>
<div class="skill-content">
<h5>React/React Native</h5>
</div>
</div>
<div class="col-md-3 col-sm-4 skill text-center">
<img class="icon" height="55" width="55" src="./images/redux_logo.png">
<div class="skill-content">
<h5>Redux</h5>
</div>
</div>
<div class="col-md-3 col-sm-4 skill text-center">
<span class="icon devicon-webpack-plain colored"></span>
<div class="skill-content">
<h5>Webpack</h5>
</div>
</div>
<div class="col-md-3 col-sm-4 skill text-center">
<span class="icon devicon-docker-plain colored"></span>
<div class="skill-content">
<h5>Docker</h5>
</div>
</div>
<div class="col-md-3 col-sm-4 skill text-center">
<span class="icon devicon-mocha-plain colored"></span>
<div class="skill-content">
<h5>Mocha/Selenium</h5>
</div>
</div>
<div class="col-md-3 col-sm-4 skill text-center">
<span style="width: 25px; height: 25px" class="icon devicon-nodejs-plain colored"></span>
<div class="skill-content">
<h5>Node</h5>
</div>
</div>
<div class="col-md-3 col-sm-4 skill text-center">
<span class="icon devicon-express-original colored"></span>
<div class="skill-content">
<h5>Express</h5>
</div>
</div>
<div class="col-md-3 col-sm-4 skill text-center">
<span class="icon devicon-postgresql-plain colored"></span>
<div class="skill-content">
<h5>PostgreSQL</h5>
</div>
</div>
</div>
</div>
</section><!-- Skills -->
<section id="works" class="works section no-padding">
<div class="container-fluid">
<div class="row no-gutter">
<!-- Non-profit section -->
<div class="col-lg-4 col-md-6 col-sm-6 work">
<a class="work-box" href="#inlinedata">
<img src="images/coming_soon.png" alt="">
<div class="overlay">
<div class="overlay-caption">
<h5>Non-profit Donation Site</h5>
<p>Web Development</p>
</div>
</div>
</a>
<div style="display: none;">
<div id="inlinedata" class="container-fluid">
<h5 class="text-center">Non-profit Donation Site</h5>
<h6 class="text-center">Full Stack JS</h6>
<a class="col-sm-6" href="www.example.com">Check it out</a>
<a class="col-sm-6" href="www.example.com">See the code</a>
</div>
</div>
</div>
<!-- End non-profit section -->
<!-- Hangman section -->
<div class="col-lg-4 col-md-6 col-sm-6 work">
<a class="work-box" href="#inlinedata2">
<img src="images/coming_soon.png" alt="">
<div class="overlay">
<div class="overlay-caption">
<h5>Hangman</h5>
<p>Game Development</p>
</div>
</div>
</a>
<div style="display: none;">
<div id="inlinedata2" class="container-fluid">
<h5 class="text-center">Hangman</h5>
<h6 class="text-center">Coming Soon: Tech I used</h6>
<a class="col-sm-6" href="www.example.com">Check it out</a>
<a class="col-sm-6" href="www.example.com">See the code</a>
</div>
</div>
</div>
<!-- End hangman section -->
<!-- Word of the Day section -->
<div class="col-lg-4 col-md-6 col-sm-6 work">
<a class="work-box" href="#inlinedata3">
<img src="images/word_of_the_day.png" alt="">
<div class="overlay">
<div class="overlay-caption">
<h5>Word of the Day</h5>
<p>Design</p>
</div>
</div>
</a>
<div style="display: none;">
<div id="inlinedata3" class="row justify-content-around">
<h5 class="text-center">Word of the Day</h5>
<h6 class="text-center">jQuery Booklet, Wordnik API, Node</h6>
<a class="col-sm-6" href="https://daily-word.herokuapp.com">Check it out</a>
<a class="col-sm-6" href="https://github.com/Bculp/Word-of-the-day">See the code</a>
</div>
</div>
</div>
<!-- End Word of the Day section -->
<!-- Responsive Tools section -->
<div class="col-lg-4 col-md-6 col-sm-6 work">
<a class="work-box" href="#inlinedata4">
<img src="images/responsive_tools.png" alt="">
<div class="overlay">
<div class="overlay-caption">
<h5>Responsive Tools</h5>
<p>Responsiveness</p>
</div>
</div>
</a>
<div style="display: none;">
<div id="inlinedata4" class="container-fluid">
<h5 class="text-center">Responsive Tools</h5>
<h6 class="text-center">JavaScript, HTML, CSS</h6>
<a class="col-sm-6" href="https://bculp.github.io/responsive_tools/">Check it out</a>
<a class="col-sm-6" href="https://github.com/Bculp/responsive_tools">See the code</a>
</div>
</div>
</div>
<!-- End Responsive Tools section -->
<!-- Lunar Adventure section -->
<div class="col-lg-4 col-md-6 col-sm-6 work">
<a class="work-box" href="#inlinedata5">
<img src="images/lunar_adventure.png" alt="">
<div class="overlay">
<div class="overlay-caption">
<h5>Lunar Adventure</h5>
<p>Game Development</p>
</div>
</div>
</a>
<div style="display: none;">
<div id="inlinedata5" class="container-fluid">
<h5 class="text-center">Lunar Adventure</h5>
<h6 class="text-center">Phaser, JavaScript, Node</h6>
<a class="col-sm-6" href="https://lunar-adventure.herokuapp.com">Check it out</a>
<a class="col-sm-6" href="https://github.com/kma2/lunar-adventure">See the code</a>
</div>
</div>
</div>
<!-- End Lunar Adventure section -->
<!-- Vocal Jeopardy section -->
<div class="col-lg-4 col-md-6 col-sm-6 work">
<a class="work-box" href="#inlinedata6">
<img src="images/vocal_jeopardy.png" alt="">
<div class="overlay">
<div class="overlay-caption">
<h5>Vocal Jeopardy</h5>
<p>Hackathon</p>
</div>
</div>
</a>
<div style="display: none;">
<div id="inlinedata6" class="container-fluid">
<h5 class="text-center">Vocal Jeopardy</h5>
<h6 class="text-center">Annyang, Full Stack JS, Postgres</h6>
<a class="col-sm-6" href="https://vocal-jeopardy.herokuapp.com">Check it out</a>
<a class="col-sm-6" href="https://github.com/Bculp/vocal_jeopardy">See the code</a>
</div>
</div>
</div>
<!-- End Vocal Jeopardy section -->
</div>
</div>
</section><!-- works -->
<section id="download" class="section download">
<div class="container">
<div class="col-md-8 col-md-offset-2 text-center">
<h3>Want to get in touch?</h3>
<button type="button" class="btn btn-large" data-toggle="modal" data-target="#exampleModal">
Contact Me
</button>
<div class="modal fade" id="exampleModal" tabindex="-1" role="dialog" aria-labelledby="Want to get in touch" aria-hidden="true">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalLabel">Contact Me</h5>
<!-- <button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button> -->
</div>
<div class="modal-body">
<form method="POST" action="https://formspree.io/bculp.dev@gmail.com" id="contact_form">
<div class="form-group">
<input type="text" class="form-control" name="name" aria-describedby="name entry" placeholder="Name">
</div>
<div class="form-group">
<input type="text" class="form-control" name="_subject" aria-describedby="subject entry" placeholder="Subject">
</div>
<div class="form-group">
<textarea class="form-control" name="message" aria-describedby="message entry" placeholder="Message"></textarea>
</div>
<div class="form-group">
<input type="email" class="form-control" name="_replyto" aria-describedby="email entry" placeholder="Email Address">
</div>
<div style="display: none">
<input type="test" name="_gotcha" placeholder="Text">
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button>
<button type="submit" class="btn btn-primary">Submit</button>
</div>
</form>
</div>
</div>
</div>
</div>
<a href="images/resume.pdf" download="brandon_culp_resume.pdf" class="btn btn-large">Download Resume</a>
</div>
</div>
</section><!-- download -->
<footer class="footer">
<div class="footer-top">
<div class="container">
<div class="row">
<div class="footer-col col-md-6">
<h5>Location</h5>
<p>Cincinnati, Ohio</p>
</div>
<div class="footer-col col-md-6">
<h5>Connect with me</h5>
<ul class="footer-share">
<li><a href="https://www.linkedin.com/in/brandonculp"><i class="fa fa-linkedin"></i></a></li>
<li><a href="https://www.github.com/bculp"><i class="fa fa-github"></i></a></li>
</ul>
</div>
</div>
</div>
</div><!-- footer top -->
<div class="footer-bottom">
<div class="container">
<div class="col-md-12">
<p>Copyright © 2020 Brandon Culp. All Rights Reserved</p>
</div>
</div>
</div>
</footer><!-- footer -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/jquery.min.js"><\/script>')</script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.flexslider-min.js"></script>
<script src="js/jquery.fancybox.pack.js"></script>
<script src="js/jquery.waypoints.min.js"></script>
<script src="js/modernizr.js"></script>
<script src="js/main.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-112261971-1');
ga('send', 'pageview');
</script>
</body>
</html>