-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
367 lines (353 loc) · 11.1 KB
/
index.html
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
---
layout: blank
hide_hero: true
image: /assets/img/trackpad.png
---
<section class="hero is-medium">
<div class="hero-body">
<div class="container has-text-centered">
<div class="macbook">
<div class="screen">
<div class="screen-without-menubar">
<div id="window3" class="window">
<div class="window-title"></div>
</div>
<div id="window2" class="window">
<div class="window-title"></div>
</div>
<div id="window1" class="window active">
<div class="window-title"></div>
</div>
</div>
</div>
</div>
<h1 class="title">The fast, easy way to organize windows on your Mac</h1>
<p class="subtitle">Snap windows by using gestures, keyboard shortcuts, dragging to corners, or menu bar.</p>
<a href="/download/Grid-1.4.dmg" class="button is-primary is-medium has-text-weight-semibold" onclick="dataLayer.push({'event': 'download-button-click'});">
<span class="icon">
<i class="fas fa-download"></i>
</span>
<span>Free download</span>
</a>
<a href="#" class="button is-primary is-outlined is-medium ml-3" onclick="Paddle.Checkout.open({product: 634327})">
<span class="icon">
<i class="fas fa-shopping-cart"></i>
</span>
<span>Buy now</span>
</a>
<p class="subtitle is-6 mt-2">*One week free trial</p>
</div>
</div>
</section>
<section class="hero is-medium is-primary" id="privacy">
<div class="hero-body">
<div class="container">
<div class="columns is-variable is-6">
<div class="column has-text-centered">
<span class="icon is-large">
<i class="fas fa-laptop fa-2x"></i>
</span>
<p class="is-size-4 has-text-weight-bold">Works with macOS Monterey</p>
<p class="subtitle">OS X 10.10 and higher.</p>
</div>
<div class="column has-text-centered">
<span class="icon is-large">
<i class="fas fa-expand-alt fa-2x"></i>
</span>
<p class="is-size-4 has-text-weight-bold">Works on any screens</p>
<p class="subtitle">Support multiple screens and different screen orientations.</p>
</div>
<div class="column has-text-centered">
<span class="icon is-large">
<i class="fas fa-lock fa-2x"></i>
</span>
<p class="is-size-4 has-text-weight-bold">Respect for privacy</p>
<p class="subtitle">We do not collect any user data other than for payment purpose.</p>
</div>
</div>
</div>
</div>
</section>
<section class="hero is-medium">
<div class="hero-body">
<div class="container has-text-centered">
<p class="title">As featured in Apple Event — October 18.</p>
<p class="subtitle"><a target="_blank" href="https://youtu.be/exM1uajp--A?t=1618">See the original video on youtube.</a></p>
<video controls class="panel">
<source src="/assets/video/apple-event.mp4" type="video/mp4">
</video>
</div>
</div>
</section>
<section class="hero is-medium is-light" id="gestures">
<div class="hero-body">
<div class="container has-text-centered">
<p class="title">Snap. Snap.</p>
<p class="subtitle">Swipe on title bar to snap windows.</p>
<video autoplay loop muted playsinline class="panel">
<source src="/assets/video/trackpad.mp4" type="video/mp4">
</video>
</div>
</div>
</section>
<section class="hero is-medium">
<div class="hero-body">
<div class="container has-text-centered">
<p class="title">Fan of magic mouse? No problem.</p>
<p class="subtitle">Fast and convenient gestures.</p>
<video autoplay loop muted playsinline class="panel">
<source src="/assets/video/magicmouse.mp4" type="video/mp4">
</video>
</div>
</div>
</section>
<section class="hero is-medium is-light">
<div class="hero-body">
<div class="container has-text-centered">
<p class="title">Short. Cut.</p>
<p class="subtitle">Customizable keyboard shortcuts.</p>
<video autoplay loop muted playsinline class="panel">
<source src="/assets/video/keyboard.mp4" type="video/mp4">
</video>
</div>
</div>
</section>
<section class="hero is-medium">
<div class="hero-body">
<div class="container has-text-centered">
<p class="title">Drag it all the way!</p>
<p class="subtitle">Snap windows by dragging them to corners or edges.</p>
<video autoplay loop muted playsinline class="panel">
<source src="/assets/video/dragging.mp4" type="video/mp4">
</video>
</div>
</div>
</section>
<section class="hero is-medium is-light">
<div class="hero-body">
<div class="container has-text-centered">
<p class="title">Menu bar.</p>
<p class="subtitle">Choose where you want to move the window via the always-visible menu bar.</p>
<video autoplay loop muted playsinline class="panel">
<source src="/assets/video/menubar.mp4" type="video/mp4">
</video>
</div>
</div>
</section>
<section class="hero is-large is-primary" id="download">
<div class="hero-body">
<div class="container has-text-centered">
<a href="/download/Grid-1.4.dmg" class="button is-primary is-inverted is-medium has-text-weight-semibold" onclick="dataLayer.push({'event': 'download-button-click'});">
<span class="icon">
<i class="fas fa-download"></i>
</span>
<span>Free download</span>
</a>
<a href="#" class="button is-primary is-inverted is-outlined is-medium ml-3" onclick="Paddle.Checkout.open({product: 634327})">
<span class="icon">
<i class="fas fa-shopping-cart"></i>
</span>
<span>Buy now</span>
</a>
<p class="subtitle is-6 mt-2">*One week free trial</p>
</div>
</div>
</section>
<section class="hero is-large">
<div class="hero-body">
<div class="container has-text-centered">
<h3 class="title">What users say...</h3>
<div class="columns is-variable is-6 is-vcentered">
<div class="column">
<div class="content">
<blockquote>
<p>Thank you for this great app, I really love it!</p>
<footer class="is-size-7">xi***@***d.com 🇺🇸</footer>
</blockquote>
</div>
</div>
<div class="column">
<div class="content">
<blockquote>
<p>Love the application and I hope you will keep improving it!</p>
<footer class="is-size-7">h.bl***@***d.com 🇳🇱</footer>
</blockquote>
</div>
</div>
<div class="column">
<div class="content">
<blockquote>
<p>I just bought Grid app, it's awesome!</p>
<footer class="is-size-7">jo***@***d.com 🇲🇽</footer>
</blockquote>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="hero is-medium is-light">
<div class="hero-body">
<div class="container has-text-centered">
<h2 class="title">Grid + IntelliDock</h2>
<p class="subtitle">A perfect combination. IntelliDock automagically hide & show the Dock when needed.</p>
<a href="https://mightymac.app/intellidock/" target="_blank" class="button is-primary is-outlined mb-6">
Learn more about IntelliDock
</a>
<div class="columns">
<div class="column">
<video autoplay loop muted playsinline class="panel">
<source src="/assets/video/intellidock_grid.mp4" type="video/mp4">
</video>
<p style="margin-top: -16px;">Grid + IntelliDock</p>
</div>
<div class="column">
<video autoplay loop muted playsinline class="panel">
<source src="/assets/video/intellidock_otherwindowmanagers.mp4" type="video/mp4">
</video>
<p style="margin-top: -16px;">Other window managers</p>
</div>
</div>
</div>
</div>
</section>
<section class="hero is-medium" id="faqs">
<div class="hero-body">
<div class="container">
<h2 class="title">Frequently asked.</h2>
<div class="my-6">
<p class="has-text-weight-bold">Does the license work for more than one Mac? How many can I use the license on?</p>
<p>One Grid license can be used for up to 3 activations.</p>
</div>
<div class="my-6">
<p class="has-text-weight-bold">Why is Grid not on the App Store?</p>
<p>Apple requires sandboxing for new apps in the App Store. Grid needs to move and resize windows and that prevents it from being sandboxed.</p>
</div>
<div class="my-6">
<p class="has-text-weight-bold">I feel more secure paying on the Apple App Store.</p>
<p>For payment, we use a <a href="https://paddle.com">trusted payment partner</a> and secure payment methods (PayPal & Apple Pay).</p>
</div>
<div class="my-6">
<p class="has-text-weight-bold">What are the system requirements?</p>
<p>OS X 10.10 and higher.</p>
</div>
<div class="my-6">
<p class="has-text-weight-bold">Can I install using <a href="https://brew.sh" target="_blank">Homebrew</a>?</p>
<p>Yes, you can use <span class="is-family-monospace has-background-light px-2 inline-code"><strong>brew</strong> install grid</span>.</p>
</div>
</div>
</div>
</section>
<script>
anime.timeline({
easing: 'easeInQuint',
duration: 1000,
autoplay: true,
})
.add({
targets: '.macbook',
opacity: 1,
})
anime.timeline({
easing: 'easeInOutSine',
duration: 500,
delay: 1250,
loop: true,
autoplay: true
})
.add({
targets: '#window1',
top: 0,
left: 0,
bottom: 0,
right: '50%',
})
.add({
targets: '#window2',
top: 0,
left: '50%',
bottom: 0,
right: 0,
}, "-=1500")
.add({
targets: '#window1',
top: 0,
left: '50%',
bottom: 0,
right: 0,
})
.add({
targets: '#window2',
top: '50%',
left: 0,
bottom: 0,
right: '50%',
}, '-=1500')
.add({
targets: '#window3',
top: 0,
left: 0,
bottom: '50%',
right: '50%',
}, '-=1500')
.add({
targets: '#window1',
top: 0,
left: '66.67%',
bottom: 0,
right: 0,
})
.add({
targets: '#window2',
top: 0,
left: '33.33%',
bottom: 0,
right: '33.333%',
}, '-=1500')
.add({
targets: '#window3',
top: 0,
left: 0,
bottom: 0,
right: '66.67%',
}, '-=1500')
.add({
targets: '#window1',
top: 0,
left: 0,
bottom: 0,
right: '33.33%',
})
.add({
targets: '#window2',
top: 0,
left: '66.67%',
bottom: 0,
right: 0,
}, '-=1500')
.add({
targets: '#window1',
top: '5%',
left: '5%',
bottom: '45%',
right: '45%',
})
.add({
targets: '#window2',
top: '30%',
left: '25%',
bottom: '10%',
right: '5%',
}, '-=1500')
.add({
targets: '#window3',
top: 0,
left: '15%',
bottom: '15%',
right: '15%',
}, '-=1500')
</script>
<script src="https://cdn.paddle.com/paddle/paddle.js"></script>
<script type="text/javascript">
Paddle.Setup({ vendor: 122455 });
</script>