Skip to content

Commit

Permalink
Merge pull request #31 from akoolarni/feature/story
Browse files Browse the repository at this point in the history
Add story: IIT_story
  • Loading branch information
1447bits authored Oct 27, 2023
2 parents 109a12f + 944faff commit c944941
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 6 deletions.
1 change: 1 addition & 0 deletions talebuddy/allStories.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"/stories/BIRBAL.json",
"/stories/JODHA_AKBAR.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;
}

}
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": "-"
}
]
}

0 comments on commit c944941

Please sign in to comment.