Skip to content

Commit

Permalink
Added new stores!
Browse files Browse the repository at this point in the history
  • Loading branch information
yhara committed Feb 15, 2014
1 parent 1f0172e commit f50c484
Show file tree
Hide file tree
Showing 4 changed files with 47 additions and 21 deletions.
Binary file added source/images/24268_ext_06_0.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 14 additions & 6 deletions source/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,24 @@

## 第二版

[![image](https://book.mynavi.jp/files/topics/24268_ext_06_0.jpg)](https://book.mynavi.jp/ec/products/detail/id=24268)
第二版が出ています。初版との違いは、誤植が修正されていることと、Rubyのインストール方法の項をアップデートした点です(つまり内容的には同じです)。

絶版になっていた本書ですが、第二版として復刻されることになりました。

* [マイナビBooks](https://book.mynavi.jp/ec/products/detail/id=24268) (紙版・電子版)
* [達人出版会](http://tatsu-zine.com/books/esoteric-language-programing-in-ruby) (電子版)
<div style="float: left; margin-left: 2em; margin-right: 2em">
<a href='https://book.mynavi.jp/ec/products/detail/id=24268'>
<img src='images/24268_ext_06_0.jpg'>
</a>
</div>

初版との違いは、誤植が修正されているのと、Rubyのインストール方法の項をアップデートした点です(つまり内容的には初版と同じです)。
### 購入する

ちなみに同時発売は[アセンブラ短歌の本](https://book.mynavi.jp/ec/products/detail/id=24267)です :-) こちらもぜひご検討ください。
* [マイナビBooks](https://book.mynavi.jp/ec/products/detail/id=24268) (紙版・PDF)
* [達人出版会](http://tatsu-zine.com/books/esoteric-language-programing-in-ruby) (PDF)
* [Amazon Kindle](http://www.amazon.co.jp/gp/product/B00ICKLC2A/ref=as_li_ss_tl?ie=UTF8&camp=247&creative=7399&creativeASIN=B00ICKLC2A&linkCode=as2&tag=yharaharay-22)
* [Google Play](https://play.google.com/store/books/details/%E5%8E%9F_%E6%82%A0_Ruby%E3%81%A7%E4%BD%9C%E3%82%8B%E5%A5%87%E5%A6%99%E3%81%AA%E3%83%97%E3%83%AD%E3%82%B0%E3%83%A9%E3%83%9F%E3%83%B3%E3%82%B0%E8%A8%80%E8%AA%9E?id=wamYAgAAQBAJ)
* [楽天kobo](http://rakuten.kobobooks.com/ebook/Ruby%E3%81%A7%E4%BD%9C%E3%82%8B%E5%A5%87%E5%A6%99%E3%81%AA%E3%83%97%E3%83%AD%E3%82%B0%E3%83%A9%E3%83%9F%E3%83%B3%E3%82%B0%E8%A8%80%E8%AA%9E/book-qfjezBXdCkKrVwt_sHdPKg/page1.html?s=q_ncmTtNKEiUvOp8wvAQ4g&r=1)

<br style="clear: both;">

## 初版

Expand Down
8 changes: 2 additions & 6 deletions source/layouts/layout.slim
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,8 @@ html
h1
== link_to "Rubyで作る奇妙なプログラミング言語", "/"

#ul.menu
li
' 購入する
== link_to "(マイナビBooks)", "https://book.mynavi.jp/ec/products/detail/id=24268"
'
== link_to "(達人出版会)", "http://tatsu-zine.com/books/esoteric-language-programing-in-ruby"
ul#menu
li == link_to "トップ", "/"
li == link_to "正誤表", "eratta.html"
li == link_to "練習問題の解答例", "practices.html"
li == link_to "ソースコード", "sources.html"
Expand Down
40 changes: 31 additions & 9 deletions source/stylesheets/all.css.sass
Original file line number Diff line number Diff line change
@@ -1,17 +1,12 @@
$dark_green: #3e5610

body
margin-left: 10%
margin-right: 10%
background: #91bc2c

#container
background: white
padding: 1em

h1
a
color: #3e5610
text-decoration: none
border-bottom: 5px solid #3e5610
a
//color: $dark_green
pre
background: #333
Expand All @@ -38,3 +33,30 @@ table

strong
color: #800

// パーツ
#container
background: white
padding: 1em

h1
a
color: $dark_green
text-decoration: none

#menu
padding: 0
li
width: 24%
display: inline-block
border-width: 2px 0 2px 2px
border-style: solid
border-color: $dark_green
text-align: center

a
text-decoration: none

li:last-child
border-right: 1px solid $dark_green

0 comments on commit f50c484

Please sign in to comment.