diff --git a/talebuddy/allStories.json b/talebuddy/allStories.json index bd1a69f..beb8e3e 100644 --- a/talebuddy/allStories.json +++ b/talebuddy/allStories.json @@ -19,6 +19,9 @@ "/stories/STORY.json", "/stories/BIRBAL.json", "/stories/JODHA_AKBAR.json", - "/stories/RAMAYAN.json" + "/stories/RAMAYAN.json". + "/stories/ALICE_WONDERLAND.json", + "/stories/IIT_story.json", + "/stories/Tenali.json" ] } \ No newline at end of file diff --git a/talebuddy/index.css b/talebuddy/index.css index 1dd9f58..9a0a76e 100644 --- a/talebuddy/index.css +++ b/talebuddy/index.css @@ -10,7 +10,7 @@ body { background: #ECECFF; text-align: center; - color: #212121; + color: #1b1a1a; } #main::before { @@ -33,7 +33,7 @@ nav { display: flex; width: 94%; border-radius: 25px; - background: #3094AA; + background: #24a0be; align-items: center; justify-content: space-between; padding: 0.1em 2em; @@ -99,9 +99,9 @@ nav .githubIcon { border-radius: 12px; border: 1px solid rgba(34, 34, 34, 0.25); background: #FFF; - gap: 1em; - transition: 0.5s; - cursor: pointer; + gap: 1.5em; + transition: 0.8s; + cursor: progress; } .card p { @@ -114,7 +114,7 @@ nav .githubIcon { @media only screen and (max-width : 520px) { nav .search-container { - display: none; + display: block; } } diff --git a/talebuddy/stories/ALICE_WONDERLAND.json b/talebuddy/stories/ALICE_WONDERLAND.json new file mode 100644 index 0000000..7d57dac --- /dev/null +++ b/talebuddy/stories/ALICE_WONDERLAND.json @@ -0,0 +1,21 @@ +{ + "title": "Alice in Wonderland Introduction", + "about_story" : "Alice is a young girl who falls into a fantastical world through a rabbit hole, encountering strange characters and curious adventures.", + "number_of_pages": 1, + "pages": [ + { + "page_title": "Alice", + "page_content": [ + "Written By Lewis Carroll", + "Alice's adventures include encounters with the White Rabbit, the Mad Hatter, and the Queen of Hearts.", + "The story is known for its whimsical and imaginative elements." + ] + } + ], + "credits": [ + { + "name": "Alice in Wonderland", + "url": "#" + } + ] +} diff --git a/talebuddy/stories/ALL_BEGINS_HERE b/talebuddy/stories/ALL_BEGINS_HERE new file mode 100644 index 0000000..81dbc2d --- /dev/null +++ b/talebuddy/stories/ALL_BEGINS_HERE @@ -0,0 +1,21 @@ +{ + "title": "All Begins Here", + "about_story": "All Begins Here", + "number_of_pages": "", + "pages": [ + { + "page_title": "AAAAAAaaaaaa", + "page_content": [ + "All Started with ....", + "Will continue with ....", + "All Ends with ....." + ] + } + ], + "credits": [ + { + "name": "Kartik the one", + "url": "" + } + ] +} diff --git a/talebuddy/stories/IIT_story.json b/talebuddy/stories/IIT_story.json new file mode 100644 index 0000000..388695e --- /dev/null +++ b/talebuddy/stories/IIT_story.json @@ -0,0 +1,19 @@ +{ + "title": "IIT_story", + "about_story": "Story of an IITian", + "number_of_pages": "1", + "pages": [ + { + "page_title": "IIT: overrated?", + "page_content": [ + "IITs are prestigious institutions in our country..." + ] + } + ], + "credits": [ + { + "name": "by Arin Kulkarni", + "url": "-" + } + ] +} \ No newline at end of file diff --git a/talebuddy/stories/Tenali.json b/talebuddy/stories/Tenali.json new file mode 100644 index 0000000..ebc30d2 --- /dev/null +++ b/talebuddy/stories/Tenali.json @@ -0,0 +1,26 @@ +{ + "title": "Tenali Raman Stories", + "number_of_pages": 1, + "pages": [ + { + "page_title": "The Biggest Fool In The Kingdom!", + "page_content": [ + "King Krishnadevaraya loved horses and had the best collection of horse breeds in the Kingdom. Well, one day, a trader came to the King and told him that he had brought with him a horse of the best breed in Arabia.", + + "He invited the King to inspect the horse. King Krishnadevaraya loved the horse; so the trader said that the King could buy this one and that he had two more like this one, back in Arabia that he would go back to get. The King loved the horse so much that he had to have the other two as well. He paid the trader 5000 gold coins in advance. The trader promised that he would return within two days with the other horses.", + + "Two days turned into two weeks, and still, there was no sign of the trader and the two horses. One evening, to ease his mind, the King went on a stroll in his garden. There he spotted Tenali Raman writing down something on a piece of paper. Curious, the King asked Tenali what he was jotting down.", + + "Tenali Raman was hesitant, but after further questioning, he showed the King the paper. On the paper was a list of names, the King’s being at the top of the list. Tenali said these were the names of the biggest fools in the Vijayanagara Kingdom!", + + "As expected, the King was furious that his name was at the top and asked Tenali Raman for an explanation. Tenali referred to the horse story, saying the King was a fool to believe that the trader, a stranger, would return after receiving 5000 gold coins.", + + "Countering his argument, the King then asked, what happens if/when the trader does come back? In true Tenali humour, he replied saying, in that case, the trader would be a bigger fool, and his name would replace the King’s on the list!" + ] + } + ], + "credits": + { + "name": "Tenali Raman" + } +} \ No newline at end of file