diff --git a/README.md b/README.md
index 88e3430a5..2400b0fcc 100644
--- a/README.md
+++ b/README.md
@@ -1,61 +1,3 @@
-# Course Material and FAQ for "Build Responsive Real-World Websites with HTML and CSS"
+# Initial Commerce Website
-This repo contains starter files and final code for all sections and projects contained in the course.
-
-Use starter code to start each section, and **final code to compare it with your own code whenever something doesn't work**!
-
-π **_Please read the following Frequently Asked Questions (FAQ) carefully before starting the course_** π
-
-## FAQ
-
-### Q1: How do I download the files?
-
-**A:** If you're new to GitHub and just want to download the entire code, hit the green button saying "Code", and then choose the "Download ZIP" option. If you can't see the button (on mobile), use [this link](https://github.com/jonasschmedtmann/html-css-course/archive/master.zip) instead.
-
-### Q2: I'm stuck! Where do I get help?
-
-**A:** Have you actually tried to fix the problem on your own? Have you compared your code to the final code? If you failed fixing your problem, please **post a detailed description of the problem to the Q&A area of that video over at Udemy**, along with a [codepen](https://codepen.io/pen/) containing your code. You will get help there.
-
-### Q3: What VSCode theme are you using? What about extensions and settings?
-
-**A:** I use [One Monokai](https://marketplace.visualstudio.com/items?itemName=azemoh.one-monokai) in this course. [Here is the complete VS Code setup for this course](vscode-setup.md).
-
-### Q4: Can I see the final version of the Omnifood project?
-
-**A:** Sure! Here you go: [Omnifood](https://www.omnifood.dev).
-
-### Q5: Where can I find the coding challenge solutions?
-
-**A:** They are all on codepen, in [this collection](https://codepen.io/collection/7b5e288cb64df1ecc5da8d7a0e78c007?grid_type=list).
-
-### Q6: Where is the resources page you keep mentioning?
-
-**A:** It's on my website at . You can subscribe for updates π
-
-### Q7: Videos don't load, can you fix it?
-
-**A:** Unfortunately, there is nothing I can do about it. The course is hosted on Udemy, and sometimes they have technical issues like this. Please just come back a bit later or [contact their support team](https://support.udemy.com/hc/en-us).
-
-### Q8: Videos are blurred / have low quality, can you fix it?
-
-**A:** Please open video settings and change the quality from 'Auto' to another value, for example 720p. If that doesn't help, please [contact the Udemy support team](https://support.udemy.com/hc/en-us).
-
-### Q9: I want to put these projects in my portfolio. Is that allowed?
-
-**A:** Absolutely! Just make sure you actually built them yourself by following the course, and that you understand what you did. What is **not allowed** is that you create your own course/videos/articles based on this course's content!
-
-### Q10: I love your courses and want to get updates on new courses. How?
-
-**A:** First, you can subscribe to my email list [at my website](http://codingheroes.io/resources). Plus, I make important announcements on twitter [@jonasschmedtman](https://twitter.com/jonasschmedtman), so you should definitely follow me there π₯
-
-### Q11: How do I get my certificate of completion?
-
-**A:** A certificate of completion is provided by Udemy after you complete 100% of the course. After completing the course, just click on the "Your progress" indicator in the top right-hand corner of the course page. If you want to change your name on the certificate, please [contact the Udemy support team](https://support.udemy.com/hc/en-us).
-
-### Q12: Can you add subtitles in my language?
-
-**A:** No. I provide professional English captions, but Udemy is responsible for subtitles in all other languages (automatic translations). So please [contact the Udemy support team](https://support.udemy.com/hc/en-us) to request your own language.
-
-### Q13: Do you accept pull requests?
-
-**A:** No, for the simple reason that I want this repository to contain the _exact_ same code that is shown in the videos. However, please feel free to add an issue if you found one.
+This repo contains the draft code for the first commerce page that will be used for sale of the company stuff
diff --git a/starter/01-Test/index.html b/starter/01-Test/index.html
new file mode 100644
index 000000000..302210ffe
--- /dev/null
+++ b/starter/01-Test/index.html
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+ My first wepage
+
+
+
Hello, world
+
My name is James and this is my redacted webpage
+
+
diff --git a/starter/02-HTML-Fundamentals/, b/starter/02-HTML-Fundamentals/,
new file mode 100644
index 000000000..e69de29bb
diff --git a/starter/02-HTML-Fundamentals/Challenge2.html b/starter/02-HTML-Fundamentals/Challenge2.html
new file mode 100644
index 000000000..35faa5681
--- /dev/null
+++ b/starter/02-HTML-Fundamentals/Challenge2.html
@@ -0,0 +1,27 @@
+
+
Converse Chuck Taylor All Star Low Top
+
+
+
$65.00
+
Free shipping
+
+ Ready to dress up or down, these classic canvas Chucks are an everyday
+ wardrobe staple.
+
+ return to index
+
+
diff --git a/starter/02-HTML-Fundamentals/challenges.jpg b/starter/02-HTML-Fundamentals/img/challenges.jpg
similarity index 100%
rename from starter/02-HTML-Fundamentals/challenges.jpg
rename to starter/02-HTML-Fundamentals/img/challenges.jpg
diff --git a/starter/02-HTML-Fundamentals/laura-jones.jpg b/starter/02-HTML-Fundamentals/img/laura-jones.jpg
similarity index 100%
rename from starter/02-HTML-Fundamentals/laura-jones.jpg
rename to starter/02-HTML-Fundamentals/img/laura-jones.jpg
diff --git a/starter/02-HTML-Fundamentals/post-img.jpg b/starter/02-HTML-Fundamentals/img/post-img.jpg
similarity index 100%
rename from starter/02-HTML-Fundamentals/post-img.jpg
rename to starter/02-HTML-Fundamentals/img/post-img.jpg
diff --git a/starter/02-HTML-Fundamentals/related-1.jpg b/starter/02-HTML-Fundamentals/img/related-1.jpg
similarity index 100%
rename from starter/02-HTML-Fundamentals/related-1.jpg
rename to starter/02-HTML-Fundamentals/img/related-1.jpg
diff --git a/starter/02-HTML-Fundamentals/related-2.jpg b/starter/02-HTML-Fundamentals/img/related-2.jpg
similarity index 100%
rename from starter/02-HTML-Fundamentals/related-2.jpg
rename to starter/02-HTML-Fundamentals/img/related-2.jpg
diff --git a/starter/02-HTML-Fundamentals/related-3.jpg b/starter/02-HTML-Fundamentals/img/related-3.jpg
similarity index 100%
rename from starter/02-HTML-Fundamentals/related-3.jpg
rename to starter/02-HTML-Fundamentals/img/related-3.jpg
diff --git a/starter/02-HTML-Fundamentals/index.html b/starter/02-HTML-Fundamentals/index.html
new file mode 100644
index 000000000..7c7d61be9
--- /dev/null
+++ b/starter/02-HTML-Fundamentals/index.html
@@ -0,0 +1,140 @@
+
+
+
+
+ The Basic Language of the web: HTML
+
+
+
+
+
+
+
π The Code Magazine
+
+
+
+
+
+
+
The Basic Language of the Web: HTML
+
+
+
+
Posted by Laura Jones on Monday, June 21st 2027
+
+
+
+ All modern websites and web applications are built using three
+ fundamental
+ technologies: HTML, CSS and JavaScript. These are the languages of the
+ web.
+
+
+ In this post, let's focus on HTML. We will learn what HTML is all about,
+ and why you too should learn it.
+
+
What is HTML?
+
+ HTML stands for HyperText
+ Markup Language. It's a markup
+ language that web developers use to structure and describe the content
+ of a webpage (not a programming language).
+
+
+
+ HTML consists of elements that describe different types of content:
+ paragraphs, links, headings, images, video, etc. Web browsers understand
+ HTML and render HTML code as websites.
+
- All modern websites and web applications are built using three
- fundamental
- technologies: HTML, CSS and JavaScript. These are the languages of the
- web.
-
-
-
- In this post, let's focus on HTML. We will learn what HTML is all about,
- and why you too should learn it.
-
-
-
What is HTML?
-
- HTML stands for HyperText
- Markup Language. It's a markup
- language that web developers use to structure and describe the content
- of a webpage (not a programming language).
-
-
- HTML consists of elements that describe different types of content:
- paragraphs, links, headings, images, video, etc. Web browsers understand
- HTML and render HTML code as websites.
-
- There are countless reasons for learning the fundamental language of the
- web. Here are 5 of them:
-
-
-
-
To be able to use the fundamental web dev language
-
- To hand-craft beautiful websites instead of relying on tools like
- Worpress or Wix
-
-
To build web applications
-
To impress friends
-
To have fun π
-
-
-
Hopefully you learned something new here. See you next time!
-
-
-
-
-
+
+
+
+
+ All modern websites and web applications are built using three
+ fundamental
+ technologies: HTML, CSS and JavaScript. These are the languages of the
+ web.
+
+
+
+ In this post, let's focus on HTML. We will learn what HTML is all
+ about, and why you too should learn it.
+
+
+
What is HTML?
+
+ HTML stands for HyperText
+ Markup Language. It's a markup
+ language that web developers use to structure and describe the content
+ of a webpage (not a programming language).
+
+
+ HTML consists of elements that describe different types of content:
+ paragraphs, links, headings, images, video, etc. Web browsers
+ understand HTML and render HTML code as websites.
+