Skip to content

feat: Update features section content for better relevance #14

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 7 additions & 28 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -225,55 +225,34 @@ <h2 class="h2 section-title">We’re obsessed with growth</h2>

<section class="features" id="features">
<div class="container">

<h2 class="h2 section-title">Our team is made up of all different backgrounds from all over the world.</h2>

<p class="section-text">
Each time a digital asset is purchased or sold, Sequoir donates a percentage of the fees back into the
development of
the asset through its charitable foundation.
We bring together diverse expertise to deliver innovative solutions tailored to your business needs.
</p>

<ul class="features-list">

<li class="features-item">

<figure class="features-item-banner">
<img src="./assets/images/feature-1.png" alt="feature banner">
<img src="./assets/images/feature-1.png" alt="team collaboration">
</figure>

<div class="feature-item-content">
<h3 class="h2 item-title">Cover your everyday expenses</h3>

<h3 class="h2 item-title">Collaborative problem-solving</h3>
<p class="item-text">
Inspiration comes in many ways and you like to save everything from. sed do eiusmod tempor incididunt
ut labore et
dolore magna aliqua.
Our global team combines creativity and technical expertise to tackle challenges and deliver impactful results.
</p>
</div>

</li>

<li class="features-item">

<figure class="features-item-banner">
<img src="./assets/images/feature-2.png" alt="feature banner">
<img src="./assets/images/feature-2.png" alt="transparent pricing">
</figure>

<div class="feature-item-content">
<h3 class="h2 item-title">We offer low fees that are transparent</h3>

<h3 class="h2 item-title">Transparent and fair pricing</h3>
<p class="item-text">
Each time a digital asset is purchased or sold, Sequoir donates a percentage of the fees back into the
development of
the asset through its charitable foundation.
We believe in clear, upfront pricing with no hidden fees, ensuring you get the best value for your investment.
</p>
</div>

</li>

</ul>

</div>
</section>

Expand Down