aboutsummaryrefslogtreecommitdiffstats
path: root/assets
AgeCommit message (Collapse)Author
2018-11-22Prevent selection of '$' in shell commandsTeddy Wing
Now that it takes two commands to install the program, make it easier for visitors to copy-paste the commands into their shell by preventing selection of the '$' prompt character. This allows us to keep the prompt to indicate that these are shell commands and still make copy-pasting easier. As a side note, decided not to add the `brew services` command to the instructions on the thank-you page because if DomeKey is already running when you license it, you need to restart it for the license to take effect.
2018-11-20Keep video aspect ratio at small screen widthsTeddy Wing
At small screen widths, the video's height would stay fixed at the pixel value defined in its `height` attribute. Ensure that when its width becomes dependent on the window width, the height follows accordingly.
2018-11-19Fix video width on small screen widthsTeddy Wing
When the screen width gets small enough to clip the video, reduce the width of the video to the content width. Couldn't use the same larger-than-content-width layout, at least not easily, because the percentage would need to be dependent on the window width, not the width of the video element's container.
2018-11-19index.html: Add demo videoTeddy Wing
Not committing the video files. They're only 3 & 4 megabytes each, but that still seems a bit too much to keep in version control. Add the video to the home page and center it in the content area. We give it a negative margin to center it since it's wider than the container.
2018-11-14Add thank-you pageTeddy Wing
2018-11-11Make subtitle maroonTeddy Wing
Makes it stand out a bit differently.
2018-11-11Use a different colour for section headersTeddy Wing
2018-11-11Fix button text-shadowTeddy Wing
It was too blurry.
2018-11-11Add responsive breakpointsTeddy Wing
Ensure that nothing leaves the viewable page area and that no elements collide with one another.
2018-11-11Revert "buttons.hcss: Fix typo `to` -> `top`"Teddy Wing
This reverts commit efa10ba02a7e45eae9bbedd134719842a02dfe5c. Huh, looks like "to bottom" is the correct syntax. I thought it was a faulty search-and-replace in my editor.
2018-11-11buttons.hcss: Fix typo `to` -> `top`Teddy Wing
Not sure how that happened.
2018-11-11Move "Buy" button to the right side of the "Try it free" headerTeddy Wing
Needed to adjust some positioning styles and fix the padding on the button.
2018-11-11Separate `.button` class into `.button` and `.button-magenta`Teddy Wing
Use `.button` only for base button traits.
2018-11-11Style "Buy" buttonTeddy Wing
* Move Lucida Grande font stack to a variable * Add buttons styles for a magenta gradiented button
2018-11-09Add 404 pageTeddy Wing
Add some styles to make the "404" text gigantic and positioned appropriately.
2018-11-09Increase font size of subtitleTeddy Wing
2018-11-09layout.hcss: Give names to coloursTeddy Wing
2018-11-09main.hcss: Move `layout.hcss` include to bottomTeddy Wing
The typography and link styles should be defined closer to the top.
2018-11-09links.hcss: Replace colours with variablesTeddy Wing
2018-11-09Add `links.hcss`Teddy Wing
Set basic link colours. Other colours under consideration were: #0758d2 #0e7680
2018-11-08Add some more descriptive copy to the websiteTeddy Wing
Describe the program, high-level features. Add styles: * Fix leading * Add list bullets that were removed by the reset
2018-11-08Make code block background colour darkerTeddy Wing
Increase contrast for improved readability.
2018-11-08Increase `line-height` of code blocksTeddy Wing
Make them a bit easier to read.
2018-11-08Use a smaller font size for mapping examplesTeddy Wing
2018-11-08Adjust logo and content marginsTeddy Wing
* Add margins to the top & bottom of the page * Align the logo relative to the content area, and move it left a bit, outside of the column
2018-11-08Add margins to headers and blocksTeddy Wing
2018-11-08Makefile: Remove empty lines from 'styles.css'Teddy Wing
There were a bunch of useless empty lines in the Hasp output. Would rather have had a single newline between each CSS rule, but this is close enough. At least it looks better.
2018-11-08Split CSS into separate filesTeddy Wing
For better organisation. Use the 'hasp' CSS preprocessor (https://github.com/djanowski/hasp).
2018-11-08Add CSS resetTeddy Wing
2018-11-08Add header stylesTeddy Wing
2018-11-08Add a code block styleTeddy Wing
2018-11-08Initial homepage experimentTeddy Wing
A rough setup for the website layout. * Muted yellow background * Logo set in Superclarendon by Typodermic