Added standard pages for the site

This commit is contained in:
GeekOfWires 2025-07-09 03:20:16 -04:00
parent 07e7c12380
commit 612e564b31
4 changed files with 154 additions and 1 deletions

24
json/quotes.json Normal file
View file

@ -0,0 +1,24 @@
{
"christmasQuotes": [
{
"quote": "You can mess with a lot of things, but you can't mess with kids on Christmas",
"attribution": "Kevin McCallister, \"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, \"A Charlie Brown Christmas\""
},
{
"quote": "Christmas was on its way. Lovely, glorious, beautiful Christmas, upon, which the entire kid year revolved.",
"attribution": "Ralphie, \"A Christmas Story\""
},
{
"quote": "Just remember, the true spirit of Christmas lies in your heart.",
"attribution": "Santa, \"The Polar Express\""
},
{
"quote": "Seeing is believing, but sometimes the most real things in the world are the things we cant see.",
"attribution": "Conductor, \"The Polar Express\""
}
]
}