"Bootstrap 3.2 google profile embed "
Bootstrap 3.2.0 Snippet by xactvisual

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="//netdna.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//netdna.bootstrapcdn.com/bootstrap/3.2.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 ---------->
<div class="navbar navbar-inverse navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<a class='navbar-brand'href='http://xactvisual.ca'>Xact Visual</a>
<ul id='navv' class="nav navbar-nav navbar-right">
<li><a href="#">Sign up</a></li>
<li><a href="#">Sign in</a></li>
</ul>
</div>
</div>
</div>
<div id="header">
<div class="container">
<div class="row">
<div id='email' class="col-lg-6">
<h1>Welcome Home</h1>
<p>Time to start your adventure!</p>
<input type='email' placeholder='email please'></input>
<button type='submit'>Submit!</button>
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://fonts.googleapis.com/css?family=Lato:400,300,700,900');
#email{
color: #fff;
top:200px;
}
#carousel{
top: 100px;
}
#g-page{
margin: 2pc 0 0 0;
}
#footer{
height: 100px;
width: 100%;
margin-top: 200px;
margin-bottom: 100px;
padding-top: 40px;
background-color: #e28e29;
}
#header{
background: url(https://lh3.googleusercontent.com/-oGeWpugT6zE/VAidbun8dxI/AAAAAAAAAC0/540JhT7pe4s/w2004-h1336-no/IMG_2040.jpg);
background-size: cover;
}
body{
font-family: 'Lato', sans-serif;
font-weight: 300;
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: