-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplans.html
235 lines (226 loc) · 10.5 KB
/
plans.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
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
<!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="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css"
integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
<link rel="stylesheet" href="assets/styles/styles.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css"
integrity="sha512-+4zCK9k+qNFUR5X+cKL9EIR+ZOhtIloNl9GIKS57V1MyNsYpYcUrUeQc9vNfzsWfV28IaLL3i96P9sdNyeRssA=="
crossorigin="anonymous" />
<link
href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap"
rel="stylesheet">
<link rel="shortcut icon" href="assets/imgs/favicon.png" type="image/x-icon">
<title>High Mountain School</title>
</head>
<body>
<main class="container-fluid main">
<nav class="row d-none d-md-block">
<nav class="col-12 top-nav py-2 text-right">
<aside class="container p-0">
<ul class="list-unstyled m-0">
<li class="list-inline-item pr-2">
<i class="text-white fab fa-facebook-f"></i>
</li>
<li class="list-inline-item pr-3">
<i class="text-white fab fa-twitter"></i>
</li>
<li class="list-inline-item pr-3">
<a class="text-white" href="#">English</a>
</li>
<li class="list-inline-item pr-3">
<a class="text-white" href="#">Login</a>
</li>
</ul>
</aside>
</nav>
<nav class="bot-nav">
<article class="container d-flex justify-content-between align-items-center py-1 pt-3">
<h2 class="d-none">heading</h2>
<img class="bot-nav-img" src="assets/imgs/hm-logo.svg" alt="High Mountain logo">
<ul class="list-unstyled">
<li class="list-inline-item"><a class="px-4 text-secondary" href="index.html">Home</a></li>
<li class="list-inline-item"><a class="px-4 text-secondary" href="about.html">About</a></li>
<li class="list-inline-item"><a class="px-4 text-secondary" href="#plans">Plans</a></li>
<li class="list-inline-item"><a class="px-5 ml-4 btn btn-outline-danger border-3" href="plans.html">Join</a>
</li>
</ul>
</article>
</nav>
</nav>
<header id="plans" class="row jumbotron jumbotron-fluid plans-jumbotron mb-0">
<article class="col-12 header p-0">
<h2 class="d-none">heading</h2>
<nav class="col-12 d-md-none">
<div class="menuToggle">
<input type="checkbox" />
<span></span>
<span></span>
<span></span>
<ul class="menu">
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="#plans">Plans</a></li>
</ul>
</div>
</nav>
</article>
<article class="container">
<h1 class="font-coco display-1 font-weight-bold m-0 about-text-bg text-center pt-5">Our Plans</h1>
<p class="m-0 prim-color text-center lead">Please contact us per Email for any futher questions
about High Mountain School</p>
</article>
<!-- Plans Table from Daniel Zawadzki CodePen with Modifications -->
<section class="container py-5 text-center">
<h2 class="d-none">hello</h2>
<div class="table">
<table class="table table-striped">
<thead>
<tr>
<th scope="col">One month</th>
<th scope="col">Two months</th>
<th scope="col">Three months</th>
</tr>
</thead>
<tbody>
<tr>
<td>Mark</td>
<td>Otto</td>
<td>@mdo</td>
</tr>
<tr>
<td>Jacob</td>
<td>Thornton</td>
<td>@fat</td>
</tr>
<tr>
<td>
<div class="form-check">
<input class="form-check-input" type="radio" name="exampleRadios" id="exampleRadios1" value="option1"
checked>
<label class="form-check-label prim-color font-weight-bold" for="exampleRadios1">
Plan 1
</label>
</div>
</td>
<td>
<div class="form-check">
<input class="form-check-input" type="radio" name="exampleRadios" id="exampleRadios2" value="option1"
checked>
<label class="form-check-label prim-color font-weight-bold" for="exampleRadios2">
Plan 2
</label>
</div>
</td>
<td>
<div class="form-check">
<input class="form-check-input" type="radio" name="exampleRadios" id="exampleRadios3" value="option3"
checked>
<label class="form-check-label prim-color font-weight-bold" for="exampleRadios3">
Plan 3
</label>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<button type="button" class="btn btn-lg prim-bg text-white my-4">Select Plan</button>
</section>
<section class="container py-5">
<div class="row flex-items-xs-middle flex-items-xs-center">
<!-- Table #1 -->
<div class="col-xs-12 col-lg-4 pb-5">
<div class="card plans-card text-xs-center">
<div class="card-header plans-card-header">
<h3 class="display-2"><span class="currency">$</span>19<span class="period">/month</span></h3>
</div>
<div class="card-block">
<h4 class="card-title">
Basic Plan
</h4>
<ul class="list-group">
<li class="list-group-item plans-list-group-item">Ultimate Features</li>
<li class="list-group-item plans-list-group-item">Responsive Ready</li>
<li class="list-group-item plans-list-group-item">Visual Composer Included</li>
<li class="list-group-item plans-list-group-item">24/7 Support System</li>
</ul>
<a href="#" class="btn plans-btn btn-gradient mt-2">Choose Plan</a>
</div>
</div>
</div>
<!-- Table #2 -->
<div class="col-xs-12 col-lg-4 pb-5">
<div class="card plans-card text-xs-center">
<div class="card-header plans-card-header">
<h3 class="display-2"><span class="currency">$</span>29<span class="period">/month</span></h3>
</div>
<div class="card-block">
<h4 class="card-title">
Regular Plan
</h4>
<ul class="list-group">
<li class="list-group-item plans-list-group-item">Ultimate Features</li>
<li class="list-group-item plans-list-group-item">Responsive Ready</li>
<li class="list-group-item plans-list-group-item">Visual Composer Included</li>
<li class="list-group-item plans-list-group-item">24/7 Support System</li>
</ul>
<a href="#" class="btn plans-btn btn-gradient mt-2">Choose Plan</a>
</div>
</div>
</div>
<!-- Table #3 -->
<div class="col-xs-12 col-lg-4">
<div class="card plans-card text-xs-center">
<div class="card-header plans-card-header">
<h3 class="display-2"><span class="currency">$</span>39<span class="period">/month</span></h3>
</div>
<div class="card-block">
<h4 class="card-title">
Premium Plan
</h4>
<ul class="list-group">
<li class="list-group-item plans-list-group-item">Ultimate Features</li>
<li class="list-group-item plans-list-group-item">Responsive Ready</li>
<li class="list-group-item plans-list-group-item">Visual Composer Included</li>
<li class="list-group-item plans-list-group-item">24/7 Support System</li>
</ul>
<a href="#" class="btn plans-btn btn-gradient mt-2">Choose Plan</a>
</div>
</div>
</div>
</div>
</section>
</header>
<footer class="row footer about-footer py-4">
<article class="container d-flex justify-content-between align-items-center">
<h2 class="d-none">heading</h2>
<aside class="col-4 d-flex justify-content-end">
<img class="img-fluid d-md-none" src="assets/imgs/hm-logo.svg" alt="High Mountain logo">
<img class="img-fluid w-50 d-none d-md-block" src="assets/imgs/hm-logo-b&w.png" alt="High Mountain logo">
</aside>
<aside class="col-7 d-md-none">
<small>2020 High Mountain Egypt.</small><br>
<small>© Reserved By <a class="badge badge-info" href="https://github.com/od-c0d3r">OmarR.</a></small>
</aside>
<aside class="col-md-6 text-white-50 d-none d-md-block">
<small>2020 High Mountain Egypt.</small><br>
<p>© Reserved By <a class="badge badge-info" href="https://github.com/od-c0d3r">OmarR.</a></p>
</aside>
</article>
</footer>
</main>
<!-- Bootstrap4 JS -->
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js"
integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous">
</script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js"
integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous">
</script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js"
integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous">
</script>
</body>
</html>