Skip to content

Commit 9cf1dda

Browse files
Updated logos of companies
1 parent c2d8a89 commit 9cf1dda

File tree

6 files changed

+6
-5
lines changed

6 files changed

+6
-5
lines changed

src/pages/courses/index.tsx

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import Layout from "@theme/Layout";
33
import Head from "@docusaurus/Head";
44
import { motion } from "framer-motion";
55
import "./courses.css";
6+
import downloadLogo from "./images/download.png";
67

78
// Animation variants for consistent animations
89
const fadeIn = {
@@ -37,11 +38,11 @@ const techTags = [
3738
];
3839

3940
const partnerLogos = [
40-
"https://dummyimage.com/80x40/222/fff&text=Samsung",
41-
"https://dummyimage.com/80x40/333/fff&text=Oracle",
42-
"https://dummyimage.com/80x40/444/fff&text=Segment",
43-
"https://dummyimage.com/80x40/555/fff&text=Monday.com",
44-
"https://dummyimage.com/80x40/666/fff&text=Protonet",
41+
"/img/samsung.png",
42+
"/img/oracle.png",
43+
"/img/segment.png",
44+
"/img/monday.png",
45+
"/img/protonet.png",
4546
];
4647

4748
const projects = [

static/img/monday.png

2.78 KB
Loading

static/img/oracle.png

2.81 KB
Loading

static/img/protonet.png

2.88 KB
Loading

static/img/samsung.png

3.43 KB
Loading

static/img/segment.png

2.88 KB
Loading

0 commit comments

Comments
 (0)