-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
175 lines (161 loc) · 7.49 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
<!DOCTYPE HTML>
<!--
Strata by HTML5 UP
html5up.net | @n33co
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>William Liang</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!--[if lte IE 8]><script src="assets/js/ie/html5shiv.js"></script><![endif]-->
<link rel="stylesheet" href="assets/css/main.css" />
<!--[if lte IE 8]><link rel="stylesheet" href="assets/css/ie8.css" /><![endif]-->
</head>
<body id="top">
<!-- Header -->
<header id="header">
<a href="#" class="image avatar"><img src="images/avatar.jpg" alt="" /></a>
<h1><strong>William Liang</strong>
<br>
Software Developer in New York<br>
</header>
<!-- Main -->
<div id="main">
<section id="one">
<header class="major">
<h2>About Me</h2>
</header>
<p>I fell in love with programming after writing a P&L template for the Radiation Oncology department. Lately I specialize in web design using Ruby on Rails, JavaScript and responsive HTML/CSS but I also have a passion for hardware. Outside of programming I also enjoy trading biotech stocks, building computers and arduino boards, hiking in national parks, and immersing myself in theoretical physics books by Michio Kaku.</p>
<ul class="actions">
<li><a href="#recent-projects" class="button">Recent Projects</a></li>
<li><a href="#contact-information" class="button">Contact Information</a></li>
<li><a href="WilliamLiangResume.pdf" class="button">View Resume</a></li>
</ul>
</section>
<section id="skills">
<h2>Skills</h2>
<ul class="skills-list group">
<li><img src="images/thumbs/ruby.jpeg"/><h3>Ruby</h3></li>
<li><img src="images/thumbs/rails.png"/><h3>Rails</h3></li>
<li><img src="images/thumbs/javascript.png"/><h3>JavaScript</h3></li>
<li><img src="images/thumbs/jquery.jpeg"/><h3>jQuery</h3></li>
<li><img src="images/thumbs/d3.jpeg"/><h3>D3</h3></li>
<li><img src="images/thumbs/svg.jpeg"/><h3>SVG</h3></li>
<li><img src="images/thumbs/react.png"/><h3>React</h3></li>
<li><img src="images/thumbs/postgresql.png"/><h3>PostgreSQL</h3></li>
<li><img src="images/thumbs/aws.jpg"/><h3>AWS</h3></li>
<li><img src="images/thumbs/HTML5.png"/><h3>HTML5</h3></li>
<li><img src="images/thumbs/css.png"/><h3>CSS3</h3></li>
<li><img src="images/thumbs/git.png"/><h3>Git<h3/></li>
</ul>
</section>
<section id="recent-projects">
<h2>Recent Projects</h2>
<div class="row">
<article class="6u 12u$(xsmall) work-item">
<figure class="image fit thumb">
<a href="http://www.citystreets.williamliang.tech/#/?_k=g4sjna" class="image fit thumb">
<img src="images/capstone_screenshot.png" alt="" />
</a>
</figure>
<a class="github" href="https://github.com/WillLiang918/CityStreets">Github</a>
<h3>City Streets</h3>
<p>Easy to use and intuitive real estate website providing effective user feedback.</p>
</article>
<article class="6u$ 12u$(xsmall) work-item">
<a href="/asteroids_game" class="image fit thumb">
<video src="images/gameplay.mov" autoplay loop></video>
</a>
<a class="github" href="https://github.com/WillLiang918/asteroids_game">Github</a>
<h3>Kobayashi Maru</h3>
<p>Modern take on asteroids with upgrade features, explosions, and custom AI ships.</p>
</article>
<article class="6u 12u$(xsmall) work-item">
<figure class="image fit thumb">
<a href="/data_visualizer" class="image fit thumb">
<img src="images/data_visualizer_screenshot.png" alt="" /></a>
</figure>
<a class="github" href="https://github.com/WillLiang918/data_visualizer">Github</a>
<h3>Data Visualizer (D3/ SVG)</h3>
<p>Untap the power of data visualization with your own csv files or use the sample data.</p>
</article>
<article class="6u 12u$(xsmall) work-item">
<figure class="image fit thumb">
<a href="https://github.com/WillLiang918/patient_database" class="image fit thumb">
<img src="images/patient_database_screenshot.png" alt="" /></a>
</figure>
<a class="github" href="https://github.com/WillLiang918/patient_database">Github</a>
<h3>Patient Database (Laveral/ Eloquent)</h3>
<p>Allow doctors to quickly look up patients</p>
</article>
<article class="6u 12u$(xsmall) work-item">
<figure class="image fit thumb">
<a href="https://github.com/WillLiang918/activerecord_lite/tree/master/active_record_lite" class="image fit thumb">
<img src="images/active_record_screenshot.png" alt="" /></a>
</figure>
<a class="github" href="https://github.com/WillLiang918/activerecord_lite/tree/master/active_record_lite">Github</a>
<h3>ActiveRecord Lite (Rails)</h3>
<p>An ORM utilzing metaprogramming to create class associations</p>
</article>
</div>
</section>
<section id="contact-information">
<h2>Contact Information</h2>
<p>If you have an awesome team that is passionate about building great software looking for a developer with the same drive, please do not hesitate to reach out to me.</p>
<div class="row">
<div class="4u$ 12u$(small)">
<ul class="labeled-icons">
<li>
<h3 class="icon fa-home"><span class="label">Address</span></h3>
Fresh Meadows, NY 11365<br />
United States
</li>
<li>
<h3 class="icon fa-mobile"><span class="label">Phone</span></h3>
917-951-8223
</li>
<li>
<h3 class="icon fa-envelope-o"><span class="label">Email</span></h3>
<a href="mailto:WilliamLiang918@gmail.com">williamliang918@gmail.com</a>
</li>
<li>
<h3 class="icon fa-linkedin"><span class="label">LinkedIn</span></h3>
<a href="https://www.linkedin.com/in/liangwilliam">https://www.linkedin.com/in/liangwilliam</a>
</li>
<li>
<span class="label"></span>
<a href="WilliamLiangResume.pdf" download="William_Liang-Web_Developer" class="button">Download Resume</a>
</li>
</ul>
</div>
</div>
</section>
</div>
<!-- Footer -->
<footer id="footer">
<ul class="icons">
<li><a href="https://github.com/WillLiang918" class="icon fa-github">
<span class="label">Github</span>
</a></li>
<li><a href="https://www.linkedin.com/in/liangwilliam" class="icon fa-linkedin">
<span class="label">LinkedIn</span>
</a></li>
<li><a href="mailto:WilliamLiang918@gmail.com" class="icon fa-envelope-o">
<span class="label">Email</span>
</a></li>
</ul>
<ul class="copyright">
<li>© William Liang. All Rights Reserved.</li>
</ul>
</footer>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.poptrox.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<!--[if lte IE 8]><script src="assets/js/ie/respond.min.js"></script><![endif]-->
<script src="assets/js/main.js"></script>
</body>
</html>