-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
319 lines (294 loc) · 13.2 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta property="og:image" content="img/hk1.jpg">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<title>Tim Hsu Yee Feng Website</title>
<link href="favicon.ico" rel="icon">
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/modern-business.css" rel="stylesheet">
<script src="https://code.jquery.com/jquery-1.10.2.js"></script>
<script src="./js/modern-business.js"></script>
</head>
<body>
<!--Navigation bar-->
<div id="nav-placeholder"></div>
<script>
$(function(){
$("#nav-placeholder").load("nav.html");
});
</script>
<!--
<a id="ddmenuLink" href="nav.html"></a>
<script src="js/ddmenu.js" type="text/javascript"></script>
-->
<!--end of Navigation bar-->
<header>
<div id="carouselExampleIndicators" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#carouselExampleIndicators" data-slide-to="0" class="active"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="1"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="2"></li>
</ol>
<div class="carousel-inner" role="listbox">
<!-- <div class="carousel-item" style="background-image: url('http://placehold.it/1900x1080')"> -->
<!--
<div class="carousel-item active" style="background-image: url('img/slide1.jpg')">
<div class="carousel-caption d-none d-md-block">
<h3>Cryto-Mining</h3>
<p>Blockchain & Crypto-Mining Server Farm Site</p>
</div>
</div>
<div class="carousel-item" style="background-image: url('img/slide2.jpg')">
<div class="carousel-caption d-none d-md-block">
<h3>C++, C# .NET, Java</h3>
<p>Programming for the Future</p>
</div>
</div>
<div class="carousel-item" style="background-image: url('img/slide3.jpg')">
<div class="carousel-caption d-none d-md-block">
<h3>Modern Programming Languages</h3>
<p>Leverage the power of AI, Big Data, RPA, & Blockchain</p>
</div>
</div>
-->
<div class="carousel-item active" style="background-image: url('img/slide4.jpg')">
<div class="carousel-caption d-none d-md-block">
<h3>City of Dreams</h3>
<p>Civilization at its Finest. Life Always Finds a Way.</p>
</div>
</div>
<div class="carousel-item" style="background-image: url('img/slide5.jpg')">
<div class="carousel-caption d-none d-md-block">
<h3>Serenity</h3>
<p>Reborn and be Free</p>
</div>
</div>
<div class="carousel-item" style="background-image: url('img/slide6.jpg')">
<div class="carousel-caption d-none d-md-block">
<h3>Tranquillity</h3>
<p>Peace of Mind. Peace of Soul</p>
</div>
</div>
</div>
<a class="carousel-control-prev" href="#carouselExampleIndicators" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselExampleIndicators" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</header>
<!-- Page Content -->
<div class="container">
<!--
<h1 class="my-4">Welcome to Tim Hsu Yee Feng's Website</h1>
<div class="row">
<div class="col-lg-4 mb-4">
<div class="card h-100">
<h4 class="card-header">Card Title</h4>
<div class="card-body">
<p class="card-text">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Sapiente esse necessitatibus neque.</p>
</div>
<div class="card-footer">
<a href="#" class="btn btn-primary">Learn More</a>
</div>
</div>
</div>
<div class="col-lg-4 mb-4">
<div class="card h-100">
<h4 class="card-header">Card Title</h4>
<div class="card-body">
<p class="card-text">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Reiciendis ipsam eos, nam perspiciatis natus commodi similique totam consectetur praesentium molestiae atque exercitationem ut consequuntur, sed eveniet, magni nostrum sint fuga.</p>
</div>
<div class="card-footer">
<a href="#" class="btn btn-primary">Learn More</a>
</div>
</div>
</div>
<div class="col-lg-4 mb-4">
<div class="card h-100">
<h4 class="card-header">Card Title</h4>
<div class="card-body">
<p class="card-text">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Sapiente esse necessitatibus neque.</p>
</div>
<div class="card-footer">
<a href="#" class="btn btn-primary">Learn More</a>
</div>
</div>
</div>
</div>
-->
<!-- /.row -->
<!-- Team Members -->
<h1 class="my-4">Welcome to Tim Hsu Yee Feng's Website</h1>
<div class="row">
<div class="col-lg-4 mb-4">
<div class="card h-100 text-center">
<!-- <img class="card-img-top" src="http://placehold.it/750x450" alt="">-->
<img class="card-img-top" src="img/hk1.jpg" alt="">
<div class="card-body">
<h4 class="card-title">Hong Kong</h4>
<h6 class="card-subtitle mb-2 text-muted">Asia's World City</h6>
<p class="card-text">Use to live in the US, but now, living in HK since 2008 and enjoying every moment of this wonderful city.</p>
</div>
<div class="card-footer">
<a href="#">Hong Kong SAR</a>
</div>
</div>
</div>
<div class="col-lg-4 mb-4">
<div class="card h-100 text-center">
<img class="card-img-top" src="img/desktop.jpg" alt="">
<div class="card-body">
<h4 class="card-title">Home Entertainment</h4>
<h6 class="card-subtitle mb-2 text-muted">Game System</h6>
<p class="card-text">My ultimate home gaming system. Time to get in the action!</p>
</div>
<div class="card-footer">
<a href="#">Geforce GTX 1660 Ti</a>
</div>
</div>
</div>
<div class="col-lg-4 mb-4">
<div class="card h-100 text-center">
<img class="card-img-top" src="img/seven2.jpg" alt="">
<div class="card-body">
<h4 class="card-title">Seven</h4>
<h6 class="card-subtitle mb-2 text-muted">Pet Dog</h6>
<p class="card-text">My loyal companion, man's best friend. He's 10 years old and very hard-headed, arrogant, and full of energy.</p>
</div>
<div class="card-footer">
<a href="https://en.wikipedia.org/wiki/Standard_Schnauzer">Standard Schnauzer</a>
</div>
</div>
</div>
</div>
<!-- /.row -->
<!-- Portfolio Section -->
<h2>These are my current interest ...</h2>
<div class="row">
<div class="col-lg-4 col-sm-6 portfolio-item">
<div class="card h-100">
<a href="#"><img class="card-img-top" src="img/blockchain2.jpg" alt=""></a>
<div class="card-body">
<h4 class="card-title">
<a href="#">Blockchain</a>
</h4>
<p class="card-text">The most disruptive technology to hit the internet. This will rewrite the traditional financial system and unbank the banks as we know it.</p>
</div>
</div>
</div>
<div class="col-lg-4 col-sm-6 portfolio-item">
<div class="card h-100">
<a href="#"><img class="card-img-top" src="img/holdem.jpg" alt=""></a>
<div class="card-body">
<h4 class="card-title">
<a href="#">Texas Hold'em</a>
</h4>
<p class="card-text">I'm learning to play Texas Hold'em these days. Don't know if I'll ever go broke, I may need another skill to hustle some money.</p>
</div>
</div>
</div>
<div class="col-lg-4 col-sm-6 portfolio-item">
<div class="card h-100">
<a href="#"><img class="card-img-top" src="img/code.jpg" alt=""></a>
<div class="card-body">
<h4 class="card-title">
<a href="#">Programming</a>
</h4>
<p class="card-text">I have loved programming since a young teen. I started in web development, then moved to C++, then C# .NET. Now, I know a bit of everything, more like a full stack developer, or a jack of all trades.</p>
</div>
</div>
</div>
<div class="col-lg-4 col-sm-6 portfolio-item">
<div class="card h-100">
<a href="#"><img class="card-img-top" src="img/anime.jpg" alt=""></a>
<div class="card-body">
<h4 class="card-title">
<a href="#">Anime</a>
</h4>
<p class="card-text">I love Japanese Anime since forever. Some of my favorites are Dragon Ball, One Punch Man, Vampire Hunter D, Hikaru No Go, Death Note, Kaji Kun, Initial D, and many many more...</p>
</div>
</div>
</div>
<div class="col-lg-4 col-sm-6 portfolio-item">
<div class="card h-100">
<a href="#"><img class="card-img-top" src="img/game.jpg" alt=""></a>
<div class="card-body">
<h4 class="card-title">
<a href="#">Games</a>
</h4>
<p class="card-text">Games has always been part of my life. I was very active in gaming and have owned almost all major console. Now I am mostly active on PC with titles such as Grim Dawn, Diablo 3, Starcraft, World of Warcraft, MTGO, etc.</p>
</div>
</div>
</div>
<div class="col-lg-4 col-sm-6 portfolio-item">
<div class="card h-100">
<a href="#"><img class="card-img-top" src="img/travel.jpg" alt=""></a>
<div class="card-body">
<h4 class="card-title">
<a href="#">Traveling</a>
</h4>
<p class="card-text">I wish I have more time for this, as traveling has always been my favorite outdoor activity. I have visit many cities and countries but it is still not enough. I wish to travel around the world someday.</p>
</div>
</div>
</div>
</div>
<!-- /.row -->
<!-- Features Section -->
<div class="row">
<div class="col-lg-6">
<h2>Wangan Midnight Maximum Tune</h2>
<p>This is my most favorite past time at the moment:</p>
<ul>
<li>
<strong>Very Competitive!</strong>
</li>
<li>Exhilarating and blood pumping</li>
<li>1v1 battles or 4 player free for all</li>
<li>Choose among many cars from multiple manufacturers</li>
<li>Easy to learn, difficult to master</li>
</ul>
<p>Believe it or not, I love heading out to the local arcades here at HK just to fix my addiction to a good ol' racing game.
The cabinets offer a 4 player experience and so it can be very competitive.</p>
</div>
<div class="col-lg-6">
<!-- <img class="img-fluid rounded" src="http://placehold.it/700x450" alt="">-->
<div class="embed-responsive embed-responsive-16by9">
<iframe class="embed-responsive-item" src="https://www.youtube.com/embed/81qEQCXHvDA" allowfullscreen></iframe>
</div>
</div>
</div>
<!-- /.row -->
<hr>
<!-- Call to Action Section -->
<div class="row mb-4">
<div class="col-md-8">
<p>Want to learn more about me? Why not visit my Facebook page.</p>
</div>
<div class="col-md-4">
<a class="btn btn-lg btn-primary btn-block" href="https://www.facebook.com/zaken520" target="_blank">Take me there!</a>
</div>
</div>
</div>
<!-- /.container -->
<!-- Footer -->
<footer class="footer py-5 bg-dark">
<div class="container">
<p class="m-0 text-center text-white">Copyright © 2018</p>
</div>
<!-- /.container -->
</footer>
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
</body>
</html>