Skip to content

philipbrembeck/FT-Bootstrap-Theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FTTheme Logo

ft theme for bootstrap

Status: Inactvie Top Languages CSS Version HTML Version License
Sponsor

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.

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).

🖥 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:

    gh repo clone jokenetwork/FT-Bootstrap-Theme

or via HTTPS:

    https://github.com/jokenetwork/FT-Bootstrap-Theme.git

👨🏼‍💻 Usage

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);

💾 Demo

You can see the theme in action (with additional changes) here or view the uncostumized project here.

👉 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: