Skip to content

Commit 27670fd

Browse files
committed
add remaining sponsors, switch autodesk logo to one that takes up less space horizontally
1 parent 3c56220 commit 27670fd

5 files changed

Lines changed: 4 additions & 1 deletion

File tree

30.2 KB
Loading
106 KB
Loading
197 KB
Loading
6.04 KB
Loading

landing/index.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,13 @@
22
const CALENDAR_MINIMUM_WIDTH = 850; // I found this number by shrinking the page until the calendar seemed too dificult to read
33

44
const sponsors = [
5-
{ name: "Autodesk", url: "https://www.autodesk.com/", logo: "/assets/main/sponsors/autodesk-logo.svg" },
5+
{ name: "Autodesk", url: "https://www.autodesk.com/", logo: "/assets/main/sponsors/autodesk-logo.png" },
66
{ name: "TE Connectivity", url: "https://www.te.com/", logo: "/assets/main/sponsors/te-connectivity-logo.svg" },
77
{ name: "Intel", url: "https://www.intel.com/", logo: "/assets/main/sponsors/intel-logo.svg" },
88
{ name: "Lam Research", url: "https://www.lamresearch.com/", logo: "/assets/main/sponsors/lam-research-logo.svg" },
9+
{ name: "West3D", url: "https://west3d.com/", logo: "/assets/main/sponsors/west3d-logo.png" },
10+
{ name: "Oregon Robotics Tournament & Outreach Program", url: "https://ortop.org/", logo: "/assets/main/sponsors/ortop-logo.png" },
11+
{ name: "FIRST Washington", url: "https://firstwa.org/", logo: "/assets/main/sponsors/firstwa-logo.png" },
912
]
1013

1114
function showhide() {

0 commit comments

Comments
 (0)