Skip to content
This repository has been archived by the owner on Sep 7, 2024. It is now read-only.

Commit

Permalink
Add new changes to home and course page
Browse files Browse the repository at this point in the history
  • Loading branch information
Susmita-Dey committed Sep 8, 2023
1 parent 6fba835 commit 799a683
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 3 deletions.
12 changes: 12 additions & 0 deletions src/assets/home/company/blackrock.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions src/components/PageComp/HomePage/Work.jsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import Adobe from '@/assets/home/company/adobe.svg';
import Amazon from '@/assets/home/company/amazon.svg';
import BlackRock from '@/assets/home/company/blackrock.svg';
import Cisco from '@/assets/home/company/cisco.svg';
import Clicklabs from '@/assets/home/company/clicklabs.svg';
import Google from '@/assets/home/company/google.svg';
Expand Down Expand Up @@ -60,6 +61,11 @@ const companies = [
name: 'towerResearch',
img_url: towerResearch,
},
{
id: 11,
name: 'BlackRock',
img_url: BlackRock,
},
];

const Work = () => {
Expand Down
1 change: 0 additions & 1 deletion src/content/courses/devops.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ const DevopsPageContent = {
],
tweetId: [
'1620824479395090435',
'1620081639199244288',
'1620489706994806785',
'1620828035804184579',
'1617535692497883138',
Expand Down
3 changes: 1 addition & 2 deletions src/content/courses/gitGithub.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const GitGithubPageContent = {
videoLink: 'https://www.youtube.com/embed/apGV9Kg7ics',
buttons: [
{
name: 'Playlist',
name: 'Lecture',
href: 'https://www.youtube.com/watch?v=apGV9Kg7ics',
},
],
Expand Down Expand Up @@ -70,7 +70,6 @@ const GitGithubPageContent = {
],
tweetId: [
'1620824479395090435',
'1620081639199244288',
'1620489706994806785',
'1620828035804184579',
'1617535692497883138',
Expand Down

0 comments on commit 799a683

Please sign in to comment.