diff --git a/src/assets/home/company/google.svg b/src/assets/home/company/google.svg index 2370bd6c..776862d1 100644 --- a/src/assets/home/company/google.svg +++ b/src/assets/home/company/google.svg @@ -1,8 +1,18 @@ - - - - - - - + + + + + + + + + + + + + + + + diff --git a/src/content/courses/dsa.js b/src/content/courses/dsa.js index c8649b3b..4ddf237e 100644 --- a/src/content/courses/dsa.js +++ b/src/content/courses/dsa.js @@ -12,7 +12,7 @@ const DsaPageContent = { videoLink: 'https://www.youtube.com/embed/rZ41y93P2Qo', buttons: [ { - name: 'Notes & Assigment', + name: 'Notes & Assignments', href: 'https://github.com/kunal-kushwaha/DSA-Bootcamp-Java', }, { @@ -94,9 +94,9 @@ const DsaPageContent = { 'Introduction, Maze problems, N-queens, N-knights, sudoku solver.', }, { - title: 'Object oriented programming', + title: 'Object Oriented Programming', description: - 'Introduction, classes, objects, this, properties, overloading, overriding, static, packages, access control, interfaces, abstract classes, annotations, singleton class, keywords, Object class, generics, expection handling, Vector class, Collections framework, lmabda expressions, enums.', + 'Introduction, classes, objects, this keyword, properties, overloading, overriding, static, packages, access control, interfaces, abstract classes, annotations, singleton class, keywords, object class, generics, exception handling, vector class, collections framework, lambda expressions, enums.', }, { title: 'Stacks and Queues', @@ -114,9 +114,9 @@ const DsaPageContent = { "Introduction, BFS, DFS, components, minimum spanning trees, Kruskal, Prims, Dijkstra's shortest path, topological sort, Bellman ford, A* pathfinding.", }, { - title: 'Additonal topics', + title: 'Additional topics', description: - "Greedy algorithms, tries, sliding window, two pointer, kadane's algorithm, and more!", + "Greedy algorithms, trees, sliding window, two pointer, Kadane's algorithm, and more!", }, ], tweetId: [ diff --git a/src/content/courses/opensource.js b/src/content/courses/opensource.js index a7318e61..11d5c0a1 100644 --- a/src/content/courses/opensource.js +++ b/src/content/courses/opensource.js @@ -125,7 +125,7 @@ const OpenSourcePageContent = { }, { title: - 'There will be a blogging challenge will be running along with this and win exciting prices.', + 'There will be a blogging challenge along with this where you can win exciting prizes.', link: { title: 'Blogging challenges', href: '/events/hashnode', diff --git a/src/pages/OpenSourceCoursePage.jsx b/src/pages/OpenSourceCoursePage.jsx index 6859db43..45b07da3 100644 --- a/src/pages/OpenSourceCoursePage.jsx +++ b/src/pages/OpenSourceCoursePage.jsx @@ -203,7 +203,7 @@ const OpenSourcePage = ({ content }) => { > blogging challenge {' '} - running along with this, and you can win exciting prizes. + along with this where you can win exciting prizes.