Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/components/SponsorLogo.astro
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const logo = sponsorLogos[sponsor.id];
{
website ? (

<a href={website} aria-label={`Link to ${title}`}
<a href={website} target="_blank" aria-label={`Link to ${title}`}
>
<Image
src={logo}
Expand Down
2 changes: 1 addition & 1 deletion src/components/sponsors/sponsor-tier.astro
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const { tier, top } = Astro.props;
"grid ml-12 items-center justify-items-center",
{
"grid-cols-1 md:grid-cols-2 lg:grid-cols-3": !top,
"grid-cols-1 md:grid-cols-1": top,
"grid-cols-1 md:grid-cols-2": top,
},
]}
>
Expand Down
Binary file added src/content/sponsors/microsoft/display.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 21 additions & 0 deletions src/content/sponsors/microsoft/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
name: "Microsoft"
url: "https://www.microsoft.com"
location: "USA"
description:
"Open Source enables Microsoft products and services to bring choice,
technology and community to our customers. "
socials:
linkedin: "https://www.linkedin.com/showcase/vs-code/"
twitter: "https://x.com/code"
bluesky: "https://bsky.app/profile/visualstudio.com"
tier: Platinum
logo_padding: 10px 0px

draft: true
---

## About Microsoft

Open Source enables Microsoft products and services to bring choice, technology
and community to our customers.
35 changes: 35 additions & 0 deletions src/content/sponsors/microsoft/microsoft.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.