diff --git a/talebuddy/allStories.json b/talebuddy/allStories.json index 9b377d0..c838e49 100644 --- a/talebuddy/allStories.json +++ b/talebuddy/allStories.json @@ -20,6 +20,7 @@ "/stories/BIRBAL.json", "/stories/JODHA_AKBAR.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/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