-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
127 lines (127 loc) · 4.95 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
<!DOCTYPE html>
<!--[if lt IE 7]> <html class='no-js lt-ie9 lt-ie8 lt-ie7'> <![endif]-->
<!--[if IE 7]> <html class='no-js lt-ie9 lt-ie8'> <![endif]-->
<!--[if IE 8]> <html class='no-js lt-ie9'> <![endif]-->
<!--[if gt IE 8]><!-->
<html class='no-js' lang='en'>
<!--<![endif]-->
<head>
<meta charset='utf-8'>
<meta content='IE=edge,chrome=1' http-equiv='X-UA-Compatible'>
<title>Hubert Lee - Software Craftsman</title>
<meta content='' name='description'>
<meta content='Hubert Lee' name='author'>
<meta content='width=device-width; initial-scale=1.0' name='viewport'>
<link href="/stylesheets/hube.github.io.css" media="screen" rel="stylesheet" type="text/css" />
<script src="/javascripts/libs/modernizr-2.6.1.min.js" type="text/javascript"></script>
</head>
<body>
<div class='container'>
<header>
<div class='masthead'>
<h1>
Hubert Lee
<small>Software Craftsman</small>
</h1>
</div>
<hr>
</header>
<div id='main-content' role='main'>
<!--[if lt IE 7]>
<p class='chromeframe'>
You are using an outdated browser.
<a href='http://browsehappy.com/'>Upgrade your browser today</a> or
<a href='http://www.google.com/chromeframe/?redirect=true'>install
Google Chrome Frame</a> to better experience this site.
</p>
<![endif]-->
<div class='row'>
<div class='span12'>
<div class='row'>
<div class='span3'>
<img class='img-rounded' src='https://www.gravatar.com/avatar/1083af62fc5be17d61582fdf16ff868f?s=220' title='Flying high in the Phillippines!'>
</div>
<div class='span8'>
<h2>About</h2>
<p class='lead'>
I'm a software craftsman specializing in Ruby on Rails. I am
passionate about designing well-structured software and
intuitive APIs, improving the user experience, and automation.
</p>
</div>
</div>
</div>
</div>
<div class='row'>
<div class='span12'>
<div class='row'>
<div class='span4'>
<h3>Contact</h3>
<ul class='unstyled'>
<li>
<i class='icon-envelope'></i>
<a href='mailto:hu%62%65rt@s%63ubeds%6Fft.c%6Fm'>hubert@scubedsoft.com</a>
</li>
<li>
<i class='icon-linkedin'></i>
<a href='http://hk.linkedin.com/in/hubertklee/'>Hubert Lee</a>
</li>
<li>
<i class='icon-github'></i>
<a href='https://github.com/hube/'>hube</a>
</li>
<li>
<i class='icon-twitter'></i>
<a href='https://twitter.com/hubertklee'>@hubertklee</a>
</li>
</ul>
</div>
<div class='span4'>
<h3>Technology Expertise</h3>
<ul>
<li>
<a href='http://rubyonrails.org/'>Ruby on Rails</a>
</li>
<li>
<a href='https://www.android.com/'>Android</a>
</li>
<li>
<a href='https://www.java.com/'>Java</a>
</li>
</ul>
</div>
<div class='span4'>
<h3>Previous Projects</h3>
<ul>
<li>
<a href='https://charitablechoice.org.hk/'>Charitable Choice</a>
</li>
<li>
<a href='https://play.google.com/store/apps/details?id=com.dkc.gfpp&hl=en'>Girlfriend Plus</a>
</li>
<li>
<a href='http://launchpilots.com/'>Launchpilots</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<footer>
<p class='pull-right'>
© 2013-2017 Hubert Lee
</p>
</footer>
</div>
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.0.0/jquery.min.js" type="text/javascript"></script>
<script>
window.jQuery || document.write('<script src='/javascripts/libs/jquery-2.0.0.min.js'><\/script>')
</script>
<script src="/javascripts/libs/holder.js" type="text/javascript"></script>
<script src="/javascripts/plugins.js" type="text/javascript"></script>
<script src="/javascripts/script.js" type="text/javascript"></script>
<script src="/javascripts/google_analytics.js" type="text/javascript"></script>
<script src="/javascripts/bootstrap-all.js" type="text/javascript"></script>
</body>
</html>