diff --git a/095-headphones product page/style.css b/095-headphones product page/style.css
index d67467f..219f436 100644
--- a/095-headphones product page/style.css
+++ b/095-headphones product page/style.css
@@ -120,8 +120,8 @@ img {
.section-large-text {
position: relative;
- background: url("https://i.ibb.co/1RS1dqC/section-b.jpg") bottom center/cover
- no-repeat;
+ background: url("https://images.unsplash.com/photo-1593121925328-369cc8459c08?q=80&w=2070")
+ bottom center/cover no-repeat;
height: 600px;
}
From 49ae3a77640724155f8a6fc6fa0982a00404f8ef Mon Sep 17 00:00:00 2001
From: solygambas <51904909+solygambas@users.noreply.github.com>
Date: Fri, 24 Jan 2025 14:01:26 +0100
Subject: [PATCH 14/21] fix: recognition lang
---
078-speak number guessing game/script.js | 1 +
1 file changed, 1 insertion(+)
diff --git a/078-speak number guessing game/script.js b/078-speak number guessing game/script.js
index f80a749..8c0f07c 100644
--- a/078-speak number guessing game/script.js
+++ b/078-speak number guessing game/script.js
@@ -5,6 +5,7 @@ const randomNumber = getRandomNumber();
window.SpeechRecognition =
window.SpeechRecognition || window.webkitSpeechRecognition;
let recognition = new window.SpeechRecognition();
+recognition.lang = "en-US";
recognition.start();
function getRandomNumber() {
From 5abd530ec52b24f49a6064101fdcf97f364e4e44 Mon Sep 17 00:00:00 2001
From: solygambas <51904909+solygambas@users.noreply.github.com>
Date: Fri, 24 Jan 2025 18:00:56 +0100
Subject: [PATCH 15/21] style: add transparent bg
---
082-parallax landing page/style.css | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/082-parallax landing page/style.css b/082-parallax landing page/style.css
index c3b47f7..008ab79 100644
--- a/082-parallax landing page/style.css
+++ b/082-parallax landing page/style.css
@@ -1,7 +1,7 @@
@import url("https://fonts.googleapis.com/css2?family=Nixie+One&display=swap");
:root {
- --primary-color: #2d2254;
+ --primary-color: #0c030f;
--secondary--color: #f5c42f;
--text-color: #c5bbec;
}
@@ -69,7 +69,7 @@ ul {
.section-top {
min-height: 200px;
padding-top: 20px;
- background: url("https://i.ibb.co/QP92Bzb/bg1.png") no-repeat center
+ background: url("https://i.ibb.co/kGKSxTd/bg1.png") no-repeat center
bottom/cover;
}
@@ -92,7 +92,7 @@ ul {
.section-stream {
min-height: 400px;
- background: url("https://i.ibb.co/r4B4MtV/bg2.png") no-repeat center top/cover;
+ background: url("https://i.ibb.co/p2JjTkj/bg2.png") no-repeat center top/cover;
}
.section-stream h2 {
From 502938768e7a2afd0a17de63e4af8f76540f0c1e Mon Sep 17 00:00:00 2001
From: solygambas <51904909+solygambas@users.noreply.github.com>
Date: Fri, 24 Jan 2025 18:19:32 +0100
Subject: [PATCH 16/21] fix: bg width
---
082-parallax landing page/style.css | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/082-parallax landing page/style.css b/082-parallax landing page/style.css
index 008ab79..7817c55 100644
--- a/082-parallax landing page/style.css
+++ b/082-parallax landing page/style.css
@@ -69,7 +69,7 @@ ul {
.section-top {
min-height: 200px;
padding-top: 20px;
- background: url("https://i.ibb.co/kGKSxTd/bg1.png") no-repeat center
+ background: url("https://i.ibb.co/NTFtY8q/bg1.png") no-repeat center
bottom/cover;
}
@@ -92,7 +92,7 @@ ul {
.section-stream {
min-height: 400px;
- background: url("https://i.ibb.co/p2JjTkj/bg2.png") no-repeat center top/cover;
+ background: url("https://i.ibb.co/sQFBGNC/bg2.png") no-repeat center top/cover;
}
.section-stream h2 {
@@ -108,7 +108,7 @@ ul {
.section-stream .content > div,
.section-grid > div {
- background: rgba(18, 13, 33, 0.3);
+ background: rgba(18, 13, 33, 0.9);
padding: 20px;
margin-bottom: 20px;
border-radius: 10px;
From 55c6ded10ea1720cc405a5063ec491ca59139a6e Mon Sep 17 00:00:00 2001
From: solygambas <51904909+solygambas@users.noreply.github.com>
Date: Mon, 24 Mar 2025 08:14:23 +0100
Subject: [PATCH 17/21] docs: remove survey
---
README.md | 4 ----
1 file changed, 4 deletions(-)
diff --git a/README.md b/README.md
index 6c4a163..a522c56 100644
--- a/README.md
+++ b/README.md
@@ -117,10 +117,6 @@ Explore each project individually and view live demos to see them in action:
Check out our [**collection of articles**](https://www.onbusinessplan.com/) for those beginning their web development journey. Find tips, tricks, and motivational content to keep you engaged and motivated throughout your learning process.
-## Share Your Insights
-
-We want to hear from you! Help us tailor our content to better meet your needs by participating in our brief survey. Your feedback is invaluable in guiding us to create the most relevant and useful resources for developers and freelancers. [**Take the survey here**](https://forms.gle/sSWJ4uAcTdFJu6W76).
-
## Setup Instructions
To get started with these projects, follow these simple steps:
From de6b7c9c5770cdc309ddb3fa4b66aae461e8e5db Mon Sep 17 00:00:00 2001
From: solygambas <51904909+solygambas@users.noreply.github.com>
Date: Wed, 4 Jun 2025 13:26:30 +0200
Subject: [PATCH 18/21] docs: add companion guide
modified: README.md
Changes to be committed:
modified: README.md
---
README.md | 15 +++++++++++++++
1 file changed, 15 insertions(+)
diff --git a/README.md b/README.md
index a522c56..cb77c6f 100644
--- a/README.md
+++ b/README.md
@@ -117,6 +117,21 @@ Explore each project individually and view live demos to see them in action:
Check out our [**collection of articles**](https://www.onbusinessplan.com/) for those beginning their web development journey. Find tips, tricks, and motivational content to keep you engaged and motivated throughout your learning process.
+## The Ultimate Companion Guide
+
+Enhance your learning journey with **"100 Projects in 100 Days – HTML, CSS & JavaScript: The Ultimate Companion Guide."** This comprehensive guide is designed to help you maximize your experience with this project collection.
+
+Inside the PDF, you'll find:
+
+- **Daily Tracker & Planner**: Keep tabs on your progress, set milestone goals, and plan your coding sessions.
+- **Core Concepts Per Project**: Grasp the essential HTML, CSS, and JavaScript patterns used in each project, complete with reference links for deeper dives.
+- **Go-Further Ideas & Enhancements**: Discover suggestions for taking each project beyond the basics, including real-world feature additions, design improvements, and advanced rewrites.
+- **Bug Log & Challenge Notes**: Document any issues you encounter, new discoveries, and debugging notes to learn from and revisit later.
+
+This guide isn't just about completing projects; it's about building momentum, mastering fundamentals, and challenging yourself to explore, break, and rebuild.
+
+[**Preview the Companion Guide (PDF)**](https://www.onbusinessplan.com/pdfs/100%20projects%20-%20Companion%20Guide.pdf)
+
## Setup Instructions
To get started with these projects, follow these simple steps:
From f21865232f696190ad9008495370f009944d2faf Mon Sep 17 00:00:00 2001
From: solygambas <51904909+solygambas@users.noreply.github.com>
Date: Wed, 11 Jun 2025 14:19:39 +0200
Subject: [PATCH 19/21] docs: container queries title
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index cb77c6f..967b360 100644
--- a/README.md
+++ b/README.md
@@ -111,7 +111,7 @@ Explore each project individually and view live demos to see them in action:
| 099 | [Parallax Website](099-parallax%20website) | [Live Demo](https://codepen.io/solygambas/full/poeBdPr) |
| 100 | [Hulu Webpage Clone](100-hulu%20webpage%20clone) | [Live Demo](https://codepen.io/solygambas/full/rNmmqBy) |
| 101 | [Cascade Layers](101-cascade%20layers) | [Live Demo](https://codepen.io/solygambas/full/poYaZmv) |
-| 102 | [Container queries](102-container%20queries) | [Live Demo](https://codepen.io/solygambas/full/abMqPNy) |
+| 102 | [Container Queries](102-container%20queries) | [Live Demo](https://codepen.io/solygambas/full/abMqPNy) |
## Get Inspired
From 9eb410ee6f2662028868b384bcbcaa21132d6822 Mon Sep 17 00:00:00 2001
From: solygambas <51904909+solygambas@users.noreply.github.com>
Date: Thu, 12 Jun 2025 11:45:49 +0200
Subject: [PATCH 20/21] docs: update companion guide presentation
---
README.md | 15 ++++++++-------
1 file changed, 8 insertions(+), 7 deletions(-)
diff --git a/README.md b/README.md
index 967b360..49659cd 100644
--- a/README.md
+++ b/README.md
@@ -117,18 +117,19 @@ Explore each project individually and view live demos to see them in action:
Check out our [**collection of articles**](https://www.onbusinessplan.com/) for those beginning their web development journey. Find tips, tricks, and motivational content to keep you engaged and motivated throughout your learning process.
-## The Ultimate Companion Guide
+## Companion Guide
-Enhance your learning journey with **"100 Projects in 100 Days – HTML, CSS & JavaScript: The Ultimate Companion Guide."** This comprehensive guide is designed to help you maximize your experience with this project collection.
+Enhance your learning journey with **_100 Projects in 100 Days – HTML, CSS & JavaScript: The Ultimate Companion Guide._** This comprehensive guide is designed to help you maximize your experience with this project collection.
Inside the PDF, you'll find:
-- **Daily Tracker & Planner**: Keep tabs on your progress, set milestone goals, and plan your coding sessions.
-- **Core Concepts Per Project**: Grasp the essential HTML, CSS, and JavaScript patterns used in each project, complete with reference links for deeper dives.
-- **Go-Further Ideas & Enhancements**: Discover suggestions for taking each project beyond the basics, including real-world feature additions, design improvements, and advanced rewrites.
-- **Bug Log & Challenge Notes**: Document any issues you encounter, new discoveries, and debugging notes to learn from and revisit later.
+- **Day 0: Before Starting Up**: Quick-start setup instructions, and boilerplate walkthrough.
+- **Days 1–102: Challenges & Enhancements**
+ - **Challenges**: Targeted tasks to modify core markup, styles, or scripts and deepen your understanding.
+ - **Enhancements**: Advanced feature ideas, design refinements, and real-world polish suggestions.
+ - **MDN Web Docs Links**: Direct pointers to documentation for every tweak, so you can dive deeper on demand.
-This guide isn't just about completing projects; it's about building momentum, mastering fundamentals, and challenging yourself to explore, break, and rebuild.
+This guide isn't just about tweaking projects; it's about building momentum, mastering fundamentals, and challenging yourself to explore, break, and rebuild.
[**Preview the Companion Guide (PDF)**](https://www.onbusinessplan.com/pdfs/100%20projects%20-%20Companion%20Guide.pdf)
From 984638aedbce682a277772542044ee4fe5b4a9a7 Mon Sep 17 00:00:00 2001
From: solygambas <51904909+solygambas@users.noreply.github.com>
Date: Thu, 12 Jun 2025 11:48:49 +0200
Subject: [PATCH 21/21] docs: fix indentation
---
README.md | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 49659cd..8e780c1 100644
--- a/README.md
+++ b/README.md
@@ -123,7 +123,8 @@ Enhance your learning journey with **_100 Projects in 100 Days – HTML, CSS & J
Inside the PDF, you'll find:
-- **Day 0: Before Starting Up**: Quick-start setup instructions, and boilerplate walkthrough.
+- **Day 0: Before Starting Up**
+ Quick-start setup instructions and a boilerplate walkthrough.
- **Days 1–102: Challenges & Enhancements**
- **Challenges**: Targeted tasks to modify core markup, styles, or scripts and deepen your understanding.
- **Enhancements**: Advanced feature ideas, design refinements, and real-world polish suggestions.