From 7f47b2daf534126d1daa691aa5d3889a6fc7d79b Mon Sep 17 00:00:00 2001 From: shubhambajaj Date: Thu, 18 Jul 2024 20:22:10 +0530 Subject: [PATCH] feat: expert directory (#108) --- community/community.css | 25 +++++++++++++++++++++++++ community/expert-directory.mdx | 29 ++++++++++++++++++++++++++++- mint.json | 3 ++- 3 files changed, 55 insertions(+), 2 deletions(-) diff --git a/community/community.css b/community/community.css index 73ba404..a743783 100644 --- a/community/community.css +++ b/community/community.css @@ -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; +} diff --git a/community/expert-directory.mdx b/community/expert-directory.mdx index 1a9a59d..2760928 100644 --- a/community/expert-directory.mdx +++ b/community/expert-directory.mdx @@ -1,5 +1,5 @@ --- -title: "Vapi Experts" +title: "Expert Directory" description: "Certified Voice AI Expert - Vapi" --- @@ -7,3 +7,30 @@ Want to maximize your Voice AI? Vapi, a certified consultant, specializes in bui 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. + + + +
+

Malmachen

+

+ I'm Maximilian Huber, co-founder of Integraticus, an agency specializing + in full VoiceAI projects and VoiceAI consulting. +

+
+
+ + +
+

INFLATE AI Automation Development Services

+

Building voice systems for any industry from $3k USD minimum.

+
+
+
diff --git a/mint.json b/mint.json index 6ac505d..5b4fc31 100644 --- a/mint.json +++ b/mint.json @@ -239,7 +239,8 @@ "community/usecase" ] }, - "community/myvapi" + "community/myvapi", + "community/expert-directory" ] }, {