aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/about/index.html.haml
blob: b178a49ea3757c83df373b2bad55a508eee37ab7 (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
61
62
63
64
65
66
- title "Twitter 分析サービス"
.front-hero
  .container
    %p<
      %img{alt: "aclog", src: image_path("logo.png"), height: 200, width: 200}
    %h1
      aclog
      - if Rails.env.development?
        (dev)
    %p<
      .tweet-button
        %a{href: "https://twitter.com/intent/tweet?text=#{CGI.escape(title)}&url=#{CGI.escape(url_for(only_path: false))}", target: "_blank"}
          %i/
          %span ツイート
.front-feature
  .container
    .row
      .col-sm-6.col-sm-push-6<
        %img{alt: "Collect activities automatically", 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 For Protected Users
        %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 を用意。Aclog の全機能が使えます。
          %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