Skip to content

Commit 82a4c01

Browse files
hyphapre-commit-ci[bot]nikoshell
authored
Ep2025 sponsor logo microsoft (#1284)
Used the same temporary blurb for MS as the one for PyCon US. Will replace with whatever they submit later. I think it doesn't look very nice to have each platinum logo in one row, so changed it to two per row. --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Niko <nikoshell20@gmail.com>
1 parent 7c6f51b commit 82a4c01

File tree

5 files changed

+58
-2
lines changed

5 files changed

+58
-2
lines changed

src/components/SponsorLogo.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ const logo = sponsorLogos[sponsor.id];
2828
{
2929
website ? (
3030

31-
<a href={website} aria-label={`Link to ${title}`}
31+
<a href={website} target="_blank" aria-label={`Link to ${title}`}
3232
>
3333
<Image
3434
src={logo}

src/components/sponsors/sponsor-tier.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const { tier, top } = Astro.props;
2929
"grid ml-12 items-center justify-items-center",
3030
{
3131
"grid-cols-1 md:grid-cols-2 lg:grid-cols-3": !top,
32-
"grid-cols-1 md:grid-cols-1": top,
32+
"grid-cols-1 md:grid-cols-2": top,
3333
},
3434
]}
3535
>
461 KB
Loading
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
name: "Microsoft"
3+
url: "https://www.microsoft.com"
4+
location: "USA"
5+
description:
6+
"Open Source enables Microsoft products and services to bring choice,
7+
technology and community to our customers. "
8+
socials:
9+
linkedin: "https://www.linkedin.com/showcase/vs-code/"
10+
twitter: "https://x.com/code"
11+
bluesky: "https://bsky.app/profile/visualstudio.com"
12+
tier: Platinum
13+
logo_padding: 10px 0px
14+
15+
draft: true
16+
---
17+
18+
## About Microsoft
19+
20+
Open Source enables Microsoft products and services to bring choice, technology
21+
and community to our customers.
Lines changed: 35 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)