-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·473 lines (409 loc) · 17.8 KB
/
index.html
File metadata and controls
executable file
·473 lines (409 loc) · 17.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
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
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
<!doctype html>
<!--
Hack the world you wish to change! (SilentDev)
-->
<html class="no-js" lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
<!-- Page Title Here -->
<title>Hung Cao</title>
<!-- Page Description Here -->
<meta name="description" content="Hung Cao (SilentDev)">
<!-- Disable screen scaling-->
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1, maximum-scale=1, user-scalable=0">
<!-- Initializer -->
<link rel="stylesheet" href="./css/normalize.css">
<!-- Web fonts and Web Icons -->
<link rel="stylesheet" href="./css/pageloader.css">
<link rel="stylesheet" href="./fonts/opensans/stylesheet.css">
<link rel="stylesheet" href="./fonts/asap/stylesheet.css">
<link rel="stylesheet" href="./css/ionicons.min.css">
<!-- Vendor CSS style -->
<link rel="stylesheet" href="./css/foundation.min.css">
<link rel="stylesheet" href="./js/vendor/jquery.fullPage.css">
<link rel="stylesheet" href="./js/vegas/vegas.min.css">
<!-- Main CSS files -->
<link rel="stylesheet" href="./css/main.css">
<link rel="stylesheet" href="./css/main_responsive.css">
<link rel="stylesheet" href="./css/style-color1.css">
<script src="./js/vendor/modernizr-2.7.1.min.js"></script>
</head>
<body id="menu" class="alt-bg">
<!--[if lt IE 8]>
<p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<!-- Page Loader -->
<div class="page-loader" id="page-loader">
<div><i class="ion ion-loading-d"></i><p>loading</p></div>
</div>
<!-- BEGIN OF site header Menu -->
<!-- Add "material" class for a material design style -->
<header class="header-top">
<div class="menu clearfix">
<a href="#about-us">about</a>
<!--<div class="menu-cont">
<p class="text">Menu cont</p>
<ul class="sub-menu">
<li><a href="htp://page">My Page</a></li>
</ul>
</div>-->
<a href="#contact">contact</a>
</div>
</header>
<!-- END OF site header Menu-->
<!-- BEGIN OF Quick nav icons at left -->
<nav class="quick-link count-4 nav-left">
<div class="logo">
<a href="#home">
<img src="img/hung.jpg" alt="Hung Cao">
</a>
</div>
<ul id="qmenu" class="qmenu">
<li data-menuanchor="home">
<a href="#home" class=""><i class="icon ion ion-home"></i>
</a>
<span class="title">Home page</span>
</li>
<li data-menuanchor="language">
<a href="#language"><i class="icon ion ion-pizza"></i>
</a>
<span class="title">Language</span>
</li>
<li data-menuanchor="about-us">
<a href="#about-us"><i class="icon ion ion-android-information"></i>
</a>
<span class="title">About Me</span>
</li>
<!--<li data-menuanchor="contact">
<a href="#contact"><i class="icon ion ion-android-call"></i>
</a>
<span class="title">Contact</span>
</li>-->
<li data-menuanchor="contact">
<a href="#contact"><i class="icon ion ion-email"></i>
</a>
<span class="title">Contact</span>
</li>
</ul>
</nav>
<!-- END OF Quick nav icons at left -->
<!-- BEGIN OF site cover -->
<div class="page-cover" id="s-cover">
<!-- Cover Background -->
<div class="cover-bg pos-abs full-size bg-img" data-image-src="img/bg-default.jpg"></div>
<!-- BEGIN OF Slideshow Background -->
<!--<div class="cover-bg pos-abs full-size slide-show">
<i class='img' data-src='./img/bg-slide1.jpg'></i>
<i class='img' data-src='./img/bg-slide2.jpg'></i>
<i class='img' data-src='./img/bg-slide3.jpg'></i>
<i class='img' data-src='./img/bg-slide4.jpg'></i>
</div>-->
<!-- END OF Slideshow Background -->
<!--BEGIN OF Static video bg - uncomment below to use Video as Background-->
<!--<div id="container" class="video-container show-for-medium-up">
<video autoplay="autoplay" loop="loop" autobuffer="autobuffer" muted="muted"
width="640" height="360">
<source src="vid/flower_loop.mp4" type="video/mp4">
</video>
</div>-->
<!--END OF Static video bg-->
<!-- Solid color as background -->
<!-- <div class="cover-bg pos-abs full-size bg-color" data-bgcolor="#3151ff"></div>-->
<!-- Solid color as filter -->
<div class="cover-bg-mask pos-abs full-size bg-color" data-bgcolor="rgba(0, 0, 0, 0.41)"></div>
</div>
<!--END OF site Cover -->
<!-- Begin of timer pane -->
<div class="pane-when " id="s-when">
<div class="content">
<!-- Clock -->
<div class="clock clock-countdown">
<div class="site-config"
data-date="10/30/2016 00:00:00"
data-date-timezone="+0"
></div>
<!--
<div class="elem-center">
<div class="digit">
<span class="days">81</span>
<span class="txt">days</span>
</div>
</div>
-->
<!-- Logo instead -->
<div class="elem-center">
<a href="#">
<img src="img/hung.jpg">
</a>
</div>
<div class="elem-bottom">
<div class="deco"></div>
<span class="days">Hung Cao</span>
<h4 class="subhead" style="color:green;">SilentDev</h4>
</div>
</div>
<footer class="h-right">
<p>Trying to change the world one line of code at a time</p>
</footer>
</div>
</div>
<!-- End of timer pane -->
<!-- BEGIN OF site main content content here -->
<main class="page-main" id="mainpage">
<!-- Begin of home page -->
<div class="section page-home page page-cent" id="s-home">
<!-- Logo -->
<!--<div class="logo-container">
<img class="h-logo" src="img/logo_only.png" alt="Logo">
</div>-->
<!-- Content -->
<section class="content">
<header class="header">
<div class="h-left">
<h2>Who am I?</strong></h2>
</div>
<div class="h-right">
<p>Technology-savvy software engineer and detail-oriented programmer with 5+ years' experience in designing and implementing complex web and mobile applications to meet dynamic business requirements in diverse industries. Seasoned technocrat with strong expertise in building responsive and polished web UIs with cutting-edge technologies.</p>
</div>
</header>
</section>
<!-- Scroll down button -->
<footer class="p-footer p-scrolldown">
<a href="#language">
<div class="arrow-d">
<div class="before">Scroll</div>
<div class="after">Down</div>
<div class="circle"> <i class="ion ion-mouse"></i></div>
</div>
</a>
</footer>
</div>
<!-- End of home page -->
<!-- Begin of register page -->
<div class="section page-register page page-cent" id="s-register">
<section class="content">
<header class="p-title">
<h3>Skills<i class="ion ion-pizza"></i></h3>
</header>
<h4 class="subhead">Programming Language and Skills</h4>
<table>
<li class="skills">PHP</li>
<li class="skills"> Java Angular</li>
<li class="skills"> C+</li>
<li class="skills"> HTML</li>
<li class="skills"> CSS</li>
<li class="skills"> SASS</li>
<li class="skills"> Mobile App development</li>
<li class="skills"> Alexa Skills development</li>
<li class="skills"> Ransomware decryption (decrypted a ransomware for a <a href="https://www.facebook.com/CaoTech1/posts/1250092088360670?notif_t=page_wall¬if_id=1481683304952094">client</a>)</li>
</table>
<h4 class="subhead">App & Websites I've Build</h4>
<table>
<li class="skills"><a href="https://itunes.apple.com/my/developer/hung-cao/id804381734">IOS App Store</a></li>
<li class="skills"><a href="https://play.google.com/store/apps/developer?id=Hung+Cao&hl=en"> Android App</a></li>
<li class="skills"><a href="https://cao-tech.com"> Cao-tech</a></li>
<li class="skills"><a href="https://jollygrub.com"> Jolly Grub</a></li>
<li class="skills"><a href="https://evolvevapornh.com"> Evolve Vapor</a></li>
<li class="skills"><a href="https://gentsjuice.com"> Gents Juice</a></li>
<li class="skills"><a href="https://payworksplus.com/"> Pay Work Plus</a></li>
<li class="skills"><a href="https://www.hydra-nutrition.com/"> Hydra Nutrition</a></li>
<li class="skills"><a href="https://terzakisandassociates.com/"> Terzakis And Associates</a></li>
<li class="skills"><a href="https://perkinsbiomed.com/"> Perkins Biomedical Services</a></li>
<li class="skills"><a href="https://solutionsreview.com/"> Solutions Review</a></li>
</table>
</section>
<footer class="p-footer p-scrolldown">
<a href="#about-us">
<div class="arrow-d">
<div class="before">About</div>
<div class="after">Contact</div>
<div class="circle"><i class="ion ion-mouse"></i></div>
</div>
</a>
</footer>
</div>
<!-- End of register page -->
<!-- Begin of about us page -->
<div class="section page-about page page-cent" id="s-about-us">
<section class="content">
<header class="p-title">
<h3>About Me<i class="ion ion-android-information">
</i>
</h3>
<h4 class="subhead">A <span class="bold">Little</span> About <span class="bold">Me</span></h4>
</header>
<article class="text">
As a Bachelors Degree holder in Computer Science and Business Management, I was able to develop my strong background in UI development, Web Development, IOS & Android App development. In my current position as a Design & Development Manager at Cao-Tech, I helped clients to develop complex mobile applications and websites. This boosted their business performances and improved user experiences. I have high proficiency in object oriented JavaScript and in implementing industry-standard interface designs. With strong expertise in HTML, JavaScript, and CSS, I have developed several Apps, which run on IOS and Android.
</article>
</section>
<footer class="p-footer p-scrolldown">
<a href="#contact">
<div class="arrow-d">
<div class="before">Contact</div>
<div class="after"></div>
<div class="circle"><i class="ion ion-mouse"></i></div>
</div>
</a>
</footer>
</div>
<!-- End of about us page -->
<!-- Begin of Contact page -->
<div class="section page-contact page page-cent bg-color" data-bgcolor="rgba(95, 25, 208, 0.88)s" id="s-contact">
<!-- Begin of contact information -->
<div class="slide" id="s-information" data-anchor="information">
<section class="content">
<header class="p-title">
<h3>Contact<i class="ion ion-location">
</i>
</h3>
<!-- <ul class="buttons">
<li class="show-for-medium-up">
<a title="About" href="#about-us" ><i class="ion ion-android-information"></i></a>
</li>
<li>
<a title="Contact" href="#contact/information"><i class="ion ion-location"></i></a>
</li>
<li>
<a title="Message" href="#contact/message"><i class="ion ion-email"></i></a>
</li>
</ul> -->
</header>
<!-- Begin Of Page SubSction -->
<div class="contact">
<div class="row">
<div class="medium-6 columns left">
<ul>
<li>
<p><img src="img/hung.jpg" alt="Hung Cao" class="logo" ></p>
<p class="small">Hung Cao (SilentDev)<strong><a href="mailto://hung.d.cao89.com"></a></p>
</li>
<!-- <li>
<h4>Email</h4>
<p><a href="mailto://hung.d.cao89.com">hung.d.cao89@gmail.com</a></p>
</li> -->
</ul>
</div>
<div class="medium-6 columns social-links right">
<ul>
<!-- legal notice -->
<!-- <li class="show-for-medium-up">
<h4>Website</h4>
<p><a href="http://www.hungcao.info">www.hungcao.info</a></p>
</li> -->
<li class="show-for-medium-up">
<h4>Find me on</h4>
<!-- Begin of Social links -->
<div class="socialnet">
<a href="https://www.linkedin.com/in/hung-cao-ba179231"><i class="ion ion-social-linkedin"></i></a>
<a href="https://github.com/SilenceDev"><i class="ion ion-social-github"></i></a>
</div>
<!-- End of Social links -->
</li>
<!-- <li>
<p><img src="img/hung.jpg" alt="Hung Cao" class="logo" ></p>
<p class="small">Hung Cao (SilentDev)<strong><a href="mailto://hung.d.cao89.com"></a></p>
</li> -->
</ul>
</div>
</div>
</div>
<!-- End of page SubSection -->
</section>
</div>
</div>
<!-- End of Contact page -->
</main>
<!-- end of contact information -->
<!-- begin of contact message -->
<!-- <div class="slide" id="s-message" data-anchor="message">
<section class="content">
<header class="p-title">
<h3>Contact Me<i class="ion ion-email">
</i>
</h3>
<ul class="buttons"> -->
<!-- <li class="show-for-medium-up">
<a title="About" href="#about-us"><i class="ion ion-android-information"></i></a>
</li> -->
<!-- <li>
<a title="Contact" href="#contact/information"><i class="ion ion-location"></i></a>
</li>
</ul>
</header> -->
<!-- Begin Of Page SubSction -->
<!-- <div class="page-block c-right v-zoomIn">
<div class="wrapper">
<div>
<form class="message form send_message_form" method="get" action="ajaxserver/serverfile.php">
<div class="fields clearfix">
<div class="input">
<label for="mes-name">Name </label>
<input id="mes-name" name="name" type="text" placeholder="Your Name" required></div>
<div class="buttons">
<button id="submit-message" class="button email_b" name="submit_message">Ok</button>
</div>
</div>
<div class="fields clearfix">
<div class="input">
<label for="mes-email">Email </label>
<input id="mes-email" type="email" placeholder="Email Address" name="email" required>
</div>
</div>
<div class="fields clearfix no-border">
<label for="mes-text">Message </label>
<textarea id="mes-text" placeholder="Message ..." name="message" required></textarea>
<div>
<p class="message-ok invisible">Your message has been sent, thank you.</p>
</div>
</div>
</form>
</div>
</div>
</div> -->
<!-- End Of Page SubSction -->
<!-- </section> -->
<!-- </div> -->
<!-- End of contact message -->
<!-- </div> -->
<!-- End of Contact page -->
<!-- </main> -->
<!-- END OF site main content content here -->
<!-- Begin of site footer -->
<footer class="page-footer">
<div>
<a href="https://www.linkedin.com/in/hung-cao-ba179231" target="_blank"><i class="ion icon ion-social-linkedin"></i></a>
<a href="https://github.com/SilenceDev" target="_blank"><i class="ion icon ion-social-github"></i></a>
</div>
</footer>
<!-- End of site footer -->
<!-- <script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>-->
<!-- All Javascript plugins goes here -->
<!-- <script src="//code.jquery.com/jquery-1.11.2.min.js"></script>-->
<script src="./js/vendor/jquery-1.11.2.min.js"></script>
<!-- All vendor scripts -->
<script src="./js/vendor/all.js"></script>
<!-- Detailed vendor scripts -->
<!--<script src="./js/vendor/jquery.fullPage.min.js"></script>
<script src="./js/vendor/jquery.slimscroll.min.js"></script>
<script src="./js/vendor/jquery.knob.min.js"></script>
<script src="./js/vegas/vegas.min.js"></script>
<script src="./js/jquery.maximage.js"></script>
<script src="./js/okvideo.min.js"></script>-->
<!-- Downcount JS -->
<script src="./js/jquery.downCount.js"></script>
<!-- Form script -->
<script src="./js/form_script.js"></script>
<!-- Javascript main files -->
<script src="./js/main.js"></script>
<!-- Google Analytics: Uncomment and change UA-XXXXX-X to be your site"s ID. -->
<!--<script>
(function(b,o,i,l,e,r){b.GoogleAnalyticsObject=l;b[l]||(b[l]=
function(){(b[l].q=b[l].q||[]).push(arguments)});b[l].l=+new Date;
e=o.createElement(i);r=o.getElementsByTagName(i)[0];
e.src="//www.google-analytics.com/analytics.js";
r.parentNode.insertBefore(e,r)}(window,document,"script","ga"));
ga("create","UA-XXXXX-X");ga("send","pageview");
</script>-->
</body>
</html>