-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
139 lines (120 loc) · 7.35 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
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
<!DOCTYPE html>
<html lang="ja">
<head prefix="og: http://ogp.me/ns# fb: http://www.facebook.com/2008/fbml">
<meta charset="UTF-8"/>
<meta name="description" content="Clipboard extension app for macOS"/>
<meta name="robots" content="noindex"/>
<title>Clipy - Clipboard extension app for macOS</title>
<meta property="og:type" content="website"/>
<meta property="og:url" content="http://clipy-app.com"/>
<meta property="og:title" content="Clipy"/>
<meta property="og:description" content="Clipboard extension app for macOS"/>
<meta property="og:image" content="http://clipy-app.com/img/clipy.png"/>
<meta property="og:locale" content="ja_JP"/>
<meta property="fb:app_id" content="752550624866720"/>
<meta property="twitter:card" content="summary"/>
<meta property="twitter:creator" content="@clipyApp"/>
<link rel="canonical" href="http://clipy-app.com"/>
<link rel="shortcut icon" href="favicon.png" type="image/png" sizes="16x16"/>
<link rel="shortcut icon" href="favicon@2x.png" type="image/png" sizes="32x32"/>
<link rel="stylesheet" href="./css/main.css"/>
<script type="text/javascript" src="https://code.jquery.com/jquery-2.1.4.min.js" ></script>
<script type="text/javascript" src="./js/unslider.min.js" ></script>
<script type="text/javascript" src="./js/common.js" ></script>
<script type="text/javascript" src="./js/main.js" ></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-64663608-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/ja_JP/sdk.js#xfbml=1&version=v2.3&appId=752550624866720";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<a href="https://github.com/Clipy/Clipy"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://camo.githubusercontent.com/365986a132ccd6a44c23a9169022c0b5c890c387/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f7265645f6161303030302e706e67" alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png"></a>
<section id="application" >
<div>
<img id="application-image" src="./img/clipy.png" />
<div id="application-contents" >
<img id="application-name" src="./img/clipy-name.png" />
<p id="application-description" class="text-color" >macOS スニペットアプリ</p>
<a id="application-download" href="https://github.com/Clipy/Clipy/releases/download/1.2.1/Clipy_1.2.1.dmg" onclick="ga('send', 'event', 'Downloads', 'click', 'v1.2.1');">Download</a>
<!--a id="application-download" >Download</a-->
<p id="application-condition" class="text-color" >macOS 10.10以降</p>
</div>
</div>
</section>
<section id="screenshots" >
<div>
<div id="screenshots-contents" >
<ul>
<li><img class="screenshot" src="./img/screenshot1.png" /></li>
<li><img class="screenshot" src="./img/screenshot2.png" /></li>
<li><img class="screenshot" src="./img/screenshot3.png" /></li>
</ul>
</div>
<div id="screenshots-controls" >
<div id="control-left" class="control-button" >
<div id="control-on-left" class="control-on-button" ></div>
</div>
<div id="thumbnail1" class="control-position control-active" index="1" ></div>
<div id="thumbnail2" class="control-position" index="2" ></div>
<div id="thumbnail3" class="control-position" index="3" ></div>
<div id="control-right" class="control-button" >
<div id="control-on-right" class="control-on-button" ></div>
</div>
</div>
</div>
</section>
<section id="function" >
<div>
<h1 class="title" >主な機能</h1>
<img id="function-image" src="./img/function.png" />
<ul id="function-contents" >
<li class="function-list text-color" >プレーンテキストや画像といった複数の形式に対応したクリップボード拡張アプリです。</li>
<li class="function-list text-color" >ショートカットキーで自由にメニューを呼び出すことができ、いつでもクリップボードの履歴を参照できます。</li>
<li class="function-list text-color" >また、スニペットとして定型文を登録しておくことで、いつでも定型文をペーストできます。</li>
</ul>
</div>
</section>
<section id="opensource" >
<div>
<h1 class="title" >オープンソース</h1>
<p id="opensource-detail" class="text-color" >Clipyはオープンソースで公開されています。バグや不具合、要望等ありましたら、<a href="https://github.com/Clipy/Clipy/issues" target="_blank">Issue</a>、<a href="https://github.com/Clipy/Clipy/pulls" target="_blank">PullRequest</a>などお待ちしています!日本語でも大丈夫です!</p>
<a id="opensource-link" href="https://github.com/Clipy/Clipy" ></a>
</div>
</section>
<section id="thanks" >
<div>
<h1 class="title" >スペシャルサンクス</h1>
<p id="thanks-details" class="text-color" >
Clipmenuをオープンソースとして公開していただき<a href="https://github.com/naotaka" target="_blank">@naotaka氏</a>に感謝いたします。このコードがなければリメイクという形で公開はありえませんでした。<br/>
<br/>
現状機能が被ってしまっていますが、独自機能を追加してさらなる機能向上を目指していきます。本当にありがとうございました。
</p>
<img id="thanks-image" src="./img/clipmenu.png" />
</div>
</section>
<footer>
<div>
<div id="social" >
<iframe src="https://ghbtns.com/github-btn.html?user=Clipy&repo=Clipy&type=watch&count=true"
allowtransparency="true" frameborder="0" scrolling="0" width="110" height="20"></iframe>
<a href="https://twitter.com/share" class="twitter-share-button" data-text="Clipy - macOS専用のクリップボード拡張アプリケーション" data-hashtags="clipy">Tweet</a>
<div class="fb-like" data-href="http://clipy-app.com" data-layout="button_count" data-action="like" data-show-faces="false" data-share="false"></div>
<a href="http://b.hatena.ne.jp/entry/http://clipy-app.com" class="hatena-bookmark-button" data-hatena-bookmark-title="Clipy - macOS専用のクリップボード拡張アプリケーション" data-hatena-bookmark-layout="simple-balloon" title="このエントリーをはてなブックマークに追加"><img src="https://b.st-hatena.com/images/entry-button/button-only@2x.png" 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>
<p id="copyright" >©2015-2018 Clipy Project</p>
</div>
</footer>
</body>
</html>