-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
355 lines (305 loc) · 16.3 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
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
342
343
344
345
346
347
348
349
350
351
352
353
354
355
<!DOCTYPE html>
<html lang="en">
<head>
<title>Gavin Crowley - JavaScript Developer</title>
<!-- // test comment -->
<!-- Meta -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="DevCard Bootstrap 4 Template">
<meta name="author" content="Xiaoying Riley at 3rd Wave Media">
<link rel="shortcut icon" href="favicon.ico">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700" rel="stylesheet">
<!-- FontAwesome JS -->
<script defer src="assets/fontawesome/js/all.js"></script>
<!-- Owl Stylesheets -->
<link rel="stylesheet" href="assets/plugins/owlcarousel/assets/owl.carousel.min.css">
<link rel="stylesheet" href="assets/plugins/owlcarousel/assets/owl.theme.default.min.css">
<!-- Theme CSS -->
<link id="theme-style" rel="stylesheet" href="assets/css/theme-1.css">
</head>
<body>
<header class="header text-center">
<div class="force-overflow">
<h1 class="blog-name pt-lg-4 mb-0"><a href="index.html">Gavin Crowley</a></h1>
<nav class="navbar navbar-expand-lg navbar-dark" >
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navigation" aria-controls="navigation" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div id="navigation" class="collapse navbar-collapse flex-column" >
<div class="profile-section pt-3 pt-lg-0">
<a href="index.html"><img class="profile-image mb-3 rounded-circle mx-auto" src="assets/images/gavin-profile.png" alt="image"></a>
<div class="bio mb-3">Hi, my name is Gavin Crowley and I'm a Fullstack Developer. Welcome to my personal website!</div><!--//bio-->
<ul class="social-list list-inline py-2 mx-auto">
<li class="list-inline-item"><a href="https://github.com/gavin-crowley" target="_blank"><i class="fab fa-github-alt fa-fw"></i></a></li>
<li class="list-inline-item"><a href="https://www.linkedin.com/in/gavin-crowley/" target="_blank"><i class="fab fa-linkedin-in fa-fw"></i></a></li>
<li class="list-inline-item"><a href="https://twitter.com/gavinxcrowley" target="_blank"><i class="fab fa-twitter fa-fw"></i></a></li>
<!-- <li class="list-inline-item"><a href="https://stackoverflow.com/users/12177373/gavxro" target="_blank"><i class="fab fa-stack-overflow fa-fw"></i></a></li>
<li class="list-inline-item"><a href="https://codepen.io/gavinc" target="_blank"><i class="fab fa-codepen fa-fw"></i></a></li> -->
</ul><!--//social-list-->
<hr>
</div><!--//profile-section-->
<ul class="navbar-nav flex-column text-left">
<li class="nav-item active">
<a class="nav-link" href="index.html"><i class="fas fa-user fa-fw mr-2"></i>About Me<span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="portfolio.html"><i class="fas fa-laptop-code fa-fw mr-2"></i>Portfolio</a>
</li>
<!-- <li class="nav-item">
<a class="nav-link" href="services.html"><i class="fas fa-briefcase fa-fw mr-2"></i>Services & Pricing</a>
</li> -->
<li class="nav-item">
<a class="nav-link" href="resume.html"><i class="fas fa-file-alt fa-fw mr-2"></i>Resume</a>
</li>
<li class="nav-item">
<a class="nav-link" href="blog-home.html"><i class="fas fa-blog fa-fw mr-2"></i>Blog</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contact.html"><i class="fas fa-envelope-open-text fa-fw mr-2"></i>Contact</a>
</li>
<!-- <li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i class="fas fa-cogs fa-fw mr-2"></i>More Pages
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="project.html">Project Page</a>
<a class="dropdown-item" href="blog-home.html">Blog Home 1</a>
<a class="dropdown-item" href="blog-home-alt.html">Blog Home 2</a>
<a class="dropdown-item" href="blog-post.html">Blog Post</a>
</div>
</li> -->
</ul>
<div class="my-2">
<a class="btn btn-primary" href="contact.html"><i class="fas fa-paper-plane mr-2"></i>Hire Me</a>
</div>
<!-- <div class="dark-mode-toggle text-center w-100">
<hr class="mb-4">
<h4 class="toggle-name mb-3 "><i class="fas fa-adjust mr-1"></i>Dark Mode</h4>
<input class="toggle" id="darkmode" type="checkbox">
<label class="toggle-btn mx-auto mb-0" for="darkmode"></label>
</div> -->
</div>
</nav>
</div><!--//force-overflow-->
</header>
<div class="main-wrapper">
<section class="about-me-section p-3 p-lg-5 theme-bg-light">
<div class="container">
<div class="profile-teaser media flex-column flex-lg-row">
<div class="media-body">
<h2 class="name font-weight-bold mb-1">Gavin Crowley</h2>
<div class="tagline mb-3">Fullstack Developer</div>
<div class="bio mb-4">I like to build web apps with JavaScript-based technologies such as React.js and backend languages like Java.<br><br>
In a previous life I worked as a data analyst with Apple but the web called me and I now love to craft quality web experiences.<br><br>
I'm also a musician - here I am playing classical guitar at a friend's wedding in Ireland.<br><br></div>
<div class="bio mb-4">I write about software development on <a class="link-on-bg" href="blog-home.html">my blog</a>. Want to know how I may help your project? Check out my project <a class="link-on-bg" href="projects.html">portfolio</a> and <a class="link-on-bg" href="resume.html">online resume</a>.
</div><!--//bio-->
<div class="mb-4">
<a class="btn btn-primary mr-2 mb-3" href="portfolio.html"><i class="fas fa-arrow-alt-circle-right mr-2"></i><span class="d-none d-md-inline">View</span> Portfolio</a>
<a class="btn btn-secondary mb-3" href="resume.html"><i class="fas fa-file-alt mr-2"></i><span class="d-none d-md-inline">View</span> Resume</a>
</div>
</div><!--//media-body-->
<img class="profile-image mb-3 mb-lg-0 ml-lg-5 mr-md-0" src="assets/images/gavin-guitar.jpg" alt="">
</div>
</div>
</section><!--//about-me-section-->
<section class="overview-section p-3 p-lg-5">
<div class="container">
<h2 class="section-title font-weight-bold mb-3">What I do</h2>
<div class="section-intro mb-5">Below is a quick overview of my main technical skill sets and technologies I use. Want to find out more about my experience? Check out my <a href="resume.html">online resume</a> and <a href="portfolio.html">project portfolio</a>.</div>
<div class="row">
<div class="item col-6 col-lg-3">
<div class="item-inner">
<div class="item-icon"><i class="fab fa-react mr-2"></i></div>
<h3 class="item-title">React</h3>
<div class="item-desc">I have experience with all the main aspects of React and it's ecosystem. It's my framework of choice for building web applications.</div>
</div><!--//item-inner-->
</div><!--//item-->
<div class="item col-6 col-lg-3">
<div class="item-inner">
<div class="item-icon"><i class="fab fa-js-square"></i></div>
<h3 class="item-title">Vanilla JavaScript</h3>
<div class="item-desc">JavaScript is my bread and butter. Along with vanilla I use ES6+ when developing new projects and also have experience with jQuery.</div>
</div><!--//item-inner-->
</div><!--//item-->
<div class="item col-6 col-lg-3">
<div class="item-inner">
<div class="item-icon"><i class="fab fa-node-js"></i></div>
<h3 class="item-title">Node.js</h3>
<div class="item-desc">I use Node daily to manage packages and to build server-side apps and APIs, mainly with the MERN stack.</div>
</div><!--//item-inner-->
</div><!--//item-->
<div class="item col-6 col-lg-3">
<div class="item-inner">
<div class="item-icon"><i class="fab fa-github mr-2"></i><i class="fab fa-css3-alt mr-2"></i><i class="fab fa-html5"></i></div>
<h3 class="item-title">Github, CSS & HTML</h3>
<div class="item-desc">I have years of experience with CSS & HTML and Github is my goto for version control.</div>
</div><!--//item-inner-->
</div><!--//item-->
</div><!--//row-->
<!-- <div class="text-center py-3"><a href="services.html" class="btn btn-primary"><i class="fas fa-arrow-alt-circle-right mr-2"></i>Services & Pricing
</a></div> -->
</div><!--//container-->
</section>
<div class="container"><hr></div>
<!-- <div class="container"><hr></div> -->
<!-- ////////////////////////////// -->
<section class="featured-section p-3 p-lg-5">
<div class="container">
<h2 class="section-title font-weight-bold mb-5">Featured Projects</h2>
<div class="row">
<div class="col-md-6 mb-5">
<div class="card project-card">
<div class="row no-gutters">
<div class="col-lg-4 card-img-holder">
<img src="./assets/images/project/employee-manager.png" class="card-img" alt="image">
</div>
<div class="col-lg-8">
<div class="card-body">
<h5 class="card-title"><a href="employee.html" class="theme-link">Employee Manager</a></h5>
<p class="card-text">An app to store employee's details. Hosted on AWS.</p>
<!-- <p class="card-text"><small class="text-muted">Client: Google</small></p> -->
</div>
</div>
</div>
<div class="link-mask">
<a class="link-mask-link" href="employee.html"></a>
<div class="link-mask-text">
<a class="btn btn-secondary" href="employee.html">
<i class="fas fa-eye mr-2"></i>View Project
</a>
</div>
</div><!--//link-mask-->
</div><!--//card-->
</div><!--//col-->
<div class="col-md-6 mb-5">
<div class="card project-card">
<div class="row no-gutters">
<div class="col-lg-4 card-img-holder">
<img src="assets/images/project/fitness-mate.png" class="card-img" alt="image">
</div>
<div class="col-lg-8">
<div class="card-body">
<h5 class="card-title"><a href="fitness-mate.html" class="theme-link">Fitness Mate</a></h5>
<p class="card-text">A fitness tracker that lists exercises.</p>
<!-- <p class="card-text"><small class="text-muted">Client: Google</small></p> -->
</div>
</div>
</div>
<div class="link-mask">
<a class="link-mask-link" href="fitness-mate.html"></a>
<div class="link-mask-text">
<a class="btn btn-secondary" href="fitness-mate.html">
<i class="fas fa-eye mr-2"></i>View Project
</a>
</div>
</div><!--//link-mask-->
</div><!--//card-->
</div><!--//col-->
<div class="col-md-6 mb-5">
<div class="card project-card">
<div class="row no-gutters">
<div class="col-lg-4 card-img-holder">
<img src="assets/images/project/friendly-bank.png" class="card-img" alt="image">
</div>
<div class="col-lg-8">
<div class="card-body">
<h5 class="card-title"><a href="google-clone.html" class="theme-link">Friendly Bank</a></h5>
<p class="card-text">A C# console banking application.</p>
<!-- <p class="card-text"><small class="text-muted">Client: Dropbox</small></p> -->
</div>
</div>
</div>
<div class="link-mask">
<a class="link-mask-link" href="friendly.html"></a>
<div class="link-mask-text">
<a class="btn btn-secondary" href="friendly.html">
<i class="fas fa-eye mr-2"></i>View Project
</a>
</div>
</div><!--//link-mask-->
</div><!--//card-->
</div><!--//col-->
<div class="col-md-6 mb-5">
<div class="card project-card">
<div class="row no-gutters">
<div class="col-lg-4 card-img-holder">
<!-- <img src="assets/images/project/ollie-site.PNG" class="card-img" alt="image"> -->
</div>
<div class="col-lg-8">
<div class="card-body">
<!-- <h5 class="card-title"><a href="wordpress-site.html" class="theme-link">WordPress Site - olivernanasy.com</a></h5> -->
<!-- <p class="card-text">Aircraft Engineer Portfolio Site made with WordPress </p> -->
<!-- <p class="card-text"><small class="text-muted">Client: Uber</small></p> -->
</div>
</div>
</div>
<div>
<!-- <a class="link-mask-link" href="wordpress-site.html"></a> -->
<!-- <div class="link-mask-text">
<a class="btn btn-secondary" href="wordpress-site.html">
<i class="fas fa-eye mr-2"></i>View Project
</a>
</div> -->
</div><!--//link-mask-->
</div><!--//card-->
</div><!--//col-->
</div><!--//row-->
<div class="text-center py-3"><a href="portfolio.html" class="btn btn-primary"><i class="fas fa-arrow-alt-circle-right mr-2"></i>View Portfolio</a></div>
</div><!--//container-->
</section><!--//featured-section-->
<div class="container"><hr></div>
<section class="latest-blog-section p-3 p-lg-5">
<div class="container">
<h2 class="section-title font-weight-bold mb-5">Latest Blog Posts</h2>
<div class="row">
<div class="col-md-4 mb-5">
<div class="card blog-post-card">
<img class="card-img-top" src="assets/images/blog/bangalore.jpg" alt="image">
<div class="card-body">
<h5 class="card-title"><a class="theme-link" href="bangalore-india-startup-hub.html">Bangalore – India’s Startup Hub</a></h5>
<p class="card-text">In 2006, as part of a 6-month Indian trip, I spent a few days in Bangalore, or Bengaluru, as it’s known since 2014. It immediately struck me as an Indian city with a...</p>
<p class="mb-0"><a class="more-link" href="bangalore-india-startup-hub.html">Read more →</a></p>
</div>
<div class="card-footer">
<!-- <small class="text-muted">Published 2 days ago</small> -->
</div>
</div><!--//card-->
</div><!--//col-->
<div class="col-md-4 mb-5">
<div class="card blog-post-card">
<img class="card-img-top" src="assets/images/blog/crystal-ball.jpg" alt="image">
<div class="card-body">
<h5 class="card-title"><a class="theme-link" href="what-media-and-tech-will-look-like-in-2020-some-predictions.html">What Media and Tech Will Look Like in 2020 – Some Predictions</a></h5>
<p class="card-text">In the run up to Christmas, two of my favorite video series went the way of the dinosaur. It was a disappointing way to end the year. They have been invaluable sources of insight...</p>
<p class="mb-0"><a class="more-link" href="what-media-and-tech-will-look-like-in-2020-some-predictions.html">Read more →</a></p>
</div>
<div class="card-footer">
<!-- <small class="text-muted">Published a week ago</small> -->
</div>
</div><!--//card-->
</div><!--//col-->
</div><!--//row-->
<div class="text-center py-3"><a href="blog-home.html" class="btn btn-primary"><i class="fas fa-arrow-alt-circle-right mr-2"></i>View Blog</a></div>
</div><!--//container-->
</section><!--//latest-blog-section-->
<footer class="footer text-center py-4">
<small class="copyright">© <script type="text/javascript">document.write(new Date().getFullYear());</script> Gavin Crowley</small>
</footer>
</div><!--//main-wrapper-->
<!-- Javascript -->
<script src="assets/plugins/jquery-3.4.1.min.js"></script>
<script src="assets/plugins/popper.min.js"></script>
<script src="assets/plugins/bootstrap/js/bootstrap.min.js"></script>
<script src="assets/plugins/owlcarousel/owl.carousel.min.js"></script>
<script src="assets/js/testimonials.js"></script>
<!-- Style Switcher (REMOVE ON YOUR PRODUCTION SITE) -->
<script src="assets/js/demo/style-switcher.js"></script>
<!-- Dark Mode -->
<script src="assets/plugins/js-cookie.min.js"></script>
<script src="assets/js/dark-mode.js"></script>
</body>
</html>