- Amazon.co.jp: Elon Musk: Tesla, SpaceX, and the Quest for a Fantastic Future: Ashlee Vance: 洋書
- Nonviolent Communication: A Language of Life: Life-Changing Tools for Healthy Relationships (Nonviolent Communication Guides) - Kindle edition by Marshall B. Rosenberg, Arun Gandhi. Health, Fitness & Dieting Kindle eBooks @ Amazon.com.
- Amazon.co.jp: The Song Machine: Inside the Hit Factory: John Seabrook: 洋書
- Amazon.co.jp: Tiny Beautiful Things: Advice on Love and Life from Dear Sugar: Cheryl Strayed: 洋書
- [Seveneves: A Novel: Neal Stephens
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
%clearfix { | |
&::after { | |
content: ""; | |
display: block; | |
height: 0; | |
clear: both; | |
} | |
} |
対訳:シグナリングゲーム/スクリーニングゲーム
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAGAQMAAADJ1T3/AAAABlBMVEVMaXH/AAAkxJXwAAAAAXRSTlMAQObYZgAAABpJREFUeF5jmODCcP0Iw5YQhu0aDFM0GNgbADl+BZrSfARgAAAAAElFTkSuQmCC |
- Force a single domain
- www有無をどちらかに統一(リダイレクト)
- Prefer HTTPs over HTTP
- HTTPSを使用する
- Optimise for speed
- スピードアップする
- META tags: title & description
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"scripts": { | |
"watch:js": "babel -w ./src/js/ --out-dir ./ --presets=\"es2015\"", | |
"build:js": "babel ./src/js/ --out-dir ./ --presets=\"es2015\"", | |
"serve": "browser-sync start --server --files=\"./*.html, ./*.js\"", | |
"test": "echo \"Error: no test specified\" && exit 1" | |
}, | |
"devDependencies": { | |
"babel-cli": "^6.6.5", |
Front-End Style-Guides: Definition, Requirements, Component Checklist
レスポンシブ対応もスタイルガイドに入れよう
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<a href="path/to/shopping/cart"> | |
<i class="fa fa-shopping-cart" title="View 3 items in your shopping cart" aria-hidden="true"></i> | |
<span class="sr-only">View 3 items in your shopping cart</span> | |
</a> |