Skip to content

Commit

Permalink
feat(website): update
Browse files Browse the repository at this point in the history
  • Loading branch information
Shipow committed Mar 9, 2016
1 parent de2f369 commit 9498e3b
Show file tree
Hide file tree
Showing 15 changed files with 44 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/_includes/join-form.haml
@@ -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
Expand All @@ -19,4 +19,4 @@
.spacer20
.text-center
%button.btn.btn-primary.btn-lg{type: 'submit'}
JOIN THE BETA!
JOIN THE PROGRAM!
2 changes: 1 addition & 1 deletion docs/css/_home.scss
Expand Up @@ -225,7 +225,7 @@ html, body {
border: #666 2px dashed;
margin-top: 16px;
width: 100%;
height: 200px;
padding-bottom: 56%;
border-radius: 4px;
}
}
Expand Down
Binary file modified docs/img/.DS_Store
Binary file not shown.
Binary file added docs/img/mask copy.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/img/mask.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/showcase/example-apiary.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/showcase/example-influxdata.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/showcase/example-marionettejs.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/showcase/example-reactnative.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/showcase/example-vuejs.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/showcase/logo-apiary.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/showcase/logo-influxdata.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/showcase/logo-marionettejs.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/showcase/logo-vuejs.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
42 changes: 41 additions & 1 deletion docs/index.haml
Expand Up @@ -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
Expand Down Expand Up @@ -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 %}
Expand Down

0 comments on commit 9498e3b

Please sign in to comment.