mirror of
https://github.com/BenDWit/freecodecamp.git
synced 2025-12-23 11:09:59 +01:00
started buidling checkout page
This commit is contained in:
parent
fa2ab5ba8d
commit
229e355a4f
2 changed files with 42 additions and 0 deletions
|
|
@ -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>
|
||||
18
README.md
18
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
|
||||
- [ ]
|
||||
Loading…
Add table
Add a link
Reference in a new issue