Skip to content

Commit

Permalink
add md to html feature for courseData
Browse files Browse the repository at this point in the history
  • Loading branch information
devsdenepal committed Sep 25, 2024
1 parent 988f98a commit 8553d4f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/components/courseData.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const courses = {
description: 'Learn how to use Cloudflare to enhance website performance and security.',
ytb_vid: 'C7bHn1ZZCXI',
content: `
In# This course, you will learn:
\n# This course, you will learn:
\n- DNS management
\n- Cloudflare CDN
\n- DDoS protection
Expand Down Expand Up @@ -185,7 +185,7 @@ const courses = {
description: 'Learn about effective indexing strategies for databases.',
ytb_vid: 'C7bHn1ZZCXI',
content: `
In# This course, you will learn:
\n# This course, you will learn:
\n- Types of indexing methods
\n- Implementing indexing in databases
\n- Optimizing queries with indexing
Expand Down Expand Up @@ -276,7 +276,7 @@ const courses = {
description: 'Create RESTful APIs using Flask in Python.',
ytb_vid: 'C7bHn1ZZCXI',
content: `
In# This course, you will learn:
\n# This course, you will learn:
\n- Setting up Flask environment
\n- Creating routes and handling requests
\n- Integrating with databases
Expand Down Expand Up @@ -341,7 +341,7 @@ const courses = {
description: 'Learn the basics of containerization using Docker.',
ytb_vid: 'C7bHn1ZZCXI',
content: `
In# This course, you will learn:
\n# This course, you will learn:
\n- Setting up Docker environment
\n- Building and running containers
\n- Managing container orchestration
Expand Down Expand Up @@ -425,7 +425,7 @@ const courses = {
\n- Designing immersive user experiences
`,
},
'course 33: introduction to programming': {
'course 33: introduction to programming': {
title: 'Course 33: Introduction to Programming',
author: 'Dev Gautam Kumar',
image: 'https://dummyimage.com/600x400/FF9800/fff&text=Programming+Basics', // Orange for creativity
Expand All @@ -437,6 +437,6 @@ const courses = {
\n- Writing your first code in Python
\n- Problem-solving strategies
`,
},
},
};
export default courses;

0 comments on commit 8553d4f

Please sign in to comment.