Skip to content

Commit 77ff16b

Browse files
committed
added Sass, removed profile, added coffee
1 parent 423c3d3 commit 77ff16b

File tree

14 files changed

+1267
-829
lines changed

14 files changed

+1267
-829
lines changed

data.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -91,16 +91,16 @@
9191
'description': 'Get started with Java and object-oriented programming for building robust applications.'
9292
}
9393

94-
CSharp = {
95-
'courseName': 'C#',#used on search results
96-
'name': 'C# Essentials',
97-
'logo': 'csharp-plain',
94+
Cplusplus = {
95+
'courseName': 'C++',#used on search results
96+
'name': 'C++ Essentials',
97+
'logo': 'cplusplus-plain',
9898
'difficulty': 'Beginner',
9999
'duration': '2 weeks',
100100
'rating': '4.5',
101101
'price': '$15',
102102
'imageName': 'popular-02.jpg',
103-
'description': 'Introduction to C# programming language and its applications in various domains.'
103+
'description': 'Introduction to C++ programming language and its applications in various domains.'
104104
}
105105
Django = {
106106
'courseName': 'Django',#used on search results

menuData.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
all = [
99
data.Java, #lecture added
10-
data.CSharp,
10+
data.Cplusplus,
1111
data.ReactJS, #lecture added
1212
data.ML, #lecture added
1313
data.JavaScript,#lecture added

routes/browse_routes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# Map the course_name parameter to the corresponding course data using a dictionary
88
course_mapping = {
99
'Java': data.Java,
10-
'CSharp': data.CSharp,
10+
'C++': data.Cplusplus,
1111
'ReactJS': data.ReactJS,
1212
'ML+AI': data.ML,
1313
'JavaScript': data.JavaScript,
23.8 KB
Loading
318 KB
Loading

0 commit comments

Comments
 (0)