Add Deployment

This commit is contained in:
2025-07-18 14:47:22 +03:30
parent 7f3e11ebc4
commit ca675c1a3d
1533 changed files with 32177 additions and 127 deletions
+38
View File
@@ -0,0 +1,38 @@
# [Title of the Session]
## 📝 Overview
In this session, well cover the following concepts:
- Topic 1
- Topic 2
- Basic Practice if any
## 📚 Topics Covered
### ✅ HTML
> Learn how to structure your webpage using HTML
🔗 [w3schools HTML](https://www.w3schools.com/html/default.asp)
### ✅ CSS
> Learn to style the page
🔗 [w3schools CSS](https://www.w3schools.com/css/default.asp)
### ✅ JavaScript
> Basics of interaction and scripting
🔗 [w3schools JavaScript](https://www.w3schools.com/js/default.asp)
## 📌 Notes
> _Collected from various sources including W3Schools and ChatGPT_
- Inline notes or summaries
- Concept explanations
## 🧪 Practice
- [ ] Create a basic webpage using HTML and CSS
- [ ] Add a simple JS alert on button click
## 🙏 Acknowledgments
Sources:
- [w3schools.com](https://www.w3schools.com)
- ChatGPT conversations (2025 sessions)