A simple Bootstrap theme for one-page/hero sites, which looks and feels great on mobile and on desktop, built with mobile-first in mind.
FT Bootstrap Theme was created for Bootstrap (v5.1.1 -> downwards compatible until v3.3.4) and while it is recommended, you don't even have to include Bootstrap to use this theme (It works stand-alone).
Basically, you can just start right away by downloading the code or cloning this git repository, as all used tools are included.
Clone this repository with:
gh repo clone jokenetwork/FT-Bootstrap-Theme
or via HTTPS:
https://github.com/jokenetwork/FT-Bootstrap-Theme.git
I'd recommend to use Sublime Text for editing files directly within this project and PrePros to compile the scss-files (if you want to change them).
The main-stylesheet is located at /assets/css/main.css
, while its base is located at /assets/css/_partials/_base.scss
(animate.css & bootstrap.css includes are inside here too!).
The main.scss-file to compile can be found in /assets/css/main.scss
.
See here for the Stand-Alone Version
// _base.scss
<del>@import url(bootstrap.min.css);</del>
@import url(animate.min.css);
You can see the theme in action (with additional changes) here or view the uncostumized project here.
assets/
├── css/
│ ├── _globals/
│ │ ├── _mixins.scss
│ │ └── _normalize.scss
│ ├── _partials/
│ │ └── _base.scss
│ ├── animate.min.css
│ ├── bootstrap.min.css
│ ├── main.css
│ ├── main.css.map
│ ├── main.scss
│ └── fonts/
│ └── diverse font files
└── img/
└── favicon.ico
example.html
FT Bootstrap Theme is licensed under the MIT License, © 2022 Philip Brembeck.
The copy of the license, found under "LICENSE" in the main directory of this project, shall not be deleted nor edited, but iuncluded in every copy.
This Theme uses:
- Bootstrap v5.2.0
- Normalize.css by Nicolas Gallagher and Jonathan Neal
- animate.css by Dan Eden
- Google Fonts Open Sans by Steve Matteson