Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mshafiqmk/github-actions-first-look
https://github.com/mshafiqmk/github-actions-first-look
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mshafiqmk/github-actions-first-look
- Owner: mshafiqmk
- License: bsd-2-clause
- Created: 2021-05-15T17:30:07.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-05-16T01:37:16.000Z (over 3 years ago)
- Last Synced: 2024-11-01T21:22:55.067Z (about 2 months ago)
- Language: HTML
- Size: 627 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![Bootstrap 4 Layouts](screenshot.png)
# Bootstrap 4 layouts
This repository is a template for building responsive websites for Bootstrap 4. It provides a quick template for getting started with different layouts. It's based on a course I built for LinkedIn learning called [Bootstrap 4 Layouts: Responsive Single-Page Design](https://www.linkedin.com/learning/bootstrap-4-layouts-responsive-single-page-design/creating-a-bootstrap-4-layout?u=104). If you want to see a demo of the layouts, check out: [raybo.org/bootstrap4layouts/](http://www.raybo.org/bootstrap4layouts/)
There are several different layouts available:
- Column Based
- Media
- Grid
- Carousel
- Nested
- Icons
- Floater
- Cards## Structure of Layouts
Each is designed to showcase a different aspect of how Bootstrap Layouts work. Here's a code sample from the Floater Layout:
```
Floater Title
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Officiis fuga ex delectus sunt natus doloremque praesentium
aspernatur, totam tempora officia, sed fugit? Libero voluptatem nulla mollitia, amet dolor iste magni.
```Each layout is in it's own `` tag, which begins a layout and has an id with the `page-` prefix.
Most layouts (not the floater layout) also have an optional ``. They sholuld be self explanatory.I'd love to see some Pull Requests with additional layouts.