Skip to content
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
107 changes: 24 additions & 83 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -694,162 +694,103 @@ <h2 class="h2 section-title">Martin Jenny</h2>

<section class="section achievement" id="achievements" aria-label="achievement">
<div class="container">

<p class="section-subtitle">Achievements</p>

<h2 class="h2 section-title has-underline">
Honor & Awards Achieved
Honors & Awards Achieved
<span class="span has-before"></span>
</h2>

<ul class="grid-list">

<li>
<div class="achievement-card">

<figure class="card-banner img-holder" style="--width: 450; --height: 300;">
<img src="./assets/images/achievement-1.jpg" width="450" height="300" loading="lazy" alt="Nominated"
class="img-cover">
<img src="./assets/images/achievement-1.jpg" width="450" height="300" loading="lazy"
alt="Nominated for Best Fiction" class="img-cover">
</figure>

<div class="card-content">

<img src="./assets/images/award.svg" width="80" height="80" loading="lazy" alt="trophy"
class="abs-img">

<img src="./assets/images/award.svg" width="80" height="80" loading="lazy" alt="trophy" class="abs-img">
<h3 class="h3 card-title">Nominated</h3>

<p class="card-text">
International Thriller Writers Award for Best Novel (These Toxic Things)
Nominated for the International Thriller Writers Award for Best Fiction (These Toxic Things)
</p>

</div>

</div>
</li>

<li>
<div class="achievement-card">

<figure class="card-banner img-holder" style="--width: 450; --height: 300;">
<img src="./assets/images/achievement-2.jpg" width="450" height="300" loading="lazy" alt="Winner"
class="img-cover">
<img src="./assets/images/achievement-2.jpg" width="450" height="300" loading="lazy"
alt="Winner of Best Novel" class="img-cover">
</figure>

<div class="card-content">

<img src="./assets/images/award.svg" width="80" height="80" loading="lazy" alt="trophy"
class="abs-img">

<img src="./assets/images/award.svg" width="80" height="80" loading="lazy" alt="trophy" class="abs-img">
<h3 class="h3 card-title">Winner</h3>

<p class="card-text">
International Thriller Writers Award for Best Novel (These Toxic Things)
Winner of the International Thriller Writers Award for Best Novel (These Toxic Things)
</p>

</div>

</div>
</li>

<li>
<div class="achievement-card">

<figure class="card-banner img-holder" style="--width: 450; --height: 300;">
<img src="./assets/images/achievement-3.jpg" width="450" height="300" loading="lazy"
alt="Guest of Honor" class="img-cover">
alt="Guest of Honor at Literary Festival" class="img-cover">
</figure>

<div class="card-content">

<img src="./assets/images/award.svg" width="80" height="80" loading="lazy" alt="trophy"
class="abs-img">

<img src="./assets/images/award.svg" width="80" height="80" loading="lazy" alt="trophy" class="abs-img">
<h3 class="h3 card-title">Guest of Honor</h3>

<p class="card-text">
International Thriller Writers Award for Best Novel (These Toxic Things)
Invited as Guest of Honor at the Annual International Literary Festival
</p>

</div>

</div>
</li>

<li>
<div class="achievement-card">

<figure class="card-banner img-holder" style="--width: 450; --height: 300;">
<img src="./assets/images/achievement-4.jpg" width="450" height="300" loading="lazy" alt="Finalist"
class="img-cover">
<img src="./assets/images/achievement-4.jpg" width="450" height="300" loading="lazy"
alt="Finalist for Best Mystery" class="img-cover">
</figure>

<div class="card-content">

<img src="./assets/images/award.svg" width="80" height="80" loading="lazy" alt="trophy"
class="abs-img">

<img src="./assets/images/award.svg" width="80" height="80" loading="lazy" alt="trophy" class="abs-img">
<h3 class="h3 card-title">Finalist</h3>

<p class="card-text">
International Thriller Writers Award for Best Novel (These Toxic Things)
Finalist for the Edgar Allan Poe Award for Best Mystery Novel
</p>

</div>

</div>
</li>

<li>
<div class="achievement-card">

<figure class="card-banner img-holder" style="--width: 450; --height: 300;">
<img src="./assets/images/achievement-5.jpg" width="450" height="300" loading="lazy" alt="Winner"
class="img-cover">
<img src="./assets/images/achievement-5.jpg" width="450" height="300" loading="lazy"
alt="Winner of Readers' Choice Award" class="img-cover">
</figure>

<div class="card-content">

<img src="./assets/images/award.svg" width="80" height="80" loading="lazy" alt="trophy"
class="abs-img">

<img src="./assets/images/award.svg" width="80" height="80" loading="lazy" alt="trophy" class="abs-img">
<h3 class="h3 card-title">Winner</h3>

<p class="card-text">
International Thriller Writers Award for Best Novel (These Toxic Things)
Winner of the Readers' Choice Award for Most Inspiring Fiction
</p>

</div>

</div>
</li>

<li>
<div class="achievement-card">

<figure class="card-banner img-holder" style="--width: 450; --height: 300;">
<img src="./assets/images/achievement-1.jpg" width="450" height="300" loading="lazy" alt="Nominated"
class="img-cover">
<img src="./assets/images/achievement-1.jpg" width="450" height="300" loading="lazy"
alt="Nominated for Emerging Author Award" class="img-cover">
</figure>

<div class="card-content">

<img src="./assets/images/award.svg" width="80" height="80" loading="lazy" alt="trophy"
class="abs-img">

<img src="./assets/images/award.svg" width="80" height="80" loading="lazy" alt="trophy" class="abs-img">
<h3 class="h3 card-title">Nominated</h3>

<p class="card-text">
International Thriller Writers Award for Best Novel (These Toxic Things)
Nominated for the Emerging Author Award by the National Book Foundation
</p>

</div>

</div>
</li>

</ul>

</div>
</section>

Expand Down