diff --git a/README.md b/README.md index ebc2d08..5fbff90 100644 --- a/README.md +++ b/README.md @@ -1,28 +1,21 @@ -Is It Jason's Birthday? -======================= +# Is It Jason's Birthday? Well, you've come to the right place to find out. +## Huh? -Huh? ----- +I made this app as a way of getting to grips with [glitch](https://glitch.com/), learning some of the features and figuring out what it's all about. The app checks whether it's my birthday or not and, if it is, celebrates that fact in appropriate style. -I made this fairly straightforward app as a way of getting to grips with [glitch](https://glitch.com/), learning some of the features and figuring out what it's all about. The app checks whether it's my birthday or not and, if it is, celebrates that fact in appropriate style. +If you _really_ feel the need to see it but you just can't wait for June 25, look out for the subtle little 'π' link in the bottom right of the screen to get a 5-second taster of what the big day is all about. -If you *really* want to see it but you just can't wait for June 25, look out for the subtle little 'π' link in the bottom right of the screen to get a 5-second taster of what the big day is all about. +## Remix +If you choose to [remix this](https://glitch.com/edit/#!/remix/isitjasonsbirthday) you'll probably want to switch it to work with _your_ birthday. You do that in `script.js`. Lines 2 and 3 define the relevant day and month, respectively. -Remix ------ +## Links -If you choose to [remix this](https://glitch.com/edit/#!/remix/isitjasonsbirthday) you'll probably want to switch it to work with *your* birthday. You do that in `script.js`. Lines 2 and 3 define the relevant day and month, respectively. - - -Links ------ - -* [The live app, on Glitch](http://isitjasonsbirthday.glitch.me/) -* [The Glitch app page](https://glitch.com/~isitjasonsbirthday) -* [My mirror of the code](https://code.jnf.me/jaywll/IsItJasonsBirthday) -* [Other random stuff I've made](https://random.jnf.me/) -* [@ me](https://twitter.com/jaywll) \ No newline at end of file +- [The live app, on Glitch](http://isitjasonsbirthday.glitch.me/) +- [The Glitch app page](https://glitch.com/~isitjasonsbirthday) +- [My mirror of the code](https://code.jnf.me/jaywll/IsItJasonsBirthday) +- [Other random stuff I've made](https://random.jnf.me/) +- [@ me](https://twitter.com/jaywll) diff --git a/style.css b/style.css index e4fd495..75c8d75 100644 --- a/style.css +++ b/style.css @@ -37,6 +37,7 @@ body { right: 1vw; font-family: 'Times New Roman', serif; font-size: 1.2vw; + font-size: 20px; text-decoration: none; color: #6e7f80; }