Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mshafiqmk/github-actions-first-look


https://github.com/mshafiqmk/github-actions-first-look

Last synced: 6 days ago
JSON representation

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:

```



Photo Sample



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.