Skip to content

Commit

Permalink
add flip card 3
Browse files Browse the repository at this point in the history
  • Loading branch information
dvankevich committed Sep 5, 2024
1 parent 03c591a commit c7a2995
Showing 1 changed file with 27 additions and 11 deletions.
38 changes: 27 additions & 11 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -188,17 +188,33 @@ <h2>LONG BATTERY LIFE WITH SOLAR CHARGING</h2>
</div>
</li>
<li class="catalog-list-item">
<picture class="catalog-item-image">
<source srcset="./images/catalog-3-desktop.png 1x, ./images/catalog-3-desktop@2x.png 2x"
media="(min-width: 1280px)" />
<source srcset="./images/catalog-3-tablet.png 1x, ./images/catalog-3-tablet@2x.png 2x"
media="(min-width: 768px)" />
<source srcset="./images/catalog-3-mobile.png 1x, ./images/catalog-3-mobile@2x.png 2x"
media="(max-width: 767px)" />
<img src="./images/catalog-3-desktop.png" alt="Garmin Descent MK1" />
</picture>
<p class="catalog-item-name">Garmin Descent MK1</p>
<p class="catalog-item-price">€680</p>
<div class="flip-card-inner">
<div class="flip-card-front">
<picture class="catalog-item-image">
<source srcset="./images/catalog-3-desktop.png 1x, ./images/catalog-3-desktop@2x.png 2x"
media="(min-width: 1280px)" />
<source srcset="./images/catalog-3-tablet.png 1x, ./images/catalog-3-tablet@2x.png 2x"
media="(min-width: 768px)" />
<source srcset="./images/catalog-3-mobile.png 1x, ./images/catalog-3-mobile@2x.png 2x"
media="(max-width: 767px)" />
<img src="./images/catalog-3-desktop.png" alt="Garmin Descent MK1" />
</picture>
<p class="catalog-item-name">Garmin Descent MK1</p>
<p class="catalog-item-price">€680</p>
</div>
<div class="flip-card-back">
<h2>ALL DAY, EVERY DAY</h2>
<p>Conquer every hour with advanced training features, 24/7 health and wellness monitoring, and up to more
than a month of
battery life with the Power Sapphire™ solar charging lens1 and a rugged watch case designed for larger
wrists.</p>
<h2>LONG BATTERY LIFE WITH SOLAR CHARGING</h2>
<p>Get up to 37 days in smartwatch mode with solar charging in 3 hours of direct sunlight (50,000 lux) per
day and up to
122 hours in GPS mode with solar charging (assumes continuous use for entire period in 50,000 lux
conditions).</p>
</div>
</div>
</li>
<li class="catalog-list-item">
<picture class="catalog-item-image">
Expand Down

0 comments on commit c7a2995

Please sign in to comment.