Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
1447bits authored Oct 27, 2023
2 parents 75495c5 + c944941 commit cf497d4
Show file tree
Hide file tree
Showing 6 changed files with 97 additions and 7 deletions.
5 changes: 4 additions & 1 deletion talebuddy/allStories.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
}
12 changes: 6 additions & 6 deletions talebuddy/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
body {
background: #ECECFF;
text-align: center;
color: #212121;
color: #1b1a1a;
}

#main::before {
Expand All @@ -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;
Expand Down Expand Up @@ -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 {
Expand All @@ -114,7 +114,7 @@ nav .githubIcon {
@media only screen and (max-width : 520px) {

nav .search-container {
display: none;
display: block;
}

}
21 changes: 21 additions & 0 deletions talebuddy/stories/ALICE_WONDERLAND.json
Original file line number Diff line number Diff line change
@@ -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": "#"
}
]
}
21 changes: 21 additions & 0 deletions talebuddy/stories/ALL_BEGINS_HERE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"title": "All Begins Here",
"about_story": "All Begins Here",
"number_of_pages": "<number>",
"pages": [
{
"page_title": "AAAAAAaaaaaa",
"page_content": [
"All Started with ....",
"Will continue with ....",
"All Ends with ....."
]
}
],
"credits": [
{
"name": "Kartik the one",
"url": ""
}
]
}
19 changes: 19 additions & 0 deletions talebuddy/stories/IIT_story.json
Original file line number Diff line number Diff line change
@@ -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": "-"
}
]
}
26 changes: 26 additions & 0 deletions talebuddy/stories/Tenali.json
Original file line number Diff line number Diff line change
@@ -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"
}
}

0 comments on commit cf497d4

Please sign in to comment.