Docs: add a "Join the beta" form.
This commit is contained in:
parent
e3a9616beb
commit
75e8721a89
2 changed files with 27 additions and 3 deletions
|
|
@ -7,9 +7,33 @@ h2 {
|
|||
font-size: 1.8em;
|
||||
font-weight: normal;
|
||||
letter-spacing: 1px;
|
||||
margin-bottom: 1em; }
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
|
||||
.showcase--image {
|
||||
max-width: 200px;
|
||||
}
|
||||
|
||||
.jumbotron {
|
||||
}
|
||||
|
||||
#join-form {
|
||||
background: white;
|
||||
display: block;
|
||||
width: 400px;
|
||||
margin: 0 auto;
|
||||
border: 2px solid #ccc;
|
||||
}
|
||||
|
||||
@media (min-width: $screen-lg) {
|
||||
.jumbotron {
|
||||
height: 400px;
|
||||
}
|
||||
|
||||
#join-form {
|
||||
position: absolute;
|
||||
top: 60px;
|
||||
right: -20px;
|
||||
padding: 10px;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -4,12 +4,12 @@ layout: default
|
|||
|
||||
.main-content
|
||||
.jumbotron
|
||||
.container
|
||||
.container.pos-rel
|
||||
%h1 Documentation Search
|
||||
|
||||
%p Add relevant, fast and reliable search to your documentation website in minutes.
|
||||
|
||||
%p.text-center <button type="button" class="btn btn-primary">Request search on your website</button>
|
||||
%iframe#join-form{height: 356, allowTransparency: true, frameborder: 0, scrolling: 'no', src: '//www.formget.com/app/embed/form/H5IR-174988/i?w=328'}
|
||||
|
||||
.container
|
||||
%h1 Showcase
|
||||
|
|
|
|||
Loading…
Reference in a new issue