-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
474 lines (468 loc) · 15.1 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
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
<!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.0" />
<meta
property="og:image"
content="https://raw.githubusercontent.com/CrowdedAstronaut/ross-phillips-portfolio/main/images/github-repo-open-graph.png"
/>
<meta
property="og:description"
content="Ross Phillips is a full stack developer with passions for mobile development, iOS, and accessibility."
/>
<meta property="og:title" content="Ross Phillips Software Developer" />
<meta property="og:url" content="https://johnrossphillips.com" />
<meta
name="description"
content="Ross Phillips is a full stack developer with passions for mobile development, iOS, and accessibility."
/>
<link
rel="preconnect"
href="https://fonts.googleapis.com/css?family=Crimson+Text|Work+Sans:400,700"
rel="stylesheet"
/>
<script
src="https://kit.fontawesome.com/4cd3b12a33.js"
crossorigin="anonymous"
></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-9NJJPKYJ7D"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "G-9NJJPKYJ7D");
</script>
<script src="script.js" defer></script>
<title>Ross Phillips, Software Engineer</title>
<link rel="icon" type="image/png" href="./favicon.ico" />
<link rel="stylesheet" href="./css/styles.css" />
</head>
<body>
<div class="main-container">
<header class="page-header" id="header">
<a
role="button"
tabindex="0"
class="hamburger"
href="#navbar"
aria-label="Open main menu."
rel="noopener"
>
<span class="sr-only">Open main menu</span>
<i class="fas fa-bars" aria-hidden="true"></i>
</a>
<nav id="navbar">
<ul class="page-links">
<li>
<a
role="button"
tabindex="0"
href="./index.html"
class="header-link"
aria-label="Home"
target="_blank"
rel="noopener"
alt="go to the home page"
>
<i class="fas fa-home navicon" aria-hidden="true"></i>Home</a
>
</li>
<li>
<a
role="button"
tabindex="0"
aria-label="Github"
class="header-link"
href="https://github.com/crowdedastronaut"
target="_blank"
rel="noopener"
alt="GitHub"
>
<i class="fab fa-github navicon" aria-hidden="true"></i
>GitHub</a
>
</li>
<li>
<a
role="button"
tabindex="0"
class="header-link"
href="https://www.linkedin.com/in/johnrossphillips/"
aria-label="LinkedIn"
target="_blank"
rel="noopener"
>
<i class="fab fa-linkedin navicon" aria-hidden="true"></i
>LinkedIn</a
>
</li>
<li>
<a
role="button"
tabindex="0"
class="header-link"
href="https://docs.google.com/document/d/1AzNrT0AbmgmcHMSFLz5YYVrx_7VorxbplgBASyqE2Ok/edit?usp=sharing"
aria-label="Ross Phillips resume"
target="_blank"
rel="noopener"
>
<i class="far fa-file navicon" aria-hidden="true"></i>Resume</a
>
</li>
<li>
<a
role="button"
tabindex="0"
class="header-link"
href="mailto: [email protected]"
aria-label="Email"
target="_blank"
rel="noopener"
>
<i class="far fa-paper-plane navicon"></i>Email</a
>
</li>
</ul>
<a class="close" href="#" aria-label="Close main menu.">
<span class="sr-only">Close main menu</span>
<i class="far fa-window-close navicon" aria-hidden="true"></i>
</a>
</nav>
</header>
<section class="about-me">
<div class="mission-statement">
<h1>
<strong class="developers-name"> Ross Phillips</strong>
<br />
Software Developer
</h1>
<p>
I am a full stack developer with passions for mobile development,
iOS, and accessibility. I am a fanatic about details, and I have an
incredibly diverse range of work/life experiences that enable me to
communicate well across a range of disciplines. I thrive in team
environments, and I enjoy collaborating with others in order to
solve complex problems.
</p>
</div>
<div class="logo-container">
<img
class="ross-logo"
src="images/ross-phillips-logo-no-text.svg"
alt="my name is Ross Phillips, and I'm a software developer living and working in Austin, Texas"
/>
</div>
</section>
<section class="skills">
<h2 class="section__title">Skills</h2>
<div class="skills-wrapper">
<div class="skill-container">
<img
src="./icons/python-original.svg"
alt="python logo"
class="codeicon"
/>
<p>Python</p>
</div>
<div class="skill-container">
<img
src="./icons/django-original.svg"
alt="django logo"
class="codeicon"
/>
<p>Django</p>
</div>
<div class="skill-container">
<img
src="./icons/postgresql-original.svg"
alt="postgresql logo"
class="codeicon"
/>
<p>PostgreSQL</p>
</div>
<div class="skill-container">
<img
src="./icons/mongodb-original.svg"
alt="mongo logo"
class="codeicon"
/>
<p>Mongo</p>
</div>
<div class="skill-container">
<img
src="./icons/javascript-original.svg"
alt="javascript logo"
class="codeicon"
/>
<p>JavaScript</p>
</div>
<div class="skill-container">
<img
src="./icons/react-original.svg"
alt="react logo"
class="codeicon"
/>
<p>React</p>
</div>
<div class="skill-container">
<img
src="./icons/git-original.svg"
alt="git logo"
class="codeicon gitlogo"
/>
<p>Git</p>
</div>
<div class="skill-container">
<img
src="./icons/html5-original.svg"
alt="html5 logo"
class="codeicon"
/>
<p>HTML</p>
</div>
<div class="skill-container">
<img
src="./icons/css3-original.svg"
alt="css3 logo"
class="codeicon"
/>
<p>CSS</p>
</div>
<div class="skill-container">
<img
src="./icons/sass-original.svg"
alt="sass logo"
class="codeicon"
/>
<p>Sass</p>
</div>
<div class="skill-container">
<img
src="./icons/bootstrap-plain.svg"
alt="bootstrap logo"
class="codeicon"
/>
<p>Bootstrap</p>
</div>
<div class="skill-container">
<img
src="./icons/swift-original.svg"
alt="swift logo"
class="codeicon"
/>
<p>Swift</p>
</div>
<div class="skill-container">
<img
src="./icons/express-original.svg"
alt="express logo"
class="codeicon"
/>
<p>Express</p>
</div>
<div class="skill-container">
<img
src="./icons/java-plain.svg"
alt="java logo"
class="codeicon"
/>
<p>Java</p>
</div>
<div class="skill-container">
<img
src="./icons/nodejs-plain.svg"
alt="nodejs logo"
class="codeicon"
/>
<p>NodeJS</p>
</div>
<div class="skill-container">
<img
src="./icons/npm-original-wordmark.svg"
alt="npm logo"
class="codeicon"
/>
<p>npm</p>
</div>
</div>
</section>
<section class="projects">
<h2 class="section__title">Projects</h2>
<div class="project-one">
<div class="image-container">
<img
src="./images/allcity-screenshot.svg"
alt="allcity screenshot"
class="screenshot zoom allcity-screenshot"
/>
</div>
<div class="project-text">
<h3>All City</h3>
<p>
AllCity is a working, interactive, mobile application that allows
users to learn more about graffiti art. This mobile application
allows users to check out graffiti and street art from around the
globe, post their own pictures, as well as like and comment on
their favorite pieces. The API was built using Django and deployed
to Heroku. The client was built using ReactNative and is in
testing on the Apple App Store.
</p>
<div class="project-links">
<a
href="https://github.com/All-City-All-Stars/allcity"
class="myButton projectlinks"
target="_blank"
rel="noopener"
role="button"
tabindex="0"
>App Repo</a
>
<a
href="https://github.com/All-City-All-Stars/allcity_django"
class="myButton projectlinks"
target="_blank"
rel="noopener"
role="button"
tabindex="0"
>API Repo</a
>
</div>
</div>
</div>
<div class="project-two">
<div class="project-text">
<h3>devOgraphy</h3>
<p>
devOgraphy is a working, interactive, full-stack application that
receives data from a custom API that we designed. The app allows
users to learn more about programming languages, their icons,
their authors, and their creation date.
</p>
<div class="project-links">
<a
role="button"
tabindex="0"
href="https://www.devography.johnrossphillips.com/"
class="myButton projectlinks"
target="_blank"
rel="noopener"
>Live Site</a
>
<a
role="button"
tabindex="0"
href="https://github.com/Devography/devography-client"
class="myButton projectlinks"
target="_blank"
rel="noopener"
>Code Repo</a
>
</div>
</div>
<div class="image-container">
<img
src="./images/devography-screenshot.svg"
alt="devography screenshot"
class="screenshot zoom devography-screenshot"
/>
</div>
</div>
<div class="project-three">
<div class="image-container">
<img
src="./images/whats-up-at-NASA-screenshot.svg"
alt="whats-up-at-nasa screenshot"
class="screenshot zoom nasa-screenshot"
/>
</div>
<div class="project-text">
<h3>Whats-Up-At-NASA</h3>
<p>
What's Up at NASA is a React Application that queries the NASA
Photo of the Day API and returns 25 results to the user. If the
user clicks on a photo, the app will return details about that
photo from the NASA APOD API.
</p>
<div class="project-links">
<a
role="button"
tabindex="0"
href="https://www.nasa.johnrossphillips.com/"
class="myButton projectlinks"
target="_blank"
rel="noopener"
>Live Site</a
>
<a
role="button"
tabindex="0"
href="https://github.com/CrowdedAstronaut/whats-up-at-NASA"
class="myButton projectlinks"
target="_blank"
rel="noopener"
>Code Repo</a
>
</div>
</div>
</div>
<div class="project-four">
<div class="image-container">
<img
src="./images/daily-hud-screenshot.png"
alt="daily-HUD screenshot"
class="screenshot zoom daily-hud-screenshot"
/>
</div>
<div class="project-text">
<h3>daily-HUD</h3>
<p>
daily-HUD is a fully rendered, interactive, mobile first app that
allows users to learn more about the weather, details about high
market cap cryptocurrencies, and the current state of the
fear-and-greed index.
</p>
<div class="project-links">
<a
href="https://www.daily-hud.johnrossphillips.com/"
class="myButton projectlinks"
target="_blank"
rel="noopener"
role="button"
tabindex="0"
>Live Site</a
>
<a
href="https://github.com/CrowdedAstronaut/daily-hud"
class="myButton projectlinks"
target="_blank"
rel="noopener"
role="button"
tabindex="0"
>Code Repo</a
>
</div>
</div>
</div>
</section>
<footer class="page-footer">
<ul class="footer-list">
<li>[email protected]</li>
<li>
🤠 ©
<script>
document.write(/\d{4}/.exec(Date())[0]);
</script>
</li>
</ul>
</footer>
</div>
</body>
</html>