Skip to content

Instantly share code, notes, and snippets.

@machida
machida / html5.haml
Created June 16, 2012 07:05 — forked from fnhipster/html5.haml
HTML5 HAML Template
!!! 5
%html
%head
%title= "Your Website"
%meta{ :content => "", :name => "description" }
%meta{ :content => "", :name => "author" }
%link{ :href => "/feed", :rel => "alternate", :title => "Atom", :type => "application/atom+xml" }
%link{ :href => "/css/screen.css", :media => "screen", :rel => "stylesheet" }
%script{:type => "text/javascript", :src => "http://code.jquery.com/jquery-1.7.min.js"}
/[if lt IE 9]
@machida
machida / gist:2948927
Created June 18, 2012 15:32
simple blog css
body {
font-family: 'Cardo', Palatino, georgia, "times new roman", serif;
font-size: 1.2em;
}
p {
margin: 0 0 1.5em 0;
text-align: justify;
}
@machida
machida / html_practice.html
Last active June 21, 2024 05:53 — forked from horaotoko/for wiki
HTMLの練習(このレシピにマークアップをしてみましょう)
カレーのレシピ
誰でもできる、美味しいカレーの作り方です。旦那も息子もこのカレーが大好物。
ポイントは玉ねぎと人参はミキサーで細かくしてしまうところ。逆にコクのある美味しいカレーになります。
レシピの作者
山田サチ子さん
材料 ( 8皿分 )
@machida
machida / html課題.html
Created July 28, 2012 03:07 — forked from iiguni/html課題.html
2012/7/28
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="utf-8">
</head>
<title>HTML課題</title>
<body>
@machida
machida / html課題.html
Created July 28, 2012 03:07 — forked from iiguni/html課題.html
2012/7/28
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="utf-8">
</head>
<title>HTML課題</title>
<body>
@machida
machida / recipe
Created August 6, 2012 04:42 — forked from mojopon/recipe
カレーのレシピ
<html lang="ja">
<head>
<meta charset="UTF-8">
<title>カレーのレシピ</title>
</head>
<body>
<h1>カレーのレシピ</h1>
<h3>誰でもできる、美味しいカレーの作り方です。旦那も息子もこのカレーが大好物。
@machida
machida / recipe
Created August 6, 2012 04:45 — forked from mojopon/recipe
カレーのレシピ
<html lang="ja">
<head>
<meta charset="UTF-8" />
<title>カレーのレシピ</title>
</head>
<body>
<h1>カレーのレシピ</h1>
<h2>誰でもできる、美味しいカレーの作り方です。</h2>
<p>旦那も息子もこのカレーが大好物。<br />ポイントは玉ねぎと人参はミキサーで細かくしてしまうところ。逆にコクのある美味しいカレーになります。</p>
<p>レシピの作者</p>
@machida
machida / gist:4017782
Created November 5, 2012 15:26 — forked from maztomo/gist:4017434
HTMLの練習(このレシピにマークアップをしてみましょう)
<header>
<h1>カレーのレシピ</h1>
<section class="description">
<p>誰でもできる、美味しいカレーの作り方です。旦那も息子もこのカレーが大好物。<br />
ポイントは玉ねぎと人参はミキサーで細かくしてしまうところ。逆にコクのある美味しいカレーになります。</p>
</section>
</header>
<article>
<section class="author">
<h2>レシピの作者</h2>
@machida
machida / gist:4582997
Last active December 11, 2015 09:58 — forked from yzaizen/gist:4564136
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="utf-8">
<title>カレーのレシピ</title>
</head>
<body>
<article>
<section>
@machida
machida / recipe.html
Last active December 14, 2015 08:08 — forked from nomnel/recipe.html
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<meta name="description" content="誰でもできる、美味しいカレーの作り方です。">
<title>カレーのレシピ</title>
</head>
<body>
<h1>カレーのレシピ</h1>