File tree Expand file tree Collapse file tree 5 files changed +28
-1
lines changed Expand file tree Collapse file tree 5 files changed +28
-1
lines changed Original file line number Diff line number Diff 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
2425const sponsors = await getCollection (" sponsors" );
Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments