-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
403 lines (386 loc) · 18.2 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
<!DOCTYPE HTML>
<!--
Story by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html lang="en">
<head>
<title>Crystal Ly</title>
<meta charset="utf-8" />
<meta name="theme-color" content="#000000">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<script defer src="https://use.fontawesome.com/releases/v5.3.1/js/all.js"></script>
<link rel="shortcut icon" type="image/png" href="assets/images/favicon.ico">
<link rel="manifest" href="manifest.webmanifest" />
<noscript>
<link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
</head>
<body class="is-preload">
<!-- Wrapper -->
<div id="wrapper" class="divided">
<!-- One -->
<section
class="banner style1 orient-left content-align-left image-position-right fullscreen onload-image-fade-in onload-content-fade-right">
<div class="content">
<h1>Hello. I'm Crystal.</h1>
<p class="major">I am an aspiring software developer with a background in science and microbiology. I am
well
versed in working independently and in groups, as well as communicating effectively with
professionals
and the public. I have strong attention to detail and can quickly pick up concepts and
implement new ideas.</p>
<p><strong>Email:</strong> crystal.m.ly@gmail.com</p>
<p><strong>Github:</strong> https://github.com/cml2377</p>
<p><strong>LinkedIn:</strong> https://www.linkedin.com/in/crystal-m-ly/</p>
<ul class="actions stacked">
<li><a href="#first" class="button big wide smooth-scroll-middle">Let's Get Started</a></li>
</ul>
</div>
<div class="image">
<img src="assets/images/alice-triquet-HeEJU3nrg_0-unsplash.jpg"
alt="image of a lake amongst a forest" />
</div>
</section>
<!-- Two -->
<section class="spotlight style1 orient-right content-align-left image-position-center onscroll-image-fade-in"
id="first">
<div class="content">
<h2>About Me</h2>
<p>A focused problem solver who can clearly communicate issues and solutions to her partners. Excellent
at developing software that meets basic requirements and proper aesthetic. Used to Object-Oriented
Design, MERN stack, and deploying on Heroku and Github. Uses ESLint for linting purposes. Avid fan
of Visual Studio Code extensions. Relentless at finding solutions on the web. Enjoys constantly
adding modules and icebox features to enrich user experience (to the dismay of my teammates).</p>
<p><strong>Skills:</strong> MongoDB, Express, Javascript, React, SASS, Bootstrap, Mongoose, UIKit, Node,
Frontend and
Backend Technologies.</p>
<p>Currently in the process of learning PHP/Laravel.</p>
<ul class="actions stacked">
<li><a href="#" class="button">Learn More</a></li>
</ul>
</div>
<div class="image">
<img src="assets/images/Crystal&Anthony.jpg" alt="Crystal and Anthony in London" />
</div>
</section>
<!-- Three -->
<section class="spotlight style1 orient-left content-align-left image-position-center onscroll-image-fade-in">
<div class="content">
<a target="_blank" style="text-decoration: none;"
href="https://kimiinglet.github.io/meanLeanFreakGoat/">
<h2>Major Project: Wanderdog</h2>
</a>
<p>This application draws from public information to obtain free trails and camp grounds for your best
four-legged friend. Also provides weather data for any US city/zipcode! My team members and I were
motivated by our love of nature and dogs. Utilizes Bulma CSS framework, Moment, OpenWeatherMap API,
and USA Data. Also uses Hiking Project's API to grab nearby trails.</p>
<ul class="actions stacked">
<li><a target="_blank" href="https://github.com/kimiinglet/meanLeanFreakGoat" class="button">Learn
More</a></li>
</ul>
</div>
<div class="image">
<img src="assets/images/screencapture-kimiinglet-github-io-meanLeanFreakGoat-2020-01-10-20_43_29.png"
alt="screenshot of Wanderdog website" />
</div>
</section>
<!-- Four -->
<section class="spotlight style1 orient-right content-align-left image-position-center onscroll-image-fade-in">
<div class="content">
<a target="_blank" style="text-decoration: none;" href="https://the-pack-is-back.herokuapp.com/">
<h2>Major Project: Colossal Hogs</h2>
</a>
<p>The link to the Heroku site is on the Github page or the title above! This application draws from
public information to
find motorcycle and car events, as well as keep track of your favorite vehicles and list of parts.
There is also a page where you can search for recalls for a specific vehicle. Uses UIKit for the CSS
framework, Unsplash photos, and MySQL/Sequelize for database management. Pulls from Google Places
and NHTSA for data that user requests (events or recalls, respectively). Uses Node.js and Express.js
for back-end development. Uses ESLint for linting purposes.</p>
<ul class="actions stacked">
<li><a href="https://github.com/cml2377/THE-PACK" class="button">Learn More</a></li>
</ul>
</div>
<div class="image">
<img src="assets/images/screencapture-the-pack-is-back-herokuapp-members-2020-02-11-14_00_14.png"
alt="screenshot of Colossal Hogs" />
</div>
</section>
<!-- Five -->
<section class="spotlight style1 orient-left content-align-left image-position-center onscroll-image-fade-in">
<div class="content">
<a target="_blank" style="text-decoration: none;" href="https://co-lab-production.herokuapp.com/">
<h2>Major Project: Co-Lab</h2>
</a>
<p>The link to the deployed site is on the Github page or the title above. Co-Lab is an app that lets
you find real-life
team members for any project you can dream of! Other sites like TeamFind allows users to find online
teammates, but Co-Lab is here for those who prefer face-to-face interaction. </p>
<p>This app uses the full
MERN-stack tech stack. It also uses Github's API to fill the user database and Passport for user
authorization/OAuth. Uses FramerX for React animation elements for a smoother user experience. </p>
<ul class="actions stacked">
<li><a href="https://github.com/bwmccray/Co-Lab" class="button">Learn More</a></li>
</ul>
</div>
<div class="image">
<img src="assets/images/Co-Lab.png" alt="screenshot of Project 3" />
</div>
</section>
<!-- Six -->
<section class="spotlight style1 orient-right content-align-left image-position-center onscroll-image-fade-in">
<div class="content">
<a target="_blank" style="text-decoration: none;" href="https://needatx.herokuapp.com/">
<h2>Major Project: Coronacation</h2>
</a>
<p>The link to the Heroku site is on the Github page or the title above! This app connects people in
neighborhoods to each
other based on their needs. If a user needs someone to grab prescriptions or groceries, they can ask
fellow neighbors for assistance.</p>
<p>On the homepage, there is a list of links that will provide information on the current pandemic. In
the menu, there are links to a page to post needs, and a page to find needs in your area.</p>
<p>
Uses Material-UI, SASS, React, and subtlepattern's wallpaper. Uses Node.js and Express.js
for back-end development. Needs are placed in a NoSQL-type database. Uses ESLint for linting
purposes.</p>
<ul class="actions stacked">
<li><a href="https://github.com/cml2377/Coronacation" class="button">Learn More</a></li>
</ul>
</div>
<div class="image">
<img src="assets/images/coronacation.png" alt="screenshot of Coronacation" />
</div>
</section>
<!-- Seven -->
<section class="wrapper style1 align-center">
<div class="inner">
<h2>The Rest of My Portfolio</h2>
<p>These are smaller projects that were done throughout the course of the bootcamp. They are in no
particular order. Title links go directly to <strong>site</strong>, while the descriptions go to the
<strong>Github repo</strong>.</p>
<div class="items style1 medium onscroll-fade-in">
<!--Weather Dashboard-->
<section>
<div class="image fit">
<img src="assets/images/screencapture-cml2377-github-io-weather-dashboard-2020-01-10-21_06_26.png"
alt="screenshot of weather dashboard website" />
</div>
<h3><a href="https://cml2377.github.io/weather-dashboard/" target="_blank">Weather Dashboard</a>
</h3>
<p><a href="https://github.com/cml2377/weather-dashboard" style="text-decoration: none;"
target="_blank">I created a website
that will give you the current weather and weather forecast for any city
in the world. It uses OpenWeatherMap's API. It also uses Unsplash's API to grab a random
photo based on which city the user clicks on for weather.</a></p>
</section>
<!--Password Generator-->
<section>
<div class="image fit">
<img src="assets/images/screenshot-Password-Generator.png"
alt="screenshot of password generator website" />
</div>
<h3><a href="https://cml2377.github.io/Superb-Pass-Gen/" target="_blank">Password Generator</a>
</h3>
<p><a href="https://github.com/cml2377/Superb-Pass-Gen" style="text-decoration: none;"
target="_blank">This site generates a random password based on user conditions, such as
number of characters
and types of characters used. It also copies the password to the user's clipboard with
an
on-click function. Created with Javascript, HTML, and CSS.</a></p>
</section>
<!--World Capitals Quiz-->
<section>
<div class="image fit">
<img src="assets/images/screenshot-Capitals-Quiz.png" alt="screenshot of quiz website" />
</div>
<h3><a href="https://cml2377.github.io/World-Capitals-Quiz/" target="_blank">World Capitals
Quiz</a></h3>
<p><a href="https://github.com/cml2377/World-Capitals-Quiz" style="text-decoration: none;"
target="_blank">This site tests your knowledge of capitals of countries around the
world! Utilizes Javascript, jQuery, HTML, and CSS. </a></p>
</section>
<!--Day Planner-->
<section>
<div class="image fit">
<img src="assets/images/screenshot-Day-Planner.png"
alt="screenshot of day planner website" />
</div>
<h3><a href="https://cml2377.github.io/Day-Planner/" target="_blank">Day Planner</a></h3>
<p><a href="https://github.com/cml2377/Day-Planner" style="text-decoration: none;"
target="_blank">In my opinion, one of the more difficult works, this site uses jQuery
and Moment.js to
determine
time by the
hour and adjusts the time blocks accordingly. Also one of the first times learning how
to
utilize local storage.</a></p>
</section>
<!--Developer Profile Generator PDF-->
<section>
<div class="image fit">
<img src="assets/images/Dev-Profile-Generator.png"
alt="screenshot of a profile.pdf that was generated" />
</div>
<h3><a href="https://github.com/cml2377/dev-profile-generator" target="_blank">Developer Profile
Generator</a></h3>
<p><a href="https://github.com/cml2377/dev-profile-generator" style="text-decoration: none;"
target="_blank">I thought the concept was relatively simple, and severely underestimated
the time I needed to finish this work. I estimated 1 hour, and this took 3 days. After
downloading this program, you can generate pdfs of user profiles from Github. Uses
Node.js, inquirer, and puppeteer.</a></p>
</section>
<!--Team Generator HTML-->
<section>
<div class="image fit">
<img src="assets/images/team-generator-screenshot.png"
alt="screenshot of a team HTML that was generated" />
</div>
<h3><a href="https://github.com/cml2377/team-generator" target="_blank">Team Profile
Generator</a></h3>
<p><a href="https://github.com/cml2377/team-generator" style="text-decoration: none;"
target="_blank">This CLI app generates an HTML file that is based on user input. This
project required me to learn about testing code. (Test Driven Development!) Uses
Node.js, jest, and inquirer.</a></p>
</section>
<!--Note Taker Heroku-->
<section>
<div class="image fit">
<img src="assets/images/note-taker.gif" alt="video of a note taker app" />
</div>
<h3><a href="https://note-taker-supreme.herokuapp.com/" target="_blank">Note Taker</a></h3>
<p><a href="https://github.com/cml2377/Note-Taker" style="text-decoration: none;"
target="_blank">This note-taker app is hosted on Heroku and tracks your notes-- careful!
It can be accessed and altered by anyone. Utilizes Node and Express. </a></p>
</section>
<!--Essay on Sequelize Homework-->
<section>
<div class="image fit">
<img src="assets/images/sequelize-hw.png"
alt="screenshot of essay on program reverse-engineering" />
</div>
<h3><a href="https://docs.google.com/document/d/18cKmNjvZLP9Z7b3pL-QAQlOlp28aZt6VzPo1Grfr9d0/edit?usp=sharing"
target="_blank">Essay</a></h3>
<p><a href="https://docs.google.com/document/d/18cKmNjvZLP9Z7b3pL-QAQlOlp28aZt6VzPo1Grfr9d0/edit?usp=sharing"
style="text-decoration: none;" target="_blank">This is a walkthrough/tutorial through a
sample program. I walk through each file in the directory and explain what each file
does and how they relate to one another.</a></p>
</section>
<!--Employee Tracker CLI-->
<section>
<div class="image fit">
<img src="assets/images/employee-tracker.gif" alt="gif of employee-tracker app" />
</div>
<h3><a href="https://github.com/cml2377/Employee-Tracker" target="_blank">Employee Database</a>
</h3>
<p><a href="https://github.com/cml2377/Employee-Tracker" style="text-decoration: none;"
target="_blank">This CLI program tracks departments, roles, and employees in a given
company. You can create, update, and delete roles and employees as needed. Uses Node,
Express, inquirer and MySQL.</a></p>
</section>
<!--React Weather App -->
<section>
<div class="image fit">
<img src="assets/images/React-Weather.png" alt="image of react weather app" />
</div>
<h3><a href="https://github.com/cml2377/The-Ideal-Beginner-Reacts" target="_blank">React Weather
Now</a>
</h3>
<p><a href="https://current-weather-world.herokuapp.com/" style="text-decoration: none;"
target="_blank">This app grabs current weather from any city in the world. The
background changes based on temperature, and I think it looks quite nice on mobile! It
uses OpenWeatherMap's API.</a></p>
</section>
<!--React Employee Directory-->
<section>
<div class="image fit">
<img src="assets/images/Employee-Directory-React.png" alt="react employee database app" />
</div>
<h3><a href="https://github.com/cml2377/React-Employee-Directory" target="_blank">React Employee
Database</a>
</h3>
<p><a href="https://react-employee-database.herokuapp.com/" style="text-decoration: none;"
target="_blank">An employee directory but with React instead of Node. Uses Material-UI's
table component.</a></p>
</section>
<!--React Portfolio-->
<section>
<div class="image fit">
<img src="assets/images/React-Portfolio.png" alt="image of react portfolio" />
</div>
<h3><a href="https://github.com/cml2377/portfolio-built-w-react" target="_blank">React
Portfolio</a>
</h3>
<p><a href="https://crystals-react-portfolio.herokuapp.com/" style="text-decoration: none;"
target="_blank">This is my portfolio built with React.</a></p>
</section>
</div>
</div>
</section>
<!-- Seven -->
<section class="wrapper style1 align-center">
<div class="inner medium">
<h2>Get in touch</h2>
<form method="post" action="#">
<div class="fields">
<div class="field half">
<label for="name">Name</label>
<input type="text" name="name" id="name" value="" />
</div>
<div class="field half">
<label for="email">Email</label>
<input type="email" name="email" id="email" value="" />
</div>
<div class="field">
<label for="message">Message</label>
<textarea name="message" id="message" rows="6"></textarea>
</div>
</div>
<ul class="actions special">
<li><input type="submit" name="submit" id="submit" value="Send Message" /></li>
</ul>
</form>
</div>
</section>
<!-- Footer -->
<footer class="wrapper style1 align-center">
<div class="inner">
<ul class="icons">
<li><a href="https://github.com/cml2377" class="icon brands style2 fa-github"><span
class="label">Github</span></a></li>
<li><a href="https://www.facebook.com/Crystalmly" class="icon brands style2 fa-facebook-f"><span
class="label">Facebook</span></a>
</li>
<li><a href="https://www.instagram.com/crystalmly/?hl=en"
class="icon brands style2 fa-instagram"><span class="label">Instagram</span></a>
</li>
<li><a href="https://www.linkedin.com/in/crystal-m-ly"
class="icon brands style2 fa-linkedin-in"><span class="label">LinkedIn</span></a>
</li>
<li><a href="mailto:crystal.m.ly@gmail.com" class="icon style2 fa-envelope"><span
class="label">Email</span></a></li>
</ul>
<p>© Crystal Ly. Design: <a href="https://html5up.net">HTML5 UP</a>.</p>
</div>
</footer>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
<script>
if ("serviceWorker" in navigator) {
window.addEventListener("load", () => {
navigator.serviceWorker.register("service-worker.js").then(reg => {
console.log("We found your service worker file!", reg);
});
});
}
</script>
</body>
</html>