-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
371 lines (369 loc) · 19.7 KB
/
index.html
File metadata and controls
371 lines (369 loc) · 19.7 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
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Ginnie Hench</title>
<meta name="description" content=" " />
<meta name="author" content=" " />
<meta name="HandheldFriendly" content="true" />
<meta name="MobileOptimized" content="320" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<script src="https://d3js.org/d3.v5.min.js"></script>
<script type="text/javascript" src="js/app/date.js"></script>
<script src="https://cdn.jsdelivr.net/npm/vue"></script>
<link href="https://fonts.googleapis.com/css?family=Josefin+Sans:300|400" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="assets/styles.css">
<link rel="stylesheet" href="assets/font-awesome-4.7.0/css/font-awesome.min.css">
<link rel="apple-touch-icon" sizes="180x180" href="assets/favicons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="assets/favicons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="assets/favicons/favicon-16x16.png">
<link rel="manifest" href="assets/favicons/manifest.json">
<link rel="mask-icon" href="assets/favicons/safari-pinned-tab.svg" color="#5bbad5">
<meta name="theme-color" content="#ffffff">
<style>
@import url('https://fonts.googleapis.com/css?family=Josefin+Sans');
</style>
</head>
<body>
<div id="loader"></div>
<div id="contents" class="not_visible">
<nav id="nav" v-html="navContent"></nav>
<header id="header" v-html="headerContent"></header>
<section id="home">
<div class="height_filler">
</div>
<span class="anchor" id="about"></span>
<div class="topic p_600_max show_icons_below_first">
<p class="centered_p">Thanks for stopping by!
</p>
<p>
I’m a Junior Web Developer with a passion for building apps that are functional and visually appealing.
</p>
<p>
I previously worked in the life science industry and have a bachelor's degree in visual arts. I decided to pursue web development because I wanted a new career where technical problem solving would be at the center of my daily routine. I completed The Iron Yard’s immersive, full-stack developer course in October, 2017.
</p>
<p>
I love the feeling of satisfaction I get from resolving bugs in just a few lines of code, as well as the thrill that comes with delivering a beautiful, effective web product. I’m looking for an opportunity to contribute my skills and continue to grow as a developer.
</p>
<p>
My resume is available on the side bar to the left (see 3-bars button at top). Feel free to connect with me via email at <a href="mailto:ginniehench@gmail.com">ginniehench@gmail.com</a> or on <a href="https://www.linkedin.com/in/ginnie-hench-280353b">LinkedIn</a>
</p>
<p>
I’m still adding features to this site, so stop back again soon!
</p>
<p>
Cheers!
</p>
</div>
<div id="image_holder" class="image_holder">
<div class="connect_icons_outer">
<div class="connect_icons">
<a href="mailto:ginniehench@gmail.com"><i class="fa fa-envelope" aria-hidden="true"></i></a>
<a href="https://www.linkedin.com/in/ginnie-hench-280353b"><i class="fa fa-linkedin" aria-hidden="true"></i></a>
<a href="https://github.com/gingin77"><i class="fa fa-github" aria-hidden="true"></i></a>
<a href="https://stackoverflow.com/users/8481019/ginnie-hench?tab=profile"><i class="fa fa-stack-overflow" aria-hidden="true"></i></a>
<a href="https://ginnielearnstocode.wordpress.com/"><i class="fa fa-wordpress" aria-hidden="true"></i></a>
<a href="https://twitter.com/engineniches"><i class="fa fa-twitter" aria-hidden="true"></i></a>
</div>
</div>
</div>
<span class="anchor" id="skills"></span>
<div class="topic p_600_max">
<p class="centered_p">Programming Skills</p>
<p class="italic">
My resume includes a more detailed outline of my work experience and is available to <a href='resume.html'>view </a> and <a href="public/G.Hench_Resume.pdf" download="true">download.</a>
</p>
<p>
<span class="bold_header">Languages/Frameworks: </span>Ruby on Rails, JavaScript ES6, HTML5, CSS3, NodeJS
</p>
<p>
<span class="bold_header">Databases: </span>SQL, PostgreSQL, MySQL, MongoDB, Mongoose
</p>
<p>
<span class="bold_header">Ruby Gems/Libraries: </span>Rspec, MiniTest, FactoryBot, Shoulda Matchers, Capybara, Launchy, Devise, CanCan, Pundit, Active Admin, ActionMailer, Formtastic, Dotenv, Dragonfly, Paperclip, CarrierWave, Jbuilder, Rack middleware
</p>
<p>
<span class="bold_header">Front End JS Libraries: </span>D3.js, PDF.js, Datejs, jQuery
</p>
<p>
<span class="bold_header">NodeJS Frameworks and Modules: </span>Express with Mustache, Validator, Passport, Express-Session, Cookie-Session
</p>
<p>
<span class="bold_header">Styling and Design Tools: </span>Animations using CSS keyframes, transition properties and JS functions; Bootstrap, Media Queries, FlexBox, CSS-Grid, Font Awesome, Google Fonts, PhotoShop
</p>
<p>
<span class="bold_header">Server/Storage Tools: </span>Digital Ocean, Ubuntu, Passenger, Nginx, SSL certificate installation with CertBot, Capistrano and Capistrano partner gems, Heroku, AWS CLI for managing s3 buckets, AWS Ruby SDK
</p>
<p>
<span class="bold_header">Other relevant skills</span>
<ul class="no_top_margin skills_list_ul">
<li class="skills_list_item">
Acustomed to taking an agile approach to web app development
</li>
<li class="skills_list_item">
Experience building API's and RESTful webservices in Rails
</li>
<li class="skills_list_item">
Experience accessing 3rd party API's with JavaScript and Ruby
</li>
</ul>
</p>
<div class='clip_image_holder removeOnMobile'>
<p id="scroll_message">Continue scrolling to see interactive skills graph</p>
</div>
</div>
<div id="scatter-plot" v-html="scatterPlotContent">
</div>
<div class="half_topic">
</div>
<span class="anchor" id="portfolio"></span>
<div class="topic p_600_max portfolio">
<div class="portfolio_items">
<p class="centered_p">Portfolio</p>
<p>
To see most recent projects and updates to ongoing work, please visit my GitHub site at
<a href="https://github.com/gingin77">github.com/gingin77
<i class="fa fa-github" aria-hidden="true"></i>
</a>.
</p>
<div id="portfolio-thumb-wrapper">
<div id="thumb-tourify">
<img src="assets/images/portfolio_thumbs/tourify.png" />
</div>
<div id="thumb-scatter">
<img src="assets/images/portfolio_thumbs/scatter-plot.png" />
</div>
<div id="thumb-memory">
<img src="assets/images/portfolio_thumbs/Memory-logo.png" />
</div>
<div id="thumb-song">
<img src="assets/images/portfolio_thumbs/songs.png" />
</div>
<div id="thumb-hackernews">
<img src="assets/images/portfolio_thumbs/my_HN_lite_flat.png" />
</div>
</div>
<p>
Some of the information below is also included in my resume, which is available to <a href='resume.html'>view </a> and <a href="public/G.Hench_Resume.pdf" download="true">download</a>.
</p>
<br />
<p><span class="bold_header">Featured Projects:</span></p>
<ul class="no_top_margin">
<li class="portfolio_list_item">
<a href="#hacker-news">My Hacker News Lite:</a> a Rails web app modelled after Hacker News
</li>
<li class="portfolio_list_item">
<a href="#songs">Song Snippet Player:</a> a responsive, client-side app that lets you build a playlist of song snippets using data pulled from the iTunes API
</li>
<li class="portfolio_list_item">
<a href="#tourify">Tourify:</a> a Ruby on Rails app that supports a mobile-responsive guided tour of downtown Durham
</li>
<li class="portfolio_list_item italic">More details on other projects coming soon
</li>
</ul>
</div>
</div>
<div class="half_topic">
</div>
<div class="topic p_600_max portfolio">
<div class="portfolio_item">
<span class="anchor" id="hacker-news"></span>
<p class="project_title">My Hacker News Lite</p>
<p>This web app was modelled after <a href="https://news.ycombinator.com/">Y Combinator's Hacker News site</a>. The backend is built in Ruby on Rails with jQuery and AJAX-enabled requests on the front-end.
<ul class="no_top_margin">
<li class="portfolio_list_item">
Authenticated users can submit posts, make comments on posts, and reply to other comments
</li>
<li class="portfolio_list_item">
When logged in, users can vote on posts and comments, change their own vote, or cancel their own vote
</li>
<li class="portfolio_list_item">
The site is deployed to a Digital Ocean Droplet configured with Passenger and Nginx. An SSL certifcate from Let's Encrypt was installed with CertBot.
</li>
</ul>
</p>
<p class="caption c_above">
The GIF below shows ways a user can interact with a post by up-voting, down-voting, cancelling their vote, and adding a comment.
</p>
<div class="hn_wrapper">
<img id="hn_gif" src="assets/images/hn-comment-submission.gif" />
</div>
<p class="margin-top">
<span class="bold_header">Site: </span>
<a href="https://myhackernewslite.com/">myhackernewslite.com</a>
</p>
<p>
<span class="bold_header">Code Repository: <a href="https://github.com/gingin77/hackernews_clone"></span>github.com/gingin77/hackernews_clone</a>
</p>
</div>
<div class="half_topic">
</div>
<div class="portfolio_item">
<span class="anchor" id="songs"></span>
<p class="project_title">Song Snippet Player</p>
<p>
The Song Snippet Player pulls song clips from the iTunes API and allows users to build a play list while listening to songs they choose. Try it out <a href="https://gingin77.github.io/iTunes_API/">here.</a>
<ul class="no_top_margin">
<li class="portfolio_list_item">
The song title font color changes when a new song starts to distinguish the current song from upcoming songs and songs already played
</li>
<li class="portfolio_list_item">
Users can submit a new search term without losing their playlist
</li>
<li class="portfolio_list_item">
The layout is responsive, with an alternate design specifically for mobile users
</li>
</ul>
</p>
<p class="caption c_above removeOnNonMobile">
The GIF below shows the a desktop view of the playlist feature in action.
</p>
<div class="song_img_wrapper removeOnNonMobile">
<img class="removeOnNonMobile" id="song_gif" src="assets/images/song_snippet_player.gif" />
</div>
<p class="caption c_above removeOnMobile">
The GIF below shows the a desktop view of the playlist feature in action. The image to the right is a sample mobile view.
</p>
<div class="song_img_wrapper removeOnMobile">
<img id="song_gif" src="assets/images/song_snippet_player.gif"/>
<img id="song_mobile" src="assets/images/song_snippet_mobile.jpg"/>
</div>
<p class="margin-top">
<span class="bold_header">Site: </span>
<a href="https://gingin77.github.io/iTunes_API/">gingin77.github.io/iTunes_API/</a>
</p>
<p>
<span class="bold_header">Snippet Player Code Repository: </span>
<a href="https://github.com/gingin77/iTunes_API">github.com/gingin77/iTunes_API</a>
</p>
</div>
<div class="half_topic">
</div>
<div class="portfolio_item">
<span class="anchor" id="tourify"></span>
<p class="project_title">Tourify</p>
<p>
Tourify is a collaboratively built web app that serves two main user types:
<ul class="no_top_margin">
<li class="portfolio_list_item">
Tourist users get a mobile-responsive walking tour of downtown Durham
</li>
<li class="portfolio_list_item">
Tour content creators can register to use a dashboard that makes it easy to create, upload, and edit new tours with stops
</li>
</ul>
</p>
<img class="skills_img" src="assets/images/tour_and_creator_views2.png"/>
<br />
<p class="caption c_below">The image above shows Tourify's home page for the tourist's view (left) and a view from Tourify's Content Creator's Dashboad (right). Tourify’s tourist’s view is available at: <a href="http://tourify.city/">tourify.city</a>
</p>
<p>
As a backend developer on the project, I was involved in building this Ruby on Rails web app to serve 2 main functions. Tourify exposes a public API with tour and stop information for the React frontend and supports a Content Creator’s Dashboard, which provides an interface for making changes to the API content.
<ul class="no_top_margin">
<li class="portfolio_list_item">
A user must register and be logged in to access Tourify's Content Creator’s Dashboard
</li>
<li class="portfolio_list_item">
A user can only view and make edits to tours associated with the same organization of which that user is a member
</li>
<li class="portfolio_list_item">
Content Creators can add multiple stops to a tour in bulk by uploading a .csv file. It is also possible to export multiple stops at once to either a .csv or .excel file.
</li>
</ul>
</p>
<p class="caption c_above">The image below shows the options available on the Stops Main Page within Tourify's Content Creator's Dashboard.
</p>
<img class="skills_img" src="assets/images/Stops_main_page.png"/>
<br />
<br />
<p class="margin-top"><span class="bold_header">Tourify’s Content Creator Dashboard</span> is available in a beta-tester's version <a href="https://agile-mesa-66753.herokuapp.com/"> here.</a> Click <a href='tourify-instructions.html'>here</a> for instructions on how to view the beta testers version of the Content Creator's dashboard.
</p>
<p>
<span class="bold_header">Tourify’s Backend Code Repository: </span><a href="https://github.com/Tourify/tourify_rr">github.com/Tourify/tourify_rr</a>
</p>
</div>
<div class="half_topic">
</div>
</div>
<span class="anchor" id="connect"></span>
<div class="topic show_icons_below_last">
<p class="centered_p">Contact Information</p>
<div class="connect_wrapper">
<div id="connect_message">
<p>If you'd like to connect, I can be reached via email and over LinkedIn.
If you prefer other forms of social media, feel free to follow me at any of the sites listed below.
</p>
<div id="self_img_holder">
<img id="self" src="assets/images/Self.png" />
</div>
</div>
<table id="connect_list">
<col id="col1" />
<col id="col2" />
<tr>
<td><a href="mailto:ginniehench@gmail.com">
<i class="fa fa-envelope" aria-hidden="true"></i></a>
</td>
<td><a href="mailto:ginniehench@gmail.com">
ginniehench@gmail.com</a>
</td>
</tr>
<tr>
<td><a href="https://www.linkedin.com/in/ginnie-hench-280353b"> <i class="fa fa-linkedin" aria-hidden="true"></i></a>
</td>
<td><a href="https://www.linkedin.com/in/ginnie-hench-280353b">
Ginnie Hench on LinkedIn<a/>
</td>
</tr>
<tr>
<td>
<a href="https://github.com/gingin77"><i class="fa fa-github" aria-hidden="true"></i></a>
</td>
<td><a href="https://github.com/gingin77">
gingin77/Ginnie Hench on GitHub</a>
</td>
</tr>
<tr>
<td>
<a href="https://stackoverflow.com/users/8481019/ginnie-hench?tab=profile"><i class="fa fa-stack-overflow" aria-hidden="true"></i></a>
</td>
<td><a href="https://stackoverflow.com/users/8481019/ginnie-hench?tab=profile">
Ginnie Hench on StackOverflow</a>
</td>
</tr>
<tr>
<td>
<a href="https://twitter.com/engineniches"><i class="fa fa-twitter" aria-hidden="true"></i></a>
</td>
<td><a href="https://twitter.com/engineniches">
@engineniches on Twitter</a>
</td>
</tr>
<tr>
<td>
<a href="https://ginnielearnstocode.wordpress.com/"><i class="fa fa-wordpress" aria-hidden="true"></i></a>
</td>
<td><a href="https://ginnielearnstocode.wordpress.com/">
Ginnie Learns to Code on Wordpress</a>
</td>
</tr>
</table>
</div>
</div>
</section>
<footer id="footer" v-html="footerContent" ></footer>
</div>
<script type="application/javascript" src="components/header.js"></script>
<script type="application/javascript" src="components/nav.js"></script>
<script type="application/javascript" src="components/footer.js"></script>
<script type="application/javascript" src="components/scatter-plot-for-index.js"></script>
<script type="application/javascript" src="js/app/app.js"></script>
<script type="application/javascript" src="js/app/sidebar-menu.js"></script>
<script type="module">
import { drawScatterPlot, scopeByLanguageSelection } from './js/scatter-plot/draw-scatter-plot.js';
drawScatterPlot();
document.querySelector('#language-selector').addEventListener('change', scopeByLanguageSelection)
</script>
</body>
</html>