Added standard pages for the site
This commit is contained in:
parent
07e7c12380
commit
612e564b31
4 changed files with 154 additions and 1 deletions
24
json/quotes.json
Normal file
24
json/quotes.json
Normal 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. It’s 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 can’t see.",
|
||||
"attribution": "Conductor, \"The Polar Express\""
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue