https://github.com/philipbrembeck/ft-bootstrap-theme
Minimalistic & simple one-page bootstrap theme
https://github.com/philipbrembeck/ft-bootstrap-theme
bootstrap bootstrap4 bootstrap5 css scss theme
Last synced: about 2 months ago
JSON representation
Minimalistic & simple one-page bootstrap theme
- Host: GitHub
- URL: https://github.com/philipbrembeck/ft-bootstrap-theme
- Owner: philipbrembeck
- License: mit
- Created: 2021-07-18T13:11:53.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-01-26T21:24:28.000Z (over 3 years ago)
- Last Synced: 2024-06-11T22:13:51.096Z (about 2 years ago)
- Topics: bootstrap, bootstrap4, bootstrap5, css, scss, theme
- Language: SCSS
- Homepage:
- Size: 9.9 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README

# ft theme for bootstrap
[](https://jokenetwork.de/badges)




[
](https://github.com/sponsors/philipbrembeck)
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](https://getbootstrap.com) (**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).
## 🖥 Installation
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:
```console
gh repo clone jokenetwork/FT-Bootstrap-Theme
```
or via HTTPS:
```console
https://github.com/jokenetwork/FT-Bootstrap-Theme.git
```
## 👨🏼💻 Usage
I'd recommend to use [Sublime Text](https://www.sublimetext.com) for editing files directly within this project and [PrePros](https://prepros.io) 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
```scss
// _base.scss
@import url(bootstrap.min.css);
@import url(animate.min.css);
```
## 💾 Demo
You can see the theme in action (with additional changes) [here](https://brembeck.me) or view the uncostumized project [here](https://home-5003623867.app-ionos.space/example.html).
## 👉 What's included
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
## 👩⚖️ License
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.
## 🤝 Credits
This Theme uses:
- [Bootstrap v5.2.0](https://getbootstrap.com)
- [Normalize.css](https://necolas.github.io/normalize.css/) by Nicolas Gallagher and Jonathan Neal
- [animate.css](http://animate.style) by [Dan Eden](https://daneden.me)
- Google Fonts [Open Sans](https://fonts.google.com/specimen/Open+Sans) by [Steve Matteson](https://fonts.google.com/specimen/Open+Sans?query=Steve%20Matteson)