Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions src/pages/courses/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import Layout from "@theme/Layout";
import Head from "@docusaurus/Head";
import { motion } from "framer-motion";
import "./courses.css";
import downloadLogo from "./images/download.png";

// Animation variants for consistent animations
const fadeIn = {
Expand Down Expand Up @@ -37,11 +38,11 @@ const techTags = [
];

const partnerLogos = [
"https://dummyimage.com/80x40/222/fff&text=Samsung",
"https://dummyimage.com/80x40/333/fff&text=Oracle",
"https://dummyimage.com/80x40/444/fff&text=Segment",
"https://dummyimage.com/80x40/555/fff&text=Monday.com",
"https://dummyimage.com/80x40/666/fff&text=Protonet",
"/img/samsung.png",
"/img/oracle.png",
"/img/segment.png",
"/img/monday.png",
"/img/protonet.png",
];

const projects = [
Expand Down
Binary file added static/img/monday.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/oracle.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/protonet.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/samsung.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/segment.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading