diff --git a/Certified_Full_Stack_Developer/HTML/Accessibility/Checkout_Page/index.html b/Certified_Full_Stack_Developer/HTML/Accessibility/Checkout_Page/index.html new file mode 100644 index 0000000..4e9fafd --- /dev/null +++ b/Certified_Full_Stack_Developer/HTML/Accessibility/Checkout_Page/index.html @@ -0,0 +1,24 @@ + + + + + + + Check Out + + +

Checkout

+
+

Your Cart

+ rubix +
+
+
+ +

Payment Information

+ + +
+
+ + \ No newline at end of file diff --git a/README.md b/README.md index 6bbab2f..92f2de3 100644 --- a/README.md +++ b/README.md @@ -36,3 +36,21 @@ Having already been familiar with HTML and CSS I was able to make fast progress - [ ] Variables - [ ] Grid - [ ] Animations +- [ ] JavaScript + - [x] Code Editors + - [ ] Variables and Strings + - [ ] Booleans and Numbers + - [ ] Functions + - [ ] Arrays + - [ ] Objects + - [ ] Loops + - [ ] JavaScript Fundamentals Review + - [ ] Higher Order Functions and Callbacks + - [ ] DOM Manipulating and Events + - [ ] JavaScript and Accessibility + - [ ] Debugging + - [ ] Basic Regex + - [ ] Form Validation + - [ ] Dates + - [ ] Audio and Video Events + - [ ] \ No newline at end of file