Skip to content

Commit

Permalink
add resume
Browse files Browse the repository at this point in the history
  • Loading branch information
QuanZhang-William committed Apr 30, 2017
1 parent e9d49b3 commit 18a9d14
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 6 deletions.
4 changes: 3 additions & 1 deletion Portfolio/Project.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@
<a href="https://github.com/QuanZhang-William">
<img class= "iconImage" src="image/github-logo-icon-30.png">
</a>
<img class= "iconImage" src="image/resume.png">
<a href="files/Resume.pdf">
<img class= "iconImage" src="image/resume.png">
</a>
<a href="https://www.linkedin.com/in/william-zhang-165b84a2/?ppe=1">
<img class= "iconImage" src="image/linkedin-512.png">
</a>
Expand Down
6 changes: 4 additions & 2 deletions Portfolio/contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,17 @@
<a href="https://github.com/QuanZhang-William">
<img class= "iconImage" src="image/github-logo-icon-30.png">
</a>
<img class= "iconImage" src="image/resume.png">
<a href="files/Resume.pdf">
<img class= "iconImage" src="image/resume.png">
</a>
<a href="https://www.linkedin.com/in/william-zhang-165b84a2/?ppe=1">
<img class= "iconImage" src="image/linkedin-512.png">
</a>
</div>
</div>
<div id="contact_form">
<br><br>
<p>subject</p>
<p>Subject</p>
<input id="subject" class="input_field" type="text" name="subject" value="subject">
<br><br>
<p>Messgae</p>
Expand Down
6 changes: 4 additions & 2 deletions Portfolio/experience.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@
<a href="https://github.com/QuanZhang-William">
<img class= "iconImage" src="image/github-logo-icon-30.png">
</a>
<img class= "iconImage" src="image/resume.png">
<a href="files/Resume.pdf">
<img class= "iconImage" src="image/resume.png">
</a>
<a href="https://www.linkedin.com/in/william-zhang-165b84a2/?ppe=1">
<img class= "iconImage" src="image/linkedin-512.png">
</a>
Expand Down Expand Up @@ -51,7 +53,7 @@ <h3 id="experience_describe" class="animated bounceInLeft"> Here is my major coo
<b class="job_title">Software Developer</b>
<p class="date">(2017/01 - 2017/04)</p>
<ul class="job_detail">
<li>Full-Stack Web Development: Developed Developer Web Console for the product - Dynamic Edge Processing(DEP). The client side of the website is based on SAP UI5, which is a MVC based framework. And backend is a node.js server. Tasks included creating a new webpage for configuring local plugins, implementing new UI requirements, creating web services/apis and fixing generic web bugs </li>
<li>Full-Stack Web Development: Developed Developer Web Console for the product - Dynamic Edge Processing(DEP). The client side of the website is based on SAP UI5, which is a MVC based framework. And backend is a node.js server. Tasks included creating new webpages for configuring plugins, implementing new UI requirements, creating web services/apis and fixing generic web bugs </li>
<li>Created/Update database tables, stored procedures, triggers, views in SQL Anywhere(a database used in SAP) to support APIs in web backend and the "IOT Adapter Engine". </li>
<li>Java Development: The "IOT Adapter Engine" is a java program used to parse and route data reading inputs from different sources to corresponding enterprise or edge end points</li>
<li>Python Script Development: Created "ESP Silent Install" script to silently install ESP. ESP is a real-time data streaming project in DEP. All install options are hard coded and user is able to specify insatll path. </li>
Expand Down
Binary file added Portfolio/files/Resume.pdf
Binary file not shown.
4 changes: 3 additions & 1 deletion Portfolio/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@
<a href="https://github.com/QuanZhang-William">
<img class= "iconImage" src="image/github-logo-icon-30.png">
</a>
<img class= "iconImage" src="image/resume.png">
<a href="files/Resume.pdf">
<img class= "iconImage" src="image/resume.png">
</a>
<a href="https://www.linkedin.com/in/william-zhang-165b84a2/?ppe=1">
<img class= "iconImage" src="image/linkedin-512.png">
</a>
Expand Down

0 comments on commit 18a9d14

Please sign in to comment.