diff --git a/components/pages/blog/blogBrowsing.jsx b/components/pages/blog/blogBrowsing.jsx index 211d389..9dbdb16 100644 --- a/components/pages/blog/blogBrowsing.jsx +++ b/components/pages/blog/blogBrowsing.jsx @@ -1,7 +1,6 @@ -import React from "react"; +import { Link } from "@nextui-org/link"; import Image from "next/image"; import { useEffect, useState } from "react"; -import { Link } from "@nextui-org/link"; import { Fade } from "react-awesome-reveal"; export default function BlogBrowsing() { @@ -66,7 +65,7 @@ export const StarredBlog = () => { The Transformative Impact of Data Science on Business Efficiency and Growth

-
+

rNLKJA

29th-Dec-2023

@@ -99,7 +98,7 @@ export const LatestBlog = () => { {latestBlogData && latestBlogData.title && (

{latestBlogData.title}

-
+

{latestBlogData.author}

{latestBlogData.date}

diff --git a/public/data/blog_list.json b/public/data/blog_list.json index c9ce3a5..d321a39 100644 --- a/public/data/blog_list.json +++ b/public/data/blog_list.json @@ -49,5 +49,13 @@ "CTEs" ], "brief": "Dive into intermediate SQL concepts vital for any data scientist. Master statistical measures, understand grouping and filtering, learn joining and combining data, and explore advanced techniques like data munging, window functions, and Common Table Expressions (CTEs). This guide not only elaborates on these essential skills but also provides practical insights and examples, empowering you to leverage SQL for more effective data analysis and decision-making. Enhance your data manipulation and analysis skills with this in-depth exploration." + }, + { + "title": "Building Your Narrative Castle: The Three Pillars of Storytelling", + "date": "10th-Feb-2024", + "link": "/blogs/the-three-pillars-of-storytelling", + "author": "rNLKJA", + "tags": ["Storytelling", "Data Analysis", "Visualisation"], + "brief": "Every captivating story needs a strong foundation, just like a magnificent castle needs a sturdy base. Forget haphazardly piled bricks – your narrative deserves more! Enter the \"Three Pillars of Storytelling\": Big Idea, 3-Minute Story, and Storyboarding. These elements, working together, will lay the groundwork for a captivating tale that keeps your audience enthralled." } ] diff --git a/public/data/blogs/the-three-pillars-of-storytelling.json b/public/data/blogs/the-three-pillars-of-storytelling.json new file mode 100644 index 0000000..4066117 --- /dev/null +++ b/public/data/blogs/the-three-pillars-of-storytelling.json @@ -0,0 +1,98 @@ +{ + "title": "Building Your Narrative Castle: The Three Pillars of Storytelling", + "author": "rNLKJA", + "date": "10th-Feb-2024", + "content": [ + { + "type": "content", + "content": "Every captivating story needs a strong foundation, just like a magnificent castle needs a sturdy base. Forget haphazardly piled bricks – your narrative deserves more! Enter the \"Three Pillars of Storytelling\": Big Idea, 3-Minute Story, and Storyboarding. These elements, working together, will lay the groundwork for a captivating tale that keeps your audience enthralled." + }, + + { + "type": "content", + "subTitle": "Pillar 1: The Big Idea - Your Narrative's Guiding Star", + "content": "Think of this as the heart of your story, the central question, conflict, or theme that ignites everything else. It's your guiding star, keeping your focus sharp and ensuring every element contributes to a resonating message." + }, + { + "type": "list", + "subTitle": "Why it matters", + "content": [ + { + "name": "Focus and coherence: ", + "content": "No more rambling! The Big Idea keeps your story on track, ensuring every scene advances the central message." + }, + { + "name": "Emotional engagement: ", + "content": "A strong Big Idea taps into universal emotions, making your story relatable and leaving a lasting impression." + } + ] + }, + { + "type": "content", + "subTitle": "The 3-Minute Story - Your Elevator Pitch Powerhouse", + "content": "Imagine condensing your entire narrative into a captivating three-minute pitch. This condensed version captures the essential plot points and character arcs, hooking your audience from the get-go." + }, + { + "type": "list", + "subTitle": "Why it matters", + "content": [ + { + "name": "Clarity and structure: ", + "content": "This exercise forces you to identify key moments and transitions, ensuring your story has a clear beginning, middle, and end." + }, + { + "name": "Pace and engagement: ", + "content": "No time for lulls here! The 3-Minute Story helps you identify any unnecessary details, keeping your audience glued to their seats." + } + ] + }, + + { + "type": "content", + "subTitle": "Pillar 3: Storyboarding - Your Visual Roadmap to Narrative Success", + "content": "Picture a comic strip showcasing your story's flow – that's essentially what storyboarding does. It outlines the scenes, characters, and key moments, providing a visual roadmap for your narrative." + }, + { + "type": "list", + "subTitle": "Why it matters", + "content": [ + { + "name": "Visualization and planning: ", + "content": "See your story come alive! Storyboarding helps you experiment with different sequences and identify potential gaps before you get stuck." + }, + { + "name": "Collaboration and communication: ", + "content": "Share your vision clearly with writers, directors, or collaborators. This visual medium helps bridge the gap between words and ideas." + } + ] + }, + + { + "type": "content", + "subTitle": "Building Your Narrative Castle", + "content": "These three pillars work in tandem, each playing a crucial role:" + }, + { + "type": "list", + "subTitle": "", + "content": [ + { + "name": "The Big Idea sparks the fire, drawing your audience in with a central message.", + "content": "" + }, + { + "name": "The 3-Minute Story ensures clarity and keeps your story focused, preventing it from meandering.", + "content": "" + }, + { + "name": "Storyboarding helps visualize the flow, allowing you to refine your structure and avoid roadblocks.", + "content": "" + } + ] + }, + { + "type": "content", + "content": "Remember, a great story is built, not born. By considering these three pillars from the outset, you'll lay a strong foundation for a narrative that stands tall and captures hearts. So, pick up your metaphorical bricks, embrace the Three Pillars, and start building your storytelling castle today!" + } + ] +}