-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
53 lines (51 loc) · 2.15 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
---
layout: default
title: capybala.com-カピバラドットコム- - We provide happy service for you!
---
<div id="home">
<ul class="posts">
{% for post in site.posts %}
<li>
<h2 class="title"><a href="{{ post.url }}">{{ post.title }}</a></h2>
<div class="thumb">
<a href="{{ post.url }}"><img src="/images{{ post.id }}/thumbnail.png"></a>
</div>
<div class="bottom_area cf">
<div class="excerpt">{{ post.excerpt }}</div>
<div class="btn_more">
<p><a href="{{ post.url }}">READ<br />MORE</a></p>
</div>
<div class="btn_use"><a href="{{ post.link_to_use }}" target="_blank">使ってみる</a></div>
</div>
</li>
{% endfor %}
<li id="about_us">
<h3 class="sub_tit">当サイトについて</h3>
<p class="txt01">
当サイトは、Webデザイナーとプログラマのユニット” capybala ― カピバラ ― ”が、気ままに開発するサービスを紹介するサイトです。
</p>
<p class="txt01">
「使う人がちょっと幸せになれるアプリケーション・サービス」を開発していきます。利用料は特に頂いていません。無料です。
</p>
<p class="txt01">
ご意見・ご感想・ご要望・バグ報告などがございましたら、下記メールアドレスまでご連絡ください。</p>
<p class="txt01"><a href="mailto:capybala@gmail.com">[email protected]</a>
</p>
<ul class="profile">
<li><img src="/images/icon_orangain.png" class="icon">
<ul>
<li>ソフトウェアエンジニア</li>
<li><a href="https://twitter.com/orangain" target="_blank">@orangain</a></li>
</ul>
<li>
<img src="/images/icon_webooker.png" class="icon">
<ul>
<li>Webデザイナー/グラフィックデザイナー</li>
<li><a href="https://twitter.com/webooker_log" target="_blank">@webooker_log</a></li>
<li><a href="http://webooker.info/" target="_blank">Webooker - Webと本</a></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>