-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Yuansheng Lu
authored
Sep 23, 2017
1 parent
3f66802
commit db0181f
Showing
6 changed files
with
26 additions
and
16 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,7 @@ | |
</div> | ||
<div class="col-md-6 text-right text-uppercase"> | ||
<h1>Yuansheng Lu</h1> | ||
<h4>Web Developer</h4> | ||
<h4>Software/Web Developer</h4> | ||
</div> | ||
</div> | ||
</header> | ||
|
@@ -35,7 +35,17 @@ <h4>Web Developer</h4> | |
<div class="container"> | ||
<h2 class="text-center about-me-title">About Me</h2> | ||
<hr class="hr-style"> | ||
<p class="about-me-article">Hi! My name is Yuansheng Lu and I'm a electrical engineer who found his true passion in programming. In my work as an engineer I've had to use a lot of clunky and counter-intuitive software. Curious as to why these programs worked the way they do, I started teaching myself how to code. Almost immediately, I knew this is what I wanted to do with my life! I love the combination of creative and logical problem-solving skills I get to use when writing code. And I love how there's always more to learn! Since I started coding, I've taken as many online courses as I can manage, completed Udacity's Front-End Web Developer Nanodegree, and built some awesome projects! Please have a look!</p> | ||
<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 | ||
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. | ||
|
||
</p> | ||
<hr class="hr-style"> | ||
<div class="text-center"> | ||
<a href="#projects"><button class="about-me-button">View My Projects</button></a> | ||
|
@@ -50,27 +60,27 @@ <h2 class="text-center about-me-title">About Me</h2> | |
<section class="container" id="projects"> | ||
<div class="row"> | ||
<div class="col-md-6"> | ||
<h3 class="text-center">Neighborhood Map</h3> | ||
<img src="http://placehold.it/555x300" class="img-responsive pro-img" alt="screenshot of project"> | ||
<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> | ||
</div> | ||
<div class="col-md-6"> | ||
<h3 class="text-center">Arcade Game</h3> | ||
<img src="http://placehold.it/555x300" class="img-responsive pro-img" alt="screenshot of project"> | ||
<h3 class="text-center">Portfolio Site</h3> | ||
<a href="https://yuansheng1989.github.io/portfolio-site/" target="_blank"><img src="images/project2.png" class="img-responsive pro-img" alt="screenshot of project"></a> | ||
</div> | ||
<div class="col-md-6"> | ||
<h3 class="text-center">Personal Website</h3> | ||
<img src="http://placehold.it/555x300" class="img-responsive pro-img" alt="screenshot of project"> | ||
<h3 class="text-center">Aid Management App Using C++</h3> | ||
<a href="https://github.com/yuansheng1989/Aid-Management-App" target="_blank"><img src="images/project3.png" class="img-responsive pro-img" alt="screenshot of project"></a> | ||
</div> | ||
<div class="col-md-6"> | ||
<h3 class="text-center">Website Optimization</h3> | ||
<img src="http://placehold.it/555x300" class="img-responsive pro-img" alt="screenshot of project"> | ||
<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">Resume</h3> | ||
<img src="http://placehold.it/555x300" class="img-responsive pro-img" alt="screenshot of project"> | ||
<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">Portfolio Site</h3> | ||
<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"> | ||
</div> | ||
</div> | ||
|
@@ -84,9 +94,9 @@ <h3 class="text-center">Portfolio Site</h3> | |
<h3 class="text-center">Contact Me</h3> | ||
<hr class="hr-style"> | ||
<div class="text-center"> | ||
<a href="//github.com/bahalps" target="_blank"><i class="fa fa-github fa-3x"></i></a> | ||
<a href="//linkedin.com/in/bahalperin" 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> | ||
<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="mailto:[email protected]"><i class="fa fa-envelope fa-3x"></i></a> | ||
</div> | ||
</div> | ||
</footer> | ||
|