-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathportfolio.html
More file actions
305 lines (302 loc) · 23 KB
/
portfolio.html
File metadata and controls
305 lines (302 loc) · 23 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
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!-->
<html lang="en_us">
<!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>David L. Starr</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel=icon href="images/boys.jpg">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css"
integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css?family=Muli" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.2/css/all.css"
integrity="sha384-fnmOCqbTlWIlj8LyTjo7mOUStjsKC4pOpQbqyi7RrhN7udi9RwhKkMHpvLbHG9Sr" crossorigin="anonymous">
<link href="css/bootstrapEdits.css" rel="stylesheet">
<link rel="stylesheet" href="css/style.css">
<script src="https://code.jquery.com/jquery-3.3.1.min.js"
integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous"></script>
</head>
<body>
<!--[if lt IE 7]>
<p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="#">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<div class="container-fluid">
<div class="row row-centered">
<div class="col-xs-12 col-centered">
<div class="row city">
<div class="col-sm-12 center">
<div class="">
<a href="index.html">
<h1>David L. Starr</h1>
</a>
<div class="row">
<img class="col-sm-10 offset-sm-1 underline img-fluid" src="images/underline.png">
</div>
</div>
</div>
</div>
<div class="row bar">
<div class="container">
<div class="col-md-8 col-sm-12 col-centered">
<div class="navbar navbar-expand-lg">
<a href="bio.html" data-href="bio" class="col-xs-3 nav-item nav-link">Bio</a>
<a href="portfolio.html" data-href="portfolio"
class="col-xs-3 nav-item nav-link active">Portfolio</a>
<a href="resume.html" data-href="resume" class="col-xs-3 nav-item nav-link">Resume</a>
<a href="contact.html" data-href="contact"
class="col-xs-3 nav-item nav-link">Contact</a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="row content-row">
<div class="container-fluid content active" id="content">
<div class="row">
<div class="project row">
<div class="col-sm-6 col-md-5 col-xl-4 middle">
<a href="http://www.farmshare.city"><img src="images/farmshare.png" alt="farmShare"
class="project-img img-fluid"></a>
</div>
<div class="col-sm-6 col-md-7 col-xl-8 middle">
<div class="project-caption">
<h2>farmShare, Urban Garden Coordination App</h2>
<h3>Back-End Developer</h3>
<p><b>GraphQL, Express, NodeJS, Handlebars, JSON Web Token, bCrypt, MySQL, Sequelize</b>
</p>
<p>Lead Back-End developer in a group of four. This app allows homeowners with a variety
of produce to get in touch with individuals willing to harvest some of it in
exchange for a percentage of yield. I set up the GraphQL server and user
authentication, tokenization, templating, and password encryption to maximize
scaleability.</p>
<small><a href="http://github.com/kaibili01/gogitrs">GitHub</a> | <a
href="http://www.farmshare.city">Live Demo</a></small>
</div>
</div>
</div>
<div class="project row">
<div class="col-sm-6 col-md-7 col-xl-8 middle">
<div class="project-caption">
<h2>Live Markdown Previewer</h2>
<h3>Front-End (React) Developer</h3>
<p><b>React, Marked.js, create-react-app</b></p>
<p>Completed for <a href="http://www.freecodecamp.org/dstarrtrey">freeCodeCamp</a>'s
Front-End Libraries Certification, this app enables a user to write and edit
markdown text in a live environment. This gives a user the ability to preview the
text before committing it to a live repo. It uses the Marked.js library to convert
markdown into html elements. It is all done in a single, simple React component.</p>
<small><a href="http://www.github.com/dstarrtrey/Markdown-Previewer">GitHub</a> | <a
href="http://dstarrtrey.github.io/Markdown-Previewer">Live Demo</a></small>
</div>
</div>
<div class="col-sm-6 col-md-5 col-xl-4 middle">
<a href="/Markdown-Previewer"><img src="images/markdown.gif" alt="React Markdown Previewer"
class="project-img img-fluid"></a>
</div>
</div>
<div class="project row">
<div class="col-sm-6 col-md-5 col-xl-4 middle">
<a href="/Dinner-and-a-Show"><img src="images/dinner-and-a-show.gif" alt="Dinner and a Show"
class="project-img img-fluid"></a>
</div>
<div class="col-sm-6 col-md-7 col-xl-8 middle">
<div class="project-caption">
<h2>Dinner and a Show</h2>
<h3>JavaScript Developer</h3>
<p><b>Materialize, AJAX, jQuery, Firebase, Ticketmaster API, MapQuest API,
async—await</b></p>
<p>Primary JavaScript Developer for a team of three. Collaborated using GitHub version
control, slack, and in-person meetups for major decisions. This app Takes a user's
location (or specified location, keyword, or date) and returns music events with
food venues nearby, providing dinner—and a show—for the end user.</p>
<small><a href="http://www.github.com/dstarrtrey/Dinner-and-a-Show">GitHub</a> | <a
href="http://dstarrtrey.github.io/Dinner-and-a-Show">Live Demo</a></small>
</div>
</div>
</div>
<div class="project row">
<div class="col-sm-6 col-md-7 col-xl-8 middle">
<div class="project-caption">
<h2>Kcrmccoy.com</h2>
<h3>Front-End Developer & Designer</h3>
<p><b>Responsive Design, Flickr API, HTML API</b></p>
<p>Commission project for LEGO animator/builder. Collaborated using Google Docs—as our
schedules rarely lined up—to specify changes that should be done, were done, and
should be undone. Done so that the user's browser does not refresh between pages
using HTML AJAX requests.</p>
<small><a href="http://www.github.com/dstarrtrey/kcrmccoy">GitHub</a> | <a
href="http://dstarrtrey.github.io/kcrmccoy">Live Demo</a></small>
</div>
</div>
<div class="col-sm-6 col-md-5 col-xl-4 middle">
<a href="/kcrmccoy"><img src="images/kcrmccoy.gif" alt="KCRMCCOY.com"
class="project-img img-fluid"></a>
</div>
</div>
</div>
<div class="row col-xs-12">
<figure class="portfolio-item figure col-sm-6 col-md-4 col-lg-3">
<a class="middle" href="http://www.davidstarr.me/Chess-Board-2Player"><img
alt="Online Chess Game" src="images/chess.gif"
class="portfolio-image img-responsive"></a>
<figcaption class="caption">Fully-functional online chess game using Firebase, jQuery, CSS Grid,
and SweetAlert.js. Uses SweetAlert to notify users if it is their turn, they are in check,
or if their opponent wants to undo. Code repository can be found on <a
href="http://www.github.com/dstarrtrey/Chess-Board-2Player">GitHub</a> and played <a
href="http://www.davidstarr.me/Chess-Board-2Player">here</a>.</figcaption>
</figure>
<figure class="portfolio-item figure col-sm-6 col-md-4 col-lg-3">
<a class="middle" href="http://rocky-brushlands-55954.herokuapp.com/"><img
alt="Burger Devourment Simulator" src="images/eatdaburger.png"
class="portfolio-image img-responsive"></a>
<figcaption class="caption">This is an app using MySQL, Express and Handlebars—all deployed to
heroku (employing Cloud DB)—to generate a list of burgers, eaten or uneaten. Files used can
be found on the <a href="https://github.com/dstarrtrey/burger">GitHub Repository</a>
</figcaption>
</figure>
<figure class="portfolio-item figure col-sm-6 col-md-4 col-lg-3">
<a class="middle" href="http://www.github.com/dstarrtrey/CLI-Storefront"><img
alt="CLI Storefront Simulator App" src="images/bamazon-manager.gif"
class="portfolio-image img-responsive"></a>
<figcaption class="caption">Command Line app that allows the user to make purchases, restock
inventory, add new products, add departments, and check total sales and profits by
department, all stored in a MySQL database.</figcaption>
</figure>
<figure class="portfolio-item figure col-sm-6 col-md-4 col-lg-3">
<a class="middle" href="http://www.github.com/dstarrtrey/liri-node-app"><img alt="CLI Siri mock"
src="images/movie-this.gif" class="portfolio-image img-responsive"></a>
<figcaption class="caption">Command Line app for searching spotify, bandsintown, and omdb APIs
for song, concert, and movie data respectively. Logs all requests in a .txt file after
logging to the terminal.</figcaption>
</figure>
<figure class="portfolio-item figure col-sm-6 col-md-4 col-lg-3">
<a class="middle" href="https://secret-dusk-34387.herokuapp.com/"><img alt="FriendFinder"
src="images/friendfinder.png" class="portfolio-image img-responsive"></a>
<figcaption class="caption">Matchmaking service based on introversion. Made using Express,
SweetAlerts, and Heroku. All the files can be found on its <a
href="http://www.github.com/dstarrtrey/FriendFinder">GitHub</a> page</figcaption>
</figure>
<figure class="portfolio-item figure col-sm-6 col-md-4 col-lg-3">
<a class="middle" href="/drum-machine"><img alt="React Soundboard" src="images/soundboard.png"
class="portfolio-image img-responsive"></a>
<figcaption class="caption">Soundboard made using React with a few soundbytes from my own music
or friends' voice recordings I have. This was made with create-react-app for freeCodeCamp's
Front End Libraries certification. Code is located on <a
href="http://www.github.com/dstarrtrey/drum-machine">GitHub</a></figcaption>
</figure>
<figure class="portfolio-item figure col-sm-6 col-md-4 col-lg-3">
<a class="middle" href="/js-MIDISCORE"><img alt="Senior Project" src="images/SeniorProject.png"
class="portfolio-image img-responsive"></a>
<figcaption class="caption"> MIDI converter that uses <a
href="http://github.com/Tonejs/MidiConvert">MidiConvert</a> and <a
href="http://github.com/MrRio/jsPDF">jsPDF</a> libraries to convert into visible sheet
music in the form of a PDF. The program can be seen <a href="/js-MIDISCORE">here</a> and on
<a href="http://www.github.com/dstarrtrey/js-MIDISCORE">GitHub</a>.</figcaption>
</figure>
<figure class="portfolio-item figure col-sm-6 col-md-4 col-lg-3">
<a class="middle" href="http://www.freecodecamp.org/dstarrtrey"><img src="images/profile.png"
alt="FreeCodeCamp Profile" class="portfolio-image img-responsive"></a>
<figcaption class="caption">I have nearly 600 projects, algorithms, and lessons completed on
FreeCodeCamp.org. View my profile and progress <a
href="http://www.freecodecamp.org/dstarrtrey">here</a>.</figcaption>
</figure>
<figure class="portfolio-item figure col-sm-6 col-md-4 col-lg-3">
<a class="middle"
href="http://www.freecodecamp.org/certification/dstarrtrey/javascript-algorithms-and-data-structures"><img
src="images/cert.png" alt="FreeCodeCamp JavaScript Certificate"
class="portfolio-image img-responsive"></a>
<figcaption class="caption">FreeCodeCamp offers 6 certificates and thousands of lessons for
their Full Stack program. These are a couple <a
href="http://www.freecodecamp.org/dstarrtrey/">certificates</a> that I have been awarded
thus far.</figcaption>
</figure>
<figure class="portfolio-item figure col-sm-6 col-md-4 col-lg-3">
<a class="middle" href="http://www.github.com/dstarrtrey/MusicBox/"><img src="images/port2.gif"
alt="Music Box Animation" class="portfolio-image img-responsive"></a>
<figcaption class="caption">I designed a music box from scratch using SolidWorks, TuxGuitar, and
Cura. All musical work was done by ear. Additional images and the project itself can be
found on its <a href="http://github.com/dstarrtrey/MusicBox/">GitHub repository</a>.
</figcaption>
</figure>
<figure class="portfolio-item col-sm-6 col-md-4 col-lg-3">
<a class="middle" href="/Wikipedia-Viewer"><img src="images/port3.jpg" alt="Wikipedia Viewer"
class="img-responsive portfolio-image"></a>
<figcaption class="caption">A <a href="/Wikipedia-Viewer">Wikipedia viewer</a> I programmed by
learning Wikipedia's API and accessing it with JQuery. It also help develop understanding of
CSS/JavaScript transitions and animations.</figcaption>
</figure>
<figure class="portfolio-item col-sm-6 col-md-4 col-lg-3">
<a class="middle" href="/GIPHY-API-Webpage"><img src="images/giphy-api.png"
alt="GIPHY & OMDb API App" class="img-responsive portfolio-image"></a>
<figcaption class="caption">A <a href="/GIPHY-API-Webpage">webapp</a> using GIPHY and OMDb's
APIs to input a search query (presumably a movie) and display related gifs and movie/tv show
information. For the code, see the <a
href="http://www.github.com/dstarrtrey/GIPHY-API-Webpage">GitHub</a></figcaption>
</figure>
<figure class="portfolio-item col-sm-6 col-md-4 col-lg-3">
<a class="middle" href="/Calculator"><img src="images/Calculator.png"
alt="JavaScript Calculator" class="img-responsive portfolio-image"></a>
<figcaption class="caption">This is a <a href="/Calculator">calculator</a> page I coded using
JavaScript and CSS heavily to mimic many qualities of a simple physical calculator.
</figcaption>
</figure>
<figure class="portfolio-item col-sm-6 col-md-4 col-lg-3">
<a class="middle" href="Quote-Generator"><img src="images/port6.jpg" alt="Quote Generator"
class="img-responsive portfolio-image"></a>
<figcaption class="caption">A <a href="/Quote-Generator">random quote generator</a> I programmed
using JavaScript and the words of some of my favorite philosophers and theologians.
</figcaption>
</figure>
<figure class="portfolio-item col-sm-6 col-md-4 col-lg-3">
<a class="middle" href="http://codepen.io/dstarrtrey/pen/vjqqrw"><img src="images/pomodoro.png"
alt="Pomodoro Clock" class="img-responsive portfolio-image"></a>
<figcaption class="caption">This is a <a href="http://codepen.io/dstarrtrey/pen/vjqqrw">Pomodoro
Clock</a> programmed using JQuery. It allows you to set a timer to follow and take a set
break after the length of every specified session length.</figcaption>
</figure>
<figure class="portfolio-item col-sm-6 col-md-4 col-lg-3">
<a class="middle" href="/Weather-API-Webpage"><img src="images/port5.jpg" alt="GPS Weather App"
class="img-responsive portfolio-image"></a>
<figcaption class="caption">This is a <a href="/Weather-API-Webpage">GPS-based weather site</a>
I programmed using JQuery and FreeCodeCamp's API (Which is updated frequently, despite my
attempts to keep the page current).</figcaption>
</figure>
<figure class="portfolio-item col-sm-6 col-md-4 col-lg-3">
<a class="middle" href="http://www.vistamag.org"><img src="images/port10.jpg"
alt="Vista Magazine Home Page Screenshot" class="img-responsive portfolio-image"></a>
<figcaption class="caption">I am the founding Web Content Strategist at <a
href="http://www.vistamag.org">Vista Magazine</a> and a contributing writer. This
position required a limited amount of HTML and CSS, however developed my understanding of
social media outreach, engagement and content organization.</figcaption>
</figure>
<figure class="portfolio-item col-sm-6 col-md-4 col-lg-3">
<a class="middle" href="http://walkitoff.bandcamp.com/releases"><img src="images/port11.jpg"
alt="Walk it Off Album Cover" class="img-responsive portfolio-image"></a>
<figcaption class="caption">I wrote the album "Inside Joke" by <a
href="http://www.facebook.com/walkitoffil">Walk it Off</a> and recorded guitar, bass,
and some vocals for it. It can be <a
href="http://walkitoff.bandcamp.com/releases">downloaded</a> and streamed on all major
platforms.</figcaption>
</figure>
<figure class="portfolio-item col-sm-6 col-md-4 col-lg-3">
<a class="middle" href="http://github.com/dstarrtrey/Compositions"><img src="images/port12.jpg"
alt="TuxGuitar Screenshot" class="img-responsive portfolio-image"></a>
<figcaption class="caption">I have been writing music for over 6 years with various bands. I
have developed several original compositions using TuxGuitar MIDI processor. The repository
can be found on <a href="http://github.com/dstarrtrey/Compositions">GitHub</a>.</figcaption>
</figure>
</div>
</div>
</div>
</div>
<script src="js/index.js"></script>
</body>
</html>