JCU CookBook
CookBook, formerly known as the JCU Web Framework, can be integrated with any
type of web project you're working on – particularly those that support
Bootstrap.
Features
-
Fully-featured web front-end component library, styled with JCU colours and
based on Bootstrap v4, including:
- Responsive grid system
- Layout and typography
- Components like buttons, cards, navigation and more
- Utilities
- ...and everything else that Bootstrap supports
-
JCU logos and website artwork
-
Iconography from Material Design Icons
(optional)
-
Font families and CSS for Open Sans and Playfair Display (optional)
-
Dedicated CDN hosting of all resources, including fonts and iconography
User documentation
Integration
CookBook is, in essence, a themed version of Bootstrap and can be used as such, like so:
-
Web and HTML:
- Static or dynamic web pages
- As a drop-in replacement for Bootstrap in any system or app that is built
with Bootstrap's CSS classes
-
React:
- As a drop-in replacement for stylesheets in
react-bootstrap
- As a custom theme or as a base for creating customised Sass within Create React App
(documentation)
Usage
JCU CookBook resources can be included in your project from JCU's
official CDN in a similar manner to that of
BootstrapCDN:
<link rel="stylesheet" href="https://cdn.jcu.edu.au/cookbook/2.0.0-alpha.9/css/cookbook.min.css">
<link rel="stylesheet" href="https://cdn.jcu.edu.au/cookbook/2.0.0-alpha.9/css/fonts.min.css">
<script src="https://cdn.jcu.edu.au/cookbook/2.0.0-alpha.9/js/jquery.min.js"></script>
<script src="https://cdn.jcu.edu.au/cookbook/2.0.0-alpha.9/js/popper.min.js"></script>
<script src="https://cdn.jcu.edu.au/cookbook/2.0.0-alpha.9/js/bootstrap.min.js"></script>
Refer to the official User Documentation links above for how to build pages
using Bootstap.
If you'd like to use the optional iconography library, you can add the
following as well:
<link rel="stylesheet" href="https://cdn.jcu.edu.au/cookbook/2.0.0-alpha.9/css/materialdesignicons.min.css">
You can now use icons by following the instructions at
https://dev.materialdesignicons.com/getting-started/webfont (skipping the
setup steps as you've already done them).
Development
Builds utilise the same style of package scripts defined in package.json
that Bootstrap does, with some additional steps and changes for the inclusions
in this package. At a high level, however, the process looks like so:
- CSS: test, compile and minify CSS and font dependencies
- JS: collate all dependencies
- Images: minify and collate all images
- Documentation: assemble and build
The resulting distribution is then published to the CDN and documentation
published accordingly online (coming shortly).
Building
-
Install this package and its dependencies with:
yarn
-
Execute a build with:
yarn dist
-
Test the resulting build.
At present during the alpha and beta process, this involves manual testing
with the HTML documentation and checking against in-development
applications.
Release process
-
Firstly, follow the instructions above for Building this project.
-
Set up an Rclone environment with rclone config
and create a remote
called jcu-cdn-cookbook
. Ask a maintainer if you're unsure what the
configuration should contain.
-
Build a release and copy the distribution to CDN via:
yarn release
-
Update CHANGELOG.md
and CDN URLs inside README.md
with the current date
and released version
-
Commit the build to Git and tag accordingly:
git commit CHANGELOG.md README.md dist/ -m "Release v9.9.9"
git tag v9.9.9
-
Publish to NPM via the following:
yarn publish
Don't set a New version
at this time. We'll update it ourselves in a
moment.
-
Update the working version number in the source code:
yarn release-version [old-version eg 2.0.0] [new-version eg 2.0.1]
git commit -a -m "Back to development"
When using yarn release-version
, ensure you omit any v
prefix for
version numbers.
-
Push the results:
git push
git push --tags
Upgrades
Upgrading dependencies – including Bootstrap – takes place via:
yarn upgrade-interactive --latest
where you can inspect the recent changes and assess the impact of the
dependency changes on the project. In general, minor or patch version changes
should be fine to apply, provided everyone is following SemVer.
When it comes to Bootstrap itself, pay close attention to the release
notes and the official
blog for details of changes. As with other
dependencies, the same SemVer rules apply but carefully check the resulting
theme when built as regressions are always possible.
Once you've upgraded, inspect the documentation site to ensure styles and
functionality is working as expected. We'll have more automated processes for
this in the near future.
Accessibility
JCU CookBook aims to allow websites and applications that that use it
to be compliant with WCAG 2.1 Level AA.
As a component library, it is possible for system implementers and developers
to mix and match components, add styles and integrate with applications in
ways that may not meet WCAG requirements. One such example is using light
text or button classes on top of a light background; the helper classes exist,
but to enable a developer to create an accessible environment. In short, we
strive to provide the toolkit that web systems can use to be fully accessible,
but it is the responsibility of each application to test themselves.
Contributions are always welcome to improve accessibilty within this project
and the core components it provides.
References
Guidelines
Sources
-
JCU Brand DNA v2.7
(retrieved 2020-07-31), adapted like so:
- Certain colours were adjusted or selected for accessibility in terms of colour
contrast
-
JCU website (accessed 2020-07-31)
-
Institutional logos (retrieved in .zip
archive form, converted into
web-compatible SVG format and colours set to match the JCU website logo)
- 50th Anniversary logos had duplicate
0
(zero) and YEARS
shapes
removed from vectorised files (except small vertical/shield variants)
Flags
See
https://www.pmc.gov.au/government/australian-national-symbols/australian-flags
for details. Reproduction of the following resources is underst
Acknowledgements
Licensing
Use of JCU CookBook and its resources are limited to James Cook University
projects and where appropriate permission is sought to use the branding.
Specific aspects of the JCU CookBook, such as logos and artwork, may be
subject to their own approvals, copyright or licensing and users are advised
to seek their own independent advice regarding their usage from the
appropriate University departments.