Skip to content

Commit

Permalink
next pass on faq page; adds content
Browse files Browse the repository at this point in the history
  • Loading branch information
dylancoots-mwi committed Jul 31, 2024
1 parent 4f33765 commit 7fbf493
Show file tree
Hide file tree
Showing 6 changed files with 89 additions and 2 deletions.
8 changes: 8 additions & 0 deletions public/images/icons/faq-engineering.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions public/images/icons/faq-marketing.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions public/images/icons/faq-pm.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions public/images/icons/faq-sales.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions public/images/icons/faq-support.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
62 changes: 60 additions & 2 deletions src/pages/faq.astro
Original file line number Diff line number Diff line change
Expand Up @@ -100,15 +100,73 @@ import Collapse from '../components/Collapse.astro';
collapseID="collapse-3"
>
<div class="relative flex flex-wrap pb-[3rem]">
Test 3
Fair Source provides many of the same benefits for companies as Open Source, by helping to foster an engaged developer community around your software products.
In “The sodSingle-Vendor Commercial Open Source Business Model,, Professor Dirk Riehle of the University of Erlangen has identified the following benefits of such a community, by business function:
</div>
<div class="w-full flex flex-wrap py-[3rem] items-center">
<div class="w-12/12 lg:w-1/3 lg:pr-[0.75rem]">
<div class="border border-borderGray rounded-small p-[2rem] flex flex-wrap items-center">
<div class="w-12/12 lg:w-1/6">
<img src="/images/icons/faq-sales.svg" alt="sales"/>
</div>
<div class="pl-[1.5rem] w-12/12 lg:w-5/6">
<h3>Sales</h3>
<p>More and easier sales due to customer-side champions.</p>
</div>
</div>
</div>
<div class="w-12/12 lg:w-1/3 lg:pl-[0.75rem]">
<div class="border border-borderGray rounded-small p-[2rem] flex flex-wrap items-center">
<div class="w-12/12 lg:w-1/6">
<img src="/images/icons/faq-marketing.svg" alt="marketing" />
</div>
<div class="pl-[1.5rem] w-12/12 lg:w-5/6">
<h3>Marketing</h3>
<p>Effective and cheaper marketing through engaged community.</p>
</div>
</div>
</div>
<div class="w-12/12 lg:w-1/3 lg:pl-[0.75rem]">
<div class="border border-borderGray rounded-small p-[2rem] flex flex-wrap items-center">
<div class="w-12/12 lg:w-1/6">
<img src="/images/icons/faq-pm.svg" alt="product management" />
</div>
<div class="pl-[1.5rem] w-12/12 lg:w-5/6">
<h3>Product Management</h3>
<p>Superior product thanks to broad and deep user innovation.</p>
</div>
</div>
</div>
<div class="w-12/12 lg:w-1/3 lg:pl-[0.75rem]">
<div class="border border-borderGray rounded-small p-[2rem] flex flex-wrap items-center">
<div class="w-12/12 lg:w-1/6">
<img src="/images/icons/faq-engineering.svg" alt="engineering" />
</div>
<div class="pl-[1.5rem] w-12/12 lg:w-5/6">
<h3>Engineering</h3>
<p>Faster development with immediate community feedback.</p>
</div>
</div>
</div>
<div class="w-12/12 lg:w-1/3 lg:pl-[0.75rem]">
<div class="border border-borderGray rounded-small p-[2rem] flex flex-wrap items-center">
<div class="w-12/12 lg:w-1/6">
<img src="/images/icons/faq-support.svg" alt="support" />
</div>
<div class="pl-[1.5rem] w-12/12 lg:w-5/6">
<h3>Support</h3>
<p>Lower support costs thanks to self-supporting user community.</p>
</div>
</div>
</div>
</div>
</Collapse>
<Collapse
title="How do I adopt Fair Source?"
collapseID="collapse-4"
>
<div class="relative flex flex-wrap pb-[3rem]">
Test 3
The basic steps to adopt Fair Source are to plan for community engagement, to audit and publish your source code, and to announce that you are now Fair Source. For more details read our guide, The Single-Vendor Commercial Open Source Business Model
</div>
</Collapse>
<Collapse
Expand Down

0 comments on commit 7fbf493

Please sign in to comment.