From ac223d30b19a4e3c5cd62bab994c870600e076ce Mon Sep 17 00:00:00 2001 From: Yashvi Upadhyay <24f2007780@ds.study.iitm.ac.in> Date: Mon, 30 Mar 2026 23:07:35 +0530 Subject: [PATCH] Add Bootstrap 5 and IIT Madras Python cheat sheets (#13151) * Add Bootstrap 5 and IIT Madras Python cheat sheets * [Python Cheat Sheet for Quick Reference](https://docs.google.com/document/u/1/d/e/2PACX-1vTkdWzlMnt4qnZBelQGfd1K9RGGotM9bHabcqnoOq_VXWVlzhKSekh3Uu6SZIATPtJ-yr9qleASYhHO/pub) - IIT Madras (HTML) * [Bootstrap 5 CSS Cheat Sheet](https://bootstrap-cheatsheet.themeselection.com/) - Theme Selection (HTML) * fixed lint error trailing '/' slash * Remove invalid google doc entry Removed a invalid entry for the Python Cheat Sheet for Quick Reference. Kept bootstrap cheatsheet --- more/free-programming-cheatsheets.md | 1 + 1 file changed, 1 insertion(+) diff --git a/more/free-programming-cheatsheets.md b/more/free-programming-cheatsheets.md index a63d655c7..0ff1a6e92 100644 --- a/more/free-programming-cheatsheets.md +++ b/more/free-programming-cheatsheets.md @@ -289,6 +289,7 @@ * [Accessibility CheatSheet](https://learn-the-web.algonquindesign.ca/topics/accessibility-cheat-sheet/) - Algonquin Design (HTML) * [Beginner's CheatSheet](https://websitesetup.org/html5-cheat-sheet/) - WebsiteSetup (HTML) +* [Bootstrap 5 CSS Cheat Sheet](https://bootstrap-cheatsheet.themeselection.com) - Theme Selection (HTML) * [CSS Cheat Sheet – A Basic Guide to CSS](https://www.geeksforgeeks.org/css-cheat-sheet-a-basic-guide-to-css) - GeeksforGeeks (HTML) * [CSS CheatSheet](https://htmlcheatsheet.com/css/) (HTML) * [CSS Cheatsheet](https://www.codewithharry.com/blogpost/css-cheatsheet/) - CodeWithHarry (HTML)