Skip to content

Commit

Permalink
fix testamonial section and update latest blog
Browse files Browse the repository at this point in the history
  • Loading branch information
frozenbanana committed Sep 20, 2024
1 parent d70af54 commit 1e20048
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ <h2>MetaProvide Introduction Video</h2>
<section class="testimonials-section">
<h2>Our Testimonials</h2>
<div class="gap-36 max-w-content two-columns">
<div class="flex-row nowrap align-center gap-36 mobile-flex-column">
<div class="flex-row flex-nowrap align-center gap-36 mobile-flex-column">
<img class="testamonial-image" src="assets/images/Viktor.png" alt="#">
<div class="flex-column mb-16">
<h4>Viktor Tron - Founder and Team Lead at Ethereum Swarm</h4>
Expand All @@ -135,7 +135,7 @@ <h4>Viktor Tron - Founder and Team Lead at Ethereum Swarm</h4>
</quote>
</div>
</div>
<div class="flex-row nowrap align-center gap-36 mobile-flex-column">
<div class="flex-row flex-nowrap align-center gap-36 mobile-flex-column">
<img class="testamonial-image" src="assets/images/gregor.png" alt="#">
<div class="flex-column mb-16">
<h4>Gregor Žavcer - Director Swarm Foundation</h4>
Expand All @@ -145,7 +145,7 @@ <h4>Gregor Žavcer - Director Swarm Foundation</h4>
development services."</quote>
</div>
</div>
<div class="flex-row nowrap align-center gap-36 mobile-flex-column">
<div class="flex-row flex-nowrap align-center gap-36 mobile-flex-column">
<img class="testamonial-image" src="assets/images/henry.png" alt="Henry Bergstrom">
<div class="flex-column mb-16">
<h4>Henry Bergström - Tech Lead at MetaProvide</h4>
Expand All @@ -156,7 +156,7 @@ <h4>Henry Bergström - Tech Lead at MetaProvide</h4>
</div>
</div>

<div class="flex-row nowrap align-center gap-36 mobile-flex-column">
<div class="flex-row flex-nowrap align-center gap-36 mobile-flex-column">
<img class="testamonial-image" src="assets/images/Mirco.png" alt="Mirko Da Corte">
<div class="flex-column">
<h4>Mirko Da Corte - CEO at Etherna</h4>
Expand All @@ -165,7 +165,7 @@ <h4>Mirko Da Corte - CEO at Etherna</h4>
</div>
</div>

<div class="flex-row nowrap align-center gap-36 mobile-flex-column">
<div class="flex-row flex-nowrap align-center gap-36 mobile-flex-column">
<img class="testamonial-image" src="assets/images/matheuw.png" alt="Matthew McArthur">
<div class="flex-column">
<h4>Matthew McArthur - Mindful Design</h4>
Expand All @@ -175,15 +175,15 @@ <h4>Matthew McArthur - Mindful Design</h4>
</div>
</div>

<div class="flex-row nowrap align-center gap-36 mobile-flex-column">
<div class="flex-row flex-nowrap align-center gap-36 mobile-flex-column">
<img class="testamonial-image" src="assets/images/Michal Matlon.png" alt="Michal Matlon">
<div class="flex-column">
<h4>Michal Matlon - theLivingCore</h4>
<quote>"A brave attempt at decentralizing organizational software suites!”</quote>
</div>
</div>

<div class="flex-row nowrap align-center gap-36 mobile-flex-column">
<div class="flex-row flex-nowrap align-center gap-36 mobile-flex-column">
<img class="testamonial-image" src="assets/images/aleksandr.png" alt="Alexandr Shedogubov">
<div class="flex-column mb-16">
<h4>Alexandr Shedogubov - Envelop</h4>
Expand All @@ -192,7 +192,7 @@ <h4>Alexandr Shedogubov - Envelop</h4>
</div>
</div>

<div class="flex-row nowrap align-center gap-36 mobile-flex-column">
<div class="flex-row flex-nowrap align-center gap-36 mobile-flex-column">
<img class="testamonial-image" src="assets/images/Philippe Perou.png" alt="Philippe Perou">
<div class="flex-column">
<h4>Philippe Perou - Kredeum</h4>
Expand Down Expand Up @@ -230,6 +230,13 @@ <h2>What is Swarm / Swarm Partners</h2>
<section class="blogs-section">
<h2>Latest Blogs</h2>
<div class="three-columns gap-8 max-w-content">
<div class="block-hover p-8">
<a href="./blog/the-illusion-of-security">
<img height="300" src="/assets/images/the-illusion-of-security.png" alt="The Illusion security" />
<h3>The Illusion of Security: Centralised Data in the Modern Age</h3>
<p>September 2024</p>
</a>
</div>
<div class="block-hover p-8">
<a href="./blog/adminly-customer-coordination-platform">
<img height="300" src="/assets/images/feedback-1977987_1280.jpg" alt="Customer Coordination Platforms" />
Expand All @@ -244,13 +251,6 @@ <h3>Adminly Collaboration Software</h3>
<p>October 2023</p>
</a>
</div>
<div class="block-hover p-8">
<a href="./blog/decentralised-platforms-blockchain-for-trust-and-privacy">
<img height="300" src="/assets/images/decentralised.jpg" alt="Finding the Right Collaboration Platform" />
<h3>Decentralised Platforms: Blockchain for Trust and Privacy</h3>
<p>October 2023</p>
</a>
</div>
</div>
</section>
</main>
Expand Down

0 comments on commit 1e20048

Please sign in to comment.