Skip to content

Commit

Permalink
chore(readme): メタ情報を更新、Twitterボタンを追加 (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
azu authored Jun 28, 2016
1 parent 30c0150 commit 06c1a1f
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 9 deletions.
16 changes: 10 additions & 6 deletions README.html.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
<script async defer src="https://buttons.github.io/buttons.js"></script>
<link rel="stylesheet" type="text/css" href="./source/landing/css/bootstrap.min.css"/>
<link rel="stylesheet" type="text/css" href="./source/landing/css/style.css"/>
<!-- Main container -->
Expand All @@ -9,12 +8,13 @@
src="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub"></a>
<div class="col-sm-8">
<h2 class="mg-lg Landing-title">
JavaScriptの本
[WIP] JavaScriptの入門書
</h2>
<h3 class="mg-sm">
<span class="fa fa-book"></span>ECMAScript 2016時代のJavaScript入門書
</h3>
<p class="mg-lg">
<a href="https://twitter.com/share" class="twitter-share-button" data-size="large" data-hashtags="jsprimer">Tweet</a>
<!-- Place this tag where you want the button to render. -->
<a aria-label="Watch asciidwango/js-primer on GitHub" data-count-aria-label="# watchers on GitHub"
data-count-api="/repos/asciidwango/js-primer#subscribers_count"
Expand All @@ -26,17 +26,17 @@
href="https://github.com/asciidwango/js-primer" class="github-button">Star</a>
</p>
<p class="mg-lg">
これからJavaScriptを始める人がECMAScript 2016をベースにして学べる本(予定)<br/>
これからJavaScriptを始める人がES2015以降をベースにして学べる本(予定)<br/>
プログラミングをやったことがあるが、今のJavaScriptがよくわからないという人が、
今のJavaScriptアプリケーションを読み書きできるようなるもの
今のJavaScriptアプリケーションを読み書きできるようになるもの
</p>
<form action="//github.us13.list-manage.com/subscribe/post?u=fc41e11a2b9dc6f05350e0de0&amp;id=7ab1594ae8"
method="post" id="js_mail_form" novalidate class="mail-form" target="_blank">
<h3 class="mg-sm">
<span class="fa fa-star"></span>更新情報を購読
</h3>
<p class="mg-lg">
このサイトは予告なしに場所が変わる可能性があります。<br/>
この本は現在実装中であるため、予告なしに変更される可能性があります。<br/>
この本の更新情報を受け取りたい方はメールアドレスを登録することで通知を受け取れます。
</p>
<div class="form-group">
Expand All @@ -54,4 +54,8 @@
<img src="./source/landing/img/cover.png" alt="Cover Image" class="img-responsive hidden-xs"/>
</div>
</div>
</div>
</div>

<script async defer src="https://buttons.github.io/buttons.js"></script>
<script async defer>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
<!-- Main End -->
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
# JavaScriptの本 [![Build Status](https://travis-ci.org/asciidwango/js-primer.svg?branch=master)](https://travis-ci.org/asciidwango/js-primer)
# [WIP] JavaScriptの入門書 [![Build Status](https://travis-ci.org/asciidwango/js-primer.svg?branch=master)](https://travis-ci.org/asciidwango/js-primer)

この書籍はES2015以降をベースとしたJavaScript入門書となる予定です。

プログラミングをやったことがあるが、今のJavaScriptがよくわからないという人が、
今のJavaScriptアプリケーションを読み書きできるようなるもの
今のJavaScriptアプリケーションを読み書きできるようになるもの

## Status :warning:
ハッシュタグは [#jsprimer](https://twitter.com/intent/tweet?hashtags=jsprimer) です

## :warning: Status :warning:

この書籍は開発中の内容となっています。

Expand Down
2 changes: 2 additions & 0 deletions book.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"gitbook": ">=2.5.2",
"title": "JavaScriptの入門書",
"description": "この書籍はES2015以降をベースとしたJavaScript入門書となる予定",
"structure":{
"readme": "README.html.md"
},
Expand Down

0 comments on commit 06c1a1f

Please sign in to comment.