-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
420 lines (400 loc) · 20.3 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
<!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>
<head>
<title>ShaiahWren.com</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<link rel="stylesheet" href="assets/css/icons.css" />
<link rel="shortcut icon" href="assets/images/favicon.ico">
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.14.0/css/all.min.css" integrity="sha512-1PKOgIY59xJ8Co8+NE6FZ+LOAZKjy+KY8iq0G4B3CyeY6wYHN3yt9PW0XpSriVlkMXe40PTKnXrLnZ9+fkDaog==" crossorigin="anonymous"/>
<!-- <style>
i.fas,
i.fab {
border: 1px solid red;
}
.fa-css3-alt {
color: green;
background-color: red;
}
</style> -->
</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" id="top">
<div class="content">
<h1>Hi, I'm Shaiah!</h1>
<p class="major">I am a <strong>fullstack software engineer</strong> and graduate of <a href="https://www.digitalcrafts.com/immersive-web.html" target="_blank">DigitalCrafts</a> web-development program.</p>
<p>I also hold a B.A. from Smith College, an M.A. in Anthropology from Columbia University, and am a four-time recipient of the <em>Foreign Language Area Studies</em> (DoE) Fellowship. I entered the tech industry after realizing that an aptitude for natural languages is applicable in the realm of computers. Ever inspired by words and their cultural worlds, I hope to someday become involved in research that improves translation engines by helping computers better understand metaphor. In my free time I can be found out for a hike or a bike ride, writing memoir, or sewing on a personal collection of androgynous jumpsuits. </p>
<ul class="actions stacked">
<li><a href="#first" class="button big wide smooth-scroll-middle">Projects</a></li>
<li><a href="./images/Shaiah-Emigh-Doyle-2020.pdf" target="Shaiah-Emigh-Doyle-2020" class="button big wide smooth-scroll-middle">Résumé</a></li>
<li><a href="#contact" class="button big wide smooth-scroll-middle">Contact</a></li>
</ul>
</div>
<div class="image">
<img src="images/smileCrop.jpg" alt="" />
</div>
</section>
<!-- j.DevSpace -->
<section class="spotlight style1 orient-right content-align-left image-position-center onscroll-image-fade-in" id="first" >
<div class="content">
<h2>j.DevSpace</h2>
<p>j.DevSpace brings emerging software developers into a supportive and educational environment of tools and resources necessary for career success. This app features four “Dashboard” components: news, flashcards, videos, and jobs. Users can navigate through an informational feed related to the newest developments happening in the coding world, practice interview questions about coding languages and frameworks, watch educational videos, and search for employment in the industry. Come to j.DevSpace to enhance your skills and launch your career!
</p>
<ul class="actions">
<li><a href="https://github.com/ShaiahWren/Study-App" class="button" target="_blank">On Github</a></li>
<li><a href="https://jdevspace.netlify.app/" class="button" target="_blank">Live</a></li>
</ul>
</div>
<div class="image">
<img src="images/j.DevSpace.png" alt="" />
</div>
</section>
<!-- SenTWEETments -->
<section class="spotlight style1 orient-left content-align-left image-position-center onscroll-image-fade-in" >
<div class="content">
<h2>SenTWEETments</h2>
<p>"SenTWEETments" is a react app for sentiment analysis on Twitter. It utilizes a Microsoft Text Analytics RapidAPI paired with a Twitter API that mines the most recent tweet for a given Twitter handle and returns a positivity score.</p>
<ul class="actions">
<li><a href="https://github.com/ShaiahWren/Twitter-Sentiments" class="button" target="_blank">On Github</a>
<!-- <li><a href="https://www.quiz-yoself.com/" class="button" target="_blank">Live</a></li> -->
</ul>
</div>
<div class="image">
<img src="/images/sentweetments3.png" alt="" />
</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>VivaLingua</h2>
<p>Social media meets Rosetta Stone. VivaLingua is a full-stack web application that crowdsources media about endangered languages. Users can create a user profile, view personal posts, and view posts made for a specific language. My primary
team roles included PostgreSQL, Back-end & Front-end development, and Lead styling/design.
</p>
<ul class="actions">
<li><a href="https://github.com/ShaiahWren/Viva_Lingua" class="button" target="_blank">On Github</a></li>
<li><a href="https://vivalingua.dev/" class="button" target="_blank">Live</a></li>
</ul>
</div>
<div class="image">
<img src="images/VivaLingua.png" alt="" />
</div>
</section>
<!-- Three -->
<section class="spotlight style1 orient-left content-align-left image-position-center onscroll-image-fade-in" >
<div class="content">
<h2>Quiz Yo'self</h2>
<p>"Quiz Yo'self" utilizes a RESTful API to deliver unique trivia content on each play. The game is responsive across all devices and works well on both desktop and mobile screens. Our team aimed to highlight a strong understanding of both UI/UX design and CSS as well as interactive Javascript.</p>
<ul class="actions">
<li><a href="https://github.com/ShaiahWren/Quiz-Yoself" class="button" target="_blank">On Github</a>
<li><a href="https://www.quiz-yoself.com/" class="button" target="_blank">Live</a></li>
</ul>
</div>
<div class="image">
<img src="/images/quizY.png" alt="" />
</div>
</section>
<!-- Four -->
<section class="spotlight style1 orient-right content-align-left image-position-center onscroll-image-fade-in">
<div class="content">
<h2>Fun Fair Danger</h2>
<p>Step in to the exquisite carnival called "Fun Fair Danger." Enter at your own risk. A text-based terminal game built in Python that brings you into four shady carnival rooms.</p>
<ul class="actions stacked">
<li><a href="https://github.com/ShaiahWren/fun_fair_danger" class="button" target="_blank">On Github</a></li>
</ul>
</div>
<div class="image">
<img src="/images/funfair.png" alt="" />
</div>
</section>
<!-- Five -->
<!-- <section class="wrapper style1 align-center">
<div class="inner">
<h2>Massa sed condimentum</h2>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi id ante sed ex pharetra lacinia sit amet vel massa. Donec facilisis laoreet nulla eu bibendum. Donec ut ex risus. Fusce lorem lectus, pharetra pretium massa et, hendrerit vestibulum odio lorem ipsum.</p>
</div> -->
<!-- Gallery -->
<!-- <div class="gallery style2 medium lightbox onscroll-fade-in">
<article>
<a href="images/gallery/fulls/01.jpg" class="image">
<img src="images/gallery/thumbs/01.jpg" alt="" />
</a>
<div class="caption">
<h3>Ipsum Dolor</h3>
<p>Lorem ipsum dolor amet, consectetur magna etiam elit. Etiam sed ultrices.</p>
<ul class="actions fixed">
<li><span class="button small">Details</span></li>
</ul>
</div>
</article>
<article>
<a href="images/gallery/fulls/02.jpg" class="image">
<img src="images/gallery/thumbs/02.jpg" alt="" />
</a>
<div class="caption">
<h3>Feugiat Lorem</h3>
<p>Lorem ipsum dolor amet, consectetur magna etiam elit. Etiam sed ultrices.</p>
<ul class="actions fixed">
<li><span class="button small">Details</span></li>
</ul>
</div>
</article>
<article>
<a href="images/gallery/fulls/03.jpg" class="image">
<img src="images/gallery/thumbs/03.jpg" alt="" />
</a>
<div class="caption">
<h3>Magna Amet</h3>
<p>Lorem ipsum dolor amet, consectetur magna etiam elit. Etiam sed ultrices.</p>
<ul class="actions fixed">
<li><span class="button small">Details</span></li>
</ul>
</div>
</article>
<article>
<a href="images/gallery/fulls/04.jpg" class="image">
<img src="images/gallery/thumbs/04.jpg" alt="" />
</a>
<div class="caption">
<h3>Sed Tempus</h3>
<p>Lorem ipsum dolor amet, consectetur magna etiam elit. Etiam sed ultrices.</p>
<ul class="actions fixed">
<li><span class="button small">Details</span></li>
</ul>
</div>
</article>
<article>
<a href="images/gallery/fulls/05.jpg" class="image">
<img src="images/gallery/thumbs/05.jpg" alt="" />
</a>
<div class="caption">
<h3>Ultrices Magna</h3>
<p>Lorem ipsum dolor amet, consectetur magna etiam elit. Etiam sed ultrices.</p>
<ul class="actions fixed">
<li><span class="button small">Details</span></li>
</ul>
</div>
</article>
<article>
<a href="images/gallery/fulls/06.jpg" class="image">
<img src="images/gallery/thumbs/06.jpg" alt="" />
</a>
<div class="caption">
<h3>Sed Tempus</h3>
<p>Lorem ipsum dolor amet, consectetur magna etiam elit. Etiam sed ultrices.</p>
<ul class="actions fixed">
<li><span class="button small">Details</span></li>
</ul>
</div>
</article>
<article>
<a href="images/gallery/fulls/07.jpg" class="image">
<img src="images/gallery/thumbs/07.jpg" alt="" />
</a>
<div class="caption">
<h3>Ipsum Lorem</h3>
<p>Lorem ipsum dolor amet, consectetur magna etiam elit. Etiam sed ultrices.</p>
<ul class="actions fixed">
<li><span class="button small">Details</span></li>
</ul>
</div>
</article>
<article>
<a href="images/gallery/fulls/08.jpg" class="image">
<img src="images/gallery/thumbs/08.jpg" alt="" />
</a>
<div class="caption">
<h3>Magna Risus</h3>
<p>Lorem ipsum dolor amet, consectetur magna etiam elit. Etiam sed ultrices.</p>
<ul class="actions fixed">
<li><span class="button small">Details</span></li>
</ul>
</div>
</article>
<article>
<a href="images/gallery/fulls/09.jpg" class="image">
<img src="images/gallery/thumbs/09.jpg" alt="" />
</a>
<div class="caption">
<h3>Tempus Dolor</h3>
<p>Lorem ipsum dolor amet, consectetur magna etiam elit. Etiam sed ultrices.</p>
<ul class="actions fixed">
<li><span class="button small">Details</span></li>
</ul>
</div>
</article>
<article>
<a href="images/gallery/fulls/10.jpg" class="image">
<img src="images/gallery/thumbs/10.jpg" alt="" />
</a>
<div class="caption">
<h3>Sed Etiam</h3>
<p>Lorem ipsum dolor amet, consectetur magna etiam elit. Etiam sed ultrices.</p>
<ul class="actions fixed">
<li><span class="button small">Details</span></li>
</ul>
</div>
</article>
<article>
<a href="images/gallery/fulls/11.jpg" class="image">
<img src="images/gallery/thumbs/11.jpg" alt="" />
</a>
<div class="caption">
<h3>Magna Lorem</h3>
<p>Lorem ipsum dolor amet, consectetur magna etiam elit. Etiam sed ultrices.</p>
<ul class="actions fixed">
<li><span class="button small">Details</span></li>
</ul>
</div>
</article>
<article>
<a href="images/gallery/fulls/12.jpg" class="image">
<img src="images/gallery/thumbs/12.jpg" alt="" />
</a>
<div class="caption">
<h3>Ipsum Dolor</h3>
<p>Lorem ipsum dolor amet, consectetur magna etiam elit. Etiam sed ultrices.</p>
<ul class="actions fixed">
<li><span class="button small">Details</span></li>
</ul>
</div>
</article>
</div>
</section> -->
<!-- Six -->
<section class="wrapper style1 align-center">
<div class="inner">
<h2>Tools, Technologies, & Expertise</h2>
<p>I build simple, beautiful websites of the highest quality that are fully functional, responsive, and aesthetically pleasing across all devices.</p>
<div class="items style1 medium onscroll-fade-in">
<section>
<span style="font-size: 3rem;" class="fab style2 major fa-css3-alt"></span>
<h3>CSS3</h3>
<!-- <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi dui turpis, cursus eget orci amet aliquam congue semper. Etiam eget ultrices risus nec tempor elit.</p> -->
</section>
<section>
<span style="font-size: 3rem;" class="fab style2 major fa-html5"></span>
<h3>HTML5</h3>
<!-- <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi dui turpis, cursus eget orci amet aliquam congue semper. Etiam eget ultrices risus nec tempor elit.</p> -->
</section>
<section>
<span style="font-size: 3rem;" class="fab style2 major fa-python"></span>
<h3>Python</h3>
<!-- <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi dui turpis, cursus eget orci amet aliquam congue semper. Etiam eget ultrices risus nec tempor elit.</p> -->
</section>
<section>
<span style="font-size: 3rem;" class="fab style2 major fa-js-square"></span>
<h3>JavaScript</h3>
<!-- <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi dui turpis, cursus eget orci amet aliquam congue semper. Etiam eget ultrices risus nec tempor elit.</p> -->
</section>
<section>
<span style="font-size: 3rem;" class="fab style2 major fa-github"></span>
<h3>Github</h3>
<!-- <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi dui turpis, cursus eget orci amet aliquam congue semper. Etiam eget ultrices risus nec tempor elit.</p> -->
</section>
<section>
<span style="font-size: 3rem;" class="fab style2 major fa-node-js"></span>
<h3>Node.js</h3>
<!-- <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi dui turpis, cursus eget orci amet aliquam congue semper. Etiam eget ultrices risus nec tempor elit.</p> -->
</section>
<section>
<span style="font-size: 3rem;" class="fab style2 major fa-aws"></span>
<h3>AWS</h3>
<!-- <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi dui turpis, cursus eget orci amet aliquam congue semper. Etiam eget ultrices risus nec tempor elit.</p> -->
</section>
<section>
<span style="font-size: 3rem;" class="fab style2 major fa-git-alt"></span>
<h3>Git</h3>
<!-- <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi dui turpis, cursus eget orci amet aliquam congue semper. Etiam eget ultrices risus nec tempor elit.</p> -->
</section>
<section>
<span style="font-size: 3rem;" class="fab style2 major fa-react"></span>
<h3>React/Redux</h3>
<!-- <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi dui turpis, cursus eget orci amet aliquam congue semper. Etiam eget ultrices risus nec tempor elit.</p> -->
</section>
<!-- <section>
<span><img src="/images/postgreSQL.png" alt="" width="110" height="110"></span>
<h3>PostgreSQL</h3>
</section> -->
<section>
<span style="font-size: 3rem;" class="fas style2 major fa-key"></span>
<h3>RESTful API</h3>
<!-- <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi dui turpis, cursus eget orci amet aliquam congue semper. Etiam eget ultrices risus nec tempor elit.</p> -->
</section>
<section>
<span style="font-size: 3rem;" class="fas style2 major fa-pencil-ruler"></span>
<h3>Responsive Design</h3>
<!-- <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi dui turpis, cursus eget orci amet aliquam congue semper. Etiam eget ultrices risus nec tempor elit.</p> -->
</section>
</div>
</div>
</section>
<!-- Seven -->
<section class="wrapper style1 align-center" id="contact">
<div class="inner medium">
<h2>Get in Touch!</h2>
<form method="POST" action="https://formspree.io/f/meqpajap">
<div class="fields">
<div class="field half">
<label for="name">Your Email</label>
<input type="text" name="email" id="name" value="" />
</div>
<div class="field half">
<label>Subject</label>
<input type="text" name="subject" id="email" value="" />
</div>
<div class="field">
<label for="message">Message</label>
<textarea name="message" id="message" rows="5" placeholder="It's great to meet you!"></textarea>
</div>
</div>
<ul class="actions special">
<li><button type="submit" name="submit" id="submit" value="Send Message">Send</button></li>
</ul>
</form>
<a href="#top"><p>Jump to top</p></a>
</div>
<div class="inner">
<ul class="icons">
<!-- <li><a href="#" class="icon brands style2 fa-twitter"><span class="label">Twitter</span></a></li> -->
<!-- <li><a href="#top" class="icon brands style2 fa-facebook-f"><span class="label">Facebook</span></a></li> -->
<li><a href="https://github.com/ShaiahWren" class="icon brands style2 fa-github"><span class="label">Instagram</span></a></li>
<li><a href="https://www.linkedin.com/in/shaiah-emigh-doyle-73120342/" class="icon brands style2 fa-linkedin-in"><span class="label">LinkedIn</span></a></li>
<li><a href="mailto: sde2111@columbia.edu" class="icon style2 fa-envelope"><span class="label">Email</span></a></li>
</ul>
<p>© 2020 Made with ♡ by Shaiah Wren Designs</p>
<p>Original by HTML5 Up</p>
</div>
</section>
<!-- Footer -->
<!-- <footer class="wrapper style1 align-center">
<div class="inner">
<ul class="icons">
<li><a href="https://github.com/ShaiahWren" class="icon brands style2 fa-github"><span class="label">Instagram</span></a></li>
<li><a href="https://www.linkedin.com/in/shaiah-emigh-doyle-73120342/" class="icon brands style2 fa-linkedin-in"><span class="label">LinkedIn</span></a></li>
<li><a href="mailto: sde2111@columbia.edu" class="icon style2 fa-envelope"><span class="label">Email</span></a></li>
</ul>
<p>© 2020 Made with ♡ by Shaiah Wren Designs</p>
<p>Original by HTML5 Up</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>
</body>
</html>