Commit Graph

65 Commits

Author SHA1 Message Date
spongycake 9b5555fc5c version stylesheets 2022-02-28 02:32:16 +00:00
spongycake 6ac760279e version shown in file comments 2022-02-28 02:19:20 +00:00
spongycake 38ae94fb47 build v0.1.4 2022-02-27 01:35:53 +00:00
spongycake 253292977b build v0.1.4 2022-02-27 01:35:17 +00:00
spongycake b0cc522a55 removed old reference to container 2022-02-27 01:32:23 +00:00
spongycake 02b09a9777 moved curly brackets 2022-02-27 01:29:57 +00:00
spongycake ff32fa2069 limit words per line setting 2022-02-27 01:28:52 +00:00
spongycake 3b314bdf9f blue links are default
Previously orange was the default link colour. Now changed to a custom
blue. Blue as a link colour is more natural and obvious UX choice.
Contrast rules are now passing AAA tier WCAG 2 criterion, allowing us to move towards legible textual information.

Please find $link-color in `settings/_colors.scss`. The hover shade was
also reworked to pass AA WCAG 2. Extra blue variants exist but are not
accessible, they are placed in settings to cover the future development
of a dark theme. Be cautious when reusing these shades.
2022-02-27 00:48:30 +00:00
spongycake 3aa00471fe +container 2022-02-27 00:47:16 +00:00
spongycake 5be463ca47 Moved container to components 2022-02-27 00:41:39 +00:00
spongycake f65b223b61 typo fix in README 2022-02-15 22:52:49 +00:00
spongycake aca5224032 introduce SASS helpers 2022-02-15 22:33:40 +00:00
spongycake 6ad34a138e new img-fluid class 2022-02-15 22:32:34 +00:00
spongycake 12129647b2 import helpers 2022-02-15 22:31:23 +00:00
spongycake 201c216017 build v0.1.3 2022-02-15 22:30:31 +00:00
spongycake 356b0c0410 +demo image using img-fluid class 2022-02-15 22:28:11 +00:00
spongycake 1ec4b5a476 +demo image using img-fluid class 2022-02-15 22:27:18 +00:00
spongycake 3ced35f951 remove useless files 2022-02-15 21:56:23 +00:00
spongycake 3efa8245b8 public folder tracking styles and scripts 2022-02-15 21:55:22 +00:00
spongycake b433155525 Fix heading 2022-02-15 21:43:20 +00:00
spongycake 11a8b6d547 Removed references to the old name 2022-02-15 21:38:05 +00:00
nx c38630846f add new .img-fluid class 2022-02-15 19:02:37 +00:00
nx 18550e0d1f add img-fluid helper
Responsive images (ensure images don't scale beyond their parents)
2022-02-15 18:54:13 +00:00
nx 8f3b53f5d2 v0.1.2 build 2022-02-04 02:00:13 +00:00
nx f0d21f7182 inline margins to hero
- index.html has some spacing added via inline margins.
- hamburger menu changed to black color
2022-02-04 01:56:22 +00:00
nx a02f04cb0b white blended theme is default
Dark was previously chosen as the default theme color, this meant light text on dark backgrounds. Now we move over to white. Browser extensions and system dark settings can do the heavy lifting for us. Support for a light theme is our aim.

settings/_colors.scss

Colors saw additional navbar color variables to bring cohesion to the table. For instance, $nav-bg-color.

components/_toolbar.scss

We shifted the practise of hard boiling hexidecimal values and opted for linking the variables from the color settings. Any changes to settings will be easily reflected across the toolbar with less effort.
2022-02-04 01:41:41 +00:00
nx 7657b963bf return border-radius var
Variable added again after border-radius variable was missing in settings/_measurements.scss. Breakage of CSS compiling was solved.
2022-02-04 00:48:12 +00:00
spongycake 610dd16b15 settings +font-families,+font,+headings,+measurements,+spacing 2022-02-02 12:27:17 +00:00
spongycake d8a23ee29b +type 2022-02-02 12:26:18 +00:00
spongycake c28d87b03c headings defined in typography 2022-02-02 12:26:01 +00:00
spongycake 2ed7dc362f -variables, +core 2022-02-02 12:23:16 +00:00
spongycake 00fc2fff1f rehomed to settings 2022-02-02 12:21:53 +00:00
spongycake 4a0cd486c6 removal after headings styles now spawned via settings 2022-02-02 12:21:09 +00:00
spongycake 9757b29bba +font, +font-families, +headings, +measurements, +spacing 2022-02-02 12:19:31 +00:00
spongycake 024b1ab403 replaced by settings 2022-02-02 12:18:00 +00:00
spongycake 6301e0ea6e version minor bump 0.1.1 2022-02-02 01:18:53 +00:00
spongycake e07ed6f61d +settings 2022-02-02 01:15:46 +00:00
spongycake ee414ae664 previously known app.js 2022-02-02 01:15:02 +00:00
spongycake 1595773486 deleted 2022-02-02 01:14:06 +00:00
spongycake 8bd5328f92 0.1.1 style.css 2022-02-02 01:12:36 +00:00
spongycake 92f71ab9d1 0.1.1 style.min.css 2022-02-02 01:12:22 +00:00
spongycake 118c32e1f8 link colors assigned brand variables 2022-02-02 01:10:22 +00:00
spongycake 43a6d0c977 color variables new home
settings/_colors.scss is populated with the color variables from
variables.scss, alongside additional link variables. $body-color was
renamed to $body-text-color to avoid confusion.
2022-02-02 01:06:20 +00:00
spongycake 80e926a7de +settings colors 2022-02-02 01:04:59 +00:00
spongycake 89daaca73b color variables rehomed 2022-02-02 01:03:12 +00:00
spongycake ba3b418462 0.1.1 index.html 2022-02-01 23:17:00 +00:00
spongycake e6e092426e head style points to style.css 2022-02-01 23:12:05 +00:00
spongycake 63d7b1db59 0.1.1 style.css 2022-02-01 23:08:22 +00:00
spongycake b1eae59c7e 0.1.1 style.min.css 2022-02-01 23:08:05 +00:00
spongycake b63a66c095 uncompressed sass in devel
Production sees a sass compressed under the filename style.min.css.
Alternatively development mode instead creates an uncompressed version
under style.css -- `npm run build:dev`

The scripts.js in `public` dir was previously known as app.js.
2022-02-01 23:05:47 +00:00