-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
264 lines (246 loc) · 11.9 KB
/
index.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
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Bootstrap3 Project: Edureka (demo)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet">
<link href="bootstrap-3.3.7/css/bootstrap-theme.min.css" rel="stylesheet">
<script src="https://kit.fontawesome.com/502d114eb1.js"></script>
<style>
body {
margin-top: 65px;
}
</style>
</head>
<body>
<nav class="navbar navbar-default navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-target="#primary-menu"
data-toggle="collapse">
Menu
</button>
<div class="navbar-brand">
<a href="index.html">edureka!</a>
</div>
</div>
<div class="collapse navbar-collapse" id="primary-menu">
<ul class="nav navbar-nav">
<li><a href="our-story.html">Our Story</a></li>
<li><a href="courses.html">Courses</a></li>
<li><a href="signup.html">Signup</a></li>
<li><a href="faqs.html">FAQs</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
</div>
</nav>
<div id="main-carousel" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#main-carousel" data-slide-to="0" class="active"></li>
<li data-target="#main-carousel" data-slide-to="1" class=""></li>
<li data-target="#main-carousel" data-slide-to="2" class=""></li>
</ol>
<div class="carousel-inner">
<div class="item active">
<img alt="First slide" src="1stPicture.jpg" style="width: 3261px; height: 300px">
<div class="container">
<div class="carousel-caption">
<h1><strong><span style="background-color:#337ab7; border-radius: 5px; padding: 4px 6px 4px 6px">Just Learn It</span></strong></h1>
<p><span style="background-color: #337ab7; border-radius: 5px; padding: 4px 6px 4px 6px">Curious about new web technologies? Let's dive in!</span></p>
<p>
<a class="btn btn-primary" href="signup.html" role="button">Sign up today!</a>
</p>
</div>
</div>
</div>
<div class="item">
<img alt="Second slide" src="2ndPicture.jpg" style="width: 3261px; height: 300px">
<div class="container">
<div class="carousel-caption">
<h1><strong><span style="background-color: #337ab7; border-radius: 5px; padding: 4px 6px 4px 6px">
Our Classroom
</span></strong></h1>
<p><span style="background-color: #337ab7; border-radius: 5px; padding: 4px 6px 4px 6px">You will never get bored in our interactive classroom</span></p>
<p>
<a class="btn btn-primary" href="signup.html" role="button">Sign up today!</a>
</p>
</div>
</div>
</div>
<div class="item">
<img alt="Third slide" src="3rdPicture.png" style="width: 3261px; height: 300px">
<div class="container">
<div class="carousel-caption">
<h1><strong><span style="background-color: #337ab7; border-radius: 5px; padding: 4px 6px 4px 6px">Codeville</span></strong></h1>
<p><span style="background-color: #337ab7; border-radius: 5px; padding: 4px 6px 4px 6px">Welcome aboard! Are you ready to code?</span></p>
<p>
<a class="btn btn-primary" href="signup.html" role="button">Sign up today!</a>
</p>
</div>
</div>
</div>
</div>
<a class="left carousel-control" href="#main-carousel" data-slide="prev"><span
class="glyphicon glyphicon-chevron-left"></span></a>
<a class="right carousel-control" href="#main-carousel" data-slide="next"><span
class="glyphicon glyphicon-chevron-right"></span></a>
</div>
<div class="container">
<h2 class="text-center" style="margin-top: 55px; margin-bottom: 50px"><strong>Instructor-led live online courses
with 24x7 on demand support</strong></h2>
<div class="row text-center">
<div class="col-md-4">
<img src="instructor.png" class="center-block">
<h2>Live Classes</h2>
<p>Learn from our experts and get realtime guidance</p>
</div>
<div class="col-md-4">
<img src="calendar.png" class="center-block" style="width: 137px; height: 113px">
<h2>Flexible schedule</h2>
<p>Reschedule your batch/class at your convenience</p>
</div>
<div class="col-md-4">
<img src="support-ninja.png" class="center-block" style="width: 127px; height: 113px">
<h2>24x7 Support</h2>
<p>Personalized guidance from our 24x7 support team</p>
</div>
</div>
<h2 class="text-center" style="margin-top: 55px; margin-bottom: 20px"><strong>Freshly Baked courses</strong></h2>
<div class="row">
<div class="col-md-2">
<div class="thumbnail">
<img src="angular.png" alt="Angular">
<div class="caption">
<h3>Angular</h3>
<p>Master Angular</p>
<p>
<a href="angular.html" class="btn btn-success">Learn More</a>
</p>
</div>
</div>
</div>
<div class="col-md-2">
<div class="thumbnail">
<img src="javascript&jqueryEssentials.png" alt="JS&jQuery">
<div class="caption">
<h3>JS jQuery</h3>
<p>Master JS & jQuery</p>
<p>
<a href="jsjq.html" class="btn btn-success">Learn More</a>
</p>
</div>
</div>
</div>
<div class="col-md-2">
<div class="thumbnail">
<img src="nodejs.png" alt="Node.js">
<div class="caption">
<h3>Node.js</h3>
<p>Master Node.js</p>
<p>
<a href="nodejs.html" class="btn btn-success">Learn More</a>
</p>
</div>
</div>
</div>
<div class="col-md-2">
<div class="thumbnail">
<img src="mongodb.png" alt="MongoDB">
<div class="caption">
<h3>MongoDB</h3>
<p>Master MongoDB</p>
<p>
<a href="mongodb.html" class="btn btn-success">Learn More</a>
</p>
</div>
</div>
</div>
<div class="col-md-2">
<div class="thumbnail">
<img src="react.png" alt="react">
<div class="caption">
<h3>React</h3>
<p>React</p>
<p>
<a href="react.html" class="btn btn-success">Learn More</a>
</p>
</div>
</div>
</div>
<div class="col-md-2">
<div class="thumbnail">
<img src="webDev.png" alt="Web Dev">
<div class="caption">
<h3>Web Dev</h3>
<p>Master Web Dev</p>
<p>
<a href="webdev.html" class="btn btn-success">Learn More</a>
</p>
</div>
</div>
</div>
</div>
<div class="well">
<style>
#social-media-menu {
list-style-type: none;
overflow: auto;
padding: 0;
}
#social-media-menu > li {
float: left;
width: 20%;
text-align: center;
}
#social-media-menu > li > a {
font-size: 4em;
text-decoration: none;
}
</style>
<ul id="social-media-menu">
<li><a href="https://www.facebook.com/edurekaIN/"><i class="fab fa-facebook-square"></i></a></li>
<li><a href="https://www.edureka.co/"><i class="fab fa-google"></i></a></li>
<li><a href="https://twitter.com/edurekaIN"><i class="fab fa-twitter"></i></a></li>
<li><a href="https://www.linkedin.com/company/edureka/"><i class="fab fa-linkedin-in"></i></a></li>
<li><a href="https://www.youtube.com/channel/UCkw4JCwteGrDHIsyIIKo4tQ"><i
class="fab fa-youtube"></i></a></li>
</ul>
</div>
</div>
<footer style="margin-top: 20px">
<div class="text-center">
Copyright © Brain4ce Education Solutions Pvt. Ltd. All rights Reserved.
<a data-toggle="modal" href='#modal-tnc'>Terms & Conditions. Legal & Privacy</a>
</div>
<div class="modal fade" id="modal-tnc">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
<h2 class="modal-title"><strong>Terms and Conditions</strong></h2>
</div>
<div class="modal-body">
<p>About The Company
1.1 <a href="http://www.edureka.co">www.edureka.co</a> (the "Site"), the courses available
from the Site (the "Courses"), and the training services made available on or through the
Site and the software (the "Services"), are owned, operated, and maintained, as applicable,
by Brain4ce Education Solutions Private Limited (hereinafter referred to as "we", "our",
"us", or the "Company", as the case may be). The Site, Courses, and Services are,
collectively referred to as the "Company Products". By (a) using or accessing the Company
Products, including, but not limited to streaming, accessing or using the software; or (b)
paying, either for itself or for someone else to use or access the Company Products, you
agree to the terms and conditions set forth in these terms of use (the "Terms"). </p>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-primary" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
</footer>
<script src="https://code.jquery.com/jquery-2.2.4.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
</body>
</html>