<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Cards</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<div class="container">
<article class="card">
<div class='card-background'>
<img src="assets/card-1.png" alt="background" />
</div>
<div class='content'>
<h1>Use a pre-integrated platform</h1>
<p>
Explore our directory to find out-of-the-box
solutions that connect with Stripe, such as
<a href="#" title="Squarespace">Squarespace</a>
and <a href="#" title="Lightspeed">Lightspeed</a>.
</p>
</div>
<div class="action-bottom-bar">
<a href="#">
Set Directory
<svg xmlns="http://www.w3.org/2000/svg" class="chevron" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z" fill="none"></path>
<path d="M9 6l6 6l-6 6"></path>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" class="arrow" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z" fill="none"></path>
<path d="M5 12l14 0"></path>
<path d="M15 16l4 -4"></path>
<path d="M15 8l4 4"></path>
</svg>
</a>
</div>
</article>
<article class="card">
<div class='card-background'>
<img src="assets/card-2.png" alt="background" />
</div>
<div class='content'>
<h1>Build with Stripe-certified experts</h1>
<p>
Work with a Stripe consulting partner that can integrate and deploy Stripe solutions for you.
</p>
</div>
<div class="action-bottom-bar">
<a href="#">
Find Experts
<svg xmlns="http://www.w3.org/2000/svg" class="chevron" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z" fill="none"></path>
<path d="M9 6l6 6l-6 6"></path>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" class="arrow" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z" fill="none"></path>
<path d="M5 12l14 0"></path>
<path d="M15 16l4 -4"></path>
<path d="M15 8l4 4"></path>
</svg>
</a>
</div>
</article>
<article class="card">
<div class='card-background'>
<img src="assets/card-3.png" alt="background" />
</div>
<div class='content'>
<h1>Try our no-code products</h1>
<p>
Create an <a href="#" title="Invoice">invoice</a> or share a <a href="#" title="Payment link">payment link</a> directly from your Dashboard to start generating revenue in minutes – no code required.
</p>
</div>
<div class="action-bottom-bar">
<a href="#">
Explore no-code
<svg xmlns="http://www.w3.org/2000/svg" class="chevron" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z" fill="none"></path>
<path d="M9 6l6 6l-6 6"></path>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" class="arrow" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z" fill="none"></path>
<path d="M5 12l14 0"></path>
<path d="M15 16l4 -4"></path>
<path d="M15 8l4 4"></path>
</svg>
</a>
</div>
</article>
</div>
</body>
</html>