-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
255 lines (190 loc) · 10.3 KB
/
index.html
File metadata and controls
255 lines (190 loc) · 10.3 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
<!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">
<meta name="keywords" content="dbms, networking,java,web, online exam">
<meta name="author" content="sunil gupta">
<title>assignment</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="image/b1.jpg">
<link rel="shortcut icon" href="image/f2.png" type="image/x-icon">
<link rel="icon" href="image/f2.png" type="image/x-icon">
<link href="https://fonts.googleapis.com/css?family=Vollkorn" rel="stylesheet">
</head>
<body>
<!-- nav bar and heading-->
<header class="container-fluid" style="background-color: #ffe6e6">
<img src="image/p2.jpg" alt="e platform" style="height: 170px;width:100%; margin: 0;">
</header>
<nav class="navbar navbar-expand-lg sticky-top navbar-dark bg-dark">
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarTogglerDemo01" aria-controls="navbarTogglerDemo01" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<section class="collapse navbar-collapse" id="navbarTogglerDemo01">
<a class="navbar-brand" href="#"><img src="image/p1.jpg" alt="learning" style="width: 50px;"></a>
<ul class="navbar-nav mr-auto mt-2 mt-lg-0">
<li class="nav-item active">
<a class="nav-link" href="#"><h5 style="font-family: 'Vollkorn', serif;"> about us</h5> </a>
</li>
<li class="nav-item ">
<a class="nav-link" href="#"><h5 style="font-family: 'Vollkorn', serif;">courses</h5></a>
</li>
<li class="nav-item">
<a class="nav-link" href="#"><h5 style="font-family: 'Vollkorn', serif;">study materials</h5></a>
</li>
<li class="nav-item">
<a class="nav-link" href="#"><h5 style="font-family: 'Vollkorn', serif;">online quiz</h5></a>
</li>
<li class="nav-item">
<a class="nav-link" href="#"><h5 style="font-family: 'Vollkorn', serif;">mission</h5></a>
</li>
<li class="nav-item">
<a class="nav-link" href="#"><h5 style="font-family: 'Vollkorn', serif;">contact</h5></a>
</li>
</ul>
<form class="form-inline my-2 my-lg-0">
<input class="form-control mr-sm-2" type="search" placeholder="enter query" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit">search</button>
</form>
</section>
</nav>
</nav>
<!-- nav bar and heading-->
<!-- carousel -->
<section id="carousel">
<article id="carousel-home" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#carousel-home" data-slide-to="0" class="active"></li>
<li data-target="#carousel-home" data-slide-to="1"></li>
<li data-target="#carousel-home" data-slide-to="2"></li>
</ol>
<article class="carousel-inner" role="listbox">
<article class="carousel-item active">
<img class="d-block w-100" src="image/b6.jpg" height=600px alt="First slide">
</article>
<article class="carousel-item">
<img class="d-block w-100" src="image/b1.jpg" height=600px alt="Second slide">
</article>
<article class="carousel-item">
<img class="d-block w-100" src="image/b3.jpg" height=600px alt="Third slide">
</article>
</article>
<a class="carousel-control-prev" href="#carousel-home" role="button" data-slide="prev">
<span class="icon-prev" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carousel-home" role="button" data-slide="next">
<span class="icon-next" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</article>
</section>
<!-- carousal ends here -->
<!-- introduction content -->
<section class="jumbotron" style="background-color: #ff0000; width: 100%;height: 200px; ">
<blockquote>
<h1>STUDY MATERIALS</h1>
<P> e Learning Platform provides top quality study materials which includes ebooks and handmade notes which can help students to excel in their academics</P>
</blockquote>
</section>
<section class="jumbotron" style="background-color: #ff1a1a; width: 100%;height: 400px; background-color: grey;">
<blockquote>
<h2>our moto</h2>
<dl>
<dt>our values</dt>
<dd>- we are neutral towards each and every students and we will try to help students in best possible ways.</dd>
<dt> our strategy</dt>
<dd>-we will opt best possible methods and strategy to help students in their growth.</dd>
<dt>our mission</dt>
<dd>-we are on a mission to create a platform where students can get each and every details about their subject.</dd>
</dl>
</blockquote>
</section>
<section class="jumbotron" style="background-color: #ff3333; width: 100%;height: 200px; margin-bottom: 0px;">
<blockquote>
<h1> TOP QUALITY ONLINE EXAMS</h1>
<P> e Learning Platform provides top quality online exams where students can test their skills to perform better in career
</P>
</blockquote>
</section>
<!-- embedding iframe-->
<section style="display: flex; flex-direction: row; height: 400px;">
<article class="jumbotron" style="width: 35%; height: 400px; background-color: #ff8000" >
<iframe width="100%" height="280px" src="https://www.youtube.com/embed/QvUF4LkmwKo" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</article>
<article class="jumbotron" style="width: 30%; height: 400px;background-color: #ff8000">
<iframe width="100%" height="280px;" src="https://www.youtube.com/embed/MtQL_ll5KhQ" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</article>
<article class="jumbotron" style="width: 35%; height: 400px;background-color: #ff8000">
<iframe width="100%" height="280px" src="https://www.youtube.com/embed/fGtHDiJCGdU" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</article>
</section>
<!-- usage of modal-->
<section class="container-fluid" style="background-color: #e60000; height: 150px;">
<article style="background-color: #e60000;>
<h1 style="margin-top: 100px; margin-left: 50px;> latest updates ------</h1>
<!-- Button to Open the Modal -->
<button type="button" class="btn btn-primary" data-toggle="modal" data-target="#myModal" style="margin-left: 200px; margin-top:50px;">
click here
</button>
<!-- The Modal -->
<article class="modal fade" id="myModal">
<article class="modal-dialog">
<article class="modal-content">
<!-- Modal Header -->
<article class="modal-header">
<h4 class="modal-title">dbms update</h4>
<button type="button" class="close" data-dismiss="modal">×</button>
</article>
<!-- Modal body -->
<article class="modal-body">
register for the test
</article>
<!-- Modal footer -->
<article class="modal-footer">
<button type="button" class="btn btn-danger" data-dismiss="modal">Close</button>
</artiicle>
</article>
</article>
</article>
</article>
</section>
<!--usage of jumbotron-->
<section class="container-fluid" style="height: 400px;px;background-color:#ff8000; display: flex;">
<section class="jumbotron" style="width: 35%; height: 400px; background-color: #ff8000;">
<img src="image/p5.jpg" alt=" web dev" style="height:300px;width:100%;">
</section>
<section class="jumbotron"style="width: 35%; height: 400px; background-color: #ff8000;">
<img src="image/p4.jpg" alt="database" style="height:300px;width:100%;">
</section>
<section class="jumbotron" style="width: 35%; height: 400px; background-color: #ff8000;">
<img src="image/p8.jpg" alt="artificial inte" style="height:300px;width:100%;">
</section>
</section>
<section class="jumbotron">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3888.569127615479!2d77.61175141484931!3d12.935391519171665!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3bae144e0c7d418f%3A0x48d008360cebcde4!2sStackroute!5e0!3m2!1sen!2sin!4v1544852604895" width="100%" height="300px;" frameborder="0" style="border:0" ></iframe>
</section>
<!--footer-->
<footer class="container-fluid" style="background-color: #181818; height: 300px;display:flex; margin-top: -30px;">
<article style="width: 50%; color: grey; overflow-y:auto;">
<p style="margin-top: 30px";>
This content is developed by the students, for the students and of the students keeping in mind the
present scenario of the technical and govt job seekers.if in case there is any problem with the content
the users are requested to contact us and we shall try our level best to help them out.
</p>
</article>
<article style="width: 50%; color: grey; overflow: auto; display: flex;">
<h4 style="text-align: center;margin-top:25px;">click on the button to contact</h4>
<p style="margin-left: 40px;margin-top: 20px;">
<button style="font-size:24px; background-color: #4dc3ff;">contact <i class="fa fa-hand-o-right"></i></button>
</p>
</article>
</footer>
</body>
</html>