-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from gavboulton/add-govuk-toolkit
Add govuk frontend toolkit, update colour variables using toolkit
- Loading branch information
Showing
10 changed files
with
45 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[submodule "govuk_toolkit"] | ||
path = govuk_toolkit | ||
url = https://github.com/alphagov/govuk_frontend_toolkit.git |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,32 @@ | ||
BootGov v.0.4 | ||
BootGov v.0.5 | ||
------------------- | ||
A [Boostrap 3](http://getbootstrap.com/) theme using the [design principles](https://www.gov.uk/service-manual) and [style guide](https://www.gov.uk/service-manual/designers) from [GOV.UK](https://www.GOV.UK/). | ||
|
||
Sleek, intuitive, and powerful mobile first front-end framework for faster and easier web development, created and maintained by [Somme Sakounthong](mailto:[email protected]) | ||
Sleek, intuitive, and powerful mobile first front-end framework for faster and easier web development, created and maintained by [Somme Sakounthong](mailto:[email protected]). | ||
|
||
This uses the [gov.uk frontend toolkit](https://github.com/alphagov/govuk_frontend_toolkit) as a git submodule. After first cloning the BootGov repo you will need to initialise the submodule with the following command: | ||
|
||
``` | ||
$ git submodule init | ||
``` | ||
|
||
To update the toolkit to the latest version you can use: | ||
|
||
``` | ||
$ git submodule update | ||
``` | ||
|
||
NOTE: This theme was developed and provided free of charge. Feel free to contribute on [GitHub](https://github.com/somme/BootGov). | ||
|
||
----------- | ||
|
||
## Change log | ||
|
||
* v.0.4 - Added example: prettyCheckable,js | ||
* v.0.3 - Added example: Typeahead.js | ||
* v.0.2 - Added example: Responsive form with inline validation | ||
* v.0.1 - Initial commmit | ||
* v.0.5 — Added NTA fonts and govuk fronend toolkit | ||
* v.0.4 — Added example: prettyCheckable,js | ||
* v.0.3 — Added example: Typeahead.js | ||
* v.0.2 — Added example: Responsive form with inline validation | ||
* v.0.1 — Initial commmit | ||
|
||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule govuk_toolkit
added at
9248f8
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters