-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
406 lines (365 loc) · 17.9 KB
/
Copy pathindex.html
File metadata and controls
406 lines (365 loc) · 17.9 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
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
<html>
<head>
<title>My Template</title>
<link href="images/favicon.png" rel="icon">
<link href="css/bootstrap.min-3.3.7.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
<link href="css/font-awesome.min.css" rel="stylesheet">
<script src="js/jquery.min-3.3.1.js"></script>
<script src="js/bootstrap.min-3.3.7.js"></script>
<script src="js/script.js"></script>
</head>
<body>
<nav class="navbar navbar-inverse navbar-fixed-top">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#myNavbar">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#">Emtronic Pvt.Ltd</a>
</div>
<div class="collapse navbar-collapse" id="myNavbar">
<ul class="nav navbar-nav">
<li class="active"><a href="#">Home</a></li>
<li><a href="#AboutUsSection">About Us</a></li>
<li><a href="#ourteamSection">Our Team</a></li>
<li><a href="#TestimonialSection">Testimonial</a></li>
<li><a href="#contactusSection">Contact Us</a></li>
<li class="dropdown">
<a class="dropdown-toggle" data-toggle="dropdown" href="#">Services
<span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="#">JAVA</a></li>
<li><a href="#">WEB TECHNOLOGY</a></li>
<li><a href="#">PYTHON</a></li>
</ul>
</li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li><a data-toggle="modal" href="#sss"><span class="glyphicon glyphicon-user"></span> Sign Up</a></li>
<li><a data-toggle="modal" href="#ppp"><span class="glyphicon glyphicon-log-in"></span> Login</a></li>
</ul>
</div>
</div>
</nav>
<div id="myCarousel" class="carousel slide" data-ride="carousel">
<!-- Indicators -->
<ol class="carousel-indicators">
<li data-target="#myCarousel" data-slide-to="0" class="active"></li>
<li data-target="#myCarousel" data-slide-to="1"></li>
<li data-target="#myCarousel" data-slide-to="2"></li>
<li data-target="#myCarousel" data-slide-to="3"></li>
</ol>
<!-- Wrapper for slides -->
<div class="carousel-inner" role="listbox">
<div class="item active">
<img src="images/banner1.jpg" alt="Chania">
<div class="carousel-caption">
<h3>Chania</h3>
<p>The atmosphere in Chania has a touch of Florence and Venice.</p>
</div>
</div>
<div class="item">
<img src="images/banner2.jpg" alt="Chania">
<div class="carousel-caption">
<h3>Chania</h3>
<p>The atmosphere in Chania has a touch of Florence and Venice.</p>
</div>
</div>
<div class="item">
<img src="images/banner3.jpg" alt="Flower">
<div class="carousel-caption">
<h3>Flowers</h3>
<p>Beatiful flowers in Kolymbari, Crete.</p>
</div>
</div>
<div class="item">
<img src="images/banner4.jpg" alt="Flower">
<div class="carousel-caption">
<h3>Flowers</h3>
<p>Beatiful flowers in Kolymbari, Create.</p>
</div>
</div>
</div>
<!-- Left and right controls -->
<a class="left carousel-control" href="#myCarousel" role="button" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="right carousel-control" href="#myCarousel" role="button" data-slide="next">
<span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
<!--About US Section-->
<section id="AboutUsSection">
<h1 class="Section-title">
About Us
<span> </span>
</h1>
<div class="container">
<div class="row">
<div class="col-sm-6">
<ul>
<li>Youlearners is a leading Software Development & Consulting company of Eastern India registered under STPI. Youlearners Designs, and developed Business solution by using cutting edge Technologies to make the Business process more friendly.
</li>
<li>At Youlearners we feel & realize that a better solution and its proper implementation only make a path for business organization to grow. we take all necessary steps and use cutting edge technologies to design and develop Business Solutions which can fit to our Customer requirements.
</li>
<li>At Youlearners, we rely on real business goals that allow our customer to grow, and not just maintain the operations. Our Reliable IT services, High end business solutions provide our customer a high level of Satisfactory result that no other competitor can provide.
</li>
<li>We here to put all of our innovative ideas to design the application and its maintenance. Our diversified Domain & Technological expertise and experience gives Youlearners a leading company in the field of software development.
</li>
<li>Having already established itself as a reliable software solution provider, We are capable of taking up any challenges in the field of Software Development & Web Designing works. We are keen to build Long Term relationship with our customer by giving them better and value added services.
</li>
</ul>
</div>
<div class="col-sm-6">
<img src="images/aboutus.png" class="img-responsive " >
</div>
</div>
</div>
</section>
<!-- End of About Us-->
<!--Testimonial-->
<section id="TestimonialSection">
<h1 class="Section-title">
Client Testimonial
<span></span>
</h1>
<div class="container">
<div id="myCarousel" class="carousel slide" data-ride="carousel">
<!-- Wrapper for slides -->
<div class="carousel-inner" role="listbox">
<div class="item active">
<div class="testimonial-box">
<img src="images/testimonial/testimonial-1.png" class="img-circle" width="120" height="120">
<p>Absolutely Amazing</p>
<h3>Shonu Kumar, BBSR</h3>
</div>
</div>
<div class="item">
<div class="testimonial-box">
<img src="images/testimonial/testimonial-2.png" class="img-circle" width="120" height="120">
<p>Absolutely Amazing</p>
<h3>Sakti Kumar, BBSR</h3>
</div>
</div>
<div class="item">
<div class="testimonial-box">
<img src="images/testimonial/testimonial-3.png" class="img-circle" width="120" height="120" >
<p>Absolutely Amazing</p>
<h3>Pradeep Kumar, BBSR</h3>
</div>
</div>
<div class="item">
</div>
</div>
</div>
</div>
</section>
<!-- End of Testimonial-->1
<!--Our team-->
<section id="ourteamSection">
<h1 class="Section-title">
Our Team
<span> </span>
</h1>
<div class="container">
<div class="row">
<div class="col-sm-2">
<img src="images/ourteam/person1.jpg" class="img-responsive img-thumbnail" >
</div>
<div class="col-sm-2">
<img src="images/ourteam/person2.jpg" class="img-responsive img-thumbnail" >
</div>
<div class="col-sm-2">
<img src="images/ourteam/person3.jpg" class="img-responsive img-thumbnail" >
</div>
<div class="col-sm-2">
<img src="images/ourteam/person4.jpg" class="img-responsive img-thumbnail" >
</div>
<div class="col-sm-2">
<img src="images/ourteam/person5.jpg" class="img-responsive img-thumbnail" >
</div>
<div class="col-sm-2">
<img src="images/ourteam/person6.jpg" class="img-responsive img-thumbnail" >
</div>
</div>
</div>
</section>
<!--End of our team-->
<!-- Contact us-->
<section id="contactusSection">
<h1 class="section-title">
Contact Us
<span></span>
</h1>
<div class="container">
<form>
<div class="row">
<div class="col-sm-6">
<div class="form-group">
<input type="text" class="form-control" placeholder="Enter name">
</div>
</div>
<div class="col-sm-6">
<div class="form-group">
<input type="email" class="form-control" placeholder="Enter email">
</div>
</div>
<div class="col-sm-6">
<div class="form-group">
<input type="text" class="form-control" placeholder="Enter mobile">
</div>
</div>
<div class="col-sm-6">
<div class="form-group">
<input type="text" class="form-control" placeholder="Enter web address">
</div>
</div>
<div class="col-sm-12">
<div class="form-group">
<textarea class="form-control" placeholder="Enter address"></textarea>
</div>
</div>
<button type="submit" class="btn btn-primary">Send Message</button>
</form>
</div>
</section>
<!-- Footer section-->
<footer id="footerSection">
<div class="container">
<div class="row">
<div class="col-sm-3">
<h3>
Website Name
</h3>
<ul>
<li>contact@pradip.com</li>
<li>+91 7008284836</li>
<li>Opposite of fire station</li>
<li>Bhubaneswar,Odisha,751016</li>
</ul>
</div>
<div class="col-sm-3">
<h3>
JAVA
</h3>
<ul>
<li><a href="#">CORE JAVA</li>
<li><a href="#">JDBC</li>
<li><a href="#">SERVLET</li>
<li><a href="#">SPRING</li>
</ul>
</div>
<div class="col-sm-3">
<h3>
DATABASE
</h3>
<ul>
<li><a href="#">ORACLE</li>
<li><a href="#">MSSQL</li>
<li><a href="#">MYSQL</li>
<li><a href="#">MONGODB</li>
</ul>
</div>
<div class="col-sm-3">
<h3>
WEB TECHNOLOGY
</h3>
<ul>
<li><a href="#">ANGULAR9</li>
<li><a href="#">AJAX</li>
<li><a href="#">JSON</li>
<li><a href="#">JAVASCRIPT</li>
</ul>
</div>
</div>
</div>
</footer>
<div class="copy-right">
@copyright 2020 | Developed by : pradip.com
</div>
<!--End of footer section-->
<!--End of contact Us-->
<!-- Login form section-->
<!-- Trigger the modal with a button -->
<!-- Modal -->
<div id="ppp" class="modal fade" role="dialog">
<div class="modal-dialog">
<!-- Modal content-->
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal">×</button>
<h4 class="modal-title text-center text-danger">LOGIN FORM</h4>
</div>
<div class="modal-body">
<form>
<div class="form-group">
<label>Email:</label>
<input type="email" class="form-control" placeholder="shonu@gmail.com">
</div>
<div class="form-group">
<label>Password:</label>
<input type="password" class="form-control">
</div>
<button type="submit" class="btn btn-primary">Login</button>
<button type="reset" class="btn btn-danger">Clear</button>
<a href="signup.html" class="form-link"> Don't have an account?</a>
</form>
</div>
</div>
</div>
</div>
<!-- Trigger the modal with a button -->
<!-- Modal -->
<!--End of Login form Section-->
<!-- sign up form-->
<!-- Trigger the modal with a button -->
<!-- Modal -->
<div id="sss" class="modal fade" role="dialog">
<div class="modal-dialog">
<!-- Modal content-->
<div class="modal-content">
<div class="modal-body">
<form>
<h1 class="form-title">Signup<i class="fa fa-sign-in"></i></h1>
<div class="form-group">
<label>Name </label>
<input type="text" class="form-control">
</div>
<div class="form-group">
<label>Email </label>
<input type="email" class="form-control">
</div>
<div class="form-group">
<label>Mobile </label>
<input type="text" class="form-control">
</div>
<div class="form-group">
<label>Male </label>
<input type="radio" name="gender" checked="">
<label>Female </label>
<input type="radio" name="gender">
</div>
<div class="form-group">
<label>Address </label>
<textarea class="form-control" rows="5"></textarea>
</div>
<div class="form-group">
<label>Password </label>
<input type="password" class="form-control">
</div>
<button class="btn btn-primary">Signup</button>
<button type="reset" class="btn btn-warning">Clear</button>
<a href="#">Already have an account?</a>
</form>
</div>
</div>
</div>
</div>
<!--end of sign up form-->
</body>
</html>