Skip to content

Commit 54d1bcb

Browse files
author
Houssein Djirdeh
committed
copy changes + minor style edits
1 parent 651c787 commit 54d1bcb

File tree

2 files changed

+10
-12
lines changed

2 files changed

+10
-12
lines changed

_includes/github-corner.svg

Lines changed: 1 addition & 1 deletion
Loading

_layouts/home.html

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,9 @@ <h2 class="f3 f2-m f2-l fw6 tc dark-gray mb2">
8888
</p>
8989

9090
<div class="flex flex-column flex-row-ns items-center justify-center justify-between-ns w-80">
91-
<img class="mw5 mw4-m mb5 mb0-ns" src="/assets/images/issue-screen.png" alt="GitPoint Issue Screen">
92-
<img class="mw5 mw4-m mb5 mb0-ns" src="/assets/images/pull-request-screen.png" alt="GitPoint Pull Request Screen">
93-
<img class="mw5 mw4-m mb5 mb0-ns" src="/assets/images/issue-change-screen.png" alt="GitPoint Issue Change Screen">
91+
<img class="mw5 mw4-m mb5 mb0-ns grow" src="/assets/images/issue-screen.png" alt="GitPoint Issue Screen">
92+
<img class="mw5 mw4-m mb5 mb0-ns grow" src="/assets/images/pull-request-screen.png" alt="GitPoint Pull Request Screen">
93+
<img class="mw5 mw4-m mb5 mb0-ns grow" src="/assets/images/issue-change-screen.png" alt="GitPoint Issue Change Screen">
9494
</div>
9595
</div>
9696

@@ -100,11 +100,11 @@ <h2 class="f3 f2-m f2-l fw6 tc dark-gray mb2">
100100
<div class="w-40-l">
101101
<div class="flex flex-column w6 mb4">
102102
<h2 class="f4 fw6 white mb2">
103-
Why GitPoint?
103+
Another GitHub client?
104104
</h2>
105105

106106
<p class="f5 white lh-copy mw7">
107-
Every single unofficial client that I tried to user were either simple, single-feature applications
107+
Every single unofficial client that I tried to use was either too simple (usually single-features such as notifications and not much more)
108108
or required payment for even the most basic of requirements (such as accessing a private repository or commenting on an issue).
109109
</p>
110110

@@ -120,13 +120,11 @@ <h2 class="f4 fw6 white mb2">
120120
</h2>
121121

122122
<p class="f5 white lh-copy mw7">
123-
Every single unofficial client that I tried to user were either simple, single-feature applications
124-
or required payment for even the most basic of requirements (such as accessing a private repository or commenting on an issue).
123+
Since this was built with React Native, publishing an Android version is something that we definitely need to do.
125124
</p>
126125

127126
<p class="f5 white lh-copy mw7">
128-
I was suprised to not be able to find a single client that had everything I
129-
needed, so I built this bad boy.
127+
There's an issue open to track this progress, so take a look there to get an idea of when it'll be released :).
130128
</p>
131129
</div>
132130
</div>
@@ -138,12 +136,12 @@ <h2 class="f4 fw6 white mb2">
138136
</h2>
139137

140138
<p class="f5 white lh-copy mw7">
141-
Nope. Well, not yet. There are definitely features that still need to be included (plus
139+
Nope! Well, not yet. There are definitely features that still need to be included (plus
142140
you may very well notice a few bugs here and there right now).
143141
</p>
144142

145143
<p class="f5 white lh-copy mw7">
146-
Please take a look at the issue list to see all of the features we plan on adding. Please don't
144+
Please take a look at the <a class="link white fw6" href="https://github.com/housseindjirdeh/git-point/labels/enhancement">issue list</a> to see all of the features we plan on adding. Please don't
147145
hesitate to file an issue for a bug or a feature request!
148146
</p>
149147
</div>

0 commit comments

Comments
 (0)