-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
267 lines (253 loc) · 11.1 KB
/
about.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
<!--# ViLinh27.github.io-->
<!--For my portfolio site.-->
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<!--links to bootstrap CDN:-->
<link rel=”stylesheet” href=”https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css”rel=”nofollow”
integrity=”sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm” crossorigin=”anonymous”>
<!--link to bootstrap styling-->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
<!--custom css-->
<link rel="stylesheet" type="text/css" href="./styling/styles.css">
<link rel="stylesheet" href="/./styling/sassStyles.css">
</head>
<body class="d-flex flex-column min-vh-100">
<nav class="navbar navbar-default" id="toppage">
<!-- <div class="container-fluid"> -->
<div class="navbar-header">
<a class="navbar-brand" href="#">Vi-Linh Nguyen</a>
</div>
<ul class="nav navbar-nav navbar-right">
<li ><a href="/index.html">Home</a></li>
<li><a href="/projects.html">Projects</a></li>
<li class="active"><a href="/about.html">About</a></li>
</ul>
<!-- </div> -->
</nav>
<!--main content-->
<main class="container p-1" id="mainhome">
<!--about me-->
<div id="meblurb" class="row text-center">
<h3>About Me</h3>
<!--me pic-->
<div class="col-lg-12 col-md-12">
<img class="media" src="./assets/mepic.jpg" alt="Me picture"/>
</div>
<!--me blurb-->
<div class="col-lg-12 col-md-12">
<p>
Hello. I am an alumni from Columbia College Chicago,
currently studying for a Masters of Science at DePaul.
Computer Science has offered me a flexibility that
satisfies the technical side of my brain into building sites
and apps for people to interact with.
</p>
</div>
<!--resume button-->
<div class="col-lg-12 col-md-12">
<button class="btn-primary"><a href="./assets/about/LNguyen_resume-2022.pdf">View Resume</a></button>
</div>
</div>
<!--end of about me blurb-->
<!--cv-->
<div id="cv" class="row">
<!--grid column-->
<div class="col">
<!--cv header-->
<div class="text-center page-header" id="cv-header">
<h4>CV</h4>
</div>
<!--skills-->
<div id="skills">
<h5>Skills</h5>
<h6>
HTML, CSS, SQL, React.js, Java, Python, C#,
Adobe Photoshop, Adobe Illustrator, French Fluency,Vietnamese Fluency,
Microsoft Word, Microsoft Powerpoint
</h6>
</div>
<!--work experience-->
<div id="work-xp">
<h5>Work Experience</h5>
<div id="hugs">
<h6>
HUGS International, Remote
Frontend Developer Intern Feb 2022 - MAY 2022
</h6>
<ul>
<li>Help develop responsive website pages as needed by the product manager.</li>
<li>Fix bugs as needed by the product manager.</li>
</ul>
</div>
<div id="superworld">
<h6>
SuperWorld, Remote
Frontend Developer Intern Jan 2021 - Jun 2021
</h6>
<ul>
<li>Help develop responsive website and web applications according to
designs from the UX team.</li>
<li>Help Optimize according to specifications of product manager and
lead developer.</li>
</ul>
</div>
<div id="sitara">
<h6>
Sitara Om, Chicago — Henna Artist/Cashier Jul 2019 - Apr 2020
</h6>
<ul>
<li>
Deliver quality henna designs to customer according to chosen design.
</li>
<li>
Process merchandise in efficient and friendly manner to customer.
</li>
</ul>
</div>
</div>
<!--end of work experience-->
<!--projects-->
<div id="projects">
<h5>Projects</h5>
<div>
<h6>Portfolio Site Overhaul — Jun 2022 - Present </h6>
<ul>
<li>Update website layout to display projects more efficiently
with bigger emphasis on code.
</li>
</ul>
</div>
<div>
<h6>SQL Class Projects - Jan 2022 - March 2022</h6>
<ul>
<li>Learn databases and how they work in the context of Oracle's
SQL developer software.
</li>
</ul>
</div>
<div>
<h6>Android Notes App - September 2021 - November 2021</h6>
<ul>
<li>Implement Java principles in the context of Android development,
to develop notes application.
</li>
</ul>
</div>
<div>
<h6>Church Website — Dec 2020 - Februrary 2021</h6>
<ul>
<li>Build website for insitutution using design principles and markup languages
to learn how interactivity works on the web.</li>
</ul>
</div>
<div>
<h6>
HellGhost — Aug 2020- Sep 2020
</h6>
<ul>
<li>
Build endless runner game to learn about how C# mechanics work in Unity game engine.
</li>
</ul>
</div>
<div>
<h6>Time to Talk — Jun 2020 - Sep 2020</h6>
<ul>
<li>Build visual novel game to learn basics of game story building and introductory
game engine mechanics.</li>
</ul>
</div>
</div>
<!--end of projects-->
<!--education-->
<div id="education">
<h5>Education</h5>
<div>
<h6>
DePaul University, Chicago — M.S. <br/>
September 2019 - March 2023 <br/>
Computer Science with a Human Computer Interaction Concentration
</h6>
</div>
<div>
<h6>
Columbia College, Chicago — B.A. <br/>
September 2015 - December 2018 <br/>
Cinema Arts and Sciences with an Animation Concentration Trustee Award Recipient
</h6>
</div>
</div>
<!--end of education-->
<!--relevant coursework-->
<div id="rel-cw">
<h5>Relavent Coursework</h5>
<div>
<h6>
<ul>
<li>Introduction to Programming</li>
<li>Discrete Math</li>
<li>Applied Algorithms</li>
<li>Data Structures</li>
<li>Systems</li>
<li>Information Architectures</li>
</ul>
</h6>
</div>
</div>
<!--end of relevant coursework-->
</div>
<!--end of grid column-->
</div>
<!--end of cv / grid row-->
<!--back to top-->
<div id="back-to-top" class="col-lg-12 col-md-12 text-center">
<button class="btn-primary"><a href="#toppage">Back to Top</a></button>
</div>
</main>
<!--end of main container-->
<!--footer-->
<div class="navbar" id="footer">
<!--Grid ctonainer-->
<div class="container p-3 text-center">
<!--Grid row-->
<div class="row">
<!--Grid column-->
<div class="col-lg-4 col-md-4 mb-4 mb-md-0">
<h4>Contact Me</h4>
<p>[email protected]</p>
</div>
<!--Grid column-->
<div class="col-lg-4 col-md-4 mb-4 mb-md-0 ">
<h4>More Projects</h4>
<a href="https://github.com/ViLinh27">
<p>Github</p>
</a>
<a href="https://codepen.io/vilinh27">
<p>Codepen</p>
</a>
<a href="https://linh-is-tibia.itch.io/">
<p>itch.io</p>
</a>
</div>
<!--Grid column-->
<div class="col-lg-4 col-md-4 mb-4 mb-md-0">
<h4>Follow Me</h4>
<a href="https://www.linkedin.com/in/vilinhnguyen27/"><img class="icons"
src="./assets/linkedin-icon.png" alt="linkedin" /></a>
<a href="https://twitter.com/vilinh27"><img class="icons" src="./assets/twitter-icon.png"
alt="twitter" /></a>
<a href="https://www.instagram.com/linh_is_tibia/"><img class="icons" src="./assets/insta-icon.png"
alt="instagram" /></a>
</div>
</div>
</div>
</div>
<!--end of footer-->
<script src="./styling/basicEffects.js"></script>
</body>
</html>