Skip to content

Commit 9498e3b

Browse files
committed
feat(website): update
1 parent de2f369 commit 9498e3b

15 files changed

+44
-4
lines changed

docs/_includes/join-form.haml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
%form.join-form{action: '#', method: 'POST'}
2-
%h3 Get Started. It’s FREE!
2+
%h3 Get Started. It’s Forever FREE!
33
.spacer20
44
.input-group
55
%span.input-group-addon
@@ -19,4 +19,4 @@
1919
.spacer20
2020
.text-center
2121
%button.btn.btn-primary.btn-lg{type: 'submit'}
22-
JOIN THE BETA!
22+
JOIN THE PROGRAM!

docs/css/_home.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ html, body {
225225
border: #666 2px dashed;
226226
margin-top: 16px;
227227
width: 100%;
228-
height: 200px;
228+
padding-bottom: 56%;
229229
border-radius: 4px;
230230
}
231231
}

docs/img/.DS_Store

0 Bytes
Binary file not shown.

docs/img/mask copy.png

22 KB
Loading

docs/img/mask.png

18.6 KB
Loading

docs/img/showcase/example-apiary.gif

83.6 KB
Loading
168 KB
Loading
98.3 KB
Loading
116 KB
Loading

docs/img/showcase/example-vuejs.gif

55.3 KB
Loading

docs/img/showcase/logo-apiary.png

4.61 KB
Loading

docs/img/showcase/logo-influxdata.png

7.15 KB
Loading
7.13 KB
Loading

docs/img/showcase/logo-vuejs.png

3.16 KB
Loading

docs/index.haml

+41-1
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,46 @@ layout: default
6969
%img.img-responsive.screen-mask{:src => "./img/mask.png"}
7070
.spacer5
7171
React
72+
.col-sm-4.showcase
73+
%a{:href => "http://vuejs.org/guide/", :target => "_blank"}
74+
%img.img-responsive.logo{:src => "./img/showcase/logo-vuejs.png"}
75+
.screen-wrapper
76+
%img.img-responsive.example.freezeframe{:src => "./img/showcase/example-vuejs.gif"}
77+
%img.img-responsive.screen-mask{:src => "./img/mask.png"}
78+
.spacer5
79+
Vue.js
80+
.col-sm-4.showcase
81+
%a{:href => "http://facebook.github.io/react-native/docs/getting-started.html", :target => "_blank"}
82+
%img.img-responsive.logo{:src => "./img/showcase/logo-react.png"}
83+
.screen-wrapper
84+
%img.img-responsive.example.freezeframe{:src => "./img/showcase/example-reactnative.gif"}
85+
%img.img-responsive.screen-mask{:src => "./img/mask.png"}
86+
.spacer5
87+
React Native
88+
.col-sm-4.showcase
89+
%a{:href => "https://docs.influxdata.com/", :target => "_blank"}
90+
%img.img-responsive.logo{:src => "./img/showcase/logo-influxdata.png"}
91+
.screen-wrapper
92+
%img.img-responsive.example.freezeframe{:src => "./img/showcase/example-influxdata.gif"}
93+
%img.img-responsive.screen-mask{:src => "./img/mask.png"}
94+
.spacer5
95+
Influxdata
96+
.col-sm-4.showcase
97+
%a{:href => "http://help.apiary.io/", :target => "_blank"}
98+
%img.img-responsive.logo{:src => "./img/showcase/logo-apiary.png"}
99+
.screen-wrapper
100+
%img.img-responsive.example.freezeframe{:src => "./img/showcase/example-apiary.gif"}
101+
%img.img-responsive.screen-mask{:src => "./img/mask.png"}
102+
.spacer5
103+
Apiary
104+
.col-sm-4.showcase
105+
%a{:href => "http://marionettejs.com/", :target => "_blank"}
106+
%img.img-responsive.logo{:src => "./img/showcase/logo-marionettejs.png"}
107+
.screen-wrapper
108+
%img.img-responsive.example.freezeframe{:src => "./img/showcase/example-marionettejs.gif"}
109+
%img.img-responsive.screen-mask{:src => "./img/mask.png"}
110+
.spacer5
111+
Marionette.js
72112
.col-sm-4.showcase
73113
.placeholder-logo
74114
.placeholder-screen
@@ -110,7 +150,7 @@ layout: default
110150
%h2.page-section-title Get started
111151
.text-center
112152
%p We’ll get back to you within a few hours with everything you need to integrate your new search into your website.
113-
%p Oh, and did we mention it's FREE? No commitment. No subscription. Everything is on us!
153+
%p Oh, and did we mention it's FREE? No commitment. No subscription. Everything is on us! And it won't change.
114154
.spacer30
115155

116156
{% haml join-form.haml %}

0 commit comments

Comments
 (0)