1
0
Fork 0

🎗🐣 Checkpoint

./README.md:7435365/768
./script.js:7435365/32
This commit is contained in:
Glitch (hello-webpage) 2019-10-06 19:50:51 +00:00
parent ad95a28abc
commit 5914483717
2 changed files with 17 additions and 2 deletions

View File

@ -9,4 +9,19 @@ Huh?
I made this fairly straight-forward app as a way of getting to grips with [glitch](https://glitch.com/), learning some of the features and getting to grips with 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* 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 event 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.
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

View File

@ -1,7 +1,7 @@
var birthday = {
now: null,
day: 25,
month: 6, // June
now: null,
faking: false,
check: function() {
if (this.faking) return;