generated from acmbpdc/mkdocs-template
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a8f26a2
commit 4607b29
Showing
2 changed files
with
67 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters