-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.htm
More file actions
632 lines (485 loc) · 22 KB
/
index.htm
File metadata and controls
632 lines (485 loc) · 22 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
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
<!DOCTYPE html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html lang="en">
<head>
<meta charset="utf-8">
<title>Template · Bootstrap</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="Mursalin Kabir">
<!-- Le styles taste-->
<link rel="stylesheet" href="style.css" />
<link href="css/default.css" rel="stylesheet" type="text/css" />
<link href="css/demo1.css" rel="stylesheet" type="text/css" />
<link rel="stylesheet" type="text/css" href="css/demo.css" />
<link rel="stylesheet" type="text/css" href="css/demo2.css" />
<link rel="stylesheet" href="css/screen.css" type="text/css" media="screen" />
<link rel="stylesheet" href="css/lightbox.css" type="text/css" media="screen" />
<link rel="stylesheet" type="text/css" href="css/style2.css" />
<link rel="stylesheet" type="text/css" href="css/style3.css" />
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script src="js/jquery.easing.js" type="text/javascript"></script>
<script src="js/scroller.js" type="text/javascript"></script>
<script src="js/init.js" type="text/javascript"></script>
<script type="text/javascript" src="js/modernizr.custom.28468.js"></script>
<link href="css/bootstrap.css" rel="stylesheet">
<link href='http://fonts.googleapis.com/css?family=Kelly+Slab' rel='stylesheet' type='text/css' />
<link href='http://fonts.googleapis.com/css?family=Economica:700,400italic' rel='stylesheet' type='text/css'>
<noscript>
<link rel="stylesheet" type="text/css" href="css/nojs.css" />
<link rel="stylesheet" type="text/css" href="css/noscript.css" />
</noscript>
<style type="text/css">
body {
padding-top: 20px;
padding-bottom: 60px;
background-color:#ffffff;
}
/* Custom container */
.container {
margin: 0 auto;
max-width: 1200px;
}
.container > hr {
margin: 60px 0;
}
/* Main marketing message and sign up button */
.jumbotron {
margin: 80px 0;
text-align: center;
}
.jumbotron h1 {
font-size: 100px;
line-height: 1;
}
.jumbotron .lead {
font-size: 24px;
line-height: 1.25;
}
.jumbotron .btn {
font-size: 21px;
padding: 14px 24px;
}
/* Supporting marketing content */
.marketing {
margin: 60px 0;
}
.marketing p + h4 {
margin-top: 28px;
}
/* Customize the navbar links to be fill the entire space of the .navbar */
.navbar .navbar-inner {
padding: 0;
}
.navbar .nav {
margin: 0;
display: table;
width: 100%;
}
.navbar .nav li {
display: table-cell;
width: 1%;
float: none;
}
.navbar .nav li a {
font-weight: bold;
text-align: center;
border-left: 1px solid rgba(255,255,255,.75);
border-right: 1px solid rgba(0,0,0,.1);
}
.navbar .nav li:first-child a {
border-left: 0;
border-radius: 3px 0 0 3px;
}
.navbar .nav li:last-child a {
border-right: 0;
border-radius: 0 3px 3px 0;
}
.shad
{
width:100%;
height:100%;
background-color:pearlwhite;
box-shadow: 10px 10px 5px #888888;
}
.shad2
{
width:1036px;
background-color:pearlwhite;
box-shadow: 10px 10px 5px #888888;
}
.shad3
{
width:250px;
height:220px;
background-color:pearlwhite;
box-shadow: 10px 10px 5px #888888;
}
.footer1{
height: 50px;
background: #2c2c2c url(../img/bg_pattern3.png) repeat;
}
</style>
<link href="css/bootstrap-responsive.css" rel="stylesheet">
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="../assets/js/html5shiv.js"></script>
<![endif]-->
<!-- Fav and touch icons -->
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="../assets/ico/apple-touch-icon-144-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="../assets/ico/apple-touch-icon-114-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="../assets/ico/apple-touch-icon-72-precomposed.png">
<link rel="apple-touch-icon-precomposed" href="../assets/ico/apple-touch-icon-57-precomposed.png">
<link rel="shortcut icon" href="../assets/ico/favicon.png">
</head>
<body>
<div class="container">
<div class="masthead">
<h3 class="muted">Project name</h3>
<div class="navbar">
<div class="navbar-inner">
<div class="container">
<ul class="nav">
<li class="active"><a href="#">Home<br>
<span style="font-size:9px;text-align:left;">Loren ipsum vivams vitae sodales</span>
<li><a href="#">Projects<br>
<span style="font-size:9px;text-align:left;"> Vivamus antiqua mac ridiculus metus</span>
</a>
</li>
<li><a href="#">Services<br>
<span style="font-size:9px;text-align:left;">Egestas cras maurist pellentesque</span>
</a></li>
<li><a href="#">Downloads<br>
<span style="font-size:9px;text-align:left;"> Vivamus antiqua mac ridiculus metus</span></a></li>
<li><a href="#">About
<br>
<span style="font-size:9px;text-align:left;">Loren ipsum vivams vitae sodales</span></a></li>
<li><a href="#">Contact<br>
<span style="font-size:9px;text-align:left;">Egestas cras maurist pellentesque</span></a></li>
</ul>
</div>
</div>
</div><!-- /.navbar -->
</div>
</div>
<!-- Jumbotron -->
<!-- SLIDEER-->
<div >
<div id="da-slider" class="da-slider">
<div class="da-slide">
<h2>Easy management</h2>
<p>Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast of the Semantics, a large language ocean.</p>
<a href="#" class="da-link">Read more</a>
<div class="da-img"><img src="images/2.png" alt="image01" /></div>
</div>
<div class="da-slide">
<h2>Revolution</h2>
<p>A small river named Duden flows by their place and supplies it with the necessary regelialia. It is a paradisematic country, in which roasted parts of sentences fly into your mouth.</p>
<a href="#" class="da-link">Read more</a>
<div class="da-img"><img src="images/3.png" alt="image01" /></div>
</div>
<div class="da-slide">
<h2>Warm welcome</h2>
<p>When she reached the first hills of the Italic Mountains, she had a last view back on the skyline of her hometown Bookmarksgrove, the headline of Alphabet Village and the subline of her own road, the Line Lane.</p>
<a href="#" class="da-link">Read more</a>
<div class="da-img"><img src="images/1.png" alt="image01" /></div>
</div>
<div class="da-slide">
<h2>Quality Control</h2>
<p>Even the all-powerful Pointing has no control about the blind texts it is an almost unorthographic life One day however a small line of blind text by the name of Lorem Ipsum decided to leave for the far World of Grammar.</p>
<a href="#" class="da-link">Read more</a>
<div class="da-img"><img src="images/4.png" alt="image01" /></div>
</div>
<nav class="da-arrows">
<span class="da-arrows-prev"></span>
<span class="da-arrows-next"></span>
</nav>
</div>
</div>
<script type="text/javascript" src="js/jquery.cslider.js"></script>
<script type="text/javascript">
$(function() {
$('#da-slider').cslider();
});
</script>
<!-- END OF SLIDER -->
<hr>
<!-- Why choose grace section -->
<div class="container">
<div class="shad2">
<table>
<tr>
<td>
<h1><span style="color: #888888; border-right-style: groove;">Why Choose Grace?? </span></h1>
</td>
<td>
<div style="margin-left: 10%;">
<h3 style="text-align: center;"><span style="color: #888888;">Its Amazingly Easy to Customize!!</span>
<img src="img/customize.png" alt='custom' align="left">
</h3>
<h4><span style="color: #888888;float:left;"> fermentum massa justo sit amet </span></h4>
</div>
</td>
</tr>
</table>
</div>
</div>
<!--why chhose end-->
<hr>
<!--Circle Hover-->
<div style="margin-left: 10%;" class="container">
<div style="width:350px;float:left;padding:10px;">
<p class="message">Your browser does not support the border-radius property!</p>
<div class="section">
<div class="normal-trigger-area">
<a href="#" id="circle1" class="ec-circle">
<h3>Hovered</h3>
</a>
</div>
</div>
<div class="span4">
<h2>Heading</h2>
<p>Donec id elit non mi porta gravida at eget metus. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Etiam porta sem malesuada magna mollis euismod. Donec sed odio dui. </p>
<p><a class="btn" href="#">View details »</a></p>
</div>
</div>
<div style="width: 350px; float: left;padding:10px;">
<p class="message">Your browser does not support the border-radius property!</p>
<div class="section">
<div class="normal-trigger-area">
<a href="#" id="circle2" class="ec-circle">
<h3>Hovered</h3>
</a>
</div>
</div>
<div class="span4">
<h2>Heading</h2>
<p>Donec id elit non mi porta gravida at eget metus. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Etiam porta sem malesuada magna mollis euismod. Donec sed odio dui. </p>
<p><a class="btn" href="#">View details »</a></p>
</div>
</div>
<div style="width: 350px; float: left;padding:10px;">
<p class="message">Your browser does not support the border-radius property!</p>
<div class="section">
<div class="normal-trigger-area">
<a href="#" id="circle3" class="ec-circle">
<h3>Hovered</h3>
</a>
</div>
</div>
<div class="span4">
<h2>Heading</h2>
<p>Donec id elit non mi porta gravida at eget metus. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Etiam porta sem malesuada magna mollis euismod. Donec sed odio dui. </p>
<p><a class="btn" href="#">View details »</a></p>
</div>
</div>
</div>
</div>
<script type="text/javascript" src="js/jquery.circlemouse.js"></script>
<script type="text/javascript">
$(function() {
$('#circle1').circlemouse({
onMouseEnter : function( el ) {
el.addClass('ec-circle-hover');
},
onMouseLeave : function( el ) {
el.removeClass('ec-circle-hover');
},
onClick : function( el ) {
alert('clicked');
}
});
});
</script>
<script type="text/javascript">
$(function() {
$('#circle2').circlemouse({
onMouseEnter : function( el ) {
el.addClass('ec-circle-hover');
},
onMouseLeave : function( el ) {
el.removeClass('ec-circle-hover');
},
onClick : function( el ) {
alert('clicked');
}
});
});
</script>
<script type="text/javascript">
$(function() {
$('#circle3').circlemouse({
onMouseEnter : function( el ) {
el.addClass('ec-circle-hover');
},
onMouseLeave : function( el ) {
el.removeClass('ec-circle-hover');
},
onClick : function( el ) {
alert('clicked');
}
});
});
</script>
<!--Circle Hover end-->
<hr>
<h1 style="text-align:center">Recent Projects</h1>
<hr>
<!--Recent Project Start-->
<div class="container">
<div class="imageRow">
<div class="set">
<div class="single first">
<a href="img2/examples/image-3.jpg" rel="lightbox[plants]" title="Click on the right side of the image to move forward."><img src="img2/examples/thumb-3.jpg" alt="Plants: image 1 0f 4 thumb" /></a>
</div>
<div class="single">
<a href="img2/examples/image-4.jpg" rel="lightbox[plants]" title="Alternately you can press the right arrow key." ><img src="img2/examples/thumb-4.jpg" alt="Plants: image 2 0f 4 thumb" /></a>
</div>
<div class="single">
<a href="img2/examples/image-5.jpg" rel="lightbox[plants]" title="The script preloads the next image in the set as you're viewing."><img src="img2/examples/thumb-5.jpg" alt="Plants: image 3 0f 4 thumb" /></a>
</div>
<!--Repeat-->
<div class="single">
<a href="img2/examples/image-4.jpg" rel="lightbox[plants]" title="Alternately you can press the right arrow key." ><img src="img2/examples/thumb-4.jpg" alt="Plants: image 2 0f 4 thumb" /></a>
</div>
<div class="single">
<a href="img2/examples/image-5.jpg" rel="lightbox[plants]" title="The script preloads the next image in the set as you're viewing."><img src="img2/examples/thumb-5.jpg" alt="Plants: image 3 0f 4 thumb" /></a>
</div>
<!--Repeat-->
<!--Repeat-->
<div class="single">
<a href="img2/examples/image-4.jpg" rel="lightbox[plants]" title="Alternately you can press the right arrow key." ><img src="img2/examples/thumb-4.jpg" alt="Plants: image 2 0f 4 thumb" /></a>
</div>
<div class="single">
<a href="img2/examples/image-5.jpg" rel="lightbox[plants]" title="The script preloads the next image in the set as you're viewing."><img src="img2/examples/thumb-5.jpg" alt="Plants: image 3 0f 4 thumb" /></a>
</div>
<!--Repeat-->
<!--Repeat-->
<div class="single">
<a href="img2/examples/image-4.jpg" rel="lightbox[plants]" title="Alternately you can press the right arrow key." ><img src="img2/examples/thumb-4.jpg" alt="Plants: image 2 0f 4 thumb" /></a>
</div>
<div class="single">
<a href="img2/examples/image-5.jpg" rel="lightbox[plants]" title="The script preloads the next image in the set as you're viewing."><img src="img2/examples/thumb-5.jpg" alt="Plants: image 3 0f 4 thumb" /></a>
</div>
<!--Repeat-->
<!--Repeat-->
<div class="single">
<a href="img2/examples/image-4.jpg" rel="lightbox[plants]" title="Alternately you can press the right arrow key." ><img src="img2/examples/thumb-4.jpg" alt="Plants: image 2 0f 4 thumb" /></a>
</div>
<div class="single">
<a href="img2/examples/image-5.jpg" rel="lightbox[plants]" title="The script preloads the next image in the set as you're viewing."><img src="img2/examples/thumb-5.jpg" alt="Plants: image 3 0f 4 thumb" /></a>
</div>
<!--Repeat--> <!--Repeat-->
<div class="single">
<a href="img2/examples/image-4.jpg" rel="lightbox[plants]" title="Alternately you can press the right arrow key." ><img src="img2/examples/thumb-4.jpg" alt="Plants: image 2 0f 4 thumb" /></a>
</div>
<div class="single">
<a href="img2/examples/image-5.jpg" rel="lightbox[plants]" title="The script preloads the next image in the set as you're viewing."><img src="img2/examples/thumb-5.jpg" alt="Plants: image 3 0f 4 thumb" /></a>
</div>
<!--Repeat-->
<div class="single last">
<a href="img2/examples/image-6.jpg" rel="lightbox[plants]" title="Click the X or anywhere outside the image to close"><img src="img2/examples/thumb-6.jpg" alt="Plants: image 4 0f 4 thumb" /></a>
</div>
</div>
</div>
</div>
<!-- Recent Project End -->
<div class="container">
<div class="scroller demo1">
<div class="inside">
<a href="#"><img src="assets/img1.jpg" alt="" /></a>
<a href="#"><img src="assets/img2.jpg" alt="" /></a>
<a href="#"><img src="assets/img3.jpg" alt="" /></a>
<a href="#"><img src="assets/img4.jpg" alt="" /></a>
<a href="#"><img src="assets/img5.jpg" alt="" /></a>
<a href="#"><img src="assets/img6.jpg" alt="" /></a>
<a href="#"><img src="assets/img7.jpg" alt="" /></a>
<a href="#"><img src="assets/img8.jpg" alt="" /></a>
<a href="#"><img src="assets/img9.jpg" alt="" /></a>
<a href="#"><img src="assets/img10.jpg" alt="" /></a>
<a href="#"><img src="assets/img11.jpg" alt="" /></a>
<a href="#"><img src="assets/img12.jpg" alt="" /></a>
<a href="#"><img src="assets/img13.jpg" alt="" /></a>
<a href="#"><img src="assets/img14.jpg" alt="" /></a>
<a href="#"><img src="assets/img15.jpg" alt="" /></a>
</div>
</div>
</div>
<!-- /container -->
<div class="testing">
<div class="innerbottom">
<div class="About US">
<h2 style="text-align:center;">About Us</h2>
<p style="text-align:left;">
Etiam iaculis imperdiets nes, ac viverra lluset euismo aliquam pellentesquet nisit tortor.
Elementum vitaenut posuere eget, ornarear quis purustin lost rhoncu sagittis mattis. Vestibulum los quam, nec stique cunsapien vitaert vivamus aliquam ut.
Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas ictumero pharetra convallists, augue risus gravida leo, sed ultricies dolor
</p>
</div>
</div>
<div class="innerbottom">
<div class="About US">
<h2 style="text-align:center;">About Us</h2>
<p style="text-align:left;">
Etiam iaculis imperdiets nes, ac viverra lluset euismo aliquam pellentesquet nisit tortor.
Elementum vitaenut posuere eget, ornarear quis purustin lost rhoncu sagittis mattis. Vestibulum los quam, nec stique cunsapien vitaert vivamus aliquam ut.
Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas ictumero pharetra convallists, augue risus gravida leo, sed ultricies dolor
</p>
</div>
</div>
<div class="innerbottom">
<div class="About US">
<h2 style="text-align:center;">About Us</h2>
<p style="text-align:left;">
Etiam iaculis imperdiets nes, ac viverra lluset euismo aliquam pellentesquet nisit tortor.
Elementum vitaenut posuere eget, ornarear quis purustin lost rhoncu sagittis mattis. Vestibulum los quam, nec stique cunsapien vitaert vivamus aliquam ut.
Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas ictumero pharetra convallists, augue risus gravida leo, sed ultricies dolor
</p>
</div>
</div>
</div>
<div class="footer1">
<p style="color:white;">Company 2013</p>
</div>
<!-- Le javascript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="js/jquery-ui-1.8.18.custom.min.js"></script>
<script src="js/jquery.smooth-scroll.min.js"></script>
<script src="js/lightbox.js"></script>
<script>
jQuery(document).ready(function($) {
$('a').smoothScroll({
speed: 1000,
easing: 'easeInOutCubic'
});
$('.showOlderChanges').on('click', function(e){
$('.changelog .old').slideDown('slow');
$(this).fadeOut();
e.preventDefault();
})
});
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-2196019-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
<script src="js/bootstrap.js"></script>
<script src="../assets/js/bootstrap-transition.js"></script>
<script src="../assets/js/bootstrap-alert.js"></script>
<script src="../assets/js/bootstrap-modal.js"></script>
<script src="../assets/js/bootstrap-dropdown.js"></script>
<script src="../assets/js/bootstrap-scrollspy.js"></script>
<script src="../assets/js/bootstrap-tab.js"></script>
<script src="../assets/js/bootstrap-tooltip.js"></script>
<script src="../assets/js/bootstrap-popover.js"></script>
<script src="../assets/js/bootstrap-button.js"></script>
<script src="../assets/js/bootstrap-collapse.js"></script>
<script src="../assets/js/bootstrap-carousel.js"></script>
<script src="../assets/js/bootstrap-typeahead.js"></script>
</body>
</html>