-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.php
More file actions
executable file
·341 lines (322 loc) · 10.5 KB
/
index.php
File metadata and controls
executable file
·341 lines (322 loc) · 10.5 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
337
338
339
340
341
<!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">
<meta name="description" content="">
<meta name="author" content="">
<title>Patrick Cook</title>
<!-- Bootstrap Core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Custom CSS -->
<link href="css/style.css" rel="stylesheet">
<!-- Custom Fonts -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css" integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet">
</head>
<body>
<!-- Navigation -->
<a id="menu-toggle" href="#" class="btn btn-dark btn-lg toggle"><i class="fa fa-bars"></i></a>
<nav id="sidebar-wrapper">
<ul class="sidebar-nav">
<a id="menu-close" href="#" class="btn btn-light btn-lg pull-right toggle"><i class="fa fa-times"></i></a>
<li class="sidebar-brand">
<a href="#top" onclick=$( "#menu-close").click();>Patrick Cook</a>
</li>
<li>
<a href="#top" onclick=$( "#menu-close").click();>Home</a>
</li>
<li>
<a href="#aboutme" onclick=$( "#menu-close").click();>About</a>
</li>
<li>
<a href="#skills" onclick=$( "#menu-close").click();>Skills</a>
</li>
<li>
<a href="#portfolio" onclick=$( "#menu-close").click();>Projects</a>
</li>
<li>
<a href="#gallery" onclick=$( "#menu-close").click();>Gallery</a>
</li>
<li>
<a href="#contact" onclick=$( "#menu-close").click();>Contact</a>
</li>
</ul>
</nav>
<!-- Header -->
<div class="header">
<div id="top">
<div class="title-container">
<h1>Patrick Cook</h1>
</div>
<div class="title-subtitle">
Full Stack Software Engineer and iOS Developer
</div>
<div class="title-description">
<ul>
<li>805.207.0953</li>
<li><strong>MBA, BS Computer Science</strong></li>
<li>pcook01@calpoly.edu</li>
</ul>
</div>
</div>
</div>
<section id="aboutme" class="aboutme">
<div class="container">
<div class="row">
<div class="col-md-4">
<center><img class="left-border" src="img/profile-img.png" width="250px" height="250px" />
</center>
</div>
<div class="col-sm-3">
<div class="left-border">
<h4>Education</h4>
</div>
<p>My name is <strong>Patrick Cook </strong> and I recently graduated with an <strong>MBA and Computer Science</strong> degree from Calpoly San Luis Obispo. <br><br> Major:
<strong>MBA, BS Computer Science</strong><br>
GPA: <strong>3.4</strong>
</p>
</div>
<div class="col-sm-5">
<div class="left-border">
<h4>A little bit about me</h4>
</div>
<p>I am a creative software developer who enjoys fusing beautiful interfaces with elegant back end code. My <strong>skills</strong> include:</p>
<ul class="arrow-list">
<li>Designing website interfaces</li>
<li>Deploying full stack websites</li>
<li>Developing scalable iOS applications with intuitive UIs</li>
<li>Using Adobe Suite to design and create graphics</li>
<li>Providing technical support </li>
</ul>
</div>
</div>
</section>
<!-- Services -->
<section id="skills" class="skills">
<div class="container">
<div class="row text-center">
<div class="col-lg-10 col-lg-offset-1">
<h2>What can I do for you?</h2>
<hr class="medium">
<div class="row">
<div class="col-md-4 col-sm-6">
<div class="service-item">
<span class="fa-stack fa-4x">
<i class="fas fa-server"></i>
</span>
<h4>
<strong>RESTful API Development</strong>
</h4>
<p>I have experience building APIs from the ground up. Whether it be data modeling, endpoint decisions or API authentication, I spend time thinking before doing.</p>
<a href="#portfolio" class="btn btn-dark">See APIs</a>
</div>
</div>
<div class="col-md-4 col-sm-6">
<div class="service-item">
<span class="fa-stack fa-4x">
<i class="fab fa-react fa-spin"></i>
</span>
<h4>
<strong>Dynamic Website Development</strong>
</h4>
<p>You need a beautiful database driven website that aims for scalability and simplicity. My website projects use React.js for the front-end development, Ruby on Rails 5 or Node.js for backend APIs, and either a mysql or postgresql database.</p>
<a href="#portfolio" class="btn btn-dark">See Dynamic websites!</a>
</div>
</div>
<div class="col-md-4 col-sm-6">
<div class="service-item">
<span class="fa-stack fa-4x">
<i class="fab fa-app-store"></i>
</span>
<h4>
<strong>iOS Application Development</strong>
</h4>
<p>
From gathering requirements, to prototyping, to development and testing, I bring attention to detail and
and eye for design to each step of the process!
</p>
<a href="#portfolio" class="btn btn-dark">See iOS applications!</a>
</div>
</div>
</div>
</div>
</div>
</div>
<div style="padding-left: 50vw;">
<p>Inquiring about a project? </p>
<a href = "mailto: patrickcook28@icloud.com">
<button type="button" class="btn btn-success">
Email me!
</button>
</a>
</div>
</section>
<!-- Portfolio -->
<section id="portfolio" class="portfolio">
<div class="container">
<div class="row">
<div class="col-lg-10 col-lg-offset-1 text-center">
<h2>My Work</h2>
<hr class="medium">
<div class="row">
<div class="col-md-6">
<h3>Queue It</h3>
<div class="portfolio-item">
<img class="img-portfolio img-responsive left-border" src="img/queueit.png">
Swift, JQuery
</div>
</div>
<div class="col-md-6">
<h3>My Portfolio</h3>
<div class="portfolio-item">
<img class="img-portfolio img-responsive left-border" src="img/my-porfolio.png">
HTML5, CSS3, JQuery
</div>
</div>
</div>
<div class="row">
<div class="col-md-6">
<h3>Next Level Athletes iOS App</h3>
<div class="portfolio-item">
<img class="img-portfolio img-responsive left-border" src="img/nla-ios-screenshots.png">
Swift, Javascript, PHP
</div>
</div>
<div class="col-md-6">
<h3>Next Level Athletes Web Application</h3>
<div class="portfolio-item">
<img class="img-portfolio img-responsive left-border" src="img/nla-website.jpg">
HTML5, CSS3, Javascript, PHP
</div>
</div>
</div>
<div class="row">
<div class="col-md-6">
<h3>Phi Sigma Kappa Website</h3>
<div class="portfolio-item">
<img class="img-portfolio img-responsive left-border" src="img/psk-website.jpg">
HTML5, CSS3, Javascript, PHP
</div>
</div>
<!-- <div class="col-md-6">
<h3>EMR Tool</h3>
<div class="portfolio-item">
<img class="img-portfolio img-responsive left-border" src="img/emr-tool.jpg">
Java
</div>
</div>
</div> -->
<div class="row">
<div class="col-md-6">
<h3>Du (Disk Usage Utility)</h3>
<div class="portfolio-item">
<img class="img-portfolio img-responsive left-border" src="img/du.jpg">
C
</div>
</div>
<!-- <div class="col-md-6">
<h3>Agar.io<small>In Progress... </small></h3>
<div class="portfolio-item">
<img class="img-portfolio img-responsive left-border" src="img/agario.jpg">
Java
</div>
</div> -->
</div>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer>
<div id="contact" class="container">
<div class="row">
<div class="col-lg-10 col-lg-offset-1 text-center">
<h4><strong>Patrick Cook</strong>
</h4>
<p>585 Cerro Romauldo Ave.
<br>San Luis Obispo, CA 93405</p>
<ul class="list-unstyled">
<li><i class="fa fa-phone fa-fw"></i> (805) 207-0953</li>
<li><i class="fa fa-envelope-o fa-fw"></i> <a href="mailto:pcook01@calpoly.edu">pcook01@calpoly.edu</a>
</li>
</ul>
<br>
<ul class="list-inline">
<li>
<a href="https://www.facebook.com/patrickcook28"><i class="fa fa-facebook fa-fw fa-3x"></i></a>
</li>
<li>
<a href="https://www.linkedin.com/in/patrick-cook-94338589?trk=nav_responsive_tab_profile"><i class="fa fa-linkedin fa-fw fa-3x"></i></a>
</li>
<li>
<a href="#"><i class="fa fa-dribbble fa-fw fa-3x"></i></a>
</li>
</ul>
<p class="text-muted">Copyright © Patrick Cook 2016</p>
</div>
</div>
</div>
<a id="to-top" href="#top" class="btn btn-dark btn-lg"><i class="fa fa-chevron-up fa-fw fa-1x"></i></a>
</footer>
<!-- jQuery -->
<script src="js/jquery.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="js/bootstrap.min.js"></script>
<!-- Custom Theme JavaScript -->
<script>
// Closes the sidebar menu
$("#menu-close").click(function(e) {
e.preventDefault();
$("#sidebar-wrapper").toggleClass("active");
});
// Opens the sidebar menu
$("#menu-toggle").click(function(e) {
e.preventDefault();
$("#sidebar-wrapper").toggleClass("active");
});
// Scrolls to the selected menu item on the page
$(function() {
$('a[href*=#]:not([href=#],[data-toggle],[data-target],[data-slide])').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
}, 1000);
return false;
}
}
});
});
//#to-top button appears after scrolling
var fixed = false;
$(document).scroll(function() {
if ($(this).scrollTop() > 250) {
if (!fixed) {
fixed = true;
// $('#to-top').css({position:'fixed', display:'block'});
$('#to-top').show("slow", function() {
$('#to-top').css({
position: 'fixed',
display: 'block'
});
});
}
} else {
if (fixed) {
fixed = false;
$('#to-top').hide("slow", function() {
$('#to-top').css({
display: 'none'
});
});
}
}
});
</script>
</body>
</html>