-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
206 lines (181 loc) · 10.8 KB
/
index.html
File metadata and controls
206 lines (181 loc) · 10.8 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
<!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">
<meta name="description" content="This is Angie's personal website 🥲">
<meta name="keyword" content="Angie, Angie Nguyen, Angie Portillo, Android, Kotlin, Workday, Twitter, Netflix, Animal Crossing">
<meta name="author" content="Angie Nguyen">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Angie Portillo's Personal Website">
<meta name="twitter:description" content="This is Angie's personal website">
<meta name="twitter:image" content="https://angie.dev/img/wizard.jpeg">
<meta name="twitter:image:alt" content="Angie Portillo's website cover image">
<meta name="twitter:url" content="https://angie.dev">
<meta property="og:title" content="Angie Portillo's Personal Website">
<meta property="og:type" content="website">
<meta property="og:description" content="This is Angie's personal website">
<meta property="og:site_name" content="Angie Portillo's Personal Website">
<meta property="og:url" content="https://angie.dev">
<meta property="og:image" content="https://angie.dev/img/wizard.jpeg">
<meta property="og:image:alt" content="Angie Portillo's website cover image">
<meta property="og:image:width" content="1280">
<meta property="og:image:height" content="720">
<!-- Favicon -->
<link rel="apple-touch-icon" sizes="180x180" href="img/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="img/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="img/favicon-16x16.png">
<link rel="manifest" href="site.webmanifest">
<link rel="mask-icon" href="img/safari-pinned-tab.svg" color="#5bbad5">
<link rel="shortcut icon" href="img/favicon.ico">
<meta name="msapplication-TileColor" content="#00aba9">
<meta name="msapplication-config" content="browserconfig.xml">
<meta name="theme-color" content="#ffffff">
<title>Angie Portillo (Angie Nguyen)</title>
<!-- CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lobster">
<link href='https://fonts.googleapis.com/css?family=Droid+Serif%7COpen+Sans:400,700' rel='stylesheet' type='text/css'>
<link rel='stylesheet' href='https://fonts.googleapis.com/css?family=Lato:400,700'>
<link href="css/style.css" rel="stylesheet">
</head>
<body>
<div class="inner-body" id="n-index">
<!-- Nav bar -->
<div class="navbar navbar-default navbar-fixed-top" role="navigation">
<div class="container container-semi-narrow">
<div class="navbar-header page-scroll" >
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle Navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<div class="logo navbar-brand">Angie</div>
</div>
<div class="navbar-collapse collapse" id="menu-center">
<ul class="nav navbar-nav navbar-left">
<li><a href="#n-index" class="page-scroll random-color purple">About</a></li>
<li><a href="#n-other" class="page-scroll random-color green">Other</a></li>
<li><a href="#n-contact" class="page-scroll random-color gold">Contact</a></li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li>
<a href="https://bsky.app/profile/angieangie123.bsky.social" class="random-color" target="_blank">
<i class="fa fa-brands fa-bluesky space"></i>
Bluesky
</a>
</li>
<li>
<a href="https://github.com/angien" class="random-color" target="_blank">
<i class="fa fa-github-alt space"></i>
GitHub
</a>
</li>
<li>
<a href="https://www.linkedin.com/in/angienguyen1" class="random-color" target="_blank">
<i class="fa fa-linkedin-square space"></i>
LinkedIn
</a>
</li>
</ul>
</div><!--/.nav-collapse -->
</div>
</div>
<div class="container" id="n-index">
<div class="row marketing margin">
<div class="col-sm-4">
<h3 class="typer"></h3>
</div>
<div class="col-sm-8">
<p>
Hi. This website is just for fun! I'm not much of a web developer, so there isn't anything too fancy here. I'm actually more of an <a href="https://android.com" target="_blank">Android</a> developer, and am currently employed as one at <a href="https://netflix.com" target="_blank">Netflix</a>. I studied at <a href="https://ucsd.edu" target="_blank">UCSD</a> where I got my B.S. and M.S. in Computer Science. If I had to pick a language, I would say that <a href="https://kotlinlang.org/" target="_blank">Kotlin</a> is my favorite.
</p>
<p>
I have many other interests, like cooking and yoga. I also really love Animal Crossing, and my favorite food is spaghetti 🍝.
</p>
<p>
<b>
Thanks for visiting my personal website! It's probably not the most up-to-date, so check out my LinkedIn instead!
</b>
</p>
<p>
<a class="btn btn-lg btn-custom" href="https://www.linkedin.com/in/angienguyen1" target="0" role="button">LinkedIn <i class="fa fa-angle-double-right"></i></a>
</p>
</div>
</div>
</div>
<div class="container" id="n-other">
<hr class="split">
<div class="headline">
<h3>Other Stuff</h3>
</div>
<div class="row margin blurb-row">
<div class="media col-lg-6 box">
<div class="media-body">
<img class="pull-left" src="img/poppy.png" width="100px" alt="Poppy from Animal Crossing">
<h4 class="media-heading">Animal Crossing</h4>
<p>I'm currently playing <a href="https://www.animal-crossing.com/new-horizons/" target="_blank">Animal Crossing New Horizons</a> on my Nintendo Switch. I proudly own the Animal Crossing version of the Nintendo Switch. I have managed to catalog everything in the game with all color variations and learn all of the recipes. You can check out my island with my dream address: <code>DA‑9588‑4481‑3685</code>.</p>
</div>
</div>
<div class="media col-lg-6 box">
<div class="media-body">
<img class="pull-right" src="img/redux.png" width="100px" alt="Advent of code logo light">
<h4 class="media-heading">Kotlin Redux</h4>
<p>I open-sourced a Kotlin library while I was at <a href="https://workday.com" target="_blank">Workday</a> as a Software Engineer. This library, called <a href="https://github.com/Workday/kotlin-redux" target="_blank">Kotlin Redux</a>, is a simplified implementation of <a href="https://redux.js.org/" target="_blank">Redux</a>. I think it's pretty neat ❤️.</p>
</div>
</div>
</div>
<div class="row margin blurb-row">
<div class="media col-lg-6 box">
<div class="media-body">
<img class="pull-left" src="img/advent.png" width="100px" alt="Advent of code logo light">
<h4 class="media-heading">Advent of Code</h4>
<p>I've only started to participate in <a href="https://adventofcode.com/" target="_blank">Advent of Code</a> in 2020. I think it's pretty fun, especially since I solve the problems with Kotlin. I like to work on the problems as they come out to see how fast I can finish, but I don't push up <a href="https://github.com/angien/adventofcode" target="_blank">my code</a> until the end of month.</p>
</div>
</div>
<div class="media col-lg-6 box">
<div class="media-body">
<img class="pull-right" src="img/teeth.png" width="100px" alt="Teeth cam logo light">
<h4 class="media-heading">Teeth Cam</h4>
<p>A while ago I went to the orthodontist to get a new set of retainers. Instead of using plaster to create a mold of my teeth, my dentist used a fancy 3D scanner to create a 3D image of my teeth. When I went to pick up my new retainers, I asked if I could have the 3D model emailed to me. Anyway, here's an <a href="https://spaghetti.8thwall.app/teeth/" target="0">AR experience of my teeth</a>. Also, I used <a href="https://www.blender.org/" target="0">Blender</a> for the first time to edit/animate my teeth.</p>
</div>
</div>
</div>
</div>
<div id="n-contact" class="container">
<hr class="split">
<div class="row marketing margin">
<div class="col-sm-4">
<h3 class="left-text">Contact Me</h3>
<p class="left-text">angie [at] angie [dot] dev</p>
</div>
<div class="col-sm-8">
<p>
If you're trying to contact me, sending me an email is probably the best way reach me. I am also somewhat active on <a href="https://www.linkedin.com/in/angienguyen1" target="0">LinkedIn</a>, <a href="https://androiddev.social/@angie" target="0">Mastodon</a>, and <a href="https://bsky.app/profile/angieangie123.bsky.social" target="0">Bluesky</a>.
</p>
<p>
You can also catch me on Discord (@angie#5656), though I don't accept friend requests from people I don't know. Please do not contact me through Facebook or Facebook Messenger.
</p>
</div>
</div>
<div class="footer">
<div class="container container-narrow">
<hr class="divider">
<p>
© 2025 Made with <i class="fa fa-heart-o"></i> by Angie • Powered by <a href="https://github.com/angien/angien.github.io" target="_blank">GitHub</a>
</p>
<p class="duration">Opinions are mine and not of any employer, past or present.</p>
</div>
</div>
</div>
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://kit.fontawesome.com/f225ca7038.js" crossorigin="anonymous"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/main.js"></script>
<script src="js/typed.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js"></script>
</body>
</html>