-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·301 lines (264 loc) · 11.6 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
<!DOCTYPE html>
<html lang="en" class="no-js">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Andy Hinh | Programmer, Organizer & Foodie</title>
<meta name="description" content="I'm a Programmer and Foodie.">
<meta name="keywords" content="personal portfolio website">
<meta name="author" content="Andy Hinh">
<meta name="designer" content="Themefisher">
<meta name="image" content="./img/Andy2.jpg">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,300,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="css/font-awesome.min.css">
<link rel="stylesheet" href="css/jquery.fancybox.css">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/owl.carousel.css">
<link rel="stylesheet" href="css/slit-slider.css">
<link rel="stylesheet" href="css/animate.css">
<link rel="stylesheet" href="css/main.css">
<script src="js/modernizr-2.6.2.min.js"></script>
<script type="text/javascript">
var vglnk = { key: 'b8a1203553ae54cca28e98a95e2e1588' };
(function(d, t) {
var s = d.createElement(t);
s.type = 'text/javascript';
s.async = true;
s.src = '//cdn.viglink.com/api/vglnk.js';
var r = d.getElementsByTagName(t)[0];
r.parentNode.insertBefore(s, r);
}(document, 'script'));
</script>
</head>
<body id="body">
<header id="navigation" class="navbar-inverse navbar-fixed-top animated-header">
<div class="container">
<div class="navbar-header">
<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>
<h1 class="navbar-brand">
<a class="myname" href="#body">Andy Hinh</a>
</h1>
</div>
<nav class="collapse navbar-collapse navbar-right" role="navigation">
<ul id="nav" class="nav navbar-nav">
<li><a href="#body">Home</a></li>
</ul>
</nav>
</div>
</header>
<main class="site-content" role="main">
<section id="home-slider">
<div id="slider" class="sl-slider-wrapper">
<div class="sl-slider">
<div class="sl-slide" data-orientation="horizontal" data-slice1-rotation="-25" data-slice2-rotation="-25" data-slice1-scale="2" data-slice2-scale="2">
<div class="bg-img bg-img-1"></div>
<div class="slide-caption">
<div class="caption-content">
<h2 class="animated fadeInDown">Andy Hinh</h2>
<span class="animated fadeInDown">Programmer | Foodie</span>
<span class="animated fadeInDown">*New Site in Development :)*</span>
<a href="./AndyHinhResume.pdf" class="btn btn-blue btn-effect">Resume</a>
</div>
</div>
</div>
<div class="sl-slide" data-orientation="vertical" data-slice1-rotation="10" data-slice2-rotation="-15" data-slice1-scale="1.5" data-slice2-scale="1.5">
<div class="bg-img bg-img-2"></div>
<div class="slide-caption">
<div class="caption-content">
<h2>Food Blog</h2>
<span class="animated fadeInDown">I write about and take pictures of various foods</span>
<a href="#" class="btn btn-blue btn-effect">Coming Soon</a>
</div>
</div>
</div>
</div>
<nav id="nav-arrows" class="nav-arrows hidden-xs hidden-sm visible-md visible-lg">
<a href="javascript:;" class="sl-prev">
<i class="fa fa-angle-left fa-3x"></i>
</a>
<a href="javascript:;" class="sl-next">
<i class="fa fa-angle-right fa-3x"></i>
</a>
</nav>
<nav id="nav-dots" class="nav-dots visible-xs visible-sm hidden-md hidden-lg">
<span class="nav-dot-current"></span>
<span></span>
</nav>
</div>
</section>
<!-- <section id="about" >
<div class="container">
<div class="row">
<div class="col-md-4 col-xs-6 col-xs-offset-3 col-md-offset-1 wow animated fadeInRight">
<div class="profile">
<img src="img/Andy.jpg" class="pull-left" alt="Andy Hinh">
</div>
</div>
<div class="col-md-6 col-xs-12 wow animated fadeInLeft">
<h3>Andy Hinh</h3>
<div class="recent-works">
<div id="works">
<div class="work-item">
<p>I am a software developer and a consultant at Credera.</p>
</div>
<div class="work-item">
<p>I am a junior at the University of Houston studying Computer Science with a minor in Mathemathics.</p>
</div>
<div class="work-item">
<p>My hobbies are programming, working out, hanging out with friends, drinking coffee, and eating food.</p>
</div>
<div class="work-item">
<p>I like to discover new food and travel :)
</div>
</div>
</div>
</div>
</div>
</div>
</section> -->
<!-- end about section -->
<!-- experience section -->
<!-- <section id="experience">
<div class="container">
<div class="row">
<div class="sec-title text-center">
<h2 class="wow animated bounceInLeft">Experience</h2>
</div>
<div class="col-md-4 col-sm-6 col-xs-12 text-center wow animated zoomIn">
<div class="experience-item">
<h3>Microsoft - Student Representative</h3>
<ul class="listExp">
<li>Represent Microsoft at the University of Houston by promoting Microsoft brand and its technologies on campus</li>
<li>Organize and execute various workshops, talks, and events on the capabilities of Microsoft technologies</li>
</ul>
</div>
</div>
<div class="col-md-4 col-sm-6 col-xs-12 text-center wow animated zoomIn" data-wow-delay="0.3s">
<div class="experience-item">
<h3>PROS - Product Development Intern</h3>
<ul class="listExp">
<li>Utilized Node, React, D3.js, Mocha and RESTful API to work on projects that benefited Airline products</li>
<li>Utilized Java and Mockito to develop and test database latency monitoring feature</li>
<li>Interacted with UX team, Architects, and PMs to implement new features such as a new tooltip using D3.js</li>
</ul>
</div>
</div>
<div class="col-md-4 col-sm-6 col-xs-12 text-center wow animated zoomIn" data-wow-delay="0.6s">
<div class="experience-item">
<h3>StudentRND - Regional Organizer & Lead Evangelist</h3>
<ul class="listExp">
<li>Organize a 24-hour coding and hardware marathon geared towards high school and novice students.</li>
<li>Execute technical workshops of various products on subjects such as JS, web development, and game development</li>
</ul>
</div>
</div>
</div>
</div>
</section> -->
<!-- end experience section -->
<!-- portfolio section -->
<!-- <section id="portfolio">
<div class="container">
<div class="row">
<div class="sec-title text-center wow animated fadeInDown">
<h2>PROJECTS</h2>
</div>
<ul class="project-wrapper wow animated fadeInUp">
<li class="portfolio-item">
<img src="img/portfolio/CodeRED.png" class="img-responsive" alt="CodeRED is Houston's Premier Hackathon and Innovation Event. It's a place for students to learn something new, explore possibilities, solve problems, and build out their dreams.">
<figcaption class="mask">
<h3>CodeRED Website</h3>
<p>Manage and update the website consistently</p>
</figcaption>
<ul class="external">
<li><a href="https://uhcode.red"><i class="fa fa-link"></i></a></li>
</ul>
</li>
<li class="portfolio-item">
<img src="img/portfolio/Pros.svg" class="img-responsive" alt="Used React Native in a team of 4 interns. Created a mobile app that would allow groups to vote on where to eat.">
<figcaption class="mask">
<h3>Your Own Lunch Optimizer</h3>
<p>An mobile app that allows groups to vote on where to eat.</p>
</figcaption>
<ul class="external">
<li><a class="fancybox" title="Your Own Lunch Optimizer" href="img/portfolio/Pros.svg" data-fancybox-group="works" ><i class="fa fa-search"></i></a></li>
</ul>
</li>
<li class="portfolio-item">
<img src="img/portfolio/PowerShare.jpg" class="img-responsive" alt="PowerShare">
<figcaption class="mask">
<h3>PowerShare</h3>
<p>The ability to store and sell electricity from houses.</p>
</figcaption>
</li>
</ul>
</div>
</div>
</section> -->
<!-- end portfolio section -->
<!-- Contact section -->
<section id="contact" >
<div class="container">
<div class="row">
<div class="sec-title text-center wow animated fadeInDown">
<h2>Contact</h2>
<p><i class="fa fa-envelope"></i> [email protected]</p>
</div>
<!-- <div class="col-md-5 wow animated fadeInRight">
<address class="contact-details">
<h3>Contact Information</h3>
<p><i class="fa fa-envelope"></i>[email protected]</p>
</address>
</div> -->
</div>
</div>
</section>
<!-- End Contact section -->
<!-- Social section -->
<section id="social" class="parallax">
<div class="overlay">
<div class="container">
<div class="row">
<div class="sec-title text-center white wow animated fadeInDown">
<h2>FOLLOW</h2>
<p>Find me on these websites</p>
</div>
<ul class="social-button">
<li class="wow animated zoomIn"><a href="https://www.facebook.com/andy.hinh"><i class="fa fa-facebook fa-2x"></i></a></li>
<li class="wow animated zoomIn" data-wow-delay="0.3s"><a href="https://www.linkedin.com/in/andyhinh"><i class="fa fa-linkedin fa-2x"></i></a></li>
<li class="wow animated zoomIn" data-wow-delay="0.6s"><a href="https://github.com/andyhinh"><i class="fa fa-github fa-2x"></i></a></li>
</ul>
</div>
</div>
</div>
</section>
<!-- end Social section -->
</main>
<script src="js/jquery-1.11.1.min.js"></script>
<!-- Twitter Bootstrap -->
<script src="js/bootstrap.min.js"></script>
<!-- Single Page Nav -->
<script src="js/jquery.singlePageNav.min.js"></script>
<!-- jquery.fancybox.pack -->
<script src="js/jquery.fancybox.pack.js"></script>
<!-- Google Map API -->
<script src="http://maps.google.com/maps/api/js?sensor=false"></script>
<!-- Owl Carousel -->
<script src="js/owl.carousel.min.js"></script>
<!-- jquery easing -->
<script src="js/jquery.easing.min.js"></script>
<!-- Fullscreen slider -->
<script src="js/jquery.slitslider.js"></script>
<script src="js/jquery.ba-cond.min.js"></script>
<!-- onscroll animation -->
<script src="js/wow.min.js"></script>
<!-- Custom Functions -->
<script src="js/main.js"></script>
</body>
</html>