diff --git a/src/components/SponsorLogo.astro b/src/components/SponsorLogo.astro index c3c12c8d5..7b21873ec 100644 --- a/src/components/SponsorLogo.astro +++ b/src/components/SponsorLogo.astro @@ -18,6 +18,7 @@ const { tier, event_name, logo_padding = false, + logo_max_width, } = sponsor.data; const logo = sponsorLogos[sponsor.id]; @@ -39,8 +40,8 @@ const slug = tier==="Partners"? `/community-partners#sponsor-${sponsorId}` {`${title} + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/content/sponsors/activecampaign/index.md b/src/content/sponsors/activecampaign/index.md new file mode 100644 index 000000000..48c39bb9d --- /dev/null +++ b/src/content/sponsors/activecampaign/index.md @@ -0,0 +1,23 @@ +--- +name: ActiveCampaign +url: https://www.activecampaign.com/ +location: "US" +industry: "Software & Marketing" +description: + ActiveCampaign is the AI-first autonomous marketing platform built to + transform how marketers, agencies, and entrepreneurs work. Use Active + Intelligence to power goal-aware automations and orchestrate AI agents to + uncover deep performance insights and deliver cross-channel campaigns without + the heavy lifting. + +socials: + linkedin: https://www.linkedin.com/company/activecampaign/ + twitter: https://x.com/ActiveCampaign + facebook: https://www.activecampaign.com/ + instagram: https://www.instagram.com/activecampaign + youtube: https://www.youtube.com/@ActiveCampaign + +tier: Gold + +logo_max_width: 400px +---