-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
526 lines (371 loc) · 17.1 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
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
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
<!DOCTYPE html>
<html lang="en-US" class="no-js">
<head>
<!-- ==============================================
Title and Meta Tags
=============================================== -->
<meta charset="utf-8">
<title>Richard Heng Personal Portfolio</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- ==============================================
Favicons
=============================================== -->
<link rel="shortcut icon" href="assets/favicon.ico">
<link rel="apple-touch-icon" href="assets/apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="72x72" href="assets/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="114x114" href="assets/apple-touch-icon-114x114.png">
<!-- ==============================================
CSS
=============================================== -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/custom.css">
<link rel="stylesheet" href="css/font-awesome.css">
<link rel="stylesheet" href="css/flexslider.css">
<link rel="stylesheet" href="css/meflat-blue.css">
<!-- ==============================================
Fonts
=============================================== -->
<link href='http://fonts.googleapis.com/css?family=Roboto+Slab:400,700' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Titillium+Web:400,300,300italic,200,400italic,600,600italic' rel='stylesheet' type='text/css'>
<!-- ==============================================
JS
=============================================== -->
<!--[if lt IE 9]>
<script src="js/respond.min.js"></script>
<![endif]-->
<script type="text/javascript" src="js/libs/modernizr.min.js"></script>
</head>
<body data-spy="scroll" data-target="#main-nav" data-offset="400">
<!-- ==============================================
MAIN NAV
=============================================== -->
<div id="main-nav" class="navbar navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#site-nav">
<span class="icon-bar"></span><span class="icon-bar"></span><span class="icon-bar"></span>
</button>
<!-- ======= LOGO (for small screens)========-->
<a class="navbar-brand visible-xs scrollto" href="#home">RH</a>
</div>
<div id="site-nav" class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li>
<a href="#services" class="scrollto">My Interests</a>
</li>
<li>
<a href="#about" class="scrollto">About Me</a>
</li>
<li id="logo">
<a href="#home" class="scrollto">
<h1>R<span>H</span></h1>
</a>
</li>
<li>
<a href="#portfolio" class="scrollto">My Works</a>
</li>
<li>
<a href="#contact" class="scrollto">Contact Me</a>
</li>
</ul>
</div><!--End navbar-collapse -->
</div><!--End container -->
</div><!--End main-nav -->
<!-- ==============================================
HEADER
=============================================== -->
<header id="home" class="jumbotron bg-image">
<div class="container">
<div class="row">
<div class="col-sm-12 text-col text-center">
<h1>Richard Heng</h1>
<p class="headingSubtitle">Front End Developer</p>
</div>
</div>
</div>
</header><!--End header -->
<!-- ==============================================
SERVICES
=============================================== -->
<section id="services" class="white-bg padding-top-bottom">
<div class="container">
<header class="section-header text-center">
<h1 class="scrollimation scale-in">My Interests</h1>
<p>I am passionate about all fields related to computer science. <br/>This is what I am currently interested in.</p>
</header>
<div class="row services">
<div class="col-md-3 col-sm-6 item scrollimation fade-up">
<div class="icon">
<img class="img-responsive img-center" src="assets/service1.png" alt="" />
</div>
<h2>App Design</h2>
<p>Creating mobile apps.</p>
</div>
<div class="col-md-3 col-sm-6 item scrollimation fade-up d1">
<div class="icon">
<img class="img-responsive img-center" src="assets/service2.png" alt="" />
</div>
<h2>Web Design</h2>
<p>Creating websites.</p>
</div>
<div class="col-md-3 col-sm-6 item scrollimation fade-up d2">
<div class="icon">
<img class="img-responsive img-center" src="assets/service3.png" alt="" />
</div>
<h2>Database</h2>
<p>Managing databases.</p>
</div>
<div class="col-md-3 col-sm-6 item scrollimation fade-up d3">
<div class="icon">
<img class="img-responsive img-center" src="assets/service4.png" alt="" />
</div>
<h2>Network</h2>
<p>Managing computer networks</p>
</div>
</div>
</div>
</section>
<!-- ==============================================
ABOUT
=============================================== -->
<section id="about" class="dark-bg light-typo padding-top-bottom">
<div class="container">
<header class="section-header text-center">
<h1 class="scrollimation scale-in">About Me</h1>
</header>
<div class="row">
<div class="col-sm-8 col-sm-offset-2">
<img class="img-responsive img-center img-circle scrollimation fade-left" src="assets/about.jpg" alt="" />
<p class="text-center scrollimation fade-in">Hi, I'm Richard Heng. I'm a 27 year old Computer Science Graduate from the University of Riverside. I specialize in front-end development and love working with web and mobile applications. </p>
</div>
</div>
<p class="text-center"><a class="btn btn-meflat white icon-left" <a href="files/Richard_Heng_July_2020.pdf"><i class="fa fa-arrow-down"></i>Resume</a></p>
</div>
</section>
<!-- ==============================================
SKILLS
=============================================== -->
<section id="skills" class="gray-bg">
<div class="container">
<div class="row skills">
<h1 class="text-center scrollimation fade-in">My Experience</h1>
<div class="col-sm-6 col-md-3 text-center">
<span class="chart" data-percent="80"><span class="percent">80</span></span>
<h2 class="text-center">JavaScript</h2>
</div>
<div class="col-sm-6 col-md-3 text-center">
<span class="chart" data-percent="70"><span class="percent">70</span></span>
<h2 class="text-center">HTML5/CSS</h2>
</div>
<div class="col-sm-6 col-md-3 text-center">
<span class="chart" data-percent="60"><span class="percent">60</span></span>
<h2 class="text-center">Ruby</h2>
</div>
<div class="col-sm-6 col-md-3 text-center">
<span class="chart" data-percent="40"><span class="percent">40</span></span>
<h2 class="text-center">Python</h2>
</div>
<div class="col-sm-6 col-md-3 text-center">
<span class="chart" data-percent="20"><span class="percent">20</span></span>
<h2 class="text-center">C++</h2>
</div>
</div><!--End row -->
</div>
</section>
<!-- ==============================================
Frameworks
=============================================== -->
<section id="skills" class="white-bg">
<div class="container">
<div class="row skills">
<h1 class="text-center scrollimation fade-in">Programming, Frameworks & Software Tools</h1>
<div class="row text-center text-lg-left">
<div class="col-lg-3 col-md-4 col-6">
<img class="img-fluid img-responsive img-center imgdiv" src="assets/icons/react-icon.png" alt="" />
</div>
<div class="col-lg-3 col-md-4 col-6">
<img class="img-fluid img-responsive img-center imgdiv" src="assets/icons/js-icon.png" alt="" />
</div>
<div class="col-lg-3 col-md-4 col-6">
<img class="img-fluid img-responsive img-center imgdiv" src="assets/icons/ruby-icon.png" alt="" />
</div>
<div class="col-lg-3 col-md-4 col-6">
<img class="img-fluid img-responsive img-center imgdiv" src="assets/icons/python-icon.png" alt="" />
</div>
<div class="col-lg-3 col-md-4 col-6">
<img class="img-fluid img-responsive img-center imgdiv" src="assets/icons/html-icon.png" alt="" />
</div>
<div class="col-lg-3 col-md-4 col-6">
<img class="img-fluid img-responsive img-center imgdiv" src="assets/icons/css-icon.png" alt="" />
</div>
<div class="col-lg-3 col-md-4 col-6">
<img class="img-fluid img-responsive img-center imgdiv" src="assets/icons/npm-icon.png" alt="" />
</div>
<div class="col-lg-3 col-md-4 col-6">
<img class="img-fluid img-responsive img-center imgdiv" src="assets/icons/node-icon.png" alt="" />
</div>
<div class="col-lg-3 col-md-4 col-6">
<img class="img-fluid img-responsive img-center imgdiv" src="assets/icons/c-icon.png" alt="" />
</div>
<div class="col-lg-3 col-md-4 col-6">
<img class="img-fluid img-responsive img-center imgdiv" src="assets/icons/c++-icon.png" alt="" />
</div>
<div class="col-lg-3 col-md-4 col-6">
<img class="img-fluid img-responsive img-center imgdiv" src="assets/icons/git-icon.png" alt="" />
</div>
<div class="col-lg-3 col-md-4 col-6">
<img class="img-fluid img-responsive img-center imgdiv" src="assets/icons/firebase-icon.png" alt="" />
</div>
</div>
</div>
</section>
<!-- ==============================================
PORTFOLIO
=============================================== -->
<section id="portfolio" class="gray-bg padding-top-bottom">
<div class="container">
<header class="section-header text-center">
<h1 class="scrollimation scale-in">My Works</h1>
<p>Most of these projects were things that I was interested in and also things that I've worked on for school.<br/>Go ahead and check them out!</p>
</header>
<div class="container masonry-wrapper scrollimation fade-in">
<div id="projects-container">
<!-- ==============================================
SINGLE PROJECT ITEM
=============================================== -->
<article class="project-item web-design">
<img class="img-responsive project-image" src="assets/project1.png" alt=""><!--Project thumb -->
<div class="hover-mask">
<h2 class="project-title">UCRMap</h2><!--Project Title -->
<p>School Navigation System</p><!--Project Subtitle -->
</div>
<!--==== Project Preview HTML ====-->
<div class="sr-only project-description"
data-category="Category"
data-date="Date"
data-client="School"
data-link="Devpost,https://devpost.com/software/ucrmap"
data-descr="Student School Navigation Tool."
data-images="assets/Main.jpg"
>
<p>Incoming freshmen, transfer students, and UCR visitors all have one thing in common, they all are lost when they first arrive.</p>
<p>UCRmap is a school navigation app. Students are able to navigate to their classrooms and visitors can navigate to buildings. Both can navigate to any school events.</p>
<p>UCRmap was created during a school competition and was created using Java. It eventually evolved into my next project called RMate.</p>
<p class="text-right"><a class="btn btn-meflat icon-right" href="https://edward8e.github.io/UCRMaps/">Visit Website<i class="fa fa-arrow-right"></i></a></p>
</div>
</article>
<article class="project-item web-design">
<img class="img-responsive project-image" src="assets/project2.png" alt=""><!--Project thumb -->
<div class="hover-mask">
<h2 class="project-title">RMate</h2><!--Project Title -->
<p>UCR School App</p><!--Project Subtitle -->
</div>
<!--==== Project Preview HTML ====-->
<div class="sr-only project-description"
data-category="Category"
data-date="Date"
data-client="Colleges"
data-descr="Universl School App."
data-images="assets/Main2.png"
>
<p>Incoming freshmen, transfer students, and school visitors all have one thing in common, they all are lost when they first arrive.</p>
<p>RMate is a UCR school app. Students are able to navigate to their classrooms and visitors can navigate to buildings. Both can navigate to any school events. School faculty are able to engage with students and vise versa.</p>
<p>RMate is the successor of my previous project UCRMap, now created using React Native and Javascript in order to support Android and iOS mobile platforms.</p>
<p class="text-right"><a class="btn btn-meflat icon-right" href="https://mycampusmate.com">Visit Website<i class="fa fa-arrow-right"></i></a></p>
</div>
</article>
<!-- ==============================================
END PROJECT ITEM
=============================================== -->
</div><!-- End projects -->
</div><!-- End container -->
<!-- ==============================================
PROJECT PREVIEW MODAL (Do not alter this markup)
=============================================== -->
<div id="project-modal" class="modal fade">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<div class="container">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
<h1 id="hdr-title" class="text-center"></h1>
<div class="row">
<div class="col-md-8 col-md-offset-2">
<div class="image-wrapper">
<img class="img-responsive" src="assets/chrome.png" alt="">
<div class="loader"></div>
<div class="screen"></div>
</div>
</div>
</div>
</div>
</div>
<div class="modal-body">
<div class="container">
<div class="row">
<div id="project-sidebar" class="col-md-3">
<h2 id="sdbr-title"></h2>
<p id="sdbr-category"></p>
<p id="sdbr-date"></p>
<p id="sdbr-client"></p>
<p id="sdbr-link"><a href="#link" target="_blank"></a></p>
<p id="sdbr-descr"></p>
</div>
<div id="project-content" class="col-md-8 col-md-offset-1">
</div>
</div>
</div>
</div><!-- End modal-body -->
</div><!-- End modal-content -->
</div><!-- End modal-dialog -->
</div><!-- End modal -->
</section>
<!-- ==============================================
FOOTER
=============================================== -->
<section id="contact" class="dark-bg light-typo">
<footer id="main-footer" class="dark-bg light-typo">
<div class="container">
<hr>
<div class="row">
<div class="col-lg-20 mx-auto text-center">
<h4>
<strong>Contact Me</strong>
</h4>
<ul class="list-unstyled">
<i class="fa fa-envelope-o fa-fw"></i>
<a href="mailto:[email protected]">[email protected]</a>
</li>
</ul>
<div class="col-sm-15">
<ul class="social-links">
<li class="scrollimation fade-center d2"><a href="https://github.com/rheng001"><i class="fa fa-github-square fa-fw"></i></a></li>
<li class="scrollimation fade-center"><a href="https://www.linkedin.com/in/richard-heng/"><i class="fa fa-linkedin fa-fw"></i></a></li>
</ul>
</div>
<div class="col-sm-16 text-center">
<p>Copyright © richardheng.me 2020</p>
</div>
</div>
</div>
</footer>
</section>
<!-- ==============================================
SCRIPTS
=============================================== -->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/libs/jquery-1.9.1.min.js">\x3C/script>')</script>
<script src="js/libs/bootstrap.min.js"></script>
<script src='js/jquery.easing.1.3.min.js'></script>
<script src='js/jquery.scrollto.js'></script>
<script src="js/jquery.fittext.js"></script>
<script src='js/jquery.flexslider.min.js'></script>
<script src='js/jquery.masonry.js'></script>
<script src="js/waypoints.min.js"></script>
<script src="js/jquery.label_better.min.js"></script>
<script src="js/jquery.easypiechart.js"></script>
<script src="js/contact.js"></script>
<script src="js/meflat.js"></script>
</body>
</html>