Skip to content

Commit 592a895

Browse files
author
housseindjirdeh
committed
add google play button + update descriptions
1 parent 8862088 commit 592a895

File tree

7 files changed

+14
-7
lines changed

7 files changed

+14
-7
lines changed

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
title: GitPoint
1717
1818
description: > # this means to ignore newlines until "baseurl:"
19-
GitHub in your pocket. GitPoint is a feature-rich unofficial GitHub iOS client that is 100% free.
19+
GitHub in your pocket. GitPoint is a feature-rich unofficial GitHub client that is 100% free. Available for both iOS and Android.
2020
baseurl: "" # the subpath of your site, e.g. /blog
2121
url: "https://gitpoint.co" # the base hostname & protocol for your site, e.g. http://example.com
2222
twitter_username: "@hdjirdeh"

_includes/header.html

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,15 @@ <h1 class="pt3 mb0 f3 f2-m f2-l fw6 tc dark-gray">GitPoint</h1>
1111
<p class="f5 f3-ns mid-gray lh-copy mt2 mb4 mw6">
1212
GitHub in your pocket
1313
</p>
14-
<a href="https://itunes.apple.com/app/gitpoint/id1251245162?mt=8" class="dib grow">
15-
{% include icon-app-store.svg %}
16-
</a>
14+
15+
<div class="flex">
16+
<a href="https://itunes.apple.com/app/gitpoint/id1251245162?mt=8" class="dib grow mr2">
17+
{% include icon-app-store.svg %}
18+
</a>
19+
<a href="https://play.google.com/store/apps/details?id=com.gitpoint&hl=en" class="dib grow ml2">
20+
{% include icon-play-store.svg %}
21+
</a>
22+
</div>
1723
</div>
1824

1925
<a href="https://github.com/gitpoint/git-point" class="github-corner link" aria-label="View source on GitHub">

_includes/icon-play-store.svg

Lines changed: 1 addition & 0 deletions
Loading

_layouts/home.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ <h2 class="f3 f2-m f2-l fw5 dark-gray mb2">
1313

1414
<p class="f6 f4-ns gray lh-copy mw7 mb5">
1515
View repository and user information, control your notifications and even manage your issues
16-
and pull requests. Built with React Native, GitPoint is the most feature-rich unofficial GitHub iOS client that is 100% free.
16+
and pull requests. Built with React Native, GitPoint is the most feature-rich unofficial GitHub client that is 100% free.
1717
</p>
1818
</div>
1919
</div>

assets/images/market.jpg

-4.12 KB
Loading

assets/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "GitPoint Site",
33
"short_name": "GitPoint Site",
4-
"description": "GitPoint for iOS",
4+
"description": "GitHub in your pocket. GitPoint is a feature-rich unofficial GitHub client that is 100% free. Available for both iOS and Android.",
55
"theme_color": "#eef2f5",
66
"background_color": "#333",
77
"start_url": "/",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gitpoint",
3-
"description": "GitHub for iOS",
3+
"description": "GitHub in your pocket. GitPoint is a feature-rich unofficial GitHub client that is 100% free. Available for both iOS and Android",
44
"scripts": {
55
"build": "JEKYLL_ENV=production bundle exec jekyll build",
66
"precache": "sw-precache --config=sw-precache-config.js --root=_site --verbose"

0 commit comments

Comments
 (0)