{"id":25724228,"url":"https://github.com/philipbrembeck/ft-bootstrap-theme","last_synced_at":"2026-05-08T03:11:09.899Z","repository":{"id":45332725,"uuid":"387179079","full_name":"philipbrembeck/FT-Bootstrap-Theme","owner":"philipbrembeck","description":"Minimalistic \u0026 simple one-page bootstrap theme","archived":false,"fork":false,"pushed_at":"2023-01-26T21:24:28.000Z","size":10377,"stargazers_count":3,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-06-11T22:13:51.096Z","etag":null,"topics":["bootstrap","bootstrap4","bootstrap5","css","scss","theme"],"latest_commit_sha":null,"homepage":"","language":"SCSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/philipbrembeck.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":"philipbrembeck"}},"created_at":"2021-07-18T13:11:53.000Z","updated_at":"2022-01-01T16:03:14.000Z","dependencies_parsed_at":"2023-02-15T00:31:01.425Z","dependency_job_id":null,"html_url":"https://github.com/philipbrembeck/FT-Bootstrap-Theme","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/philipbrembeck%2FFT-Bootstrap-Theme","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/philipbrembeck%2FFT-Bootstrap-Theme/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/philipbrembeck%2FFT-Bootstrap-Theme/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/philipbrembeck%2FFT-Bootstrap-Theme/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/philipbrembeck","download_url":"https://codeload.github.com/philipbrembeck/FT-Bootstrap-Theme/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240749892,"owners_count":19851562,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bootstrap","bootstrap4","bootstrap5","css","scss","theme"],"created_at":"2025-02-25T21:29:51.800Z","updated_at":"2026-05-08T03:11:09.869Z","avatar_url":"https://github.com/philipbrembeck.png","language":"SCSS","funding_links":["https://github.com/sponsors/philipbrembeck"],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\n\u003cimg src=\"logo.png\" alt=\"FTTheme Logo\" width=\"128\"\u003e\n\n# ft theme for bootstrap\n[![Status: Inactvie](https://jokenetwork.de/assets/img/gitstatus/inactive.svg)](https://jokenetwork.de/badges)\n![Top Languages](https://img.shields.io/github/languages/top/jokenetwork/FT-Bootstrap-Theme?style=flat-square)\n![CSS Version](https://img.shields.io/badge/CSS-v3-blue?style=flat-square)\n![HTML Version](https://img.shields.io/badge/HTML-v5-red?style=flat-square)\n![License](https://img.shields.io/github/license/jokenetwork/FT-Bootstrap-Theme?style=flat-square)\u003cbr\u003e\n[\u003cimg src=\"https://faq.jokenetwork.de/css/sponsor.png\" alt=\"Sponsor\" width=\"100\"\u003e](https://github.com/sponsors/philipbrembeck)\n\nA simple Bootstrap theme for one-page/hero sites, which looks and feels great on mobile and on desktop, built with mobile-first in mind.\n\n\u003cbr/\u003e\n\n![Fully customizable appearance on mobile as well as on desktop.](hero.png)\n\nFT Bootstrap Theme was created for [Bootstrap](https://getbootstrap.com) (**v5.1.1** -\u003e 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).\n\n\u003c/div\u003e\n\n## 🖥 Installation \nBasically, you can just start right away by downloading the code or cloning this git repository, as all used tools are included. \n\nClone this repository with:\n```console\n    gh repo clone jokenetwork/FT-Bootstrap-Theme\n ```\nor via HTTPS:\n```console\n    https://github.com/jokenetwork/FT-Bootstrap-Theme.git\n ```\n## 👨🏼‍💻 Usage \nI'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).\n\nThe main-stylesheet is located at `/assets/css/main.css`, while its base is located at `/assets/css/_partials/_base.scss` (animate.css \u0026 bootstrap.css includes are inside here too!). \nThe main.scss-file to compile can be found in `/assets/css/main.scss`.\n\n\u003cdetails\u003e\n  \u003csummary\u003e\u003cb\u003eSee here for the Stand-Alone Version\u003c/b\u003e\u003c/summary\u003e\n  \n  ```scss\n    // _base.scss\n    \u003cdel\u003e@import url(bootstrap.min.css);\u003c/del\u003e\n    @import url(animate.min.css);\n  ```\n\u003c/details\u003e\n\n## 💾 Demo\nYou 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).\n\n## 👉 What's included\n    assets/\n    ├── css/\n    │   ├── _globals/\n    │   │   ├── _mixins.scss\n    │   │   └── _normalize.scss\n    │   ├── _partials/\n    │   │   └── _base.scss\n    │   ├── animate.min.css\n    │   ├── bootstrap.min.css\n    │   ├── main.css\n    │   ├── main.css.map\n    │   ├── main.scss\n    │   └── fonts/\n    │       └── diverse font files\n    └── img/\n        └── favicon.ico\n    example.html\n \n## 👩‍⚖️ License\nFT Bootstrap Theme is licensed under the MIT License, © 2022 Philip Brembeck.\n\nThe 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. \n\n## 🤝 Credits\n\nThis Theme uses:\n\n - [Bootstrap v5.2.0](https://getbootstrap.com)\n - [Normalize.css](https://necolas.github.io/normalize.css/) by Nicolas Gallagher and Jonathan Neal\n -  [animate.css](http://animate.style) by [Dan Eden](https://daneden.me)\n - Google Fonts [Open Sans](https://fonts.google.com/specimen/Open+Sans) by [Steve Matteson](https://fonts.google.com/specimen/Open+Sans?query=Steve%20Matteson)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphilipbrembeck%2Fft-bootstrap-theme","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphilipbrembeck%2Fft-bootstrap-theme","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphilipbrembeck%2Fft-bootstrap-theme/lists"}