Skip to content

Instantly share code, notes, and snippets.

# カレーのレシピ
**誰でもできる、美味しいカレーの作り方**です。旦那も息子もこのカレーが大好物。
` ポイントは玉ねぎと人参はミキサーで細かくしてしまうところ。` 逆にコクのある美味しいカレーになります。
## レシピの作者
山田サチ子さん
## 材料 ( 8皿分 )
それは黄金の昼下がり気ままにただようぼくらオールは二本ともあぶなげに小さな腕で漕がれ小さな手がぼくらのただよいを導こうとかっこうだけ申し訳につけてああ残酷な三人!こんな時間にこんな夢見る天気のもとで
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
@machida
machida / gist:f227aeda93fcc7ce5d24e1a4abf60a85
Last active December 6, 2016 01:52
HTMLの練習(このレシピにマークアップをしてみましょう)
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<title>カレーのレシピ</title>
</head>
<body>
<article>
<h1>カレーのレシピ</h1>
<p>
@machida
machida / gist:bf1bfa8ffe5c9c7827a086325ca84235
Created December 1, 2016 01:11
画像を真ん中にする
$ ->
$('.js-article-eyecatch-image').on('load', ->
eyeCatchWidth = $(this).width()
eyeCatchHeight = $(this).height()
eyeCatchWrapperWidth = $(this).parent().width()
eyeCatchWrapperHeight = $(this).parent().height()
minEyeCatchWrapperHeight = eyeCatchWrapperHeight / eyeCatchWrapperWidth
minEyeCatchWrapperWidth = eyeCatchHeight / eyeCatchWidth
if eyeCatchWidth > eyeCatchHeight
# 横長画像
table.parent
tr
td.child
| ああああああ
td.child
| ああああああ
td.child
| あああ
td.child
| ああああああ
.tabs__item
width: 100px
height: 100px
background-color: black
&--active
// もう一度ベタ書きする例
width: 100px
height: 100px
background-color: red
&--active
%body{ id: "#{@pageId}" }
%header.header
= yield
%footer.footer
:javascript
var _gaq = _gaq || [];
以下省略
# If you do not have OpenSSL installed, change
# the following line to use 'http://'
source 'https://rubygems.org'
# For faster file watcher updates on Windows:
gem 'wdm', '~> 0.1.0', platforms: [:mswin, :mingw]
# Windows does not come with time zone data
gem 'tzinfo-data', platforms: [:mswin, :mingw, :jruby]
export LANG=ja_JP.UTF-8
export EDITOR=vim
HISTFILE=$HOME/.zsh-history
HISTSIZE=100000
SAVEHIST=100000
export PGDATA=/usr/local/var/postgres
export PATH=/bin:/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:$PATH
### prompt