Skip to content
This repository was archived by the owner on Apr 24, 2024. It is now read-only.

Commit 0851e8b

Browse files
authored
Merge pull request #13 from andrewwhitehead/bcsans-font
Documentation and dependency updates
2 parents e2928a9 + b2e109d commit 0851e8b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+219
-897
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
/_gh_pages
33
/npm-debug.log
44
.jekyll-metadata
5+
/dist

README.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,17 @@
11
# 🚀 Government of British Columbia Bootstrap v4 Theme
22

3-
[Full documentation and demonstrations of the theme](https://bcgov.github.io/bootstrap-theme/)
3+
[Getting Started instructions](https://bcgov.github.io/bootstrap-theme/docs/getting-started/introduction/)
4+
5+
[Full documentation and demonstrations of the theme](https://bcgov.github.io/bootstrap-theme/)
46

57
A Bootstrap version 4.3 BC Government look-and-feel featuring:
8+
- The [BC Sans](https://www2.gov.bc.ca/gov/content/governments/services-for-government/policies-procedures/bc-visual-identity/bc-sans)
9+
typeface
610
- Compatibility with pure Bootstrap markup
711
- A few additions:
812
- `bcgold` colour classes for the old-style gold buttons (`btn-bcgold`, `bg-bcgold`, etc)
913
- card classes to replace the old panel styles (`card-primary`, `card-success`, etc)
14+
- Increased contrast for accessibility
1015
- No Javascript extensions. Bootstrap itself, jQuery and popper.js are optional dependencies
1116
- Source SCSS files are included in the distribution, allowing local customizations
1217
- Supports NPM, Yarn and Bower package manager integration

_includes/favicons.html

-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
<link rel="apple-touch-icon" href="{{ site.baseurl }}/dist/images/bcid-apple-touch-icon.png" sizes="180x180">
33
<link rel="icon" href="{{ site.baseurl }}/dist/images/bcid-favicon-32x32.png" sizes="32x32" type="image/png">
44
<link rel="icon" href="{{ site.baseurl }}/dist/images/bcid-favicon-16x16.png" sizes="16x16" type="image/png">
5-
<link rel="manifest" href="{{ site.baseurl }}/dist/images/manifest.json">
65
<link rel="mask-icon" href="{{ site.baseurl }}/dist/images/bcid-apple-icon.svg" color="#036">
76
<link rel="icon" href="{{ site.baseurl }}/dist/images/bcid-favicon-32x32.png">
8-
<meta name="msapplication-config" content="{{ site.baseurl }}/dist/images/browserconfig.xml">
97
<meta name="theme-color" content="#036">

dist/css/bootstrap-theme.min.css

-7
This file was deleted.

dist/fonts/bc-sans/BCSans-Bold.woff

-389 KB
Binary file not shown.
-369 KB
Binary file not shown.

dist/fonts/bc-sans/BCSans-Italic.woff

-364 KB
Binary file not shown.
-346 KB
Binary file not shown.

dist/fonts/bc-sans/FONTLOG_README.txt

-30
This file was deleted.

dist/fonts/bc-sans/LICENSE_OFL.txt

-94
This file was deleted.

dist/images/bcid-192x192.png

-8.96 KB
Binary file not shown.

dist/images/bcid-512x512.png

-47 KB
Binary file not shown.

dist/images/bcid-apple-icon.svg

-1
This file was deleted.

dist/images/bcid-apple-touch-icon.png

-8.96 KB
Binary file not shown.

dist/images/bcid-favicon-16x16.png

-492 Bytes
Binary file not shown.

dist/images/bcid-favicon-32x32.png

-1.09 KB
Binary file not shown.

0 commit comments

Comments
 (0)