-
Notifications
You must be signed in to change notification settings - Fork 0
/
home.php
229 lines (212 loc) · 6.61 KB
/
home.php
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
<!DOCTYPE html>
<html lang="en">
<head>
<title></title>
<!-- Bootstrap core CSS -->
<?php include 'imports.php'?>
<style>
.caption {
text-align: center;
}
</style>
</head>
<body>
<?php include "header.php";?>
<div class="container">
<br> <br> <br> <br> <br>
<div class="row">
<div class="col-xs-12">
<div id="photo-header" class="text-center">
<!-- PHOTO (AVATAR) -->
<div id="photo">
<img src="img/suit_headshot.jpg">
</div>
<div id="text-header">
<h1>
Hi,<br> I am <span>Xiubin (Ben) Zheng</span>. Welcome.
</h1>
<br>
<button type="button" onclick="location.href='getResume.php'">Download
My Resume</button>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-xs-12 col-sm-7">
<!-- ABOUT ME -->
<div class="box">
<h2>About Me</h2>
<p>I am a software developer based in Philadelphia,PA.</p>
</div>
<!-- EDUCATION -->
<div class="box">
<h2>Education</h2>
<ul id="education" class="clearfix">
<li>
<div class="year pull-left">2011</div>
<div class="description pull-right">
<h3>Bachelor of Science in Computer Science</h3>
</div>
</li>
</ul>
</div>
<div class="box">
<h2>Experiences</h2>
<div class="job clearfix">
<div class="col-xs-3">
<div class="where">Rieker Inc</div>
<div class="year">2015-Present</div>
</div>
<div class="col-xs-9">
<div class="profession">Web Application Developer</div>
<div class="description">
<ul>
<li>Led the design and implementation of company E-commerce
solutions from the ground up</li>
<li>Analyzed different technology and explored development
strategies, successfully increased development speed by 30
percent</li>
<li>developed a user registration system for the entire company
customer base</li>
<li>Interpreted requirements directly from
director of sales</li>
<li>created a group management system that allows the user to
edit the user hierarchy via the user interface</li>
<li>Technology Used: PHP, Java, JavaScript, Jquery, CSS,
HTML, LDAP, Postresql</li>
</ul>
</div>
</div>
</div>
<div class="job clearfix">
<div class="col-xs-3">
<div class="where">BDP International Inc</div>
<div class="year">2011-2014</div>
</div>
<div class="col-xs-9">
<div class="profession">Java Web Developer</div>
<div class="description">
<ul>
<li>Designed and implemented a hazardous materials check
feature that helped the company secure a major client</li>
<li>Trained new members to development team in best practices
and development methodologies</li>
<li>Served as the project lead of updating the build and
release process, and resulting in a 50 percent productivity
increase</li>
<li>Received needs and translated requirements directly from
director of sales</li>
<li>Oversaw quality assurance for website with visibility to a
large user base with upwards of 10 thousand global users</li>
<li>Technology Used: Java, Java/EE Javascript, Jquery,
Mybatis, Oracle, Struts MVC</li>
</ul>
</div>
</div>
</div>
<div class="job clearfix">
<div class="col-xs-3">
<div class="where">Faulkner Enterprises LLC</div>
<div class="year">2009-2011</div>
</div>
<div class="col-xs-9">
<div class="profession">Web and Media Designer</div>
<div class="description">
<ul>
<li>Built a real estate marketing website that allowed the
company CEO to demo property photography and personal
marketing materials, resulting in an increase of productivity
and web presence</li>
<li>Shot and edited Real Estate photography for marketing
brochures</li>
<li>Technology Used: HTML, CSS, JavaScript, Dreamweaver</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="col-xs-12 col-sm-5">
<!-- CONTACT -->
<div class="box clearfix">
<h2>Contact</h2>
<!-- <div class="contact-item">
<h4>
Phone: <span class="info"> </span>
</h4>
</div> -->
<div class="contact-item">
<h4>
email: <span class="info"><a href="[email protected]">[email protected]</a></span>
</h4>
</div>
<div class="contact-item">
<h4>
Twitter: <span class="info"> <a
href="https://twitter.com/xzheng011">https://twitter.com/xzheng011</a></span>
</h4>
</div>
<div class="contact-item">
<h4>
github: <span class="info"> <a
href="https://github.com/xiubinzheng/xiubinzheng.com">
https://github.com/xiubinzheng/xiubinzheng.com</a></span>
</h4>
</div>
</div>
<!-- SKILLS -->
<div class="box">
<h2>Skills</h2>
<div class="skills">
<div class="item-skills" data-percent="0.90">Java</div>
<div class="item-skills" data-percent="0.75">PHP</div>
<div class="item-skills" data-percent="0.75">Oracle</div>
<div class="item-skills" data-percent="0.50">Postgresql</div>
<div class="item-skills" data-percent="0.50">mySQL</div>
<div class="item-skills" data-percent="0.70">CSS</div>
<div class="item-skills" data-percent="0.80">JQuery</div>
<div class="skills-legend clearfix">
<div class="legend-left legend">Beginner</div>
<div class="legend-left legend">
<span>Proficient</span>
</div>
<div class="legend-right legend">
<span>Expert</span>
</div>
<div class="legend-right legend">Master</div>
</div>
</div>
</div>
<!-- LANGUAGES -->
<div class="box">
<h2>Languages</h2>
<div id="language-skills">
<div class="skill">
English
<div class="icons pull-right">
<div style="width: 100%;" class="icons-red"></div>
</div>
</div>
<div class="skill">
Mandarin
<div class="icons pull-right">
<div style="width: 100%;" class="icons-red"></div>
</div>
</div>
</div>
</div>
<!-- HOBBIES -->
<div class="box">
<h2>Hobbies</h2>
<div class="hobby">Photography</div>
<div class="hobby">Fitness</div>
<div class="hobby">Programming</div>
<div class="hobby">Traveling</div>
</div>
</div>
</div>
</div>
<?php include 'footer.php'; ?>
</body>
</html>