-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
29 lines (29 loc) · 1.17 KB
/
about.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
<main id="main">
<section id="about">
<div class="content content--autoHeight">
<h2>About YU-CHEN</h2>
<p>The Internet is the thing that connects resources together. I am eager to become the tool, gathering resources to solve problems for people.</p>
<p>I am a web developer. Before now, I had 6 years development experience in SAP consulting field. Last 3 years, I focused on providing clients SAP enterprise mobile solutions with web/mobile apps development.</p>
<p>In my free time, I love to do some exercises. Playing basketball, jogging are my favorite sports. Recently, Hiking also becomes one of my favorites, since seeing the spectacular scenery is the most attractive benefit.</p>
<div class="skill">
<h3>Skills</h3>
<ul class="skill__list">
<li>HTML</li>
<li>CSS / SASS, Bootstrap</li>
<li>JavaScript / jQuery</li>
<li>Java</li>
<li>SAP ABAP</li>
<li>SQL</li>
</ul>
<ul class="skill__list">
<li>Wireframing</li>
<li>Git</li>
<li>Agile / Scrum</li>
</ul>
</div>
<div class="buttons__block">
<a role="button" href="contact.html" class="pagelink">Hire Me</a>
</div>
</div>
</section>
</main>