-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
55 lines (50 loc) · 2.21 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
47
48
49
50
51
52
53
54
55
---
layout: default
title: ホーム
---
<div id="top-content">
<div id="about">
<img src="/images/about.png" alt="">
</div>
<!--
<section id="event-section" class="top-section">
<h2 class="section-title">Event</h2>
<ul class="section-content">
</ul>
</section>
-->
<section id="news-section" class="top-section">
<h2 class="section-title">What's new</h2>
<ul class="posts" class="section-content">
{% for post in site.posts limit:3 %}
<li class="post">
<p class="post-category">
{% if post.category %}
<img src="/images/label-{{ post.category }}.png">
{% endif %}
</p>
<p class="post-info">
<a href="{{ post.url }}">{{ post.title }}</a>
<time>{{ post.date | date: "%Y/%m/%d" }}</time>
</p>
</li>
{% endfor %}
</ul>
</section>
<section id="link-section" class="top-section">
<h2 class="section-title">Links</h2>
<ul id="links" class="section-content">
<!--<li><a href="http://mntr.cosmio.net/">ものづくり寺子屋</a></li>-->
<li><a href="http://scratch.mit.edu/">Scratch | Home | imagine, program, share</a></li>
<li><a href="http://www.viscuit.com/">VISCUIT(ビスケット)〜コンピュータを粘土のように〜</a></li>
<li><a href="http://www.spookies.co.jp/">京都 Webシステム開発・ホームページ制作 | スプーキーズ</a></li>
<li><a href="http://mappingcreators.tumblr.com/">MappingCreators</a></li>
</ul>
</section>
<section id="facebook-section" class="top-section">
<h2 class="section-title">Facebook</h2>
<div class="section-content">
<iframe src="http://www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Fwww.facebook.com%2Fpages%2F%E4%BA%AC%E9%83%BD%E3%82%AF%E3%83%AA%E3%82%A8%E3%82%A4%E3%83%86%E3%82%A3%E3%83%96%E3%83%AF%E3%83%BC%E3%82%AF%E3%82%B7%E3%83%A7%E3%83%83%E3%83%97%2F272302969453544&width=500&colorscheme=light&show_faces=true&border_color&stream=true&header=true&height=427" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:500px; height:427px;" allowTransparency="true"></iframe>
</div>
</section>
</div>