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

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