-
Notifications
You must be signed in to change notification settings - Fork 0
/
codealong.html
36 lines (35 loc) · 1.26 KB
/
codealong.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
<!DOCTYPE html>
<html>
<body>
<head>
<meta http-equiv="CONTENT-TYPE" content="text/html; charset=UTF-8">
<title>21-days code along assignment</title>
<link rel="stylesheet" href="./code_doc/codealong.css">
</head>
<div class="first">
<h3>Join our community</h3>
<h4>30-day, hassle-free money back <span>guarantee</span></h4>
<p>Gain access to our full library of tutorials along with expert code reviews. Perfect for any developers who are seriuos about honing their skills.</p>
</div>
<div class="second">
<form>
<h3>Monthly subscription</h3>
<p class="money">$29 <span> per month</span></p>
<p>Full access for less than $1 a day</p>
<button>Sign Up</button>
</form>
</div>
<div class="third">
<h3>Why Us</h3>
<ul>
<li>Tutorials by industry experts</li>
<li>Peer & expert code review</li>
<li>Coding exercise</li>
<li>Access to our Github repos</li>
<li>Community forum</li>
<li>Flashcard decks</li>
<li>New videos every week</li>
</ul>
</div>
</body>
</html>