-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathindex.html
20 lines (20 loc) · 843 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
---
layout: default
---
<div class="container">
<div class="home">
<div class="banner">
<div class="banner-text">
<h1 class="headline">I'M <span>MINGYANG</span></h1>
<h3>Looking for a job about Web Font-End Developer</h3>
<h3>I love programming, getting lost. </h3>
<ul class="social">
<li><a href="https://github.com/{{ site.name }}"><i class="icon-github"></i></a></li>
<li><a href="//www.facebook.com/{{ site.name }}"><i class="icon-facebook"></i></a></li>
<li><a href="https://twitter.com/{{ site.name }}"><i class="icon-twitter"></i></a></li>
<li><a href="//www.linkedin.com/in/{{ site.name }}"><i class="icon-linkedin2"></i></a></li>
</ul>
</div>
</div>
</div>
</div>