{"id":21141983,"url":"https://github.com/ag-sanjjeev/bootstrap-notes","last_synced_at":"2025-08-22T08:04:34.535Z","repository":{"id":258364575,"uuid":"856876761","full_name":"ag-sanjjeev/Bootstrap-Notes","owner":"ag-sanjjeev","description":"This repository contains Bootstrap CSS framework topics and their notes to learn as a beginner.","archived":false,"fork":false,"pushed_at":"2024-10-16T12:49:54.000Z","size":83,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-21T07:09:15.305Z","etag":null,"topics":["bootstrap","bootstrap-notes","bootstrap-topics","bootstrap5","bootstrap5-notes","bootstrap5-topics","notes"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ag-sanjjeev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-09-13T11:29:03.000Z","updated_at":"2024-11-14T07:06:19.000Z","dependencies_parsed_at":"2024-10-19T03:03:16.752Z","dependency_job_id":null,"html_url":"https://github.com/ag-sanjjeev/Bootstrap-Notes","commit_stats":null,"previous_names":["ag-sanjjeev/bootstrap-notes"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ag-sanjjeev%2FBootstrap-Notes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ag-sanjjeev%2FBootstrap-Notes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ag-sanjjeev%2FBootstrap-Notes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ag-sanjjeev%2FBootstrap-Notes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ag-sanjjeev","download_url":"https://codeload.github.com/ag-sanjjeev/Bootstrap-Notes/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243581093,"owners_count":20314167,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bootstrap","bootstrap-notes","bootstrap-topics","bootstrap5","bootstrap5-notes","bootstrap5-topics","notes"],"created_at":"2024-11-20T07:39:40.203Z","updated_at":"2025-03-14T13:15:57.575Z","avatar_url":"https://github.com/ag-sanjjeev.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# BOOTSTRAP 5 NOTES\n\nThis repository contains Bootstrap 5 topics and their notes to learn as a beginner.\n\n*Refer the below contents, To kick start the learning of Bootstrap. which gives you __step by step__ approach to the concepts.*\n\\\n\u0026nbsp;\n\n## Prerequisites\nBefore diving into Bootstrap, ensure you have a strong foundation in:\n1. [HTML](https://github.com/ag-sanjjeev/HTML-Notes): Understand the structure and elements of web pages.\n2. [CSS](https://github.com/ag-sanjjeev/CSS-Notes): Grasp styling and layout concepts.\n3. [JavaScript](https://github.com/ag-sanjjeev/JavaScript-Notes): Have a good understanding of core JavaScript concepts like variables, functions, objects, and DOM manipulation.\n\n## \u0026#9776; CONTENTS \n1. [Introduction](./introduction.md)\n    - [Downloading Bootstrap](./introduction.md#-downloading-bootstrap)\n    - [Linking Bootstrap](./introduction.md#-linking-bootstrap)\n    - [Structure of Bootstrap Page](./introduction.md#-structure-of-bootstrap-page)\n2. [Bootstrap Layouts:](./docs/v5/bootstrap-layouts.md)\n    - [Breakpoints](./docs/v5/bootstrap-layouts.md#-breakpoints)\n    - [Containers](./docs/v5/bootstrap-layouts.md#-containers)\n    - [Grid](./docs/v5/bootstrap-layouts.md#-grid)\n    - [Rows](./docs/v5/bootstrap-layouts.md#-rows)\n    - [Columns](./docs/v5/bootstrap-layouts.md#-columns)\n    - [Columns Alignment](./docs/v5/bootstrap-layouts.md#-columns-alignment)\n    - [Columns Order](./docs/v5/bootstrap-layouts.md#-columns-order)\n    - [Gutters](./docs/v5/bootstrap-layouts.md#-gutters)\n    - [Nesting and offsets](./docs/v5/bootstrap-layouts.md#-nesting-and-offsets)\n    - [Utilities](./docs/v5/bootstrap-layouts.md#-utilities)\n    - [Z Index](./docs/v5/bootstrap-layouts.md#-z-index)\n3. [Bootstrap Content:](./docs/v5/bootstrap-content.md)\n    - [Reboot](./docs/v5/bootstrap-content.md#-reboot)\n    - [Typography](./docs/v5/bootstrap-content.md#-typography)\n    - [Images](./docs/v5/bootstrap-content.md#-images)\n    - [Tables](./docs/v5/bootstrap-content.md#-tables)\n    - [Figures](./docs/v5/bootstrap-content.md#-figures)\n4. [Components:](./docs/v5/components.md)\n    - [Accordion](./docs/v5/components.accordion.md)\n    - [Alerts](./docs/v5/components.alerts.md)\n    - [Badge](./docs/v5/components.badge.md)\n    - [Breadcrumb](./docs/v5/components.breadcrumb.md)\n    - [Buttons](./docs/v5/components.buttons.md)\n    - [Button group](./docs/v5/components.button-group.md)\n    - [Close button](./docs/v5/components.close-button.md)\n    - [Cards](./docs/v5/components.cards.md)\n    - [Carousel](./docs/v5/components.carousel.md)\n    - [Collapse](./docs/v5/components.collapse.md)\n    - [Dropdowns](./docs/v5/components.dropdowns.md)\n    - [Forms](./docs/v5/components.forms.md)\n      - [Form control](./docs/v5/components.forms.md#-form-control)\n      - [Form Text](./docs/v5/components.forms.md#-form-text)\n      - [Select](./docs/v5/components.forms.md#-select)\n      - [Checkboxes and Radios](./docs/v5/components.forms.md#-checkboxes-and-radios)\n      - [Range](./docs/v5/components.forms.md#-range)\n      - [Input group](./docs/v5/components.forms.md#-input-group)\n      - [Floating labels](./docs/v5/components.forms.md#-floating-labels)\n      - [Layout](./docs/v5/components.forms.md#-layout)\n      - [Validation](./docs/v5/components.forms.md#-validation)\n    - [List group](./docs/v5/components.list-group.md)\n    - [Modals](./docs/v5/components.modals.md)\n    - [Navbar](./docs/v5/components.navbar.md)\n    - [Navs and tabs](./docs/v5/components.navs-and-tabs.md)\n    - [Offcanvas](./docs/v5/components.offcanvas.md)\n    - [Pagination](./docs/v5/components.pagination.md)\n    - [Popovers](./docs/v5/components.popovers.md)\n    - [Progress bars](./docs/v5/components.progress-bars.md)\n    - [Scrollspy](./docs/v5/components.scrollspy.md)\n    - [Spinners](./docs/v5/components.spinners.md)\n    - [Toasts](./docs/v5/components.toasts.md)\n    - [Tooltips](./docs/v5/components.tooltips.md)\n5. [Bootstrap Helpers](./docs/v5/bootstrap-helpers.md)\n    - [Clearfix](./docs/v5/bootstrap-helpers.md#-clearfix)\n    - [Colored links](./docs/v5/bootstrap-helpers.md#-colored-links)\n    - [Ratio](./docs/v5/bootstrap-helpers.md#-ratio)\n    - [Position](./docs/v5/bootstrap-helpers.md#-position)\n    - [Visually hidden](./docs/v5/bootstrap-helpers.md#-visually-hidden)\n    - [Stretched link](./docs/v5/bootstrap-helpers.md#-stretched-link)\n    - [Text truncation](./docs/v5/bootstrap-helpers.md#-text-truncation)\n6. [Customization and Theming:](./docs/v5/customization-and-theming.md) \n    - [Background](./docs/v5/customization-and-theming.background.md)\n    - [Borders](./docs/v5/customization-and-theming.borders.md)\n    - [Colors](./docs/v5/customization-and-theming.colors.md)\n    - [Display](./docs/v5/customization-and-theming.display.md)\n    - [Flex](./docs/v5/customization-and-theming.flex.md)\n    - [Float](./docs/v5/customization-and-theming.float.md)\n    - [Interactions](./docs/v5/customization-and-theming.interactions.md)\n    - [Overflow](./docs/v5/customization-and-theming.overflow.md)\n    - [Position](./docs/v5/customization-and-theming.position.md)\n    - [Shadows](./docs/v5/customization-and-theming.shadows.md)\n    - [Sizing](./docs/v5/customization-and-theming.sizing.md)\n    - [Spacing](./docs/v5/customization-and-theming.spacing.md)\n    - [Text](./docs/v5/customization-and-theming.text.md)\n    - [Vertical align](./docs/v5/customization-and-theming.vertical-align.md)\n    - [Visibility](./docs/v5/customization-and-theming.visibility.md)\n\n---\n\nBy following this roadmap and consistently practicing, you can learn a basic fundamentals in Bootstrap and build mobile first responsive web pages.\n\n## \u0026#9873; Contribution\nContributions are welcome! If you have any suggestions, bug reports, or feature requests, please open an issue or submit a pull request. Make sure to follow the existing coding style and provide clear documentation for your changes.\n\n## \u0026#9873; License\nThis reference licensed under the [MIT license](LICENSE). Feel free to use, modify, and distribute it as per the terms of the license.\n\n## \u0026#9873; Contact\nIf you have any questions or need further assistance, please feel free to reach me by referring [My Github Profile](https://github.com/ag-sanjjeev/)\n\n\nThanks for reviewing this reference notes!","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fag-sanjjeev%2Fbootstrap-notes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fag-sanjjeev%2Fbootstrap-notes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fag-sanjjeev%2Fbootstrap-notes/lists"}