+ Main Page
+
+
diff --git a/mywork/02-HTML-Fundamentals/content.txt b/mywork/02-HTML-Fundamentals/content.txt
new file mode 100644
index 000000000..ae01eb723
--- /dev/null
+++ b/mywork/02-HTML-Fundamentals/content.txt
@@ -0,0 +1,34 @@
+📘 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.
+
+In HTML, each element is made up of 3 parts:
+
+The opening tag
+The closing tag
+The actual element
+You can learn more at the MDN Web Docs.
+
+Why should you learn HTML?
+
+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!
\ No newline at end of file
diff --git a/mywork/02-HTML-Fundamentals/img/challenges.jpg b/mywork/02-HTML-Fundamentals/img/challenges.jpg
new file mode 100644
index 000000000..319f22da5
Binary files /dev/null and b/mywork/02-HTML-Fundamentals/img/challenges.jpg differ
diff --git a/mywork/02-HTML-Fundamentals/img/laura-jones.jpg b/mywork/02-HTML-Fundamentals/img/laura-jones.jpg
new file mode 100644
index 000000000..7830c94c6
Binary files /dev/null and b/mywork/02-HTML-Fundamentals/img/laura-jones.jpg differ
diff --git a/mywork/02-HTML-Fundamentals/img/post-img.jpg b/mywork/02-HTML-Fundamentals/img/post-img.jpg
new file mode 100644
index 000000000..df3005e63
Binary files /dev/null and b/mywork/02-HTML-Fundamentals/img/post-img.jpg differ
diff --git a/mywork/02-HTML-Fundamentals/img/related-1.jpg b/mywork/02-HTML-Fundamentals/img/related-1.jpg
new file mode 100644
index 000000000..376e2e7b3
Binary files /dev/null and b/mywork/02-HTML-Fundamentals/img/related-1.jpg differ
diff --git a/mywork/02-HTML-Fundamentals/img/related-2.jpg b/mywork/02-HTML-Fundamentals/img/related-2.jpg
new file mode 100644
index 000000000..0e9e7ea18
Binary files /dev/null and b/mywork/02-HTML-Fundamentals/img/related-2.jpg differ
diff --git a/mywork/02-HTML-Fundamentals/img/related-3.jpg b/mywork/02-HTML-Fundamentals/img/related-3.jpg
new file mode 100644
index 000000000..9c5723b71
Binary files /dev/null and b/mywork/02-HTML-Fundamentals/img/related-3.jpg differ
diff --git a/mywork/02-HTML-Fundamentals/index.html b/mywork/02-HTML-Fundamentals/index.html
new file mode 100644
index 000000000..a5c0effa3
--- /dev/null
+++ b/mywork/02-HTML-Fundamentals/index.html
@@ -0,0 +1,136 @@
+
+
+
+
+ The Basic Language of the Web: HTML
+
+
+
+
+
+
+ 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. s
+
+ Main Page
+
+
diff --git a/mywork/03-CSS-Fundamentals/content.txt b/mywork/03-CSS-Fundamentals/content.txt
new file mode 100644
index 000000000..ae01eb723
--- /dev/null
+++ b/mywork/03-CSS-Fundamentals/content.txt
@@ -0,0 +1,34 @@
+📘 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.
+
+In HTML, each element is made up of 3 parts:
+
+The opening tag
+The closing tag
+The actual element
+You can learn more at the MDN Web Docs.
+
+Why should you learn HTML?
+
+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!
\ No newline at end of file
diff --git a/mywork/03-CSS-Fundamentals/img/challenges.jpg b/mywork/03-CSS-Fundamentals/img/challenges.jpg
new file mode 100644
index 000000000..319f22da5
Binary files /dev/null and b/mywork/03-CSS-Fundamentals/img/challenges.jpg differ
diff --git a/mywork/03-CSS-Fundamentals/img/laura-jones.jpg b/mywork/03-CSS-Fundamentals/img/laura-jones.jpg
new file mode 100644
index 000000000..7830c94c6
Binary files /dev/null and b/mywork/03-CSS-Fundamentals/img/laura-jones.jpg differ
diff --git a/mywork/03-CSS-Fundamentals/img/post-img.jpg b/mywork/03-CSS-Fundamentals/img/post-img.jpg
new file mode 100644
index 000000000..df3005e63
Binary files /dev/null and b/mywork/03-CSS-Fundamentals/img/post-img.jpg differ
diff --git a/mywork/03-CSS-Fundamentals/img/related-1.jpg b/mywork/03-CSS-Fundamentals/img/related-1.jpg
new file mode 100644
index 000000000..376e2e7b3
Binary files /dev/null and b/mywork/03-CSS-Fundamentals/img/related-1.jpg differ
diff --git a/mywork/03-CSS-Fundamentals/img/related-2.jpg b/mywork/03-CSS-Fundamentals/img/related-2.jpg
new file mode 100644
index 000000000..0e9e7ea18
Binary files /dev/null and b/mywork/03-CSS-Fundamentals/img/related-2.jpg differ
diff --git a/mywork/03-CSS-Fundamentals/img/related-3.jpg b/mywork/03-CSS-Fundamentals/img/related-3.jpg
new file mode 100644
index 000000000..9c5723b71
Binary files /dev/null and b/mywork/03-CSS-Fundamentals/img/related-3.jpg differ
diff --git a/mywork/03-CSS-Fundamentals/index.html b/mywork/03-CSS-Fundamentals/index.html
new file mode 100644
index 000000000..477495f7c
--- /dev/null
+++ b/mywork/03-CSS-Fundamentals/index.html
@@ -0,0 +1,149 @@
+
+
+
+
+
+ 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. s
+
+ Main Page
+
+
diff --git a/mywork/04-CSS-Layouts/content.txt b/mywork/04-CSS-Layouts/content.txt
new file mode 100644
index 000000000..ae01eb723
--- /dev/null
+++ b/mywork/04-CSS-Layouts/content.txt
@@ -0,0 +1,34 @@
+📘 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.
+
+In HTML, each element is made up of 3 parts:
+
+The opening tag
+The closing tag
+The actual element
+You can learn more at the MDN Web Docs.
+
+Why should you learn HTML?
+
+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!
\ No newline at end of file
diff --git a/mywork/04-CSS-Layouts/css-grid.html b/mywork/04-CSS-Layouts/css-grid.html
new file mode 100644
index 000000000..7f7a6b4e1
--- /dev/null
+++ b/mywork/04-CSS-Layouts/css-grid.html
@@ -0,0 +1,123 @@
+
+
+
+
+
+
+ CSS Grid
+
+
+
+
+
+
diff --git a/mywork/04-CSS-Layouts/img/challenges.jpg b/mywork/04-CSS-Layouts/img/challenges.jpg
new file mode 100644
index 000000000..319f22da5
Binary files /dev/null and b/mywork/04-CSS-Layouts/img/challenges.jpg differ
diff --git a/mywork/04-CSS-Layouts/img/laura-jones.jpg b/mywork/04-CSS-Layouts/img/laura-jones.jpg
new file mode 100644
index 000000000..7830c94c6
Binary files /dev/null and b/mywork/04-CSS-Layouts/img/laura-jones.jpg differ
diff --git a/mywork/04-CSS-Layouts/img/post-img.jpg b/mywork/04-CSS-Layouts/img/post-img.jpg
new file mode 100644
index 000000000..df3005e63
Binary files /dev/null and b/mywork/04-CSS-Layouts/img/post-img.jpg differ
diff --git a/mywork/04-CSS-Layouts/img/related-1.jpg b/mywork/04-CSS-Layouts/img/related-1.jpg
new file mode 100644
index 000000000..376e2e7b3
Binary files /dev/null and b/mywork/04-CSS-Layouts/img/related-1.jpg differ
diff --git a/mywork/04-CSS-Layouts/img/related-2.jpg b/mywork/04-CSS-Layouts/img/related-2.jpg
new file mode 100644
index 000000000..0e9e7ea18
Binary files /dev/null and b/mywork/04-CSS-Layouts/img/related-2.jpg differ
diff --git a/mywork/04-CSS-Layouts/img/related-3.jpg b/mywork/04-CSS-Layouts/img/related-3.jpg
new file mode 100644
index 000000000..9c5723b71
Binary files /dev/null and b/mywork/04-CSS-Layouts/img/related-3.jpg differ
diff --git a/mywork/04-CSS-Layouts/index.html b/mywork/04-CSS-Layouts/index.html
new file mode 100644
index 000000000..47d1fcdba
--- /dev/null
+++ b/mywork/04-CSS-Layouts/index.html
@@ -0,0 +1,170 @@
+
+
+
+
+
+ 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. s
+
We design and build better chairs, for a better life
+
+ In a small shop in the heart of Lisbon, we spend our days
+ relentlessly perfecting the chair. The result is a perfect blend of
+ beauty and comfort, that will have a lasting impact on your health.
+
+ Lorem, ipsum dolor sit amet consectetur adipisicing elit. Natus
+ similique adipisci praesentium.
+
+
+
+
+
+
+
+ Maximal comfort
+
+
+ Reprehenderit optio placeat quasi excepturi architecto, explicabo
+ facilis perspiciatis error maxime magnam.
+
+
+
+
+
+
+
+ Ethical and sustainable
+
+
+ Deleniti recusandae quidem nesciunt, eos dolorum iure, quaerat
+ omnis est laudantium voluptatem voluptas!
+
+
+
+
+
+
+
+
+
+
"We couldn't live without these chairs anymore"
+
+ Lorem ipsum dolor sit amet consectetur adipisicing elit. Dolor
+ repellat at, nesciunt quia cum minima ipsum culpa totam sapiente
+ recusandae earum debitis doloribus in quasi voluptatibus!
+