-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
61 lines (59 loc) · 1.79 KB
/
Copy pathindex.html
File metadata and controls
61 lines (59 loc) · 1.79 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
50
51
52
53
54
55
56
57
58
59
60
61
---
layout: default
title: freestyle21
---
<!-- article -->
<div id = "article">
<div class = "article__descript">
<h2>成长梦,技术梦</h2>
<p>这里记载着帅气的博主的技术成长过程,也会时而发下生活的牢骚</p>
</div>
<div class="article__body" >
<div class = "article__list">
<img src="/img/new.png" id = 'new'>
<div id = "artHori">
{% for post in site.posts %}
<div class = "article">
<a target = 'blank' class = 'postsite' href = "{{post.url}}"></a>
<img src = "{{ post.imgsrc }}">
<div name = 'test' class = "artDetail">
<h3>{{post.title}}</h3>
<p>{{post.description}}</p>
</div>
</div>
{% endfor %}
</div>
</div>
<span id="leftArrow">
<a href="#"></a>
</span>
<span id="rightArrow">
<a href="#"></a>
</span>
</div>
<!-- footer -->
<div id="footer">
<div class="footer--center">
<div class="footLeft">
<div class="about">
<img src="img/me.jpg">
</div>
<div class="contact">
<ul>
<li>一个老男人,今年22岁.</li>
<li>一枚程序员,Web前端!</li>
<li>一只科蜜,季后赛!</li>
</ul>
</div>
</div>
<div class = "footRight">
<h4>
<a target = 'blank' href = "http://weibo.com/21freestyle?wvr = 5&">微博</a>
<a target = 'blank' href = "/rss/feed.xml">RSS</a>
<a href="https://plus.google.com/110328417524779678209?
rel=author">Google+</a>
</h4>
<p class = "copyright">© FREESTYLE21 2012–2013</p>
</div>
</div>
</div>