feat(website): update
|
|
@ -1,5 +1,5 @@
|
|||
%form.join-form{action: '#', method: 'POST'}
|
||||
%h3 Get Started. It’s FREE!
|
||||
%h3 Get Started. It’s Forever FREE!
|
||||
.spacer20
|
||||
.input-group
|
||||
%span.input-group-addon
|
||||
|
|
@ -19,4 +19,4 @@
|
|||
.spacer20
|
||||
.text-center
|
||||
%button.btn.btn-primary.btn-lg{type: 'submit'}
|
||||
JOIN THE BETA!
|
||||
JOIN THE PROGRAM!
|
||||
|
|
|
|||
|
|
@ -225,7 +225,7 @@ html, body {
|
|||
border: #666 2px dashed;
|
||||
margin-top: 16px;
|
||||
width: 100%;
|
||||
height: 200px;
|
||||
padding-bottom: 56%;
|
||||
border-radius: 4px;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
BIN
docs/img/.DS_Store
vendored
BIN
docs/img/mask copy.png
Normal file
|
After Width: | Height: | Size: 22 KiB |
|
Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 22 KiB |
BIN
docs/img/showcase/example-apiary.gif
Normal file
|
After Width: | Height: | Size: 84 KiB |
BIN
docs/img/showcase/example-influxdata.gif
Normal file
|
After Width: | Height: | Size: 168 KiB |
BIN
docs/img/showcase/example-marionettejs.gif
Normal file
|
After Width: | Height: | Size: 98 KiB |
BIN
docs/img/showcase/example-reactnative.gif
Normal file
|
After Width: | Height: | Size: 116 KiB |
BIN
docs/img/showcase/example-vuejs.gif
Normal file
|
After Width: | Height: | Size: 55 KiB |
BIN
docs/img/showcase/logo-apiary.png
Normal file
|
After Width: | Height: | Size: 4.6 KiB |
BIN
docs/img/showcase/logo-influxdata.png
Normal file
|
After Width: | Height: | Size: 7.2 KiB |
BIN
docs/img/showcase/logo-marionettejs.png
Normal file
|
After Width: | Height: | Size: 7.1 KiB |
BIN
docs/img/showcase/logo-vuejs.png
Normal file
|
After Width: | Height: | Size: 3.2 KiB |
|
|
@ -69,6 +69,46 @@ layout: default
|
|||
%img.img-responsive.screen-mask{:src => "./img/mask.png"}
|
||||
.spacer5
|
||||
React
|
||||
.col-sm-4.showcase
|
||||
%a{:href => "http://vuejs.org/guide/", :target => "_blank"}
|
||||
%img.img-responsive.logo{:src => "./img/showcase/logo-vuejs.png"}
|
||||
.screen-wrapper
|
||||
%img.img-responsive.example.freezeframe{:src => "./img/showcase/example-vuejs.gif"}
|
||||
%img.img-responsive.screen-mask{:src => "./img/mask.png"}
|
||||
.spacer5
|
||||
Vue.js
|
||||
.col-sm-4.showcase
|
||||
%a{:href => "http://facebook.github.io/react-native/docs/getting-started.html", :target => "_blank"}
|
||||
%img.img-responsive.logo{:src => "./img/showcase/logo-react.png"}
|
||||
.screen-wrapper
|
||||
%img.img-responsive.example.freezeframe{:src => "./img/showcase/example-reactnative.gif"}
|
||||
%img.img-responsive.screen-mask{:src => "./img/mask.png"}
|
||||
.spacer5
|
||||
React Native
|
||||
.col-sm-4.showcase
|
||||
%a{:href => "https://docs.influxdata.com/", :target => "_blank"}
|
||||
%img.img-responsive.logo{:src => "./img/showcase/logo-influxdata.png"}
|
||||
.screen-wrapper
|
||||
%img.img-responsive.example.freezeframe{:src => "./img/showcase/example-influxdata.gif"}
|
||||
%img.img-responsive.screen-mask{:src => "./img/mask.png"}
|
||||
.spacer5
|
||||
Influxdata
|
||||
.col-sm-4.showcase
|
||||
%a{:href => "http://help.apiary.io/", :target => "_blank"}
|
||||
%img.img-responsive.logo{:src => "./img/showcase/logo-apiary.png"}
|
||||
.screen-wrapper
|
||||
%img.img-responsive.example.freezeframe{:src => "./img/showcase/example-apiary.gif"}
|
||||
%img.img-responsive.screen-mask{:src => "./img/mask.png"}
|
||||
.spacer5
|
||||
Apiary
|
||||
.col-sm-4.showcase
|
||||
%a{:href => "http://marionettejs.com/", :target => "_blank"}
|
||||
%img.img-responsive.logo{:src => "./img/showcase/logo-marionettejs.png"}
|
||||
.screen-wrapper
|
||||
%img.img-responsive.example.freezeframe{:src => "./img/showcase/example-marionettejs.gif"}
|
||||
%img.img-responsive.screen-mask{:src => "./img/mask.png"}
|
||||
.spacer5
|
||||
Marionette.js
|
||||
.col-sm-4.showcase
|
||||
.placeholder-logo
|
||||
.placeholder-screen
|
||||
|
|
@ -110,7 +150,7 @@ layout: default
|
|||
%h2.page-section-title Get started
|
||||
.text-center
|
||||
%p We’ll get back to you within a few hours with everything you need to integrate your new search into your website.
|
||||
%p Oh, and did we mention it's FREE? No commitment. No subscription. Everything is on us!
|
||||
%p Oh, and did we mention it's FREE? No commitment. No subscription. Everything is on us! And it won't change.
|
||||
.spacer30
|
||||
|
||||
{% haml join-form.haml %}
|
||||
|
|
|
|||