aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/about/index.html.haml
blob: 7e5210c8750d505e605eb2d36dc6f88b8d5b3bd6 (plain)
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
- title "aclog: Twitter 分析サービス"
.front-hero
  .container
    %p<
      %img{alt: "aclog", src: image_path("logo.png"), height: 200, width: 200}
    %h1 aclog
    %p<
      %a.twitter-share-button{href: "https://twitter.com/share", data: { count: "none", lang: "en" }} ツイート
.front-feature
  .container
    .row
      .col-sm-6.col-sm-push-6<
        %img{alt: "Collect activities", src: image_path("feature_1.png"), height: 200, width: 400}
      .col-sm-6.col-sm-pull-6
        %h1 Collect Activities
        %p aclog に一度サインアップするだけで、ツイート、お気に入り、リツイートをリアルタイムで自動収集。
.front-feature-right
  .container
    .row
      .col-sm-6<
        %img{alt: "Discover topics easily", src: image_path("feature_2.png"), height: 200, width: 400}
      .col-sm-6
        %h1 Discover Topics
        %p aclog の見やすい UI で、話題のツイートを発見できます。自分のツイートがどれくらい話題になっているかも一目瞭然。
.front-feature
  .container
    .row
      .col-sm-6.col-sm-push-6<
        %img{alt: "Protected account is OK", src: image_path("feature_3.png"), height: 200, width: 400}
      .col-sm-6.col-sm-pull-6
        %h1 Protected User Available
        %p ツイートを非公開にしている方でもご利用いただけます。ツイートはあなたとあなたのフォロワーにしか見えないので安心です。
.front-feature-misc
  .container
    .row
      .col-sm-3
        %h1 Notification
        %p 一定数のふぁぼ・RT が集まると、通知アカウントがリプライで通知します。もちろん無効にすることもできます。
      .col-sm-3
        %h1 Atom Feeds
        %p Atom フィードを配信しているので、今日のベストツイートを購読できます。
      .col-sm-3
        %h1 aclog API
        %p
          JSON 形式の API を用意。
          %a{href: about_api_path}>< API ドキュメント
          をご覧下さい。
      .col-sm-3
        %h1 Free Software
        %p aclog のソースコードは MIT License でライセンスされています。完全なソースコードは
        %a{href: "https://github.com/rhenium/aclog"} GitHub
        から入手することができます。
.front-footer
  %p
    %a.aclogicon.aclogicon-twitter{href: "https://twitter.com/aclog_service"}
    %a.aclogicon.aclogicon-github{href: "https://github.com/rhenium/aclog"}
  %p
    = link_to "Home", root_path
    = link_to "Status", status_path
    = link_to "API", about_api_path