Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuansheng Lu authored Feb 5, 2018
1 parent db0181f commit 4c1c113
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,19 +37,19 @@ <h2 class="text-center about-me-title">About Me</h2>
<hr class="hr-style">
<p class="about-me-article">
My name is Yuansheng Lu. I am doing my Computer Programming and Analysis diploma at Seneca College. I specialize
in C, C++, SQL, HTML, CSS, JavaScript, Node.js, Shell Scripting. I have a strong learning ability. My current GPA
in Java, php, C, C++, SQL, HTML, CSS, JavaScript, Node.js, Shell Scripting. I have a strong learning ability. My current GPA
at Seneca College is 3.9 out of 4.0 and most of the core programming courses are A+. I am also a good team player.
We usually have some group projects, such as Database Design Project, at the school and I usually work well with
other students. I am really passionate about programming. That's the reason why I like to do some practical projects
applying what I have learnt. This website is my portfolio site to showcase my projects to the world. My goal is to
be a professional programmer. Currently, I am looking for an co-op work in Toronto. If you are interested in me, feel
free to check out my projects and the source code has been stored on my gitHub.
free to check out my projects and the source code which has been stored on my gitHub.

</p>
<hr class="hr-style">
<div class="text-center">
<a href="#projects"><button class="about-me-button">View My Projects</button></a>
<a href=""><button class="about-me-button">View My Resume</button></a>
<a href="https://yuansheng1989.github.io/resume-site/"><button class="about-me-button">View My Resume</button></a>
<a href="#contacts"><button class="about-me-button">Get In Touch!</button></a>
</div>
</div>
Expand All @@ -59,6 +59,10 @@ <h2 class="text-center about-me-title">About Me</h2>
<!-- Project Gallery -->
<section class="container" id="projects">
<div class="row">
<div class="col-md-6">
<h3 class="text-center">Employee System Web App</h3>
<a href="https://still-beach-55514.herokuapp.com/" target="_blank"><img src="images/project5.png" class="img-responsive pro-img" alt="screenshot of project"></a>
</div>
<div class="col-md-6">
<h3 class="text-center">Resume Site</h3>
<a href="https://yuansheng1989.github.io/resume-site/" target="_blank"><img src="images/project1.png" class="img-responsive pro-img" alt="screenshot of project"></a>
Expand All @@ -75,10 +79,7 @@ <h3 class="text-center">Aid Management App Using C++</h3>
<h3 class="text-center">Oakville Yards Database Desing/Develop</h3>
<a href="https://github.com/yuansheng1989/Oakville-Yards-Database-Design-Develop" target="_blank"><img src="images/project4.png" class="img-responsive pro-img" alt="screenshot of project"></a>
</div>
<div class="col-md-6">
<h3 class="text-center">Web Server Using Node.js (being done)</h3>
<a href="https://fast-crag-82416.herokuapp.com/" target="_blank"><img src="images/project5.png" class="img-responsive pro-img" alt="screenshot of project"></a>
</div>

<div class="col-md-6">
<h3 class="text-center">Java Application (to be done)</h3>
<img src="http://placehold.it/555x300" class="img-responsive pro-img" alt="screenshot of project">
Expand All @@ -95,7 +96,7 @@ <h3 class="text-center">Contact Me</h3>
<hr class="hr-style">
<div class="text-center">
<a href="https://github.com/yuansheng1989" target="_blank"><i class="fa fa-github fa-3x"></i></a>
<a href="" target="_blank"><i class="fa fa-linkedin-square fa-3x"></i></a>
<a href="https://www.linkedin.com/in/yuansheng-lu-00695114b/" target="_blank"><i class="fa fa-linkedin-square fa-3x"></i></a>
<a href="mailto:[email protected]"><i class="fa fa-envelope fa-3x"></i></a>
</div>
</div>
Expand Down

0 comments on commit 4c1c113

Please sign in to comment.