-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
433 lines (394 loc) · 20.3 KB
/
Copy pathindex.html
File metadata and controls
433 lines (394 loc) · 20.3 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<title>Bryan Adam Loh</title>
<!-- Bootstrap Core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- DevIcons CSS -->
<link href="vendor/devicons/css/devicons.min.css" rel="stylesheet">
<!-- Custom CSS -->
<link href="css/stylish-portfolio.css" rel="stylesheet">
<!-- Animate CSS -->
<link href="css/animate.css" rel="stylesheet">
<!-- Magnific CSS -->
<link href="css/magnific-popup.css" rel="stylesheet">
<!-- Modernizr JS -->
<script src="js/modernizr-2.6.2.min.js"></script>
<!-- Custom Fonts -->
<link href="vendor/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,300italic,400italic,700italic" rel="stylesheet" type="text/css">
<!-- FavIcon -->
<link rel="icon" type="image/x-icon" sizes="16x16" href="img/favicon.ico">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body id="page-top">
<!-- Navigation -->
<nav id="mainNav" class="navbar navbar-default navbar-custom navbar-fixed-top">
<div class="container-fluid">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header page-scroll">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
Menu <i class="fa fa-bars"></i>
</button>
<a class="navbar-brand page-scroll" href="#page-top">My Portfolio</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li>
<a class="page-scroll" href="#about">About</a>
</li>
<li>
<a class="page-scroll" href="#why">Why?</a>
</li>
<li>
<a class="page-scroll" href="#language">Language</a>
</li>
<li>
<a class="page-scroll" href="#project">Project</a>
</li>
<li>
<a class="page-scroll" href="#contact">Contact</a>
</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container -->
</nav>
<!-- Header -->
<header id="top" class="bg-dark">
<div class="container text-vertical-center">
<div class="row">
<h1 class='to-animate'>Bryan Adam Loh</h1>
<hr class="small to-animate">
<h3 class='to-animate'>I'm a passionate IT Programmer. What's Up?</h3>
<br>
<a href="#about" class="btn btn-dark btn-lg to-animate">Find Out More</a>
</div>
</div>
</header>
<!-- About -->
<section id="about">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="to-animate">My Story</h2>
<hr class="small to-animate">
<p class="lead to-animate">I was never interested in computer technologies and programming until
when I discovered there's alot that we can do about it when it comes to developing applications
and websites. Day by day I have driven myself into learning coding when I have free time. As day goes by, programming grew in me and I have started to like it even more. After I explore the world of coding and experience it myself, I feel like there's alot to be done. From then, coding is part of my life and I've always wanted to push the limits and
know more about web and application development.</p>
<p class="lead to-animate">Hi! My name is Bryan! Currently studying degree in Software Engineering at APU. Graduated my diploma in APU as well.
From there, I have learned alot about programming language and wanted to explore and experience something new. Instead of enjoying my very long
break before my degree starts, I've decided to become an intern and join a business solution company. Worked there for 4 months and I have learned alot. PHP language was new to me at first, but i have worked my way up here and ever since I've joined, I've obtained different kinds of knowledge and it did help me thinking in different perspective of how technology works.</p>
</div>
</div>
<!-- /.row -->
</div>
<!-- /.container -->
</section>
<!-- Why? Section -->
<section id="why" class="bg-dark">
<div class="container">
<div class="row text-center">
<div class="col-lg-10 col-lg-offset-1">
<h2 class="to-animate">Why I Choose To Be A Programmer?</h2>
<hr class="small to-animate">
<br>
<div class="row">
<div class="col-md-12 to-animate">
<p class="lead">It's fun!</p>
<p>Yes! Coding can be pretty difficult for beginners and over time we will get bored of it.
But the satisfaction of getting the code correctly without any problems is the most exciting part
every programmer wishes to experience it. It does help in learning along the way and you'll get what you want in the end.</p>
</div>
<div class="col-md-12 to-animate">
<p class="lead">It's challenging!</p>
<p>Coding can be a completely new thing to most of the beginners because of the unfamiliarity. Along the way there will be difficulties trying to understand how the code works. But with the help of Internet and friends around you, coding can be easier and fun to learn. In the end, what is coding without a little bit of challenges?</p>
</div>
<div class="col-md-12 to-animate">
<p class="lead">It's all about creativity!</p>
<p>Basically you can build or develop anything with programming. All you need is creativity! With the skills and knowledge you've learned, you can build anything, like literally anything. From building a website to developing an mobile application, coding act as a platform to make ur creativity becomes reality.</p>
</div>
<div class="col-md-12 to-animate">
<p class="lead">It's so damn cool!</p>
<p>Trust me. Coding is not all just about sitting infront of your computer and do your thing all day. I've been working in an internship for 3 months, the environment is peaceful. Although it's not as GOOD as Google HQ (who wouldn't want to work in Google?), but it's got some good facilities and the people are friendly. A bonus? It has PS4 which is pretty cool for me. Working in an IT company is pretty dope overall, and it's another learning platform for beginners who want to experience how it's like to be to work in such environment.</p>
</div>
</div>
<!-- /.row (nested) -->
</div>
<!-- /.col-lg-10 -->
</div>
<!-- /.row -->
</div>
<!-- /.container -->
</section>
<section id="language">
<div class="container">
<div class="row">
<div class="col-md-12 text-center to-animate">
<h2>Programming Languages</h2>
<hr class="small">
<p class="lead">Throughout the years of learning coding, I have gained few knowledges and learned a few coding languages.</p>
</div>
</div>
<div class="row text-center to-animate">
<div class="col-md-3 list-inline-item">
<i class="list-icons devicons devicons-html5"></i>
<p class="lead">HTML</p>
</div>
<div class="col-md-3 list-inline-item">
<i class="list-icons devicons devicons-css3"></i>
<p class="lead">CSS</p>
</div>
<div class="col-md-3 list-inline-item">
<i class="list-icons devicons devicons-php"></i>
<p class="lead">PHP</p>
</div>
<div class="col-md-3 list-inline-item">
<i class="list-icons devicons devicons-mysql"></i>
<p class="lead">MySQL</p>
</div>
</div>
<div class="row text-center to-animate">
<div class="col-md-3 list-inline-item">
<i class="list-icons devicons devicons-yii"></i>
<p class="lead">Yii Framework</p>
</div>
<div class="col-md-3 list-inline-item">
<i class="list-icons devicons devicons-bootstrap"></i>
<p class="lead">Bootstrap</p>
</div>
<div class="col-md-3 list-inline-item">
<i class="list-icons devicons devicons-dotnet"></i>
<p class="lead">.NET</p>
</div>
<div class="col-md-3 list-inline-item">
<i class="list-icons devicons devicons-javascript"></i>
<p class="lead">Javascript</p>
</div>
</div>
<div class="row text-center to-animate">
<div class="col-md-4 col-md-offset-4 list-inline-item">
<i class="list-icons devicons devicons-java"></i>
<p class="lead">Java Programming</p>
</div>
</div>
</div>
</section>
<!-- Callout -->
<aside id="callout">
<div class="container text-vertical-center">
<h1 class='to-animate'>"Never Give Up On Your Dreams"</h1>
</div>
</aside>
<!-- Project -->
<section id="project">
<div class="container">
<div class="row">
<div class="col-lg-10 col-lg-offset-1 text-center">
<h2 class="to-animate">My Project</h2>
<hr class="small">
<p class="lead to-animate">This sample project, hotel management system, was done during my final year of diploma.</p>
<div class="row">
<div class="col-md-6 to-animate">
<div class="project-item">
<a href="img/project1.png" class="image-box image-popup">
<img class="img-project img-responsive" src="img/project1.png">
<div class="image-text">
<h2>Home Page</h2>
</div>
</a>
</div>
</div>
<div class="col-md-6 to-animate">
<div class="project-item">
<a href="img/project2.png" class="image-box image-popup">
<img class="img-project img-responsive" src="img/project2.png">
<div class="image-text">
<h2>Sign Up Page</h2>
</div>
</a>
</div>
</div>
<div class="col-md-6 to-animate">
<div class="project-item">
<a href="img/project3.png" class="image-box image-popup">
<img class="img-project img-responsive" src="img/project3.png">
<div class="image-text">
<h2>About Page</h2>
</div>
</a>
</div>
</div>
<div class="col-md-6 to-animate">
<div class="project-item">
<a href="img/project4.png" class="image-box image-popup">
<img class="img-project img-responsive" src="img/project4.png">
<div class="image-text">
<h2>Contact Us Page</h2>
</div>
</a>
</div>
</div>
</div>
</div>
<!-- /.col-lg-10 -->
</div>
<!-- /.row -->
</div>
<!-- /.container -->
</section>
<!-- Home Map -->
<section class="map">
<iframe width="100%" height="100%" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="https://maps.google.com/maps?width=100%&height=600&hl=en&q=52%2C%20Jalan%20Taming%20Kiri%205%2C%20Taman%20Taming%20Jaya+(My%20Home)&ie=UTF8&t=&z=14&iwloc=B&output=embed"></iframe>
<br />
<small>
<a href="https://maps.google.com/maps?width=100%&height=600&hl=en&q=52%2C%20Jalan%20Taming%20Kiri%205%2C%20Taman%20Taming%20Jaya+(My%20Home)&ie=UTF8&t=&z=14&iwloc=B&output=embed"></a>
</small>
</section>
<!-- Footer -->
<section id="contact">
<div class="container">
<div class="row">
<div class="col-lg-10 col-lg-offset-1 text-center">
<h4 class="to-animate"><strong>Contact Me!</strong></h4>
<p class="to-animate">52, Jalan Taming Kiri 5, Taman Taming Jaya
<br>43300, Balakong
<br>Selangor, Malaysia</p>
<ul class="list-unstyled to-animate">
<li><i class="fa fa-phone fa-fw"></i> (+60)19287 038</li>
<li><i class="fa fa-envelope-o fa-fw"></i> <a href="mailto:bryanadamloh97@gmail.com">bryanadamloh97@gmail.com</a>
</ul>
<br>
<ul class="list-inline text-center to-animate">
<li>
<a href="https://twitter.com/bryansofab">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x dark-circle"></i>
<i class="fa fa-twitter fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
<li>
<a href="https://www.facebook.com/bryanadamloh">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x dark-circle"></i>
<i class="fa fa-facebook fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
<li>
<a href="https://github.com/bryanadamloh/">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x dark-circle"></i>
<i class="fa fa-github fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
<li>
<a href="https://www.instagram.com/bryanadamloh/">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x dark-circle"></i>
<i class="fa fa-instagram fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
</ul>
<hr class="small to-animate">
<p class="text-muted to-animate">Copyright © Bryan Adam Loh 2018</p>
</div>
</div>
</div>
<a id="to-top" href="#top" class="btn btn-dark btn-lg"><i class="fa fa-chevron-up fa-fw fa-1x"></i></a>
</section>
<!-- jQuery -->
<script src="js/jquery.min.js"></script>
<!-- jQuery Easing -->
<script src="js/jquery.easing.1.3.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="js/bootstrap.min.js"></script>
<!-- Waypoints JS -->
<script src="js/jquery.waypoints.min.js"></script>
<!-- Magnific Popup -->
<script src="js/jquery.magnific-popup.min.js"></script>
<script src="js/magnific-popup-options.js"></script>
<!-- Amimation JS -->
<script src="js/animate.js"></script>
<!-- Custom Theme JavaScript -->
<script>
// Scrolls to the selected menu item on the page
$(function() {
$('a[href*=#]:not([href=#],[data-toggle],[data-target],[data-slide])').click(function() {
if (location.pathname.replace(/^\//, '') == this.pathname.replace(/^\//, '') || location.hostname == this.hostname) {
var target = $(this.hash);
target = target.length ? target : $('[name=' + this.hash.slice(1) + ']');
if (target.length) {
$('html,body').animate({
scrollTop: target.offset().top
}, 1000);
return false;
}
}
});
});
//#to-top button appears after scrolling
var fixed = false;
$(document).scroll(function() {
if ($(this).scrollTop() > 250) {
if (!fixed) {
fixed = true;
// $('#to-top').css({position:'fixed', display:'block'});
$('#to-top').show("slow", function() {
$('#to-top').css({
position: 'fixed',
display: 'block'
});
});
}
} else {
if (fixed) {
fixed = false;
$('#to-top').hide("slow", function() {
$('#to-top').css({
display: 'none'
});
});
}
}
});
// Disable Google Maps scrolling
// See http://stackoverflow.com/a/25904582/1607849
// Disable scroll zooming and bind back the click event
var onMapMouseleaveHandler = function(event) {
var that = $(this);
that.on('click', onMapClickHandler);
that.off('mouseleave', onMapMouseleaveHandler);
that.find('iframe').css("pointer-events", "none");
}
var onMapClickHandler = function(event) {
var that = $(this);
// Disable the click handler until the user leaves the map area
that.off('click', onMapClickHandler);
// Enable scrolling zoom
that.find('iframe').css("pointer-events", "auto");
// Handle the mouse leave event
that.on('mouseleave', onMapMouseleaveHandler);
}
// Enable map zooming with mouse scroll when the user clicks the map
$('.map').on('click', onMapClickHandler);
</script>
</body>
</html>