-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathproduct.html
154 lines (143 loc) · 7.31 KB
/
product.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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
<!DOCTYPE html>
<html lang="ja">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta name="description" content="{{page.description | strip_newlines}}">
<meta name="keywords" content="{{page.keywords | join:','}}">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="og:title" content="{{page.title}} | {{ page.subtitle }}">
<meta property="og:type" content="article">
<meta property="og:description" content="{{page.description | strip_newlines}}">
<meta property="og:url" content="{{page.canonical_url}}">
<meta property="og:image" content="{{ page.canonical_url }}imgs/ss_all.png">
<link rel="canonical" href="{{ page.canonical_url }}">
<link href="./imgs/favicon.ico" rel="shortcut icon" type="image/vnd.microsoft.icon">
<link rel="stylesheet" href="../styles/bootstrap.css" type="text/css">
<link href="/styles/main.css" rel="stylesheet" type="text/css">
<link href="/styles/product.css" rel="stylesheet" type="text/css">
{% for stylesheet in page.stylesheets %}
<link href="{{stylesheet}}" rel="stylesheet" type="text/css">
{% endfor %}
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
<![endif]-->
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script src="../js/bootstrap.min.js"></script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-15522812-4']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
<script type="text/javascript" src="https://apis.google.com/js/plusone.js">
{lang: 'ja'}
</script>
<title>{{page.title}} | {{ page.subtitle }}</title>
</head>
<body itemscope itemtype="http://schema.org/SoftwareApplication">
<header class="navbar" role="banner">
<div class="container">
<div class="navbar-header">
<button class="navbar-toggle" type="button" data-toggle="collapse" data-target=".bs-navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<div class="logo navbar-brand">
<h1 class="title" itemprop="name">{{ page.title }}</h1>
</div>
</div>
<nav class="collapse navbar-collapse bs-navbar-collapse" role="navigation">
<ul class="nav navbar-nav navbar-right">
<li><a href="/">トップ</a></li>
<li><a href="/product.html">プロダクト</a></li>
<li><a href="/member.html">メンバー</a></li>
<li><a href="/privacy_policy.html">プライバシーポリシー</a></li>
<li><a href="http://blog.codefirst.org/">ブログ</a></li>
</ul>
</nav>
</div>
<div class="container">
<h2 class="title">{{ page.subtitle }} </h2>
</div>
<div class="container social">
<div class="twitter">
<a href="https://twitter.com/share" class="twitter-share-button" data-url="{{page.canonical_url}}" data-count="horizontal">Tweet</a><script type="text/javascript" src="https://platform.twitter.com/widgets.js"></script>
</div>
<div class="hatena" style="width:120px">
<a href="http://b.hatena.ne.jp/entry/{{ page.canonical_url }}" class="hatena-bookmark-button" data-hatena-bookmark-title="{{page.title}} | {{page.subtitle}}" data-hatena-bookmark-layout="standard-balloon" data-hatena-bookmark-lang="ja"title="このエントリーをはてなブックマークに追加"><img src="https://b.st-hatena.com/images/entry-button/[email protected]" alt="このエントリーをはてなブックマークに追加" width="20" height="20" style="border: none;" /></a><script type="text/javascript" src="https://b.st-hatena.com/js/bookmark_button.js" charset="utf-8" async="async"></script>
</div>
<div class="facebook">
<iframe src="https://www.facebook.com/plugins/like.php?href={{ page.canonical_url | cgi_escape }}&layout=button_count&show_faces=false&width=110&action=like&font=verdana&colorscheme=light&height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:110px; height:21px;" allowTransparency="true"></iframe>
</div>
<div class="googleplus" style="width: 68px">
<g:plusone size="medium"></g:plusone>
</div>
<div class="pocket">
<a data-pocket-label="pocket" data-pocket-count="horizontal" class="pocket-btn" data-lang="en"></a>
<script type="text/javascript">!function(d,i){if(!d.getElementById(i)){var j=d.createElement("script");j.id=i;j.src="https://widgets.getpocket.com/v1/j/btn.js?v=1";var w=d.getElementById(i);d.body.appendChild(j);}}(document,"pocket-btn-js");</script>
</div>
</div>
</header>
<div class="container page {{page.class_name}}">
<div>
<h3>{{ page.title }} とは</h3>
<p itemprop="description">{{ page.description }}</p>
</div>
<div class="row">
<div class="col-sm-6 main-image">
<img src="imgs/ss_all.png" itemprop="image" />
</div>
<div class="copy col-sm-6">
{{ page.copy | newline_to_br }}
</div>
</div>
<div>
<h3>主な特徴</h3>
{% for feature in page.features %}
{% capture thecycle %}{% cycle 'odd', 'even' %}{% endcapture %}
{% if thecycle == 'odd' %}
<div class="feature row">
<div class="col-md-offset-1 col-sm-5">
<h5>{{ feature.name }}</h5>
<div><img class="ss img-thumbnail" src="{{ feature.image }}" itemprop="screenshot" /></div>
</div>
{% else %}
<div class="col-sm-5">
<h5>{{ feature.name }}</h5>
<div><img class="ss img-thumbnail" src="{{ feature.image }}" itemprop="screenshot" /></div>
</div>
</div>
{% endif %}
{% endfor %}
</div>
<div>
{{ content }}
</div>
<div>
<h3>リポジトリ</h3>
<ul>
<li><a href="https://github.com/codefirst/{{ page.github_project}}">codefirst / {{page.github_project}} - GitHub</a></li>
</ul>
</div>
<div>
<h3>コミッタ</h3>
<ul>
{% for c in page.commiters %}
<li><a href="https://twitter.com/{{ c }}">@{{ c }}</a></li>
{% endfor %}
</ul>
</div>
</div>
<div class="credits">
<p>Copyright (C) 2011-2017 <a href="https://www.codefirst.org"><span itemprop="author" itemscope itemtype="http://schema.org/Organization"><span itemprop="name">codefirst.org</span></span></a>, All rights reserved.</p>
</div>
</div>
</body>
</html>