Skip to content

Commit 655415c

Browse files
committed
Add media partners
1 parent b935cc8 commit 655415c

File tree

5 files changed

+28
-1
lines changed

5 files changed

+28
-1
lines changed

public/overviewbg.png

328 KB
Loading

src/components/sponsors/sponsors.astro

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ const tiers = [
1818
"Patron",
1919
"Financial Aid",
2020
"Supporters",
21-
"Partners"
21+
"Partners",
22+
"Media Partners"
2223
] as const;
2324
2425
const sponsors = await getCollection("sponsors");
26 KB
Loading
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
name: CultRepo
3+
url: http://www.arm.com
4+
description:
5+
Born more than 30 years ago with the goal of designing a computer intended to
6+
run on a battery, Arm has become a global compute platform delivering advanced
7+
solutions that allow the world’s leading technology companies to unleash the
8+
unprecedented experiences and capabilities of AI.
9+
socials:
10+
linkedin: https://www.linkedin.com/company/arm/
11+
twitter: https://x.com/Arm
12+
facebook: https://www.facebook.com/Arm
13+
instagram: https://www.instagram.com/Arm/
14+
youtube: https://www.youtube.com/@arm/
15+
16+
tier: Media Partners
17+
logo_padding: "0"
18+
---
19+
20+
# About Arm
21+
22+
Born more than 30 years ago with the goal of designing a computer intended to
23+
run on a battery, Arm has become a global compute platform delivering advanced
24+
solutions that allow the world’s leading technology companies to unleash the
25+
unprecedented experiences and capabilities of AI.

src/pages/sponsors.astro

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ const tiers = [
2020
"Financial Aid",
2121
"Supporters",
2222
"Partners",
23+
"Media Partners",
2324
] as const;
2425
2526
// Group sponsors by their tier

0 commit comments

Comments
 (0)