-
Notifications
You must be signed in to change notification settings - Fork 6
/
android-launch.html
65 lines (57 loc) · 2.38 KB
/
android-launch.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
---
layout: additional
permalink: /android-launch/
---
<div class="h-100 vh-100-l dt w-100 bg-blue flex flex-column flex-row-l items-center justify-center">
<div class="db dn-l">
<div class="flex flex-column items-center justify-center pt6 mb6">
<div class="dtc v-mid tc ph3 ph4-l">
<div class="link header-logo br-100 pa4 br-near-white bg-near-white h4 w4 dib flex items-center justify-center" href="/">
<img class="w4" src="/assets/images/logo-black.png" alt="GitPoint">
</div>
</div>
<div class="flex flex-column items-center justify-center pv1 tc ph4 karla">
<h1 class="pt3 mb0 f2 fw6 tc near-white">GitPoint</h1>
<p class="f3 near-white lh-copy mt2 mb4 mw6">
Now on Android
</p>
<div class="flex flex-column">
<a href="https://play.google.com/store/apps/details?id=com.gitpoint&hl=en" class="dib grow mb3">
<img class="w4" src="http://i.imgur.com/mtGRPuM.png" />
</a>
<a href="https://gitpoint.co/" class="dib link white dim grow">
View main site
</a>
</div>
</div>
</div>
</div>
<div class="fl-l mb4">
<div class="flex h-100 items-center justify-center">
<img class="grow mw5" src="/assets/images/profile-android-blue.jpg" srcset="/assets/images/[email protected] 2x" alt="GitPoint Notifications Screen">
</div>
</div>
<div class="dn db-l">
<div class="flex flex-column items-center justify-center ml7">
<div class="dtc v-mid tc ph3 ph4-l">
<div class="link header-logo br-100 pa4 br-near-white bg-near-white h4 w4 dib flex items-center justify-center" href="/">
<img class="w4" src="/assets/images/logo-black.png" alt="GitPoint">
</div>
</div>
<div class="flex flex-column items-center justify-center pv1 tc ph4 karla">
<h1 class="pt3 mb0 f3 f2-m f2-l fw6 tc near-white">GitPoint</h1>
<p class="f5 f3-ns near-white lh-copy mt2 mb4 mw6">
Now on Android
</p>
<div class="flex flex-column">
<a href="https://play.google.com/store/apps/details?id=com.gitpoint&hl=en" class="dib grow mb3">
{% include icon-play-store.svg %}
</a>
<a href="https://gitpoint.co/" class="dib link white dim grow">
View main site
</a>
</div>
</div>
</div>
</div>
</div>