2020-09-12 10:37:02 +02:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <!-- displays site properly based on user's device -->
|
|
|
|
|
|
|
|
<link rel="icon" type="image/png" sizes="32x32" href="./images/favicon-32x32.png">
|
2020-09-12 11:16:18 +02:00
|
|
|
<link rel="stylesheet" href="./css/style.css">
|
2020-09-12 10:37:02 +02:00
|
|
|
|
|
|
|
<title>Frontend Mentor | Single Price Grid Component</title>
|
|
|
|
</head>
|
|
|
|
<body>
|
2020-09-12 11:49:10 +02:00
|
|
|
<main>
|
|
|
|
<div class="topRow">
|
|
|
|
<div class="heading">
|
|
|
|
Join our community
|
|
|
|
</div>
|
2020-09-12 10:37:02 +02:00
|
|
|
|
2020-09-12 11:49:10 +02:00
|
|
|
<div class="quickSell">
|
|
|
|
30-day, hassle-free money back guarantee
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="sellBlurb">
|
|
|
|
Gain access to our full library of tutorials along with expert code reviews.
|
|
|
|
Perfect for any developers who are serious about honing their skills.
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="bottomRow">
|
|
|
|
<div class="pricingBox">
|
|
|
|
<div class="heading">
|
|
|
|
Monthly Subscription
|
|
|
|
</div>
|
2020-09-12 10:37:02 +02:00
|
|
|
|
2020-09-12 11:49:10 +02:00
|
|
|
<div class="priceRow">
|
|
|
|
<div class="price">$29</div> <span class="pricePeriod">per month</span>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="sell">
|
|
|
|
Full access for less than $1 a day
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<a title="Sign Up Button" href="#" class="signupButton">Sign Up</a>
|
|
|
|
</div>
|
|
|
|
<div class="whyUsBox">
|
|
|
|
<div class="heading">
|
|
|
|
Why Us
|
|
|
|
</div>
|
2020-09-12 10:37:02 +02:00
|
|
|
|
2020-09-12 11:49:10 +02:00
|
|
|
<div class="blurb">
|
|
|
|
Tutorials by industry experts
|
|
|
|
Peer & expert code review
|
|
|
|
Coding exercises
|
|
|
|
Access to our GitHub repos
|
|
|
|
Community forum
|
|
|
|
Flashcard decks
|
|
|
|
New videos every week
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</main>
|
2020-09-12 10:37:02 +02:00
|
|
|
<footer>
|
|
|
|
<p class="attribution">
|
|
|
|
Challenge by <a href="https://www.frontendmentor.io?ref=challenge" target="_blank">Frontend Mentor</a>.
|
2020-09-12 11:49:10 +02:00
|
|
|
Coded by <a href="emailto:rob@tarasis.net">Robert McGovern</a>.
|
2020-09-12 10:37:02 +02:00
|
|
|
</p>
|
|
|
|
</footer>
|
|
|
|
</body>
|
|
|
|
</html>
|