Skip to content

Commit

Permalink
feat: expert directory (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
bajajcodes authored Jul 18, 2024
1 parent c5f056e commit 7f47b2d
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 2 deletions.
25 changes: 25 additions & 0 deletions community/community.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,28 @@
max-width: 100%; /* Allow max-width to be full width on mobile */
}
}

.card-img {
height: 200px;
object-fit: contain;
background: white; /*TODO: change color as per theme*/
}

.card-content {
display: flex;
flex-direction: column;
align-items: center;
margin-top: auto;
text-align: center;
}

.card-content > h3 {
margin: 16px 0 8px 0;
font-size: 1.5em;
text-align: center;
}

.card-content > p {
font-size: 1em;
text-align: center;
}
29 changes: 28 additions & 1 deletion community/expert-directory.mdx
Original file line number Diff line number Diff line change
@@ -1,9 +1,36 @@
---
title: "Vapi Experts"
title: "Expert Directory"
description: "Certified Voice AI Expert - Vapi"
---

Want to maximize your Voice AI? Vapi, a certified consultant, specializes in building Voice AI bots.

Whether you need help deciding what to automate or assistance in building it, Vapi Experts have proven their expertise by supporting users and creating valuable video content for the community. Find the right fit here.

<CardGroup cols={2}>
<Card href="https://malmachen.com/">
<img
className="card-img"
noZoom
src="https://malmachen.com/wp-content/uploads/2024/06/mal-machen-600-x-180-px.webp"
/>
<div className="card-content">
<h3>Malmachen</h3>
<p>
I'm Maximilian Huber, co-founder of Integraticus, an agency specializing
in full VoiceAI projects and VoiceAI consulting.
</p>
</div>
</Card>
<Card href="https://inflate.agency/">
<img
className="card-img bg:white"
noZoom
src="https://cdn.prod.website-files.com/66150d67f058b33ff02872c9/6620a7cd66604e301711d1ab_transpng-p-500.png"
/>
<div className="card-content">
<h3>INFLATE AI Automation Development Services</h3>
<p>Building voice systems for any industry from $3k USD minimum.</p>
</div>
</Card>
</CardGroup>
3 changes: 2 additions & 1 deletion mint.json
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,8 @@
"community/usecase"
]
},
"community/myvapi"
"community/myvapi",
"community/expert-directory"
]
},
{
Expand Down

0 comments on commit 7f47b2d

Please sign in to comment.