christophermoura / design-blocks

A set of 170+ Bootstrap based design blocks ready to be used to create clean modern websites.

Home Page:https://www.froala.com/design-blocks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Price npm CDNJS GitHub package version License: FOWDL v1.0

Over 170 responsive design blocks ready to be used in your web or mobile apps. All blocks are based on the Bootstrap Library, and they are the building blocks for beautiful websites.

Discuss it on Product Hunt πŸ¦„

Design Blocks Builder Β»

WYSIWYG HTML Editor Β· Pages Β· Blog Β· Download

Design Blocks

Table of contents

Quick start

There are several ways to start using the Froala Design Blocks:

Development

The project needs to be compiled, therefore the files in the src folder are those we'll be developing on. Don't make changes in the dist or demo folders as they will be overwritten when src is compiled.

Get code

git clone git@github.com:froala/design-blocks.git
cd design-blocks

Install dependencies and run project

npm install
npm run gulp

With the gulp server running, the project is available at the following address localhost:8001. The src files are automatically compiled when changes have been made.

Contributing

All contributions are more than welcomed. Contributions may close an issue, fix a bug (reported or not reported), add new design blocks, improve the existing code, add new feature, and so on.

The dev branch is the default and base branch for the project. It is used for development and all Pull Requests should go there. Please make sure not to commit the dist folder in the dev branch.

What's included

Within the download archive you'll find the following directories and files, logically grouping common assets and providing both compiled and minified variations. You'll see something like this:

design-blocks/
β”œβ”€β”€ dist/
β”‚   β”œβ”€β”€ css/
β”‚   β”‚   β”œβ”€β”€ froala_blocks.css
β”‚   β”‚   └── froala_blocks.min.css
β”‚   └── imgs/
β”‚   │── call_to_action.html
β”‚   │── contacts.html
β”‚   │── contents.html
β”‚   │── features.html
β”‚   │── footers.html
β”‚   │── forms.html
β”‚   │── headers.html
β”‚   │── index.html
β”‚   │── pricings.html
β”‚   │── teams.html
β”‚   └── testimonials.html
β”œβ”€β”€ psds/
β”œβ”€β”€ screenshots/
└── src/

We provide compiled CSS (froala_blocks.css), as well as compiled and minified CSS (froala_blocks.min.css). Also, in the downloaded archive you will find useful images and PSD files that you can use to create new backgrounds. In the screenshots folder, there are the screenshots of all design blocks.

Bugs and feature requests

Have a bug or a feature request? Please first read the issue guidelines and search for existing and closed issues. If your problem or idea is not addressed yet, please open a new issue.

Dependencies

  • Bootstrap. Froala Design Blocks is built on Bootstrap 4 library and fully supports it. It uses the Javascript files only for the header design blocks, so if you don't need them, we recommend not to include the Bootstrap JS files in order to reduce your bundle size.

  • Font Awesome. We're using the amazing Font Awesome library for the social network icons.

  • Google Fonts. By default, the Design Blocks toolkit is built using the Roboto font, however that can easily be changed to other fonts.

Categories

Browser Support

At the moment, we aim to support all major web browsers. Any issue in the browsers listed below should be reported as a bug:

  • Internet Explorer 10+
  • Microsoft Edge 14+
  • Safari 6+
  • Firefox (Current - 1) and Current versions
  • Chrome (Current - 1) and Current versions
  • Opera (Current - 1) and Current versions
  • Safari iOS 7.0+
  • Android 6.0+

(Current - 1) and Current means that we support the current stable version of the browser and the version that precedes it.

Community

Get updates on Froala Design Blocks' development and chat with the project maintainers and community members:

Contributors

Special thanks to everyone who contributed to getting the Froala Design Blocks to the current state.

Copyright and license

Code and documentation copyright 2017 Froala Labs. Code released under the Froala Open Web Design License.

About

A set of 170+ Bootstrap based design blocks ready to be used to create clean modern websites.

https://www.froala.com/design-blocks

License:Other


Languages

Language:HTML 95.3%Language:CSS 3.2%Language:JavaScript 1.4%