From 229e355a4f192bcee7f41a298ab67ebff3d5b928 Mon Sep 17 00:00:00 2001 From: bendwit <184859846+BenDWit@users.noreply.github.com> Date: Mon, 23 Jun 2025 12:49:08 +0200 Subject: [PATCH] started buidling checkout page --- .../Accessibility/Checkout_Page/index.html | 24 +++++++++++++++++++ README.md | 18 ++++++++++++++ 2 files changed, 42 insertions(+) create mode 100644 Certified_Full_Stack_Developer/HTML/Accessibility/Checkout_Page/index.html 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