1
0
Fork 0

🌅🐓 Checkpoint

./style.css:7435365/23
./README.md:7435365/2318
This commit is contained in:
Glitch (hello-webpage) 2019-10-06 23:02:43 +00:00
parent 39fa6f6cfd
commit 29947d4783
2 changed files with 13 additions and 19 deletions

View File

@ -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)
- [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)

View File

@ -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;
}