Added initial content on top of standard pages

This commit is contained in:
GeekOfWires 2025-07-15 13:19:34 -04:00
parent 612e564b31
commit 36d001c589
6 changed files with 100 additions and 29 deletions

44
static/json/quotes.json Normal file
View file

@ -0,0 +1,44 @@
{
"christmasQuotes": [
{
"quote": "God bless us, everyone!",
"attribution": "Tiny Tim",
"source": "A Christmas Carol"
},
{
"quote": "You can mess with a lot of things, but you can't mess with kids on Christmas",
"attribution": "Kevin McCallister",
"source": "Home Alone 2: Lost in New York"
},
{
"quote": "I never thought it was such a bad little tree. Its not bad at all really. Maybe it just needs a little love.",
"attribution": "Charlie Brown",
"source": "A Charlie Brown Christmas"
},
{
"quote": "Christmas was on its way. Lovely, glorious, beautiful Christmas, upon, which the entire kid year revolved.",
"attribution": "Ralphie",
"source": "A Christmas Story"
},
{
"quote": "Just remember, the true spirit of Christmas lies in your heart.",
"attribution": "Santa",
"source": "The Polar Express"
},
{
"quote": "Seeing is believing, but sometimes the most real things in the world are the things we cant see.",
"attribution": "Conductor",
"source": "The Polar Express"
},
{
"quote": "You're skipping Christmas! Isn't that against the law?",
"attribution": "Spike Frohmeyer",
"source": "Christmas with the Kranks"
},
{
"quote": "Every time a bell rings, an angel gets his wings.",
"attribution": "Zuzu Bailey",
"source": "It's a Wonderful Life"
}
]
}