started buidling checkout page

This commit is contained in:
bendwit 2025-06-23 12:49:08 +02:00
parent fa2ab5ba8d
commit 229e355a4f
2 changed files with 42 additions and 0 deletions

View file

@ -0,0 +1,24 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Check Out</title>
</head>
<body>
<h1>Checkout</h1>
<section>
<h2>Your Cart</h2>
<img src="https://cdn.freecodecamp.org/curriculum/labs/cube.jpg" alt="rubix">
</section>
<section>
<form>
<input>
<h2>Payment Information</h2>
<input id="card-name" id="card-name" >
<input id="card-number" id="card-number">
</form>
</section>
</body>
</html>

View file

@ -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
- [ ]