<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dome-key-web/assets, branch master</title>
<subtitle>DomeKey website</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/dome-key-web/'/>
<entry>
<title>Rename `typography.css` to `typography.hcss`</title>
<updated>2018-11-23T18:56:00+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2018-11-23T18:56:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/dome-key-web/commit/?id=0ad3b889d62cf6501c34704bdeeca36237652015'/>
<id>0ad3b889d62cf6501c34704bdeeca36237652015</id>
<content type='text'>
It now contains Hasp, so the extension should be changed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It now contains Hasp, so the extension should be changed.
</pre>
</div>
</content>
</entry>
<entry>
<title>layout.hcss,typography.css: Fix whitespace</title>
<updated>2018-11-23T18:53:58+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2018-11-23T18:53:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/dome-key-web/commit/?id=8e31e4522430a13aed136cb5d5a64e2372570007'/>
<id>8e31e4522430a13aed136cb5d5a64e2372570007</id>
<content type='text'>
These space-indented lines were copied from the web browser's dev
inspector. I forgot to change the whitespace.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These space-indented lines were copied from the web browser's dev
inspector. I forgot to change the whitespace.
</pre>
</div>
</content>
</entry>
<entry>
<title>Prevent selection of '$' in shell commands</title>
<updated>2018-11-22T21:16:28+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2018-11-22T21:16:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/dome-key-web/commit/?id=631f30402b20d2ac2d640406fb0ec2df7f1d9831'/>
<id>631f30402b20d2ac2d640406fb0ec2df7f1d9831</id>
<content type='text'>
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.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.
</pre>
</div>
</content>
</entry>
<entry>
<title>Keep video aspect ratio at small screen widths</title>
<updated>2018-11-20T11:11:01+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2018-11-20T11:11:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/dome-key-web/commit/?id=5619d57b5736067000de4919452bbb0392a43a3e'/>
<id>5619d57b5736067000de4919452bbb0392a43a3e</id>
<content type='text'>
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.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix video width on small screen widths</title>
<updated>2018-11-19T05:30:07+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2018-11-19T00:56:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/dome-key-web/commit/?id=8b1413d2d4295f2c8e4359bf9fa2528e9809cf41'/>
<id>8b1413d2d4295f2c8e4359bf9fa2528e9809cf41</id>
<content type='text'>
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.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.
</pre>
</div>
</content>
</entry>
<entry>
<title>index.html: Add demo video</title>
<updated>2018-11-19T05:30:07+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2018-11-19T00:32:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/dome-key-web/commit/?id=c7684a1f662442d08c63b27abda3a4055d897165'/>
<id>c7684a1f662442d08c63b27abda3a4055d897165</id>
<content type='text'>
Not committing the video files. They're only 3 &amp; 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.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Not committing the video files. They're only 3 &amp; 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.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add thank-you page</title>
<updated>2018-11-14T00:30:35+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2018-11-14T00:30:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/dome-key-web/commit/?id=d41bfce40cedd84445908975a4a090f3fda2e9c6'/>
<id>d41bfce40cedd84445908975a4a090f3fda2e9c6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make subtitle maroon</title>
<updated>2018-11-11T14:32:13+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2018-11-11T14:32:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/dome-key-web/commit/?id=1761ecc56fc64fa6e30b92b1ac870051f5100cb8'/>
<id>1761ecc56fc64fa6e30b92b1ac870051f5100cb8</id>
<content type='text'>
Makes it stand out a bit differently.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Makes it stand out a bit differently.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use a different colour for section headers</title>
<updated>2018-11-11T14:25:18+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2018-11-11T14:25:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/dome-key-web/commit/?id=f57ecd9c731fe46642fc98886543d893c6d5aca6'/>
<id>f57ecd9c731fe46642fc98886543d893c6d5aca6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix button text-shadow</title>
<updated>2018-11-11T14:17:59+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2018-11-11T14:17:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/dome-key-web/commit/?id=8b399af44fb1f4f1b76b619affb4f0c83c1246cd'/>
<id>8b399af44fb1f4f1b76b619affb4f0c83c1246cd</id>
<content type='text'>
It was too blurry.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It was too blurry.
</pre>
</div>
</content>
</entry>
</feed>
