From 7d6db73f932828850ccc16b53d65948ca725017e Mon Sep 17 00:00:00 2001 From: sohumvenkatadri7 Date: Sat, 11 Oct 2025 00:39:20 +0530 Subject: [PATCH 1/4] Fixed all the hyperlink errors and redirected all the links to open their respective markdown files in the folders --- docs/Technical/index.md | 6 ++++++ src/components/faqs/faqs.tsx | 31 ++++++++++++++----------------- 2 files changed, 20 insertions(+), 17 deletions(-) create mode 100644 docs/Technical/index.md diff --git a/docs/Technical/index.md b/docs/Technical/index.md new file mode 100644 index 00000000..3cd25016 --- /dev/null +++ b/docs/Technical/index.md @@ -0,0 +1,6 @@ +# Technical + +This section is coming soon. + +We're preparing technical resources, guides, and reference materials for the project. Check back soon for documentation on architecture, tools, and implementation details. +Stay Tuned!! \ No newline at end of file diff --git a/src/components/faqs/faqs.tsx b/src/components/faqs/faqs.tsx index 4d0b3a99..1c820870 100644 --- a/src/components/faqs/faqs.tsx +++ b/src/components/faqs/faqs.tsx @@ -22,7 +22,7 @@ const faqData = [ { question: "What all resources are available here?", answer: - "We offer a comprehensive range of learning resources across multiple technologies:

Currently Available:
• 🐍 Python Tutorials - From basics to advanced concepts
• 🗄️ SQL Resources - Database management and queries
• 🐙 GitHub Guides - Version control and collaboration
• 📮 Postman API Testing
• ⚛️ Next.js Development

Coming Soon: Advanced data tools tutorials, cloud technologies, and more!", + "We offer a comprehensive range of learning resources across multiple technologies:

Currently Available:
• 🐍 Python Tutorials - From basics to advanced concepts
• 🗄️ SQL Resources - Database management and queries
• 🐙 GitHub Guides - Version control and collaboration
• 📮 Postman API Testing
• ⚛️ Next.js Development

Coming Soon: Advanced data tools tutorials, cloud technologies, and more!", }, { question: "How can I contribute as a beginner?", @@ -35,8 +35,7 @@ const faqData = [ "We offer earning opportunities through our GitHub sponsorship program! Every week, we sponsor contributors who make valuable open-source contributions.

Sponsorship Details:
• Weekly sponsorship program
• Earning range: ₹100 to ₹500 per week
• Based on contribution quality and impact
• Open to all community members

How to Qualify:
• Make meaningful contributions to our projects
• Follow contribution guidelines
• Engage with the community

💰 Learn more about GitHub Sponsorship | 🚀 Start contributing today", }, { - question: - "How will I stay up to date with the latest news from this organisation?", + question: "How will I stay up to date with the latest news from this organisation?", answer: "Stay connected with recode hive through multiple channels to never miss important updates:

📧 Newsletter: Our primary communication channel providing weekly updates on community happenings, new resources, and opportunities.

Social Media:
• 📱 Instagram - Visual updates and behind-the-scenes
• 🐦 Twitter - Quick updates and tech insights
• 💼 LinkedIn - Professional updates
• 🎥 YouTube - Video tutorials and content

📬 Subscribe to our Newsletter | 💬 Join our Discord", }, @@ -80,12 +79,12 @@ const FAQs: React.FC = () => {

- {/* Accordion Masonry Columns to prevent sibling expansion */} -
+ {/* Accordion Masonry Columns to prevent sibling expansion */} +
{faqData.map((faq, index) => ( { isDark ? "text-gray-300" : "text-gray-900" }`} style={{ - color: isDark ? "#d1d5db" : "#111827", + color: isDark ? '#d1d5db' : '#111827' }} - dangerouslySetInnerHTML={{ - __html: faq.answer - .replace( - //g, - ``, - ) - .replace( - //g, + `` + ).replace( + / From 8c3cc9f1b65f62740146b365a933a8665271d4c4 Mon Sep 17 00:00:00 2001 From: sohumvenkatadri7 Date: Sun, 12 Oct 2025 00:35:13 +0530 Subject: [PATCH 2/4] Revert "Fixed all the hyperlink errors and redirected all the links to open their respective markdown files in the folders" This reverts commit 7d6db73f932828850ccc16b53d65948ca725017e. --- docs/Technical/index.md | 6 ------ src/components/faqs/faqs.tsx | 31 +++++++++++++++++-------------- 2 files changed, 17 insertions(+), 20 deletions(-) delete mode 100644 docs/Technical/index.md diff --git a/docs/Technical/index.md b/docs/Technical/index.md deleted file mode 100644 index 3cd25016..00000000 --- a/docs/Technical/index.md +++ /dev/null @@ -1,6 +0,0 @@ -# Technical - -This section is coming soon. - -We're preparing technical resources, guides, and reference materials for the project. Check back soon for documentation on architecture, tools, and implementation details. -Stay Tuned!! \ No newline at end of file diff --git a/src/components/faqs/faqs.tsx b/src/components/faqs/faqs.tsx index 1c820870..4d0b3a99 100644 --- a/src/components/faqs/faqs.tsx +++ b/src/components/faqs/faqs.tsx @@ -22,7 +22,7 @@ const faqData = [ { question: "What all resources are available here?", answer: - "We offer a comprehensive range of learning resources across multiple technologies:

Currently Available:
• 🐍
Python Tutorials - From basics to advanced concepts
• 🗄️ SQL Resources - Database management and queries
• 🐙 GitHub Guides - Version control and collaboration
• 📮 Postman API Testing
• ⚛️ Next.js Development

Coming Soon: Advanced data tools tutorials, cloud technologies, and more!", + "We offer a comprehensive range of learning resources across multiple technologies:

Currently Available:
• 🐍 Python Tutorials - From basics to advanced concepts
• 🗄️ SQL Resources - Database management and queries
• 🐙 GitHub Guides - Version control and collaboration
• 📮 Postman API Testing
• ⚛️ Next.js Development

Coming Soon: Advanced data tools tutorials, cloud technologies, and more!", }, { question: "How can I contribute as a beginner?", @@ -35,7 +35,8 @@ const faqData = [ "We offer earning opportunities through our GitHub sponsorship program! Every week, we sponsor contributors who make valuable open-source contributions.

Sponsorship Details:
• Weekly sponsorship program
• Earning range: ₹100 to ₹500 per week
• Based on contribution quality and impact
• Open to all community members

How to Qualify:
• Make meaningful contributions to our projects
• Follow contribution guidelines
• Engage with the community

💰 Learn more about GitHub Sponsorship | 🚀 Start contributing today", }, { - question: "How will I stay up to date with the latest news from this organisation?", + question: + "How will I stay up to date with the latest news from this organisation?", answer: "Stay connected with recode hive through multiple channels to never miss important updates:

📧 Newsletter: Our primary communication channel providing weekly updates on community happenings, new resources, and opportunities.

Social Media:
• 📱 Instagram - Visual updates and behind-the-scenes
• 🐦 Twitter - Quick updates and tech insights
• 💼 LinkedIn - Professional updates
• 🎥 YouTube - Video tutorials and content

📬 Subscribe to our Newsletter | 💬 Join our Discord", }, @@ -79,12 +80,12 @@ const FAQs: React.FC = () => {

- {/* Accordion Masonry Columns to prevent sibling expansion */} -
+ {/* Accordion Masonry Columns to prevent sibling expansion */} +
{faqData.map((faq, index) => ( { isDark ? "text-gray-300" : "text-gray-900" }`} style={{ - color: isDark ? '#d1d5db' : '#111827' + color: isDark ? "#d1d5db" : "#111827", }} - dangerouslySetInnerHTML={{ - __html: faq.answer.replace( - //g, - `` - ).replace( - //g, + ``, + ) + .replace( + / From a9b3ca3b0b06c9f4551226a269887a2dcb54562e Mon Sep 17 00:00:00 2001 From: sohumvenkatadri7 Date: Sun, 12 Oct 2025 01:45:04 +0530 Subject: [PATCH 3/4] Fixed all the hyperlinks of sql, Github, , Nextjs and etc. Also added an index.md file for Postman API testing folder. --- docs/Technical/index.md | 7 +++++++ src/components/faqs/faqs.tsx | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 docs/Technical/index.md diff --git a/docs/Technical/index.md b/docs/Technical/index.md new file mode 100644 index 00000000..6c116e54 --- /dev/null +++ b/docs/Technical/index.md @@ -0,0 +1,7 @@ +# Technical + +This section is coming soon. + +We're preparing technical resources, guides, and reference materials for the project. Check back soon for documentation on architecture, tools, and implementation details. + +If you need specific content added now (tutorials, API docs, or examples), tell me what to include. \ No newline at end of file diff --git a/src/components/faqs/faqs.tsx b/src/components/faqs/faqs.tsx index 4d0b3a99..8fdcf171 100644 --- a/src/components/faqs/faqs.tsx +++ b/src/components/faqs/faqs.tsx @@ -22,7 +22,7 @@ const faqData = [ { question: "What all resources are available here?", answer: - "We offer a comprehensive range of learning resources across multiple technologies:

Currently Available:
• 🐍
Python Tutorials - From basics to advanced concepts
• 🗄️ SQL Resources - Database management and queries
• 🐙 GitHub Guides - Version control and collaboration
• 📮 Postman API Testing
• ⚛️ Next.js Development

Coming Soon: Advanced data tools tutorials, cloud technologies, and more!", + "We offer a comprehensive range of learning resources across multiple technologies:

Currently Available:
• 🐍 Python Tutorials - From basics to advanced concepts
• 🗄️ SQL Resources - Database management and queries
• 🐙 GitHub Guides - Version control and collaboration
• 📮 Postman API Testing
• ⚛️ Next.js Development

Coming Soon: Advanced data tools tutorials, cloud technologies, and more!", }, { question: "How can I contribute as a beginner?", From 2f44ad86f58468cc2cfb06a46b6383bf9d514611 Mon Sep 17 00:00:00 2001 From: sohumvenkatadri7 Date: Sun, 12 Oct 2025 02:35:46 +0530 Subject: [PATCH 4/4] Changed the link( doc/Technical/index)to (doc/Technical). --- src/components/faqs/faqs.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/faqs/faqs.tsx b/src/components/faqs/faqs.tsx index 8fdcf171..d5ffc206 100644 --- a/src/components/faqs/faqs.tsx +++ b/src/components/faqs/faqs.tsx @@ -22,7 +22,7 @@ const faqData = [ { question: "What all resources are available here?", answer: - "We offer a comprehensive range of learning resources across multiple technologies:

Currently Available:
• 🐍 Python Tutorials - From basics to advanced concepts
• 🗄️ SQL Resources - Database management and queries
• 🐙 GitHub Guides - Version control and collaboration
• 📮 Postman API Testing
• ⚛️ Next.js Development

Coming Soon: Advanced data tools tutorials, cloud technologies, and more!", + "We offer a comprehensive range of learning resources across multiple technologies:

Currently Available:
• 🐍 Python Tutorials - From basics to advanced concepts
• 🗄️ SQL Resources - Database management and queries
• 🐙 GitHub Guides - Version control and collaboration
• 📮 Postman API Testing
• ⚛️ Next.js Development

Coming Soon: Advanced data tools tutorials, cloud technologies, and more!", }, { question: "How can I contribute as a beginner?",