Last active
November 2, 2017 04:11
-
-
Save mikakane/d9080f5c4609b7877234814a0026f682 to your computer and use it in GitHub Desktop.
Revisions
-
mikakane revised this gist
Nov 2, 2017 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -30,7 +30,7 @@ - [ ] 画像ファイルは適切に minify されていますか? - [ ] 意図しない console.log の出力はありませんか? ## Server・Watch - [ ] 統計ツールを使用する場合、Analitics などのコードは適切に埋め込まれていますか? - [ ] 必要に応じて、 JavaScript のエラートラッキングは実施されていますか? -
mikakane revised this gist
Nov 2, 2017 . 1 changed file with 7 additions and 3 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -5,7 +5,7 @@ ### Pages - [ ] サイト全体のURLの構成は決まっていますか? - [ ] 404 ページや503/403などのエラーページのデザインは決まっていますか? ### SEO・SHARE @@ -28,9 +28,13 @@ - [ ] サイト内で意図せずCDNを使用している箇所はありませんか? - [ ] JavaScriptや CSSなどのファイルは適切に minify されていますか? - [ ] 画像ファイルは適切に minify されていますか? - [ ] 意図しない console.log の出力はありませんか? ## Server/Watch - [ ] 統計ツールを使用する場合、Analitics などのコードは適切に埋め込まれていますか? - [ ] 必要に応じて、 JavaScript のエラートラッキングは実施されていますか? - [ ] http/https の設定は適切ですか? - [ ] www の有無や trailing slack など必要なリダイレクト設定は動作されており、コーディングもソレに沿っていますか? - [ ] エラーページの転送は適切に設定されていますか? -
mikakane revised this gist
Nov 2, 2017 . 1 changed file with 3 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -31,4 +31,6 @@ - [ ] サイトで使用する統計ツールは決まっていますか? - [ ] 統計ツールを使用する場合、Analitics などのコードは適切に埋め込まれていますか? - [ ] 意図しない console.log の出力はありませんか? - [ ] 必要に応じて、 JavaScript のエラートラッキングは実施されていますか? - [ ] http/https の設定は適切ですか? - [ ] www の有無や trailing slack など必要なリダイレクト設定は動作されており、コーディングもソレに沿っていますか? -
mikakane revised this gist
Nov 2, 2017 . 1 changed file with 2 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -7,7 +7,7 @@ - [ ] サイト全体のURLの構成は決まっていますか? - [ ] 404 ページ 必要であれば 503/403などのエラーページのデザインは決まっていますか? ### SEO・SHARE - [ ] ページごとの SEO メタ情報は決まっていますか? - [ ] サイト共通またはページ個別の OGP 画像の用意はありますか? @@ -24,6 +24,7 @@ ## Coding - [ ] View Port の設定は適切ですか? - [ ] サイト内で意図せずCDNを使用している箇所はありませんか? - [ ] JavaScriptや CSSなどのファイルは適切に minify されていますか? - [ ] 画像ファイルは適切に minify されていますか? -
mikakane revised this gist
Nov 2, 2017 . 1 changed file with 14 additions and 10 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -1,29 +1,33 @@ # サイト制作チェックリスト ## Design ### Pages - [ ] サイト全体のURLの構成は決まっていますか? - [ ] 404 ページ 必要であれば 503/403などのエラーページのデザインは決まっていますか? ## SEO・SHARE - [ ] ページごとの SEO メタ情報は決まっていますか? - [ ] サイト共通またはページ個別の OGP 画像の用意はありますか? - [ ] favicon 等のアイコンセットの用意はありますか? - [ ] サイトマップの作成フローは検討されていますか? ### Responsive - [ ] ブレイクポイントの位置は適切に検討されていますか? - [ ] % で画面デザインを定義する場合、画面サイズの縮小によるテキスト溢れ時等の動きは考慮されていますか? - [ ] サイト内で使用する画像、実サイズと表示サイズの区分けなど Retina 対応も含め検討されていますか? - [ ] 上記適切な形でドキュメント化されていますか? ## Coding - [ ] サイト内で意図せずCDNを使用している箇所はありませんか? - [ ] JavaScriptや CSSなどのファイルは適切に minify されていますか? - [ ] 画像ファイルは適切に minify されていますか? - [ ] サイトで使用する統計ツールは決まっていますか? - [ ] 統計ツールを使用する場合、Analitics などのコードは適切に埋め込まれていますか? - [ ] 意図しない console.log の出力はありませんか? - [ ] 必要に応じて、 JavaScript のエラートラッキングは実施されていますか? -
mikakane revised this gist
Nov 2, 2017 . No changes.There are no files selected for viewing
-
mikakane revised this gist
Nov 2, 2017 . 1 changed file with 1 addition and 2 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -1,11 +1,10 @@ # サイト制作チェックリスト ## Pages - [ ] サイト全体のURLの構成は決まっていますか? - [ ] 404 ページ 必要であれば 503/403などのエラーページのデザインは決まっていますか? ## Responsive - [ ] ブレイクポイントの位置は適切に検討されていますか? -
mikakane revised this gist
Nov 2, 2017 . 1 changed file with 16 additions and 10 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -2,23 +2,29 @@ ## Pages - [ ] サイト全体のURLの構成は決まっていますか? - [ ] 404 ページ 必要であれば 503/403などのエラーページのデザインは決まっていますか? ## Responsive - [ ] ブレイクポイントの位置は適切に検討されていますか? - [ ] % で画面デザインを定義する場合、画面サイズの縮小によるテキスト溢れ時等の動きは考慮されていますか? - [ ] サイト内で使用する画像、実サイズと表示サイズの区分けなど Retina 対応も含め検討されていますか? - [ ] 上記適切な形でドキュメント化されていますか? ## SEO・SHARE - [ ] ページごとの SEO メタ情報は決まっていますか? - [ ] サイト共通またはページ個別の OGP 画像の用意はありますか? - [ ] favicon 等のアイコンセットの用意はありますか? - [ ] サイトマップの作成フローは検討されていますか? ## Manage - [ ] サイト内で意図せずCDNを使用している箇所はありませんか? - [ ] JavaScriptや CSSなどのファイルは適切に minify されていますか? - [ ] 画像ファイルは適切に minify されていますか? - [ ] サイトで使用する統計ツールは決まっていますか? - [ ] 統計ツールを使用する場合、Analitics などのコードは適切に埋め込まれていますか? -
mikakane renamed this gist
Nov 2, 2017 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
mikakane created this gist
Nov 2, 2017 .There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,24 @@ # Web デザインチェックリスト ## Pages - URLの構成は決まっていますか? - 404 ページ 必要であれば 503/403などのエラーページのデザインは決まっていますか? - サイトマップの作成フローは検討されていますか? ## Responsive - ブレイクポイントの位置は適切に検討されていますか? - % で画面デザインを定義する場合、画面サイズの縮小によるテキスト溢れ時等の動きは考慮されていますか? - ## SEO - ページごとの SEO メタ情報は決まっていますか? - サイト共通またはページ個別の OGP 画像の用意は有りますか? ## Manage - [ ] サイトで使用する統計ツールは決まっていますか? - [ ] 統計ツールを使用する場合、Analitics などの