Skip to content

Commit

Permalink
chore: add codazen as a sponsor (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinWu098 authored Apr 24, 2024
1 parent 3446fe8 commit d018449
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import { Section } from "app/Symbols";
import notion from "../../assets/graphics/sponsors/notion.png";
import FOF from "../../assets/graphics/sponsors/FOF.png";
import odit from "../../assets/graphics/sponsors/odit.svg";
import codazen from "../../assets/graphics/sponsors/codazen.jpg";
import balsamiq from "../../assets/graphics/sponsors/balsamiq.png";
import vgdc from "../../assets/graphics/sponsors/vgdc.png";
import ctc from "../../assets/graphics/sponsors/ctc.png";
Expand Down Expand Up @@ -44,6 +45,15 @@ const SPONSOR_DETAILS = [
tape: true,
mirrorTape: true,
},
{
id: 4,
backgroundImage: tilt_up,
link: "https://www.codazen.com/",
img: codazen,
alt: "Codazen",
tape: true,
mirrorTape: true,
},
];

const PARTNER_DETAILS = [
Expand Down

0 comments on commit d018449

Please sign in to comment.