"HedgeMark Registration Step 2"
Bootstrap 3.2.0 Snippet by gumatt

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
<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="container">
<form class="form-horizontal" role="form">
<h2>Welcome to M2M</h2>
<div class="alert alert-success col-sm-12">
<div class="invited-text">You have been invited to view</div>
<div>
<a href="#" class="btn btn-primary btn-block">Brown Rice, Inc.</a>
<a href="#" class="btn btn-primary btn-block">Brown Rice II, Inc.</a>
</div>
</div>
<h3 class="text-center">Or</h3>
<div class="form-group">
<div class="col-sm-12">
<input type="text" id="company" placeholder="Company Name" class="form-control" autofocus>
</div>
</div>
<div class="form-group">
<div class="col-sm-12">
<button type="submit" class="btn btn-primary btn-block">Create New Company</button>
</div>
</div>
</form> <!-- /form -->
</div> <!-- ./container -->
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
body {
background-color: #eee;
}
*[role="form"] {
max-width: 530px;
padding: 15px;
margin: 0 auto;
background-color: #fff;
border-radius: 0.3em;
}
*[role="form"] h2 {
margin-left: 5em;
margin-bottom: 1em;
}
.invited-text {
padding: 3px;
font-size: 110%;
font-weight: 200%;
}
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: