-
Notifications
You must be signed in to change notification settings - Fork 0
/
1-pricing.html
142 lines (133 loc) · 7.23 KB
/
1-pricing.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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
<!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>SmilingSchool</title>
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Coiny&display=swap" rel="stylesheet">
<link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon">
<script src="https://code.jquery.com/jquery-3.4.1.min.js"
integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo=" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js"
integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6"
crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js"
integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q"
crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css"
integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="holberton_school-icon/style.css">
</head>
<body>
<header class="pricing">
<div class="container">
<nav class="navbar navbar-expand-sm bg-transparent">
<button class="navbar-toggler mt-3" type="button" data-toggle="collapse"
data-target="#navbarNavAltMarkup" aria-controls="navbarNavAltMarkup" aria-expanded="false"
aria-label="Toggle navigation">
<span class="holberton_school-icon-menu text-white"></span>
</button>
<a class="navbar-brand d-none d-sm-block" href="#">
<img class="m-3" src="images/smile_off.png" width="30" alt="">
<img src="images/logo.png" width="120" alt="">
</a>
<a class="navbar-brand d-sm-none mx-auto text-center" href="#">
<img class="mt-3 mr-5" src="images/smile_off.png" width="30" alt="">
<div class="w-100"></div>
<img class="mt-3 mr-5" src="images/logo.png" width="120" alt="">
</a>
<div class="collapse navbar-collapse" id="navbarNavAltMarkup">
<div class="navbar-nav d-sm-none">
<div class="d-sm-none mx-auto mt-3">
<a class="nav-link text-white " href="#courses">COURSES</a>
<a class="nav-link purple-text act" href="#pricing">PRICING</a>
<a class="nav-link text-white " href="#login">LOGIN</a>
</div>
</div>
<div class="d-none d-sm-block ml-auto">
<div class="navbar-nav">
<a class="nav-link text-white " href="#courses">COURSES</a>
<a class="nav-link purple-text act" href="#pricing">PRICING</a>
<a class="nav-link text-white " href="#login">LOGIN</a>
</div>
</div>
</div>
</nav>
</div>
<section>
<div class="container text-center get">
<p class="text-white font-weight-bold logo">
What is <img class="mt-1 mr-2 ml-2" src="images/smile_off.png" width="45" alt="">
<img class="mt-1" src="images/logo.png" width="200" alt="">
?
</p>
<p class="text-white text-uppercase p-5 font-weight-bold go">Go pro</p>
</div>
</section>
<section>
<div class="container text-center text-white py-5">
<div class="row justify-content-end">
<div class="col-6 col-md-4">
<a href="#" class="text-white"><span class="badge badge-pill purple-bg m-3 p-3">BUY 3
MONTHS</span></a>
<p><span class="prince-font font-weight-bold">$3.60</span><br>
<span class="prince-font2 opacity-50">$1.20/month</span>
</p>
</div>
<div class="col-6 col-md-4">
<a href="#" class="text-white"><span class="badge badge-pill purple-bg m-3 p-3">BUY 1
YEAR</span></a>
<p><span class="prince-font font-weight-bold">$12.99</span><br>
<span class="prince-font2 opacity-50">$1.08/month</span>
</p>
</div>
</div>
<div class="tab pt-5">
<div class="row text-font">
<div class="col-6 col-md-4 text-left">
Unlimited access to all tutorials
</div>
<div class="col-3 col-md-4 holberton_school-icon-check"></div>
<div class="col-3 col-md-4 holberton_school-icon-check"></div>
</div>
<hr class="gray-bg">
<div class="row text-font">
<div class="col-6 col-md-4 text-left">
Access SmileSchool private forum
</div>
<div class="col-3 col-md-4 holberton_school-icon-check"></div>
<div class="col-3 col-md-4 holberton_school-icon-check"></div>
</div>
<hr class="gray-bg">
<div class="row text-font">
<div class="col-6 col-md-4 text-left">
Access Smiles contests & Smiles Analysis
</div>
<div class="col-3 col-md-4 holberton_school-icon-check"></div>
<div class="col-3 col-md-4 holberton_school-icon-check"></div>
</div>
<hr class="gray-bg">
<div class="row text-font">
<div class="col-6 col-md-4 text-left">
Get a free toothbrush
</div>
<div class="col-3 col-md-4"></div>
<div class="col-3 col-md-4 holberton_school-icon-check"></div>
</div>
<hr class="gray-bg">
<div class="row text-font">
<div class="col-6 col-md-4 text-left">
<img class="my-1" src="images/signal.png" width="88" height="35" alt=""><br>
Exclusive discount on all Signal products
</div>
<div class="col-3 col-md-4"></div>
<div class="col-3 col-md-4 holberton_school-icon-check"></div>
</div>
</div>
</section>
</header>
</body>
</html>