-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpricing.html
More file actions
62 lines (58 loc) · 2.45 KB
/
pricing.html
File metadata and controls
62 lines (58 loc) · 2.45 KB
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="pricing.css">
<link href="styles.css" rel="stylesheet">
<title>Pricing</title>
</head>
<body>
<div class="navall">
<nav>
<ul>
<li><a class="navspecial">LearnEDU</a></li>
<li><a href="index.html">Home</a></li>
<li><a href="aboutus.html">About Us</a></li>
<li><a href="courses.html">Courses</a></li>
<li><a href="service.html">Service</a></li>
<li><a href="pricing.html">Pricing</a></li>
<section class="navend">
<li><a class="navspe" href="register.html"><img src="login-2-svgrepo-com.png" alt="" height="20px" width="20px"
style="position: relative; right: 4px; top: 4px;">Register</a></li>
<li><a class="navspe" href="login.html"><img src="login-2-svgrepo-com.png" alt="" height="20px" width="20px"
style="position: relative; right: 4px; top: 4px;">Log In
</a></li>
</section>
</ul>
</nav>
</div><br><br><br>
<h1 style="color: white;">The most affordable prices you’ll find!</h1>
<div class="body">
<a href="login.html"><div class="containerp">
<h2>BASIC</h2>
<h1>FREE</h1>
<h4>/user/month billed annually</h4>
<p>Automate and optimize<br> while learning basics<br> </p>
</div></a>
<a href="login.html"><div class="containerp">
<h2>STANDARD</h2>
<h1>$40</h1>
<h4>/user/month billed annually</h4>
<p>Improve education<br> and accelerate creativity and growth</p>
</div></a>
<a href="login.html"><div class="containerp">
<h2>PROFESSIONAL</h2>
<h1>$100</h1>
<h4>/user/month billed annually</h4>
<p>Learn by global skilled teachers<br> with the complete course</p>
</div></a>
<a href="login.html"><div class="containerp">
<h2>ULTIMATE</h2>
<h1>$200</h1>
<h4>/user/month billed annually</h4>
<p>Access to more resources<br>along with professional course</p>
</div></a>
</div>
</body>
</html>