-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathindex.html
257 lines (208 loc) · 10.9 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
<!DOCTYPE html>
<html>
<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>Chris Dermody's GitHub Projects</title>
<link rel="stylesheet" href="css/bootstrap.min.css">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400" rel="stylesheet">
<link rel="stylesheet" href="css/animate.css">
<link rel="stylesheet" href="css/style.css">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- Leave those next 4 lines if you care about users using IE8 -->
<!--[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>
if(location.hostname != "localhost") {
(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','https://www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-42920430-17', 'auto'); ga('send', 'pageview');
} else {
console.log('dev mode detected, don\'t track view')
}
</script>
</head>
<body>
<nav class="navbar navbar-default navbar-fixed-top animated slideInDown">
<div class="container-fluid">
<p class="navbar-text navbar-right"><a href="http://chrisdermody.com/web-developer-portfolios-5-single-page-websites-to-land-you-your-next-development-job/?utm_source=github_portfolio&utm_medium=eng_mark&utm_campaign=free_webdev_templates" target="_blank" class="navbar-link">This portfolio template got me a job! I'm giving the code away for free here</a></p>
</div>
</nav>
<div class="container-fluid">
<div class="text-center">
<img src="img/profiler-round2.png" width=200 class="profile-pic">
<h1>Chris Dermody</h1>
<h3>Product Builder</h3>
<h5>Web Developer</h5>
<div class="text-center" style="margin:20px">
<a href="http://chrisdermody.com/" class="" target="_blank">
chrisdermody.com
</a>
</div>
</div>
<div class="row row-grey">
<div class="col-sm-8 col-sm-offset-2">
<div class="row work-item-row">
<div class="col-lg-8">
<img src="img/mydevportfolio.png" class="img-responsive center-block">
</div>
<div class="col-lg-4">
<h2><a href="https://mydevportfol.io?ref=ghportfolio" target="blank">MyDevPortfol.io</a></h2>
<p>A web application to help developers and programmers build beautifully designed portfolios in minutes</p>
<h4>Technology</h4>
<p>Mydevportfol.io is built using Angular2+, with a node backend for handling API requests, and runs on Heroku. Payments are handled via Stripe, Firebase provides the database solution and Bootstrap3 is the CSS framework of choice for this project</p>
</div>
</div>
<div class="row text-center">
<div class="col-xs-12">
<img src="img/techlogos/angular.png" class="techlogo" width="100">
<img src="img/techlogos/node.png" class="techlogo" width="100">
<img src="img/techlogos/stripe.svg" class="techlogo" width="100">
<img src="img/techlogos/heroku.png" class="techlogo" width="100">
<img src="img/techlogos/firebase.png" class="techlogo" width="100">
<img src="img/techlogos/bootstrap.png" class="techlogo" width="100">
</div>
</div>
<div class="row text-center" style="margin:20px;">
<a class="btn btn-launch" href="https://mydevportfol.io?ref=ghportfolio" target="blank">Build a portfolio</a>
</div>
</div>
</div>
<div class="row row-white">
<div class="col-sm-8 col-sm-offset-2">
<div class="row work-item-row">
<div class="col-lg-8 col-lg-push-4">
<img src="img/jobbie1.png" class="img-responsive center-block">
</div>
<div class="col-lg-4 col-lg-pull-8">
<h2><a href="http://jobb.ie" target="blank">Jobb.ie</a></h2>
<p>A simple web app built to quickly find jobs in Ireland. Users enter the search term and desired county, and are offered job listings from 3 of the most popular job sites in Ireland</p>
<h4>Technology</h4>
<p>Jobbie uses Bootstrap3 for a mobile-first layout, with jQuery for easy page manipulation. On the backend an Express/Node.js app lives on a Heroku dyno that acts as a middleware to scrape job sites and return the information to the user.</p>
</div>
</div>
<div class="row text-center">
<div class="col-xs-12">
<img src="img/techlogos/jquery.png" class="techlogo" width="100">
<img src="img/techlogos/bootstrap.png" class="techlogo" width="100">
<img src="img/techlogos/node.png" class="techlogo" width="100">
<img src="img/techlogos/heroku.png" class="techlogo" width="100">
</div>
</div>
<div class="row text-center" style="margin:20px;">
<a class="btn btn-launch" href="http://jobb.ie" target="blank">Launch</a>
</div>
</div>
</div>
<div class="row row-grey">
<div class="col-sm-8 col-sm-offset-2">
<div class="row work-item-row">
<div class="col-lg-8">
<img src="img/mydeliverypal.png" class="img-responsive center-block">
</div>
<div class="col-lg-4">
<h2><a href="https://play.google.com/store/apps/details?id=com.chrisdermody.mydeliverypal&hl=en" target="blank">My Delivery Pal</a></h2>
<p>An Android application for delivery drivers and couriers, making them faster and more efficient at their job</p>
<h4>Technology</h4>
<p>Delivery Pal is build with Ionic, Angular, and Firebase for real-time location tracking. Integrating with the Google Maps API for address lookup and navigation. A Node.js server hosted on Heroku acts as a middle-man, handling backend logic and database updates within Firebase</p>
</div>
</div>
<div class="row text-center">
<div class="col-xs-12">
<img src="img/techlogos/ionic.png" class="techlogo" width="100">
<img src="img/techlogos/angular.png" class="techlogo" width="100">
<img src="img/techlogos/node.png" class="techlogo" width="100">
<img src="img/techlogos/heroku.png" class="techlogo" width="100">
<img src="img/techlogos/firebase.png" class="techlogo" width="100">
</div>
</div>
<div class="row text-center" style="margin:20px;">
<a class="btn btn-launch" href="https://play.google.com/store/apps/details?id=com.chrisdermody.mydeliverypal&hl=en" target="blank">Go to app</a>
</div>
</div>
</div>
<div class="row row-white">
<div class="col-sm-8 col-sm-offset-2">
<div class="row work-item-row">
<div class="col-lg-8 col-lg-push-4">
<img src="img/vistoryscreen1.png" class="img-responsive center-block">
</div>
<div class="col-lg-4 col-lg-pull-8">
<h2><a href="http://vistoryapp.com" target="blank">Vistory</a></h2>
<h4>Mobile Car App</h4>
<p>An Android application for vehicle owners to quickly and easily log maintenance and parts costs for their cars.</p>
<h4>Technology</h4>
<p>Vistory is built on the Ionic platform that uses the Angular.js framework to build cross-platform mobile applications. On the backend Vistory uses an Express/Node.js app on Heroku to handle user accounts and authentication, while a remote noSQL database sits on Cloudant for backing up user data</p>
</div>
</div>
<div class="row text-center">
<div class="col-xs-12">
<img src="img/techlogos/ionic.png" class="techlogo" width="100">
<img src="img/techlogos/angular.png" class="techlogo" width="100">
<img src="img/techlogos/node.png" class="techlogo" width="100">
<img src="img/techlogos/heroku.png" class="techlogo" width="100">
<img src="img/techlogos/pouch-grey.png" class="techlogo" width="100">
<img src="img/techlogos/cloudant.png" class="techlogo" width="100">
</div>
</div>
<div class="row text-center" style="margin:20px;">
<a class="btn btn-launch" href="http://vistoryapp.com" target="blank">Open app site</a>
</div>
</div>
</div>
<div class="row row-grey">
<div class="col-sm-8 col-sm-offset-2">
<div class="row work-item-row">
<div class="col-lg-8 col-lg-push-4 text-center">
<img src="img/techlogos/Slack.png" class="img-responsive center-block" width="300" style="margin: auto; margin-top:50px">
</div>
<div class="col-lg-4 col-lg-pull-8">
<h2><a href="https://github.com/Chippd/slackDomainChecker" target="blank">Slack Chat Bot</a></h2>
<p>A Slack chat bot built to quickly check domain name availability across the most popular TLD's. </p>
<h4>Technology</h4>
<p>The Slack bot interacts with a Node.js app living on Heroku, which requests information from a free domain-checking api, parses the response, and delivers a colour-coded response back to the client.</p>
</div>
</div>
<div class="row text-center">
<div class="col-xs-12">
<img src="img/techlogos/node.png" class="techlogo" width="100">
<img src="img/techlogos/heroku.png" class="techlogo" width="100">
</div>
</div>
<div class="row text-center" style="margin:20px;">
<a class="btn btn-launch" href="https://github.com/Chippd/slackDomainChecker" target="blank">View on Github</a>
</div>
</div>
</div>
<div class="row row-tools row-white">
<div class="col-sm-12 text-center">
<h3>Tools I Use</h3>
<img src="img/tool-logos/sketch.png" class="techlogo" width="150">
<img src="img/tool-logos/git.png" class="techlogo" width="150">
<img src="img/tool-logos/sublime.png" class="techlogo" width="150">
</div>
</div>
<div class="row row-footer text-center">
<div class="col">
<div style="margin:50px;">
<h3 style="margin:50px 0 15px">I'm available for work, get in touch</h3>
<a href="http://chrisdermody.com/" class="" target="_blank">
chrisdermody.com
</a>
</div>
</div>
</div>
</div>
<!--
<div class="container-fluid">
</div> -->
<!-- <div class="text-center">
<p style="margin-top:20px"">*Also love building other things, like VBA macros, mobile applications, chat bots, and the odd motorbike...</p>
</div> -->
<!-- Including Bootstrap JS (with its jQuery dependency) so that dynamic components work -->
<script src="js/jquery-3.1.0.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<!-- <script src="js/myScripts.js"></script> -->
</body>
</html>