-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
46 lines (36 loc) · 1.29 KB
/
index.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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
---
title: Kexin Zhang
layout: home
permalink: /
additional: /static/js/tabletop.min.js
script: /static/js/index.js
---
<section id="home">
<div class="header">
<h1>kexin zhang</h1>
<div class="icons">
<span><a href="mailto:[email protected]"><i class="fa fa-envelope-o" aria-hidden="true"></i></a></span>
<span><a target="_blank" href="https://www.linkedin.com/in/kexinzhang1"><i class="fa fa-linkedin-square" aria-hidden="true"></i></a></span>
<span><a target="_blank" href="https://github.com/kexin-zhang"><i class="fa fa-github" aria-hidden="true"></i></a></span>
</div>
</div>
{% for section in site.intros %}
{{ section.content }}
{% endfor %}
<div class="border-line"></div>
<div class="row">
<div class="six columns">
<h5>What I've been up to</h5>
<ul class="blog-posts">
{% for post in site.posts limit:5 %}
<li><a href='{{ post.url }}'>{{ post.title }}</a></li>
{% endfor %}
</ul>
</div>
<div class="six columns">
<h5>What I'm listening to</h5>
<ul class="songs" id="songs">
</ul>
</div>
</div>
</section>