forked from sungchi/sungchi.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
24 lines (23 loc) · 1.1 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
---
layout: default
title: Sungchi's Blog
---
<div id="home">
<a name="blog"></a>
<h1>Blog Posts</h1>
<ul class="posts">
{% for post in site.posts %}
<li><span>{{ post.date | date_to_string }}</span> » <a href="{{ post.url }}">{{ post.title }}</a></li>
{% endfor %}
</ul>
<a name="project"></a>
<h1>Books, Project</h1>
<ul class="posts">
<li><span>02 Nov 2006</span> » <span class="fail">adsense-ko.com (2011년 애드센스 짤리고 도메인 종료)</span></li>
<li><span>07 Feb 2007</span> » <span class="fail">미드 커뮤니티 - tvshow.co.kr (망함)</span></li>
<li><span>03 Apr 2007</span> » <a href="http://www.yes24.com/24/goods/2540791">책 - Adsense 완전정복</a></li>
<li><span>27 Apr 2007</span> » <a href="http://www.youtube.com/watch?v=RBrm5vbXqvE">동영상 - 홍진호 헌정 iPod Ad</a></li>
<li><span>16 Dec 2008</span> » <a href="http://www.yes24.com/24/Goods/3218045">책 - Problogger (번역)</a></li>
<li><span>16 Mar 2011</span> » <a href="http://www.feed9.com">인디웹서비스 - Feed9</a></li>
</ul>
</div>