Skip to content

Commit a4c761d

Browse files
author
housseindjirdeh
committed
initial commit
1 parent ec23fa0 commit a4c761d

File tree

9 files changed

+55
-21
lines changed

9 files changed

+55
-21
lines changed

.DS_Store

0 Bytes
Binary file not shown.

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ DEPENDENCIES
5050
minima (~> 2.0)
5151

5252
RUBY VERSION
53-
ruby 2.3.1p112
53+
ruby 2.3.3p222
5454

5555
BUNDLED WITH
5656
1.14.6

_includes/header.html

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,18 @@
1-
<a href="https://github.com/tastejs/hacker-news-pwas" class="github-corner" aria-label="View source on Github">
2-
{% include github-corner.svg %}
3-
</a>
4-
5-
<section class="flex-ns vh-100 items-center bg-near-white">
6-
<div class="mw6 ph5">
7-
<img src="https://hnpwa.com/assets/images/angular2hn-mobile.png">
1+
<article class="vh-100 vh-75-l dt w-100 bg-header bg-primary avenir flex flex-column items-center justify-center">
2+
<div class="dtc v-mid tc ph3 ph4-l">
3+
<div class="link header-logo br-100 pa4 ba bg-dark-gray h4 w4 dib flex items-center justify-center" href="/">
4+
<img class="w4" src="/assets/images/logo-white.png" alt="GitPoint">
5+
</div>
86
</div>
9-
<div class="tc tl-ns ph3 avenir">
10-
<h1 class="f3 f1-l fw4 mb3 mt4 mt0-ns">GitPoint</h1>
11-
<h2 class="f5 f3-l fw3 mb4 mb5-l lh-title">GitHub for iOS.</h2>
7+
8+
<div class="flex flex-column items-center justify-center pv1 tc ph4 avenir">
9+
<h1 class="pt3 mb0 f3 f2-m f2-l fw6 tc dark-gray">GitPoint</h1>
10+
11+
<p class="f5 f3-ns mid-gray lh-copy mt2 mb4 mw6">
12+
GitHub in your pocket
13+
</p>
1214
<a href="https://www.amazon.com/Apple-iPhone-Warranty-Unlocked-Cellphone/dp/B015E8UTIU/ref=sr_1_2?ie=UTF8&qid=1481330742&sr=8-2&keywords=iphone+6s" class="dib grow">
1315
{% include icon-app-store.svg %}
1416
</a>
1517
</div>
16-
</section>
18+
</article>

_layouts/home.html

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,14 @@
11
---
22
layout: default
33
---
4-
<div class="flex flex-column items-center justify-center pv5 tc ph4 avenir">
5-
<h2 class="f3 f2-ns fw5 mb4 dark-gray">
6-
GitHub in your pocket
4+
<div class="flex flex-column items-center justify-center pv5 tc ph4 avenir bg-secondary">
5+
<h2 class="f3 f2-m f2-l fw6 tc dark-gray mb2">
6+
What is GitPoint?
77
</h2>
88

9-
<p class="f5 f4-ns mid-gray lh-copy mw8">
10-
Built with React Native, GitPoint is an open source GitHub client with a minimally beautiful UI.
11-
</p>
12-
13-
<p class="f5 f4-ns mid-gray lh-copy mw8">
14-
With a suite of features, GitPoint is the most complete free iOS client and the easiest way to use
9+
<p class="f6 f4-ns silver lh-copy mw7">
10+
GitPoint is an open source GitHub client with a minimally beautiful UI.
11+
Built with React Native, it is the most complete (100% free) iOS client and is the easiest way to use
1512
GitHub on your device.
1613
</p>
1714
</div>

_sass/extra.scss

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,39 @@
3838
animation: octocat-wave 560ms ease-in-out;
3939
}
4040
}
41+
}
42+
43+
.header-logo {
44+
box-shadow: 0 8px 16px 0 rgba(83,88,120,.2);
45+
animation: bounce 2.5s infinite alternate;
46+
-webkit-animation: bounce 2.5s infinite alternate;
47+
}
48+
49+
.bg-header {
50+
box-shadow: 0 5px 8px 0 rgba(72,89,102,.06);
51+
}
52+
53+
.bg-primary {
54+
background-image: linear-gradient(-180deg,#F2F5F8 0,#FAFBFC 99%);
55+
}
56+
57+
.bg-secondary {
58+
background-color: #eef2f5''
59+
}
60+
61+
@keyframes bounce {
62+
from {
63+
transform: translateY(0px);
64+
}
65+
to {
66+
transform: translateY(-15px);
67+
}
68+
}
69+
@-webkit-keyframes bounce {
70+
from {
71+
transform: translateY(0px);
72+
}
73+
to {
74+
transform: translateY(-15px);
75+
}
4176
}

assets/.DS_Store

6 KB
Binary file not shown.

assets/images/.DS_Store

6 KB
Binary file not shown.

assets/images/logo-black.png

17.5 KB
Loading

assets/images/logo-white.png

25.9 KB
Loading

0 commit comments

Comments
 (0)