-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
387 lines (380 loc) · 15 KB
/
index.html
File metadata and controls
387 lines (380 loc) · 15 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
<!DOCTYPE html>
<!--
Read Only by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, user-scalable=no"
/>
<meta
name="description"
content="The personal website and portfolio of Donovan Moini."
/>
<meta
name="keywords"
content="Donovan Moini, portfolio, personal website"
/>
<link rel="stylesheet" href="assets/css/main.css" />
<link rel="stylesheet" href="assets/css/custom.css" />
<link
rel="icon"
href="images/favicon-32x32.png"
type="image/png"
sizes="32x32"
/>
<title>Donovan Moini's Portfolio Website</title>
</head>
<body class="is-preload">
<!-- Header -->
<section id="header">
<header>
<span class="image avatar"
><img src="images/me.jpg" alt="Donovan Moini"
/></span>
<h1 id="logo">Donovan Moini</h1>
</header>
<nav id="nav">
<ul>
<li><a href="#about" class="active">About Me</a></li>
<li><a href="#skills">Skills</a></li>
<li><a href="#projects">Notable Projects</a></li>
</ul>
</nav>
<footer>
<ul class="icons">
<li>
<a href="https://github.com/dmoini" class="icon brands fa-github"
><span class="label">Github</span></a
>
</li>
<li>
<a
href="https://www.linkedin.com/in/donovanmoini/"
class="icon brands fa-linkedin"
><span class="label">LinkedIn</span></a
>
</li>
<li>
<a
href="mailto:donovanmoini@gmail.com"
class="icon solid fa-envelope"
><span class="label">Email</span></a
>
</li>
</ul>
</footer>
</section>
<!-- Wrapper -->
<div id="wrapper">
<!-- Main -->
<div id="main">
<section id="background-image">
<div class="image main" data-position="center">
<img src="images/banner.jpg" alt="Banner" />
</div>
</section>
<!-- About Me -->
<section id="about">
<div class="container">
<header class="major">
<h2>About Me</h2>
</header>
<p>
Hello and welcome to my portfolio website! My name is Donovan and
I am currently a software development engineer (L5) at Amazon Web
Services (AWS). I have spent over 3 years at Amazon and I have
been able to contribute multiple orgs such as Prime Video and
Alexa.
</p>
<p>
Prior to Amazon, I graduated from Loyola Marymount University with
a Bachelor of Science in computer science and a minor in
philosophy. Some of my involvements during college included being
a resident advisor, computer science teaching assistant, member of
the
<a href="http://www.lmumagis.com/" target="_blank"
>MAGIS Service Organization</a
>, orientation leader, and more.
</p>
<p>
Outside of my job, I enjoy playing video games with my friends,
learning how to cook new foods without burning myself, going on
local walks and hikes without my allergies acting up, and
exploring the wonderful city of Los Angeles (especially if there
is food).
</p>
<p>
If you would like to learn more about my work experience, please
check out my resume linked below. Or if you would just like to
connect, feel free to reach out to me via email or LinkedIn as I
am happy to connect with new people.
</p>
<div class="center-button">
<a href=" mailto:donovanmoini@gmail.com" class="button primary">
Contact Me
</a>
</div>
</div>
</section>
<!-- Skills -->
<section id="skills">
<div class="container">
<header class="major">
<h2>Skills</h2>
</header>
<div class="row">
<div class="col-6">
<h3>Programming</h3>
<ul>
<ul>
<li>Java</li>
<li>JavaScript/TypeScript</li>
<li>Kotlin</li>
<li>Python</li>
<li>Ruby</li>
</ul>
</ul>
</div>
<div class="col-6">
<h3>Technologies</h3>
<ul>
<ul>
<li>AWS</li>
<li>Git/GitHub</li>
<li>Node.js</li>
<li>React</li>
</ul>
</ul>
</div>
</div>
<div class="center-button">
<a
href="https://drive.google.com/file/d/15NZ3dTSquq3cZGEn7J05UdXF_E4Ov-hh/view"
class="button primary"
>Resume</a
>
</div>
</div>
</section>
<!-- Projects -->
<section id="projects">
<div class="container">
<header class="major">
<h2>Notable Projects</h2>
</header>
<div class="features">
<article>
<img class="image" src="images/campusgandr.png" alt="Amplify" />
<div class="inner">
<h4>CampusGANDR</h4>
<p align="justify">
CampusGANDR embeds Personalized Normative Feedback (PNF) in
a gamified mobile application to reduce defensiveness and
reactance. These results will be presented in a game-like
fashion so users can learn along with fellow classmates,
discover more aspects of campus life, interact with their
peers in a friendly environment, and size up the competition
to become the top GANDRer. Worked as a backend developer on
the admin panel using TypeScript, JavaScript, React, and
Google Firebase.
</p>
<div class="center-button">
<a
href="https://www.campusgandr.app/"
class="button primary"
>
Website
</a>
</div>
</div>
</article>
<article>
<img class="image" src="images/amplify.png" alt="Amplify" />
<div class="inner">
<h4>Amplify</h4>
<p align="justify">
Amplify is a community music streaming service that allows
users to create and join rooms that host public music
playlists using Spotify and YouTube services. Users can join
rooms and add songs of their choice to the community queue,
which will be cycled through in round-robin style between
all users' queued songs. Worked as the backend lead using
JavaScript, Apollo GraphQL, AWS Lambda, Amazon API Gateway,
Amazon DynamoDB, and Serverless.
</p>
</div>
</article>
<article>
<img class="image" src="images/playroll.png" alt="Playroll" />
<div class="inner">
<h4>Playroll</h4>
<p align="justify">
Playroll is an application that allows users to create
playrolls, which replace the traditional idea of playlists.
Using a set of unique algorithms, Playroll uses your
provided music to create the perfect playlist. Worked on the
backend using Go, GORM, GraphQL, and PostgresDB. Download
links can be found for iOS and Android devices below.
</p>
<div class="center-button">
<a
href="https://apps.apple.com/us/app/playroll/id1457282211"
class="button primary button-left"
>iOS</a
>
<a
href="https://play.google.com/store/apps/details?id=com.playroll.playroll"
class="button primary button-right"
>Android</a
>
</div>
</div>
</article>
<article>
<img class="image" src="images/casper.png" alt="Casper" />
<div class="inner">
<h4>Casper Programming Language</h4>
<p align="justify">
Collaborated with four other LMU students to create Casper:
The Friendly Programming Language. Casper incorporates a
speech-like, easy-to-use syntax that eliminates unnecessary
verboseness from the programming experience. Casper is
reminiscent of Python with nuanced features and syntax
designed to make its meaning as transparent as possible and
make programming an entirely pleasant affair. Coded using
JavaScript and Ohm.
</p>
<div class="center-button">
<a
href="https://dmoini.github.io/casper/"
class="button primary button-left"
>Website</a
>
<a
href="https://github.com/dmoini/casper"
class="button primary button-right"
>Repository</a
>
</div>
</div>
</article>
<article>
<img
class="image"
src="images/fortnite.jpg"
alt="Fortnite Stat Tracker"
/>
<div class="inner">
<h4>Fortnite Stat Tracker</h4>
<p align="justify">
Fortnite web application that retrieves player stats, daily
shop items, and weekly challenges. Coded with HTML,
JavaScript/jQuery, CSS, Bootstrap, and
<a href="https://fortniteapi.com/">Fortnite API</a>.
</p>
<div class="center-button">
<a
href="https://dmoini.github.io/fortnite-stat-tracker/"
class="button primary button-left"
>Website</a
>
<a
href="https://github.com/dmoini/fortnite-stat-tracker"
class="button primary button-right"
>Repository</a
>
</div>
</div>
</article>
<article>
<img
class="image"
src="images/magis.png"
alt="LMU Magis Website"
/>
<div class="inner">
<h4>MAGIS Website</h4>
<p align="justify">
Currently maintain the official website of the MAGIS Service
Organization. The site now serves as a platform for anyone
interested in learning more about us, partnering with us, or
keeping updated on us. Coded with HTML, JavaScript/jQuery,
CSS, Bootstrap, and
<a href="http://instafeedjs.com/">Instafeed.js</a>.
</p>
<div class="center-button">
<a
href="http://www.lmumagis.com/"
class="button primary button-left"
>Website</a
>
<a
href="https://github.com/danicobryan/magis"
class="button primary button-right"
>Repository</a
>
</div>
</div>
</article>
<article>
<a
href="https://github.com/dmoini/cmsi387-operating-systems/blob/2ba22eab1fa4b967d68d313df931e8e944aad30a/Semester%20Project/hog.c"
class="image"
><img src="images/hog.png" alt="Hog"
/></a>
<div class="inner">
<h4>Hog</h4>
<p align="justify">
Created a system utility function that outputs which process
IDs are using up the highest CPU percentage on your machine.
Coded in C.
</p>
<div class="center-button">
<a
href="https://github.com/dmoini/cmsi387-operating-systems/blob/2ba22eab1fa4b967d68d313df931e8e944aad30a/Semester%20Project/hog.c"
class="button primary"
>
Repository
</a>
</div>
</div>
</article>
<article>
<div class="center-button">
<p>
All projects can be found in my full GitHub repository
below.
</p>
<a href="https://github.com/dmoini" class="button primary">
Full Github Portfolio
</a>
</div>
</article>
</div>
</div>
</section>
</div>
<!-- Footer -->
<section id="footer">
<div class="container">
<ul class="copyright">
<li>Design: <a href="http://html5up.net">HTML5 UP</a></li>
</ul>
</div>
</section>
</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>