Skip to content

Commit

Permalink
tweaked wait for it . . . paddin
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher-Stevers committed Aug 3, 2023
1 parent 8e22668 commit 3636a83
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 6 deletions.
20 changes: 16 additions & 4 deletions components/Sales/drm/faq.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,26 @@ const Faq = () => {
<Heading className='pt-3 self-left w-full'>Frequently</Heading>
<Heading className='pt-3 pb-12 w-full'>asked questions</Heading>
<div>
<FaqQuestion question='How can the DRM help improve developer retention?' answer='The DRM platform improves developer retention through comprehensive interaction records, allowing DevRels to maintain and manage communication effectively. With Git analytics and real-time tracking, organizations can stay updated on developer engagement and identify potential churn. Data-driven insights from the platform enable informed decision-making, correlating DevRel efforts to positive developer responses for better resource allocation. The platform empowers organizations to strategically plan and foster growth, increasing developer retention rates.' />
<FaqQuestion
question='How can the DRM help improve developer retention?'
answer='The DRM platform improves developer retention through comprehensive interaction records, allowing DevRels to maintain and manage communication effectively. With Git analytics and real-time tracking, organizations can stay updated on developer engagement and identify potential churn. Data-driven insights from the platform enable informed decision-making, correlating DevRel efforts to positive developer responses for better resource allocation. The platform empowers organizations to strategically plan and foster growth, increasing developer retention rates.'
/>
<FaqQuestion
question="How does the DRM's metric system work to analyze developer activities and improve DevRel ROI?"
answer="The DRM's metric system analyzes developer activities through various data points. It provides insights on engagement levels, tracking changes in response to ecosystem events. The platform identifies the most active contributors in the ecosystem and detects when projects migrate to competitors. By integrating Git analytics, it preserves developers' coding interests and achievements across time, enabling effective monitoring of their contributions. The metric system also synthesizes automatic summaries from Git history, delivering regular updates to users' inboxes. With these data-driven metrics, DevRels can gain deep knowledge of developer engagement, allowing them to make informed decisions and foster growth."
/>
<FaqQuestion question='Do you have an API I can integrate with my existing CRM?' answer='We do not yet, but if you sign up for our wait list we can make that happen!' />
<FaqQuestion question='What if projects are closed source?' answer='OpenQ does not have any way to access the source code of closed source repositories' />
<FaqQuestion question='Can I import my spreadsheet or Airtable?' answer='We are working on Airtable integrations right now! This feature will be available soon.' />
<FaqQuestion
question='Do you have an API I can integrate with my existing CRM?'
answer='We do not yet, but if you sign up for our wait list we can make that happen!'
/>
<FaqQuestion
question='What if projects are closed source?'
answer='OpenQ does not have any way to access the source code of closed source repositories'
/>
<FaqQuestion
question='Can I import my spreadsheet or Airtable?'
answer='We are working on Airtable integrations right now! This feature will be available soon.'
/>
</div>
</div>
</div>
Expand Down
3 changes: 2 additions & 1 deletion components/Sales/drm/step-three-content.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ const StepThreeContent = () => {
d='M3 13.125C3 12.504 3.504 12 4.125 12h2.25c.621 0 1.125.504 1.125 1.125v6.75C7.5 20.496 6.996 21 6.375 21h-2.25A1.125 1.125 0 013 19.875v-6.75zM9.75 8.625c0-.621.504-1.125 1.125-1.125h2.25c.621 0 1.125.504 1.125 1.125v11.25c0 .621-.504 1.125-1.125 1.125h-2.25a1.125 1.125 0 01-1.125-1.125V8.625zM16.5 4.125c0-.621.504-1.125 1.125-1.125h2.25C20.496 3 21 3.504 21 4.125v15.75c0 .621-.504 1.125-1.125 1.125h-2.25a1.125 1.125 0 01-1.125-1.125V4.125z'
></path>
</svg>
Commit <span>Activity</span>
<span className='hidden sm:inline'>Commit Activity</span>
<span className='sm:hidden inline'>Commits</span>
</div>
</div>
<div className='flex-1 hidden xl:block border-b-2 py-3 focus:outline-none border-transparent hover:bg-white/[0.12]'>
Expand Down
2 changes: 1 addition & 1 deletion components/Sales/drm/step-three.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const StepThree = () => {
syndrome
</Paragraph>
</div>
<div className='relative w-full p-4 grow max-w-[800px] rounded-sm lg:rounded-lg border border-gray-300 overflow-hidden'>
<div className='relative w-full p-4 pt-2 grow max-w-[800px] rounded-sm lg:rounded-lg border border-gray-300 overflow-hidden'>
<StepThreeContent />
</div>
</div>
Expand Down

0 comments on commit 3636a83

Please sign in to comment.