-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·49 lines (45 loc) · 1.67 KB
/
index.html
File metadata and controls
executable file
·49 lines (45 loc) · 1.67 KB
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
47
48
49
---
layout: index
title: Home
permalink: /
---
<div id="service">
<div class="container">
<div class="row centered">
<div class="col-md-4">
<i class="fa fa-trophy"></i>
<h4>我在前端 ng 時</h4>
<p>開啟我寫部落格之路的鐵人30 紀錄文</p>
<p><br/><a href="/blog/2014/12/01/angular-30-days" class="btn btn-theme">More</a></p>
</div>
<div class="col-md-4">
<i class="fa fa-rocket"></i>
<h4>程式碼</h4>
<p>平常寫寫的學習筆記</p>
<p><br/><a href="#" class="btn btn-theme">More</a></p>
</div>
<div class="col-md-4">
<i class="fa fa-cutlery"></i>
<h4>食譜</h4>
<p>也該認真地記錄我的食譜了^^</p>
<p><br/><a href="/category/#食譜" class="btn btn-theme">More</a></p>
</div>
</div>
</div><! --/container -->
</div><! --/service -->
<div class="container mtb">
<div class="row">
<div class="col-lg-4 col-lg-offset-1">
<h4>More About Me.</h4>
<p>{{ site.about }}</p>
<p><br/><a href="{{ "/resume/" | prepend: site.baseurl }}" class="btn btn-theme">More Info</a></p>
</div>
<div class="col-lg-6">
<h4>Latest Posts</h4>
<div class="hline"></div>
{% for post in site.categories['blog'] limit:5 %}
<p><a href="{{ post.url | prepend: site.baseurl }}">{{ post.title }}.</a></p>
{% endfor %}
</div>
</div><! --/row -->
</div><! --/container -->