-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
261 lines (260 loc) · 11.5 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1" name="viewport">
<link href=
"http://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel=
"stylesheet">
<link href=
"https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css"
rel="stylesheet">
<link href="static/css/styles.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Quicksand" rel=
"stylesheet">
<link href="https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet">
<link href="static/img/logo.png" rel="icon" type="image/png">
<title>Andy Huynh</title>
</head>
<body>
<nav class="navbar navbar-default navbar-fixed-top navbar-custom" id=
"mynav">
<div class="container">
<div class="navbar-header">
<button aria-expanded="false" class="navbar-toggle collapsed"
data-target="#nav-collapsed" data-toggle="collapse" type=
"button"><span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span> <span class="icon-bar"></span>
<span class="icon-bar"></span></button> <a class="navbar-brand"
href="#"><img alt="logo" id="logo" src=
"static/img/logo.png"></a>
</div>
<div class="collapse navbar-collapse" id="nav-collapsed">
<ul class="nav navbar-nav">
<li>
<a href="#">About Me</a>
</li>
<li>
<a href="#projects">Projects</a>
</li>
<li>
<a href="#skills">Skills</a>
</li>
<li>
<a href="#contact">Contact</a>
</li>
</ul>
<ul class="nav navbar-nav navbar-right social">
<li>
<a href=
"https://www.linkedin.com/in/andy-huynh-976b4885"
target="_blank"><i class=
"fa fa-lg fa-linkedin"></i></a>
</li>
<li>
<a href=
"https://drive.google.com/file/d/0B4TxhxI0LsVmSEcyeUpzTDhFMWc/view?usp=sharing"
target="_blank"><i class=
"fa fa-lg fa-suitcase"></i></a>
</li>
<li>
<a href=
"https://github.com/andyh1203"
target="_blank"><i class=
"fa fa-lg fa-github"></i></a>
</li>
<li>
<a href="mailto:andhuynh@ucdavis.edu"><i class=
"fa fa-lg fa-envelope"></i></a>
</li>
</ul>
</div>
</div>
</nav>
<div class="container">
<section id="#">
<div class="row">
<div class="col-md-12">
<img alt="headshot" class="img-responsive center-block" id=
"me" src="static/img/me.jpg">
<h1 class="text-center">Andy Huynh</h1>
</div>
</div>
<div class="row text-left">
<div class="section-padding"></div>
<h2>Who Am I</h2>
</div>
<div class="row">
<div class="col-md-12">
<p>I'm a senior at the University of California, Davis (UC
Davis) pursuing a B.S. in Chemical Engineering. I was
introduced to programming during college while taking a
MATLAB course. The problem solving aspect of programming
intrigued me the most and I became interested in learning
more. I've since then taken up programming as a hobby and
gained more experience, but I strive to continually
learn!</p>
<p>I am also seeking opportunities as a chemical and/or
software engineer where I can further develop my
skills.</p>
</div>
</div>
</section>
<section id="projects">
<div class="row">
<div class="section-padding"></div>
<h2>Things I Worked On</h2>
</div>
<div class="row text-center">
<div class="col-md-4">
<img alt="HackDavis" class="img-responsive center-block"
id="project-pic-1" src="static/img/hackdavis.png">
<h3 class="text-uppercase">Quiz.Sh</h3>
<div class="project-links">
<a href="http://devpost.com/software/quiz-sh/" target=
"_blank">
<h4>Devpost</h4></a>
</div>
<h4>Online quiz generator developed at HackDavis that uses
Watson's AlchemyAPI to scrap content from Wikipedia pages
and generate questions for the user to answer. I worked on
the Python script that utilized the API to generate
question-answer pairs as a JSON file.</h4>
</div>
<div class="col-md-4">
<img alt="Blog" class="img-responsive center-block"
id="project-pic-2" src="static/img/blog.png">
<h3 class="text-uppercase">Blog</h3>
<div class="project-links">
<a href="https://github.com/andyh1203/blog"
target="_blank">
<h4>Github</h4></a>
</div>
<h4>A simple blog created with Google App Engine. Try it out
live by clicking <a href="http://blog-143901.appspot.com/"
target="_blank">here
</a>.</h4>
</div>
<div class="col-md-4">
<img alt="MovieTrailer" class="img-responsive center-block"
id="project-pic-3" src="static/img/chess.png">
<h3 class="text-uppercase">Swiss Style Tournament</h3>
<div class="project-links">
<a href="https://github.com/andyh1203/swiss-style-tournament"
target="_blank">
<h4>Github</h4></a>
</div>
<h4>Python implementation of a swiss style tournament. I created
a Python module that uses a PostgreSQL database to keep track of
players in matches and the standings. </h4>
</div>
</div>
</section>
<section id="skills">
<div class="row">
<div class="section-padding"></div>
<h2>Things I Can Do</h2>
</div>
<div class="row text-center">
<div class="program-logo">
<div class="col-md-4">
<img alt="Python" class="img-responsive center-block"
src="static/img/python.png">
<h4>Python</h4>
</div>
<div class="col-md-4">
<img alt="SQL" class="img-responsive center-block" src=
"static/img/sql.png">
<h4>SQL</h4>
</div>
<div class="col-md-4">
<img alt="HTML" class="img-responsive center-block"
src="static/img/html.png">
<h4>HTML</h4>
</div>
</div>
</div>
<div class="row text-center">
<div class="program-logo">
<div class="col-md-4">
<img alt="CSS" class="img-responsive center-block" src=
"static/img/css.png">
<h4>CSS</h4>
</div>
<div class="col-md-4">
<img alt="C" class="img-responsive center-block" src=
"static/img/c.png">
<h4>C</h4>
</div>
<div class="col-md-4">
<img alt="Visual Basic" class=
"img-responsive center-block" src=
"static/img/visual_basic.png">
<h4>Visual Basic</h4>
</div>
</div>
</div>
<div class="row text-center">
<div class="program-logo">
<div class="col-md-6">
<img alt="MATLAB" class="img-responsive center-block"
src="static/img/matlab.png">
<h4>MATLAB</h4>
</div>
<div class="col-md-6">
<img alt="JMP" class="img-responsive center-block" src=
"static/img/jmp.png">
<h4>JMP</h4>
</div>
</div>
</div>
</section>
<section id="contact">
<div class="row">
<div class="section-padding"></div>
<h2>Contact Me</h2>
</div>
<form action="http://formspree.io/andhuynh@ucdavis.edu" method=
"post">
<div class="form-group row">
<div class="col-md-6">
<input class="form-control" name="name" placeholder=
"Name" type="text">
</div>
<div class="col-md-6">
<input class="form-control" name="email" placeholder=
"Email" type="email">
</div>
</div>
<div class="form-group row">
<div class="col-md-12">
<input class="form-control" name="subject" placeholder=
"Subject" type="text">
</div>
</div>
<div class="form-group row">
<div class="col-md-12">
<textarea class="form-control" name="message"
placeholder="Message"></textarea>
</div>
</div>
<div class="form-group row">
<div class="col-md-12">
<button class="btn btn-primary" type=
"submit">Send</button>
</div>
</div>
</form>
</section>
</div>
<footer class="footer text-center">
Copyright © helloandy.me 2016
</footer><!-- jQuery library -->
<script src=
"https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js">
</script> <!-- Latest compiled JavaScript -->
<script src=
"http://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js">
</script>
</body>
</html>