File tree Expand file tree Collapse file tree 7 files changed +14
-7
lines changed Expand file tree Collapse file tree 7 files changed +14
-7
lines changed Original file line number Diff line number Diff line change 16
16
title : GitPoint
17
17
18
18
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 .
20
20
baseurl : " " # the subpath of your site, e.g. /blog
21
21
url : " https://gitpoint.co" # the base hostname & protocol for your site, e.g. http://example.com
22
22
twitter_username : " @hdjirdeh"
Original file line number Diff line number Diff line change @@ -11,9 +11,15 @@ <h1 class="pt3 mb0 f3 f2-m f2-l fw6 tc dark-gray">GitPoint</h1>
11
11
< p class ="f5 f3-ns mid-gray lh-copy mt2 mb4 mw6 ">
12
12
GitHub in your pocket
13
13
</ 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 >
17
23
</ div >
18
24
19
25
< a href ="https://github.com/gitpoint/git-point " class ="github-corner link " aria-label ="View source on GitHub ">
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ <h2 class="f3 f2-m f2-l fw5 dark-gray mb2">
13
13
14
14
< p class ="f6 f4-ns gray lh-copy mw7 mb5 ">
15
15
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.
17
17
</ p >
18
18
</ div >
19
19
</ div >
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " GitPoint Site" ,
3
3
"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. " ,
5
5
"theme_color" : " #eef2f5" ,
6
6
"background_color" : " #333" ,
7
7
"start_url" : " /" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"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 " ,
4
4
"scripts" : {
5
5
"build" : " JEKYLL_ENV=production bundle exec jekyll build" ,
6
6
"precache" : " sw-precache --config=sw-precache-config.js --root=_site --verbose"
You can’t perform that action at this time.
0 commit comments