-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathabout.html
More file actions
277 lines (241 loc) · 14.6 KB
/
about.html
File metadata and controls
277 lines (241 loc) · 14.6 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
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
<!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">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js"></script>
<link href="https://fonts.googleapis.com/css2?family=Lemonada:wght@700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Gotu&display=swap" rel="stylesheet">
<link href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
<script src="https://kit.fontawesome.com/071fdb1ca4.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="css\about.css">
<title>about page</title>
</head>
<body>
<!--..........................................header start...............................................-->
<section class="combi-navlogo">
<div class="container-fluid col-lg-12 col-md-12 col-sm-12 col-12">
<nav class="navbar navbar-dark">
<!-- Brand/logo -->
<a class="navbar-brand text-dark whole" href="#">
<label class="logo" style="color:white;">E</label>
<label class="logo" style="color:white;">A</label>
<label class="logo" style="color:white;">S</label>
<label class="logo" style="color:white;">Y</label>
<label class="logo" style="color:white;">w</label>
<label class="logo" style="color:white;">a</label>
<label class="logo" style="color:white;">y</label>
</a>
</nav>
</div>
</section>
<!--..........................................header end...............................................-->
<!--..........................................navbar start...............................................-->
<section class="heading">
<div class="container-fluid header">
<div class="row">
<div class="col-lg-12 col-md-12 col-sm-12 col-10">
<nav class="navbar navbar-expand-md navbar-dark">
<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 ml-auto">
<li class="nav-item active">
<a class="nav-link text-white" href="index.html">home</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle text-white" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="true">
services
</a>
<div class="dropdown-menu dropright video" aria-labelledby="navbarDropdown">
<a class="dropdown-item text-white" href="#">previous question</a>
<a class="dropdown-item text-white" href="#">free test</a>
<a class="dropdown-item text-white" href="#">AITS</a>
<a class="dropdown-item text-white dropdown dropdown-toggle video1" href="#" id="videoDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="true">
video lecture
<div class="dropdown-menu videodiv" aria-labelledby="videoDropdown">
<a class="dropdown-item text-white" href="#">class 11</a>
<a class="dropdown-item text-white" href="#">class 12</a>
</div>
</a>
</div>
</li>
<li class="nav-item">
<a class="nav-link text-white" href="#myservices">rank predictor</a>
</li>
<li class="nav-item">
<a class="nav-link text-white" href="index.html">contactus</a>
</li>
<li class="nav-item">
<a class="nav-link text-white" data-toggle="modal" data-target="#myModal">login</a>
</li>
</ul>
</div>
</nav>
</div>
</div>
</div>
</section> <br>
<br><br>
<!--..........................................introduction start...............................................-->
<section>
<div class="container-fluid col-lg-8 col-md-8 col-sm-10 col-12 offset-lg-2 offset-md-2 offset-sm-1">
<h3>introduction</h3><br>
<h6>the world has become so fast that people don't want to stand by reading a page of information
to be they would would much rather look at easiest way to find all thing at a one platform.
how do you feel when you get video lecture ,all india test series and and free test for the poor people.
the most important part is that here you get previous year question of all the important competative exam like jee advanced,jee mains
nda comdek wbjee and other ---.
easyway is the simplest platform were you can access al these importantthings.
we treat you as the family once you login into these website.<br>
<h4> ----EASYWAY is the platform of success........................</h4>
</h6>
</div>
</section>
<!--..........................................introduction end...............................................-->
<!--..........................................features start...............................................-->
<section>
<div class="container-fluid col-lg-8 col-md-8 col-sm-10 col-12 offset-lg-2 offset-md-2 offset-sm-1">
<h3>features</h3><br><br>
<h6>you have to mess up with many problem to find a proper lecture of any sublect in youtube.
easyway bring a collection of youtube video of repuated teacher have a more than a year of expreience .
if you want more video please make a comment in contactus section,we bring within a day. </h6>
<h6>
<h6>here you will find a last 5-6 previous year question of jee-mains jee-advanced comdek wbjee nda
if you want more question paper make a comment in contactus section. we defineetly take a action
witin a day</h6>
<h6>
a free test series only for you.here you can test yoursef before you competative exam.
question set by faculty of many reputative teacher of different big instiutes and college.
you get your full report card of your test.
</h6>
<h6>
if you want to predict your rank it is a great website do it .
accurate prediction of your of college according to your rank
</h6>
<h6>
best part of this website is here you can find all type of video lecture regarding important topic.
previous year question of jee-mains jee-advanced comdek wbjee nda and free test all competative exam.
and we also bring time to time all india test series.</h6>
</div>
</section>
<!--..........................................features end...............................................-->
<!--..........................................objective start...............................................-->
<section class="objective">
<div class="container-fluid col-lg-8 col-md-8 col-sm-10 col-12 offset-lg-2 offset-md-2 offset-sm-1">
<h3>objective</h3>
<ul>
<li>provide all the neccesary thing for competative studet a one platform</li>
<li>previous year question</li>
<li>free test series for the particula student</li>
<li>all india test series will conducted on the regular basis</li>
<li>youtube video of the important laecture</li>
<li>contactus easily by fill the form in the contact us section</li>
</ul>
</div>
</section>
<!--..........................................objective end...............................................-->
<!--..........................................footer start...............................................-->
<section>
<div class="container-fluid">
<div class="row footer">
<div class="col-lg-4 col-md-4 col-sm-12 col-12 singlediv">
<br>
<h4>about easyway</h4>
<br><br>
<p>the world has become so fast that people don't want to stand by reading a page of information
to be they would would much rather look at easiest way to find all thing at aone platform.
</p>
</div>
<div class="col-lg-4 col-md-4 col-sm-12 col-12 singlediv">
<br>
<h4>navigation links</h4>
<br><br>
<li><a href="index.html">home</a></li>
<li><a href="">services</a></li>
<li><a href="">rank predicator</a></li>
<li><a href="index.html">contactus</a></li>
<li><a data-toggle="modal" data-target="#myModal">login</a></li>
</div>
<div class="col-lg-4 col-md-4 col-sm-12 col-12 singlediv">
<br>
<h4>contact us</h4>
<br><br>
<li>EMAIL id : <a href="mailto://04uvinayakkumar@gmail.com"> click here</a></li>
<li>contact no : <a href="#">8210771618</a></li>
</div>
</div>
<div class="scrolltop float-right">
<i class='fas fa-angle-up' style='font-size:40px;' onclick="topfunction()" id="mybt"></i>
</div>
</div>
</section>
</body>
</html>
<!--..........................................footer end...............................................-->
<!-- ......................................model login start................................... -->
<div class="modal fade" id="myModal">
<div class="modal-dialog modal-xl modal-dialog-centered">
<div class="modal-content">
<!-- Modal Header -->
<div class="modal-header">
<img src="img/head.png"class=" rounded-circle" style="width:100px;">
<h4 class="m-auto">EASYWAY</h4>
<h4 class="modal-title m-auto">LOGIN</h4>
<button type="button" class="close" data-dismiss="modal">×</button>
</div>
<!-- Modal body -->
<div class="modal-body">
<div class="container col-lg-12 col-md-12 col-sm-12 col-12">
<form action="/action_page.php">
<div class="form-group">
<input type="name" class="form-control m-auto" autocomplete="off" required placeholder="enter your name" id="name" name="name">
</div>
<div class="form-group">
<input type="email" class="form-control m-auto"autocomplete="off" required placeholder="Enter email" id="email"name="email">
</div>
<div class="form-group">
<input type="password" class="form-control m-auto"autocomplete="off" required placeholder="Enter your password" id="mobile" name="password">
</div>
<div class="form-group button">
<button type="submit" class="btn m-auto">login</button>
<a href="signup.html" class="btn m-auto">signup</a>
</div>
</form>
</div>
</div>
<!-- Modal footer-->
<div class="modal-footer">
<button type="button" class="btn btn-danger m-auto" data-dismiss="modal" >Close</button>
</div>
</div>
</div>
</div>
<!-- ......................................model login end...................................-->
<!--..........................................javascript start...............................................-->
<script>
mybutton=document.getElementById("mybt");
window.onscroll =function(){scrollfunction()};
function scrollfunction()
{
if(document.body.scrollTop >20 || document.documentElement.scrollTop>20)
{
mybutton.style.display ="block";
}
else{
mybutton.style.display="none";
}
}
function topfunction()
{
document.body.scrollTop=0;
document.documentElement.scrollTop=0;
}
</script>
<!--..........................................javascript end...............................................-->