Skip to content

Commit

Permalink
docs: fixed typo + added README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanvit-Katrekar committed Nov 11, 2024
1 parent a8f26a2 commit 4607b29
Show file tree
Hide file tree
Showing 2 changed files with 67 additions and 1 deletion.
66 changes: 66 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
<h1 align="center">
ACM Dev Foundations
<br /> <br />
<a href="https://www.acmbpdc.org"><img src="https://drive.google.com/thumbnail?id=1SxAnUpSpQKiAUKL6Gq3sLodn2z8bbS29" alt="ACMBPDC logo" width=150></a>
<br /><br />
<i>Learning Web Development</i>
<br /> <br />
</h1>
<h1 align="center">
<img src="docs/assets/acmdev-darkmode.png#gh-dark-mode-only" height=125>
<img src="docs/assets/acmdev-lightmode.png#gh-light-mode-only" height=125>
</h1>

### Getting Started 🚀

The Dev Foundations sessions will cover everything you need to get started on your Dev journey!

Feel free to ask our council anything that comes to your mind!

### Prerequisites

Nope, nothing! Enjoy the journey as you learn Web Dev from scratch!

### Session timings

**Total Duration:** 4 weeks

**Session duration:** 4:30 pm - 6:30 pm

**Session mode:** Hybrid

### Session details

| Session | Topic | Content | Speakers | Date |
| :-----: |:-------------:| :-------------:| :-------------: | :-------------:
| Week 1 | **[Flask (Backend)](./Week%201%3A%20Flask%20(Backend)/README.md)** | Python installation + Intro to Flask | [Sai Uday](https://github.com/syphxncodes), [Riyan Bhargava](https://github.com/RiyanBhargava) | 7 Nov 2024
| Week 2 | **[HTML CSS JS (Frontend)](./Week%202%3A%20HTML%20CSS%20JS%20(Frontend)/README.md)** | HTML + CSS + Manipulating DOM with JavaScript | [Mohammed Ruknuddin](https://github.com/theruknology) | 14 Nov 2024
| Week 3 | **[Final Project](./Week%203%3A%20Final%20Project%20Development/README.md)** | Complete, full stack project from scratch | [Mustafa Fatehi](https://github.com/MudMonster341) | 21 Nov
| Week 4 | **[Deployment On PythonAnywhere](./Week%204%3A%20Deployment%20on%20PythonAnywhere/README.md)** | GitHub + Deployment on PythonAnywhere | [Sanvit Katrekar](https://github.com/Sanvit-Katrekar) | 24 Nov 2024

### Disclaimer
This series will only cover the basics, if you're interested in this field, you'll have to keep the grind going yourself through self learning.

If you have any doubts on the topics beyond this ones discussed in this series, or need any help in any of your personal projects, we are not to be disturbed.

**Just kidding!** Feel free to contact any of our council members, and we'll try to help you out as best we can!

### Technologies
<a href="https://flask.palletsprojects.com/en/3.0.x/" style="text-decoration: none;">
<img src="https://img.shields.io/badge/Flask-000000?style=for-the-badge&logo=flask&logoColor=white" alt="Flask Badge">
</a>
<a href="https://developer.mozilla.org/en-US/docs/Glossary/HTML5" style="text-decoration: none;">
<img src="https://img.shields.io/badge/HTML5-E34F26?style=for-the-badge&logo=html5&logoColor=white" alt="HTML5 Badge">
</a>
<a href="https://developer.mozilla.org/en-US/docs/Web/CSS" style="text-decoration: none;">
<img src="https://img.shields.io/badge/CSS3-1572B6?style=for-the-badge&logo=css3&logoColor=white" alt="CSS3 Badge">
</a>
<a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript" style="text-decoration: none;">
<img src="https://img.shields.io/badge/JavaScript-323330?style=for-the-badge&logo=javascript&logoColor=F7DF1E" alt="JavaScript Badge">
</a>
<a href="https://getbootstrap.com" style="text-decoration: none;">
<img src="https://img.shields.io/badge/Bootstrap-563D7C?style=for-the-badge&logo=bootstrap&logoColor=white" alt="Bootstrap Badge">
</a>
<a href="https://www.pythonanywhere.com" style="text-decoration: none;">
<img src="https://img.shields.io/badge/PythonAnywhere-1D9FD7?style=for-the-badge&logoSize=auto&logo=pythonanywhere&logoColor=white" alt="PythonAnywhere Badge">
</a>
2 changes: 1 addition & 1 deletion docs/Week 1: Flask (Backend)/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,7 @@ Flask is a lightweight framework for web development in Python, designed to make

## 16. Working with Templates

1. Create a folder `template` in your project.
1. Create a folder `templates` in your project.

2. Add `index.html` in `templates`

Expand Down

0 comments on commit 4607b29

Please sign in to comment.