-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCourse.html
More file actions
229 lines (193 loc) · 9.91 KB
/
Course.html
File metadata and controls
229 lines (193 loc) · 9.91 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Learn Spanish</title>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css"
integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<script src="https://kit.fontawesome.com/0435347acf.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="../css/style.css">
<link rel="stylesheet" href="../css/mobile-style.css">
</head>
<body>
<header>
<div class="NAVIGATION P-0">
<nav class="navbar navbar-expand-lg navbar-light ">
<i class="fas fa-book-reader fa-3x mx-1"></i>
<a class="navbar-brand" href="#">Learn</a>
<button class="navbar-toggler" type="button" data-toggle="collapse"
data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false"
aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mr-auto">
<li class="nav-item active">
<a class="nav-link" href="index.html">HOME <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="Course.html">COURSE</a>
</li>
<li class="nav-item">
<a class="nav-link" href="price.html">PRICE</a>
</li>
<li class="nav-item dropdown">
<div class="dropdown">
<a href="admission.html" class="nav-link">ADMISSION</a>
<div class="dropdown-content">
<a class="dropdown-item" href="admission.html">LEVEL 1</a>
<a class="dropdown-item" href="admission.html">LEVEL 2</a>
<a class="dropdown-item" href="admission.html">LEVEL 3</a>
</div>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="contact.html">CONTACT</a>
</li>
</ul>
<form class="form-inline my-2 my-lg-0">
<input class="form-control mr-sm-2" type="search" placeholder="Type" aria-label="Search">
<button class="btn btn-dark my-2 my-sm-0" type="submit">Search</button>
</form>
</div>
</nav>
</div>
<section class="section-2 container-fluid p-0">
<div class="purchase text-center">
<h1>Purchase This Offer</h1>
<p>Lorem ipsum dolor sit amet consectetur.</p>
<!-- Cards-->
<div class="cards">
<div class="d-flex flex-row justify-content-center flex-wrap">
<!--First Card-->
<div class="card">
<div class="card-body">
<div class="title">
<h5 class="card-title">Level 1</h5>
<p class="card-text">Limited time offer</p>
<div class="pricing">
<h1>€120</h1>
<a href="" class="btn btn-dark px-5 py-2 mb-5">Purchase Now</a>
</div>
</div>
</div>
</div>
<!--Second Card-->
<div class="card">
<div class="card-body">
<div class="title">
<h5 class="card-title">Level 2</h5>
<p class="card-text">Limited time offer</p>
<div class="pricing">
<h1>€150</h1>
<a href="" class="btn btn-dark px-5 py-2 mb-5">Purchase Now</a>
</div>
</div>
</div>
</div>
<!--Third Card-->
<div class="card">
<div class="card-body">
<div class="title">
<h5 class="card-title">Level 3</h5>
<p class="card-text">Limited time offer</p>
<div class="pricing">
<h1>€180</h1>
<a href="" class="btn btn-dark px-5 py-2 mb-5">Purchase Now</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="section-3 container-fluid p-0 text-center">
<div class="row">
<div class="col-md-12 col-sm-12">
<h1>Download Our App For All Platforms</h1>
<p>Lorem, ipsum dolor sit amet consectetur adipisicing elit. Ipsam facere culpa maiores. Nobis
accusamus alias, consectetur placeat, quas corrupti fugit, necessitatibus sequi eveniet ab est?
Illo alias, sequi amet, magni aliquam corporis eaque iste adipisci voluptate repellat ratione
accusantium vitae.</p>
</div>
</div>
<div class="platform row">
<div class="col-md-6 col-sm-12 text-right">
<div class="desktop shadow-lg">
<div class="d-flex flex-row justify-content-center">
<i class="fas fa-desktop fa-3x py-2 pr-3"></i>
<div class="text text-left">
<h3 class="pt-1 m-0">Desktop</h3>
<p class="p-0 m-0">On Website </p>
</div>
</div>
</div>
</div>
<div class="col-md-6 col-sm-12 text-left">
<div class="desktop shadow-lg">
<div class="d-flex flex-row justify-content-center">
<i class="fas fa-mobile-alt fa-3x py-2 pr-3"></i>
<div class="text text-left">
<h3 class="pt-1 m-0">On Mobile</h3>
<p class="p-0 m-0">On Playstore </p>
</div>
</div>
</div>
</div>
</div>
</section>
</header>
<main>
</main>
<footer>
<div class="container-fluid p-0">
<div class="row text-left">
<div class="col-md-5 col-md-5">
<h1 class="text-light">About Us</h1>
<p class="text-muted">Lorem ipsum dolor sit amet consectetur adipisicing elit. Sed, dicta.</p>
<p class="pt-4 text-muted">Copyright ©2019 All rights reserved|This template is made by
<span>Shaheen Akond</span></p>
</div>
<div class="col-md-5">
<h4 class="text-light">Newsletter</h4>
<p class="text-muted">Stay Updated</p>
<form action="" class="form-inline">
<div class="col pl-0">
<div class="input-group pr-5">
<input type="text" class="form-control bg-dark text-white" placeholder="Email">
<div class="input-group-prepend">
<div class="input-group-text">
<i class="fas fa-arrow-right"></i>
</div>
</div>
</div>
</div>
</form>
</div>
<div class="col-md-2 col-sm-12">
<h4 class="text-light">Follow Us</h4>
<p class="text-muted">Let us be social</p>
<div class="column">
<i class="fab fa-facebook-f"></i>
<i class="fab fa-instagram"></i>
<i class="fab fa-twitter"></i>
<i class="fab fa-youtube"></i>
</div>
</div>
</div>
</div>
</footer>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.4.1/jquery.min.js"
integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo=" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js"
integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" 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="main.js"></script>
</body>
</html>