-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
45 lines (41 loc) · 1.61 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Single price grid</title>
<link rel="shortcut icon" href="images/favicon-32x32.png" type="image/x-icon">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Karla:wght@400;700&display=swap">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<div class="wrapper">
<article>
<header>
<h1>Join our community</h1>
<h3>30-day, hassle-free money back guaratnee</h3>
<p>Gain Acces to our full library of tutorials along with expert code reviews.</p>
<p>Perfect for any developers who are serious about honing their skills.</p>
</header>
<section>
<h4>Monthly Subscription</h4>
<div class="container-price"><span class="price">$29</span><span class="price-desc">per month</span>
</div>
<p>Full access for less than $1 a day</p>
<button>Sign Up</button>
</section>
<footer>
<h4>Why Us</h4>
<p>Tutorials by industry experts</p>
<p>Peer & expert code review</p>
<p>Coding exercises</p>
<p>Access yo our GitHub repos</p>
<p>Community forum</p>
<p>Flashcard decks</p>
<p>New videos every week</p>
</footer>
</article>
</div>
</body>
</html>