https://github.com/ietf-tools/common-bootstrap-theme
Common Bootstrap Theme for IETF websites
https://github.com/ietf-tools/common-bootstrap-theme
bootstrap design ietf theme
Last synced: 8 months ago
JSON representation
Common Bootstrap Theme for IETF websites
- Host: GitHub
- URL: https://github.com/ietf-tools/common-bootstrap-theme
- Owner: ietf-tools
- License: bsd-3-clause
- Created: 2022-02-03T22:00:09.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-07-25T04:24:13.000Z (over 1 year ago)
- Last Synced: 2025-07-06T03:16:12.679Z (8 months ago)
- Topics: bootstrap, design, ietf, theme
- Language: SCSS
- Homepage:
- Size: 504 KB
- Stars: 8
- Watchers: 6
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/ietf-tools/common-bootstrap-theme/releases)
[](https://github.com/ietf-tools/common-bootstrap-theme/blob/main/LICENSE)
##### IETF Common Bootstrap Theme
---
A common [Bootstrap](https://getbootstrap.com/) theme for \*.ietf.org websites (fonts, colors, etc.), as well as a testing harness.
## Project structure
This is a mono-repo using [Yarn Workspaces](https://classic.yarnpkg.com/lang/en/docs/workspaces/) with two packages:
1. `packages/common-bootstrap-theme`: the published NPM package with the common theme;
2. `packages/test-webpack-common-bootstrap-theme`: a reference implementation and testing harness using the common theme.
The reason for a mono-repo is to allow local development to mimic NPM package imports, allowing for easier testing.
## Contributing
See [`contributing.md`](./CONTRIBUTING.md).