Skip to content

Commit 68d1373

Browse files
Add Manychat's logo (#1542)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent f26ccc7 commit 68d1373

File tree

4 files changed

+140
-1
lines changed

4 files changed

+140
-1
lines changed

src/components/SponsorLogo.astro

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ const {
2121
} = sponsor.data;
2222
2323
const logo = sponsorLogos[sponsor.id];
24-
const slug = tier==="Partners"? `/community-partners#sponsor-${sponsorId}`: tier==="Platinum" ? `/sponsor/${sponsorId}` : tier==="Media Partners" ? `/media-partners#sponsor-${sponsorId}` : tier==="Startups" ? `/startups#sponsor-${sponsorId}` : `/sponsors#sponsor-${sponsorId}`
24+
const slug = tier==="Partners"? `/community-partners#sponsor-${sponsorId}`
25+
/*: tier==="Platinum" ? `/sponsor/${sponsorId}` */
26+
: tier==="Media Partners" ? `/media-partners#sponsor-${sponsorId}` : tier==="Startups" ? `/startups#sponsor-${sponsorId}` : `/sponsors#sponsor-${sponsorId}`
2527
2628
---
2729

238 KB
Loading
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
---
2+
name: "Manychat"
3+
url: "https://careers.manychat.com/"
4+
industry: "Technology & Marketing"
5+
description:
6+
"We help businesses grow by building meaningful customer relationships,
7+
powered by a leading chat marketing platform."
8+
socials:
9+
linkedin: "https://www.linkedin.com/company/manychat"
10+
twitter: "https://x.com/Manychat_life"
11+
github:
12+
discord:
13+
youtube: "https://www.youtube.com/@manychat-engineering/"
14+
instagram: "https://www.instagram.com/manychat_life/"
15+
tier: Platinum
16+
logo_padding: 20px 10px
17+
---
18+
19+
# About Manychat
20+
21+
Manychat is a leading Chat Marketing platform. We enable businesses and creators
22+
to drive more sales and conversions on messaging apps, such as Instagram,
23+
WhatsApp, Facebook Messenger, and Telegram, using automation.
24+
25+
Trusted by over 1 million brands in 170+ countries, we're an official Meta
26+
Business Partner, backed by top investors, including Bessemer Venture Partners.
27+
28+
Our global team of 350+ people is located around international offices in
29+
Austin, Barcelona, Yerevan, São Paulo, and Amsterdam. 🌏
30+
31+
Founded in 2016, we still embrace a startup work culture — making fast
32+
decisions, setting ambitions goals, fostering open feedback and transparency. We
33+
think big and win together. 🏆
34+
35+
We value our team, offering competitive compensation and benefits, and a hybrid
36+
work model to split time between home and cozy offices.
37+
38+
We care intensely about our customers and their goals. By experimenting a lot
39+
and testing hypotheses, we continuously improve our product to help businesses
40+
grow and generate revenue on their social channels. That’s how we deliver
41+
results and dazzle our customers. ⚡️
42+
43+
🚀 Ready to make an impact in a new and fast-evolving market? Explore our job
44+
openings here on LinkedIn, or by visiting our careers page:
45+
https://careers.manychat.com/
Lines changed: 92 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)