"homepageNew"
Bootstrap 3.3.0 Snippet by pindipoluravikumar

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
<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/js/bootstrap.min.js"></script>
<script src="//code.jquery.com/jquery-1.11.1.min.js"></script>
<!------ Include the above in your HEAD tag ---------->
<html>
<head>
<link rel="import" href="./header.html" async>
</head>
<body style="background-color: white">
<div class="row">
<div class="homePageBackGroundImage1"
style="height: 400px; background-image: url('http://lcc.dotcmscloud.com/images/NewHome1.png');">
<div style="margin-left: 18%;">
<p style="font-size: 28px;padding-top: 100px;font-family: calibri;">Check my watches value
</p>
<div><select style=" background: white;padding: 3px 10px;">
<option>Watch model</option>
</select></div>
</div>
</div>
</div>
<div class="row" style="background-color: #68ceee; height: 60px;"></div>
<div class="row" style="margin-left:10%;background-color: white">
<div class="col-md-5 promo-border" style="margin-top:60px;">
<div class="promo-text"><img src="http://lcc.dotcmscloud.com/images/globe.png"></div>
<p style="font-family: calibri;
font-size: 20px;
margin-top: 25px;">
WHY CERTIFY WITH LUXE?
</p>
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
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
@import url(http://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css);
@import url(http://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css);
@import url(http://fonts.googleapis.com/css?family=Titillium+Web&subset=latin,latin-ext);
.footer-title {
padding: 0 7px;
font-family: Calibri;
font-size: 16px;
}
.footerLinks {
text-align: center;
padding: 5% 0 2% 0 "
}
.footer {
padding-top: 20px;
padding-bottom: 20px;
background-color: white;
bottom: 0;
position: relative;
width: 100%;
}
.fa-stack {
color: #00aced;
}
.footerLinks > span > a {
color: black;
!important;
}
.icon-facebook {
color: #3b5998;
}
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: