This repository has been archived by the owner on Oct 13, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.php
236 lines (171 loc) · 8.54 KB
/
index.php
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
236
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.0.0/dist/css/bootstrap.min.css"
integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js"
integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous">
</script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.12.9/dist/umd/popper.min.js"
integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous">
</script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.0.0/dist/js/bootstrap.min.js"
integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous">
</script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css"
integrity="sha512-c42qTSw/wPZ3/5LBzD+Bw5f7bSF2oxou6wEb+I/lqeaKV5FDIfMvvRp772y4jcJLKuGUOpbJMdg/BTl50fJYAw=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css" />
<link rel="icon" type="image/x-icon" href="images/favicons.png" sizes="32x32">
<script type="text/javascript" src="js/main.js"></script>
<style rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.0.0/animate.compat.css"></style>
<script src="https://code.jquery.com/jquery-3.6.0.slim.js"
integrity="sha256-HwWONEZrpuoh951cQD1ov2HUK5zA5DwJ1DNUXaM6FsY=" crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel='icon' href='favicon.ico' type='image/x-icon' />
<link href="//db.onlinewebfonts.com/c/bd317adf74e5e7e564eb61ce9926cc6d?family=Gotham" rel="stylesheet"
type="text/css" />
<link href="//db.onlinewebfonts.com/c/9a2bc11be56851dde98c1b49302cc21a?family=Gotham+Medium" rel="stylesheet"
type="text/css" />
<link href="//db.onlinewebfonts.com/c/0923ee644c97a87d70269aa80a6f1e79?family=The+Historia+Demo" rel="stylesheet"
type="text/css" />
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.2/css/all.css"
integrity="sha384-fnmOCqbTlWIlj8LyTjo7mOUStjsKC4pOpQbqyi7RrhN7udi9RwhKkMHpvLbHG9Sr" crossorigin="anonymous">
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" />
<link rel="stylesheet" type="text/css" href="css/style2.css">
<title> index page</title>
</head>
<body>
<section>
<?php include 'nav_bar.php';?>
</section>
</div>
<!-- //banner -->
<section>
<div class="conatiner">
<div class="banner">
<div id="carouselExampleIndicators" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#carouselExampleIndicators" data-slide-to="0" class="active"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="1"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="2"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<img class="d-block w-100" src="images/banner1.jpg" alt="First slide">
<div class="carousel-caption d-none d-md-block">
<div class="banner_name">
<h1></h1>
</div>
<h5></h5>
<p></p>
</div>
</div>
<div class="carousel-item">
<img class="d-block w-100" src="images/banner2.jpg" alt="Second slide">
<div class="carousel-caption d-none d-md-block">
<div class="banner_name">
<h1></h1>
</div>
<h5></h5>
<p></p>
</div>
</div>
<div class="carousel-item">
<img class="d-block w-100" src="images/banner1.jpg" alt="Third slide">
<div class="carousel-caption d-none d-md-block">
<div class="banner_name">
<h1></h1>
</div>
<h5></h5>
<p></p>
</div>
</div>
</div>
<a class="carousel-control-prev" href="#carouselExampleIndicators" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselExampleIndicators" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
</div>
</section>
<!-- contant -->
<section>
<!-- <h2 class="heading-web">What does our website do?</h2>
<p class="heading-web2"> Our site enable speed reading based on mindfullness meditation</p>
<button class="btnnew">Why ReadForSpeed?</button>
<div class="btnr">
<a href="about.php">
<button type="button" class="btn btn-outline-primary" >Why ReadForSpeed?</button>
</a>
</div> -->
<div class="twocards">
<div class="new-card-head1">
<h4 class="new-card-heading">What does our website do?</h4>
<p class="card-text">Our site enable speed reading based on mindfullness meditation</p>
<a href="about.php">
<button type="button" class="btn-card-head1">Why ReadForSpeed?</button>
</a>
</div>
<div class="new-card-head2">
<h4 class="new-card-heading" style="color:#1B2631">Can you read like a Pro?</h4>
<p class="card-text">Here with the help of Speed Reading you can train your mind</p>
<a href="./DropdownSection/index.php">
<button type="button" class="btn-card-head2">Start Practice</button>
</a>
</div>
<?php include 'table/table.php'?>
</div>
<!-- <div class="card-body-new asdf">
<h4 class="card-title">What does our website do?</h4>
<p class="card-text">Our site enable speed reading based on mindfullness meditation</p>
<a href="about.php">
<button type="button" class="btn btn-outline-primary" >Why ReadForSpeed?</button>
</a>
</div>
<div class="card-body-new">
<h4 class="card-title">Can you read like a Pro?</h4>
<p class="card-text">Here with the help of Speed Reading you can train your mind.</p>
<a href="#" class="btn btn-primary"> Sign UP & Start Practice</a>
</div> -->
</div>
</div>
</div>
<section align="center">
<h1 class="police"> How Read for Speed Work? <h2>
<hr>
<section class="new-work-flow-sec">
<img src="images/workflownew.jpg">
</section>
<section class="slider-class">
<?php include 'slider.php'?>
</section>
<!-- footer -->
<?php include 'footer/footer.php';?>
<!-- end footer -->
</body>
<script type="text/javascript">
$(document).ready(function() {
// var myIndex = 0;
// carousel();
// function carousel() {
// var i;
// var x = document.getElementsByClassName("mySlides");
// for (i = 0; i < x.length; i++) {
// x[i].style.display = "none";
// }
// myIndex++;
// if (myIndex > x.length) {myIndex = 1}
// x[myIndex-1].style.display = "block";
// setTimeout(carousel, 5000);
// }
})
</script>
</html>