From c2c828a42912b90e716d3660a5c3cf8ebf3e52e1 Mon Sep 17 00:00:00 2001 From: Rob Dodson Date: Mon, 3 Aug 2015 14:37:51 -0700 Subject: [PATCH] Initial commit --- .gitignore | 5 ++ final-project/restaurant-site/index.html | 26 ++++++ lesson2-focus/01-basic-form/index.html | 82 +++++++++++++++++++ lesson2-focus/01-basic-form/main.css | 0 .../02-focusable-element-offscreen/index.html | 23 ++++++ .../02-focusable-element-offscreen/main.css | 5 ++ .../03-tab-index-greater-than-zero/index.html | 26 ++++++ 7 files changed, 167 insertions(+) create mode 100644 .gitignore create mode 100644 final-project/restaurant-site/index.html create mode 100644 lesson2-focus/01-basic-form/index.html create mode 100644 lesson2-focus/01-basic-form/main.css create mode 100644 lesson2-focus/02-focusable-element-offscreen/index.html create mode 100644 lesson2-focus/02-focusable-element-offscreen/main.css create mode 100644 lesson2-focus/03-tab-index-greater-than-zero/index.html diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..ae04f847 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +.DS_Store +node_modules +bower_components +*.sketch +stock-photos diff --git a/final-project/restaurant-site/index.html b/final-project/restaurant-site/index.html new file mode 100644 index 00000000..dcee674b --- /dev/null +++ b/final-project/restaurant-site/index.html @@ -0,0 +1,26 @@ + + + + + + Restaurant Site + + + + + + + + + + + + + + + + + + + + diff --git a/lesson2-focus/01-basic-form/index.html b/lesson2-focus/01-basic-form/index.html new file mode 100644 index 00000000..5279349d --- /dev/null +++ b/lesson2-focus/01-basic-form/index.html @@ -0,0 +1,82 @@ + + + + + + Offscreen focusable element + + + + + + + + + +
+
+
+ + + + + +
+ +
+
+ +
+ +
+ + + + + + + +
+ +
+ + +
+ +
+ + + + + +
+ +
+ + + + + +
+ +
+ + + + + +
+ +
+ +
+
+
+ + diff --git a/lesson2-focus/01-basic-form/main.css b/lesson2-focus/01-basic-form/main.css new file mode 100644 index 00000000..e69de29b diff --git a/lesson2-focus/02-focusable-element-offscreen/index.html b/lesson2-focus/02-focusable-element-offscreen/index.html new file mode 100644 index 00000000..935ba7e1 --- /dev/null +++ b/lesson2-focus/02-focusable-element-offscreen/index.html @@ -0,0 +1,23 @@ + + + + + + Offscreen focusable element + + + + + + + + +

Hello World

+ +

+ Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. +

+ + + + diff --git a/lesson2-focus/02-focusable-element-offscreen/main.css b/lesson2-focus/02-focusable-element-offscreen/main.css new file mode 100644 index 00000000..99f8f4ba --- /dev/null +++ b/lesson2-focus/02-focusable-element-offscreen/main.css @@ -0,0 +1,5 @@ +button { + position: absolute; + top: -1000px; + left: -1000px; +} diff --git a/lesson2-focus/03-tab-index-greater-than-zero/index.html b/lesson2-focus/03-tab-index-greater-than-zero/index.html new file mode 100644 index 00000000..8be3af1c --- /dev/null +++ b/lesson2-focus/03-tab-index-greater-than-zero/index.html @@ -0,0 +1,26 @@ + + + + + + Too much tab index + + + + + + + +

Hello World

+ +
+ + + + + + + +
+ +