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

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

Awesome Lists containing this project

README

          

FTTheme Logo

# ft theme for bootstrap
[![Status: Inactvie](https://jokenetwork.de/assets/img/gitstatus/inactive.svg)](https://jokenetwork.de/badges)
![Top Languages](https://img.shields.io/github/languages/top/jokenetwork/FT-Bootstrap-Theme?style=flat-square)
![CSS Version](https://img.shields.io/badge/CSS-v3-blue?style=flat-square)
![HTML Version](https://img.shields.io/badge/HTML-v5-red?style=flat-square)
![License](https://img.shields.io/github/license/jokenetwork/FT-Bootstrap-Theme?style=flat-square)

[Sponsor](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.


![Fully customizable appearance on mobile as well as on desktop.](hero.png)

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)