forked from RyanFitzgerald/devportfolio
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
434 lines (401 loc) · 19.1 KB
/
index.html
File metadata and controls
434 lines (401 loc) · 19.1 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
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
<!DOCTYPE html>
<html class="no-js" 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">
<title>Cameron Ray</title>
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="icon" href="favicon.ico" type="image/x-icon">
<link href="https://fonts.googleapis.com/css?family=Lato:300,400,700,900" rel="stylesheet">
<link rel="stylesheet" href="libs/font-awesome/css/font-awesome.min.css">
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/styles.css" rel="stylesheet">
</head>
<body>
<div id="mobile-menu-open" class="shadow-large">
<i class="fa fa-bars" aria-hidden="true"></i>
</div>
<!-- End #mobile-menu-toggle -->
<header>
<div id="mobile-menu-close">
<span>Close</span> <i class="fa fa-times" aria-hidden="true"></i>
</div>
<ul id="menu" class="shadow">
<li>
<a href="#about">About</a>
</li>
<li>
<a href="#skills">Skills</a>
</li>
<li>
<a href="#projects">Projects</a>
</li>
<!-- <li>
<a href="#contact">Contact</a>
</li> -->
</ul>
</header>
<!-- End header -->
<div id="lead">
<div id="lead-content">
<div class="lead-content-left">
<img src="images/IMG_5081-2.jpeg" />
</div>
<div class="lead-content-right">
<h2>Welcome to my website!</h2>
<h2>I'm <b>Cameron Ray</b></h2>
<h2>Full Stack Web Developer</h2>
<div class="lead-links">
<a href="./documents/Cameron-Ray-CV.pdf" target="_blank" class="btn-rounded-white">Résumé</a>
<a href="https://github.com/upsmancsr" target="_blank"><i class="fa fa-github social-link" aria-hidden="true"></i></a>
<a href="https://www.linkedin.com/in/cameronsray/" target="_blank"><i class="fa fa-linkedin social-link" aria-hidden="true"></i></a>
</div>
</div>
</div>
<!-- End #lead-content -->
<div id="lead-overlay"></div>
<div id="lead-down">
<span>
<i class="fa fa-chevron-down" aria-hidden="true"></i>
</span>
</div>
<!-- End #lead-down -->
</div>
<!-- End #lead -->
<div id="about">
<div class="container">
<div class="row">
<div class="col-md-4">
<h2 class="heading">About Me</h2>
</div>
<div class="col-md-8">
<p>
I am a Software Engineer specializing in backend development, although I also have extensive experience across the full stack.
</p>
</br>
<p>
I received a B.S. in Mechanical Engineering before starting my career as a Solutions Engineer for commercial heat transfer and HVAC equipment.
My interest in startups and the software industry led me to Silicon Valley where I gained experience selling enterprise software products
to engineering customers. I was fortunate to work closely with my engineering colleagues and learn about the software development process.
</p>
</br>
<p>
My passion for engineering and curiosity to learn everything about building software products led me to enroll in the Full Stack Web Development
program at BloomTeck (formerly Lambda School, where I developed skills building full-stack production web applications
using the latest industry tools and best practices.
</p>
</br>
<p>
I focus on providing excellent user experiences by integrating all elements of the software stack.
You can check out some of my projects below, and if you're interested in working together I'd love to connect!
</p>
</div>
</div>
</div>
</div>
<!-- End #about -->
<div id="skills">
<h2 class="heading">Skills</h2>
<ul>
<li>Python</li>
<li>Django</li>
<li>JavaScript</li>
<li>Node.js</li>
<li>React</li>
<li>Redux</li>
<li>SQL</li>
<li>MySQL</li>
<li>PostgreSQL</li>
<li>Docker</li>
<li>Express.js</li>
<li>MongoDB</li>
<li>SCSS/Sass</li>
</ul>
</div>
<!-- End #skills -->
<div id="projects" class="background-alt">
<h2 class="heading">Favorite Projects</h2>
<div class="container">
<div class="row">
<div class="project shadow-large">
<div class="project-info">
<h3>GraphQL API</h3>
<p>
An example GraphQL API for getting a list of books.
</p>
<p>
Technology stack: NodeJS, GraphQL
</p>
<div class="project-links">
<a
href="https://github.com/upsmancsr/simple-graphql-api"
target="_blank"
class="btn-rounded-blue"
>
GitHub Repo
</a>
</div>
</div>
</div>
<!-- End .project -->
<div class="project shadow-large">
<div class="project-images-container">
<div class="project-image">
<img src="images/Tools-portfolio-1.png" />
</div>
<div class="project-image">
<img src="images/Tools-portfolio-2.png" />
</div>
<div class="project-image">
<img src="images/Tools-portfolio-3.png" />
</div>
</div>
<!-- End .project-image -->
<div class="project-info">
<h3>Use My Tools - P2P Tool Rental Marketplace</h3>
<p>
Use My Tools is a web app that enables peer-to-peer sharing and renting of household tools to people in your local area.
I built the full stack for this project, including Node backend with RESTful API and SQL database, and React frontend.
</p>
<p>
Features:
</p>
<ul>
<li>Sign up, sign in, and sign out (using Firebase Authentication)</li>
<li>Create and edit your profile info, photo, and home address (using Google Places API to ensure valid location input)</li>
<li>Add your tools for others to rent with tool details, price, and photos</li>
<li>Manage your tools; update details and price, toggle availability, and block dates when you don't want them rented</li>
<li>Find tools to rent in your city and filter by price and keyword</li>
<li>Reserve tools to rent using a date range picker</li>
<li>Live messaging between owners and renters (using Firestore Cloud Storage realtime database)</li>
<li>Dashboard for managing rentals and tracking status</li>
</ul>
<p>
Technology stack: React - NodeJS - Firebase Auth - Cloud Firestore Realtime Database - Cloudinary image upload and storage - Google Places API - Stripe API
</p>
<div class="project-links">
<a
href="https://usemytoolssf.netlify.com/"
target="_blank"
class="btn-rounded-blue"
>
Live Site
</a>
<a
href="https://github.com/upsmancsr/Use-My-Tools-CSR"
target="_blank"
class="btn-rounded-blue"
>
GitHub Repo
</a>
</div>
</div>
</div>
<!-- End .project -->
<div class="project shadow-large">
<div class="project-images-container">
<div class="project-image">
<img src="images/chattr-image.png" />
</div>
<!-- End .project-image -->
</div>
<div class="project-info">
<h3>Chattr - Live Web Chat</h3>
<p>
Chattr is a live chat application similar to Intercom or Drift. Customer companies can integrate our chat widget into their own websites with a code snippet,
and their sales and customer support personnel can sign in to their own chat dashboard to engage in conversations with their own customers.
</p>
<p>My contributions included:</p>
<ul>
<li>Planning and building all database models</li>
<li>Building API endpoints and database CRUD functions</li>
<li>Designing and building front end live chat dashboard components</li>
<li>Implementing Stripe subscription billing and account payment tracking</li>
<li>Integrating authentication protection into registration processes</li>
</ul>
<p>
Technology stack: React - Node.js - PostgreSQL - Socket.io - Stripe API - Firebase Auth - Material UI - Styled Components
</p>
</div>
<!-- End .project-info -->
</div>
<!-- End .project -->
<div class="project shadow-large">
<div class="project-images-container">
<div class="project-image">
<img src="images/To-Do-Hooks.png" />
</div>
<!-- End .project-image -->
</div>
<div class="project-info">
<h3>To Do Hooks</h3>
<p>
Simple To-Do app using React Hooks.
</p>
<p>Features:</p>
<ul>
<li>Add To Do tasks</li>
<li>Toggle task completion status with checkbox</li>
<li>Filter options to display all tasks, complete tasks, or incomplete tasks</li>
</ul>
<p>
Technology stack: React - React Hooks (useState, useReducer, useContext)
</p>
<div class="project-links">
<a
href="https://upsmancsr.github.io/To-Do-Hooks/"
target="_blank"
class="btn-rounded-blue"
>
Live Site
</a>
<a
href="https://github.com/upsmancsr/To-Do-Hooks"
target="_blank"
class="btn-rounded-blue"
>
GitHub Repo
</a>
</div>
</div>
<!-- End .project-info -->
</div>
<!-- End .project -->
<div class="project shadow-large">
<div class="project-images-container">
<div class="project-image">
<img src="images/TeamUp-1.png" />
</div>
<!-- End .project-image -->
</div>
<div class="project-info">
<h3>TeamUp</h3>
<p>
Web app to create and join teams and collaborate by sharing notes. React and Redux frontend with Node REST API and MongoDB database.
</p>
<p>Features:</p>
<ul>
<li>Sign up and sign in to access protected data</li>
<li>Create and delete teams (team admin can delete)</li>
<li>Invite users to join a team, and remove users (team admin can remove)</li>
<li>View team invites, join teams, and leave teams</li>
<li>Post notes to a team board with option to tag users in the note</li>
</ul>
<p>
Technology stack: React - Redux - React Hooks - Node.js - MongoDB - Sass/SCSS
</p>
<div class="project-links">
<a
href="https://teamupapp.netlify.com"
target="_blank"
class="btn-rounded-blue"
>
Live Site
</a>
<a
href="https://github.com/upsmancsr/Team-Up"
target="_blank"
class="btn-rounded-blue"
>
GitHub Repo
</a>
</div>
</div>
<!-- End .project-info -->
</div>
<!-- End .project -->
<div class="project shadow-large no-image">
<div class="project-info">
<h3>LambdaMUD Adventure Game</h3>
<p>
I built out the front end client for a multi-user dungeon game integrated with Python and Django backend.
I implemented Pusher Web Sockets for live messages between users. I also added a fun map coloring feature using dynamic props with Styled-Components.
</p>
<div class="project-links">
<a
href="https://github.com/upsmancsr/LambdaMUD-Project"
target="_blank"
class="btn-rounded-blue"
>
Backend Repo
</a>
<a
href="https://github.com/upsmancsr/LambdaMUD-Client"
target="_blank"
class="btn-rounded-blue"
>
Frontend Repo
</a>
</div>
</div>
</div>
<!-- End .project -->
</div>
</div>
</div>
<!-- End #projects -->
<!-- Blog posts section using styling from projects -->
<!-- <div id="projects" class="background-alt">
<h2 class="heading">Blog Posts</h2>
<div class="container">
<div class="row">
<div class="project no-image">
<div class="project-info">
<h3>What I Learned at Lambda School</h3>
<p>
</p>
<a href="https://medium.com/@cameronsray/what-i-learned-at-lambda-school-58daef2a938a" target="_blank">View Medium Post</a>
</div>
<!-- End .project-info -->
</div>
<!-- End .project -->
</div>
</div>
</div> -->
<!-- End #blog-posts -->
<!-- <div id="contact">
<h2>Get in Touch</h2>
<div id="contact-form">
<form method="POST" action="https://formspree.io/email@email.com">
<input type="hidden" name="_subject" value="Contact request from personal website" />
<input type="email" name="_replyto" placeholder="Your email" required>
<textarea name="message" placeholder="Your message" required></textarea>
<button type="submit">Send</button>
</form>
</div>
</div> -->
<footer>
<div class="container">
<div class="row">
<div class="col-sm-5 copyright">
<p>
Copyright © 2019 Cameron Ray
</p>
</div>
<div class="col-sm-2 top">
<span id="to-top">
<i class="fa fa-chevron-up" aria-hidden="true"></i>
</span>
</div>
<div class="col-sm-5 social">
<ul>
<li>
<a href="https://github.com/upsmancsr" target="_blank"><i class="fa fa-github" aria-hidden="true"></i></a>
</li>
<!-- <li>
<a href="https://stackoverflow.com/" target="_blank"><i class="fa fa-stack-overflow" aria-hidden="true"></i></a>
</li> -->
<li>
<a href="https://www.linkedin.com/in/cameronsray/" target="_blank"><i class="fa fa-linkedin" aria-hidden="true"></i></a>
</li>
</ul>
</div>
</div>
</div>
</footer>
<!-- End footer -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="js/scripts.min.js"></script>
</body>
</html>