Skip to content

Commit 23f60b4

Browse files
author
housseindjirdeh
committed
some updates
1 parent 1bdb00a commit 23f60b4

File tree

4 files changed

+68
-14
lines changed

4 files changed

+68
-14
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 for iOS
19+
GitHub in your pocket. GitPoint is a feature-rich unofficial GitHub iOS client that is 100% free.
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/head.html

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,35 @@
55

66
<title>{% if page.title %}{{ page.title | escape }}{% else %}{{ site.title | escape }}{% endif %}</title>
77
<meta name="description" content="{{ page.excerpt | default: site.description | strip_html | normalize_whitespace | truncate: 160 | escape }}">
8+
<meta name="theme-color" content="#eef2f5">
9+
10+
<!-- Schema.org markup for Google+ -->
11+
<meta itemprop="name" content="{{ site.title }}">
12+
<meta itemprop="description" content="{{ site.description }}">
13+
<meta itemprop="image" content="{{ site.url }}/assets/images/market.png">
14+
15+
<!-- Twitter Card data -->
16+
<meta name="twitter:card" content="summary_large_image">
17+
<meta name="twitter:site" content="{{ site.twitter_username }}">
18+
<meta name="twitter:title" content="{{ site.title }}">
19+
<meta name="twitter:description" content="{{ site.description }}">
20+
<meta name="twitter:creator" content="{{ site.twitter_username }}">
21+
<!-- Twitter summary card with large image must be at least 280x150px -->
22+
<meta name="twitter:image" content="{{ site.url }}/assets/images/market.png">
23+
<meta name="twitter:image:alt" content="{{ site.description }}">
24+
25+
<!-- Open Graph data -->
26+
<meta property="og:title" content="{{ site.title }}" />
27+
<meta property="og:type" content="website" />
28+
<meta property="og:url" content="{{ site.url }}" />
29+
<meta property="og:image" content="{{ site.url }}/assets/images/market.png" />
30+
<meta property="og:description" content="{{ site.description }}" />
31+
<meta property="fb:admins" content="1518546144" />
832

933
<link rel="stylesheet" href="{{ "/assets/styles/main.css" | relative_url }}">
1034
<link rel="canonical" href="{{ page.url | replace:'index.html','' | absolute_url }}">
1135
<link rel="alternate" type="application/rss+xml" title="{{ site.title | escape }}" href="{{ " /feed.xml
1236
" | relative_url }}"> {% if jekyll.environment == 'production' and site.google_analytics %} {% include google-analytics.html %} {% endif %}
1337
<link rel="manifest" href="/assets/manifest.json">
14-
<link rel="icon" href="{{ "/assets/favicon.ico" | relative_url }}">
38+
<link rel="icon" href="{{ " /assets/favicon.ico " | relative_url }}">
1539
</head>

_layouts/home.html

Lines changed: 42 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,50 @@
11
---
22
layout: default
33
---
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?
7-
</h2>
8-
9-
<p class="f6 f4-ns silver lh-copy mw7 mb5">
10-
View repository and user information, control your notifications and even manage your issues and pull requests. GitPoint is the most feature-rich unofficial GitHub iOS client that is 100% free.
11-
</p>
124

13-
<div class="flex h-100 items-center">
14-
<img class="mw5" src="/assets/images/profile-screen-side.png" alt="GitPoint Profile Screen">
5+
<div class="dn db-ns">
6+
<div class="flex flex-column items-center justify-center pv5 tc ph4 avenir bg-secondary">
7+
<h2 class="f3 f2-m f2-l fw6 tc dark-gray mb2">
8+
What is GitPoint?
9+
</h2>
10+
11+
<p class="f6 f4-ns gray lh-copy mw7 mb5">
12+
View repository and user information, control your notifications and even manage your issues and pull requests. GitPoint is the most feature-rich unofficial GitHub iOS client that is 100% free.
13+
</p>
14+
15+
<div class="flex h-100 items-center">
16+
<img class="mw5" src="/assets/images/profile-screen-side.png" alt="GitPoint Profile Screen">
17+
</div>
1518
</div>
1619
</div>
1720

21+
<div class="db dn-ns">
22+
<article class="h6-l bt b--black-10 dark-gray lh-copy-ns ph2 ph5-m pv4 pv5-ns avenir bg-secondary">
23+
<div class="flex flex-column flex-row-l justify-center center">
24+
25+
<div class="flex h-inherit items-center w-third-l mr7-l tc tl-l">
26+
<div class="flex flex-column">
27+
<h2 class="f3 f2-m f2-l fw6 dark-gray mb2">
28+
What is GitPoint?
29+
</h2>
30+
31+
<p class="f6 f4-ns gray lh-copy mw7 mb5">
32+
View repository and user information, control your notifications and even manage your issues and pull requests. GitPoint
33+
is the most feature-rich unofficial GitHub iOS client that is 100% free.
34+
</p>
35+
</div>
36+
</div>
37+
38+
<div class="fl-l">
39+
<div class="flex h-100 items-center justify-center">
40+
<img class="grow mw5" src="/assets/images/profile-screen-side.png" alt="GitPoint Profile Screen">
41+
</div>
42+
</div>
43+
44+
</div>
45+
</article>
46+
</div>
47+
1848
<article class="h6-l bt b--black-10 dark-gray lh-copy-ns ph2 ph5-m pv4 pv5-ns avenir bg-primary">
1949
<div class="flex flex-column flex-row-l justify-center center">
2050

@@ -24,7 +54,7 @@ <h2 class="f3 f2-m f2-l fw6 dark-gray mb2">
2454
Control your notifications
2555
</h2>
2656

27-
<p class="f6 f4-ns silver lh-copy mw7 mb5">
57+
<p class="f6 f4-ns gray lh-copy mw7 mb5">
2858
View and control all of your unread and participating notifications.
2959
</p>
3060
</div>
@@ -77,7 +107,7 @@ <h2 class="f3 f2-m f2-l fw6 tc dark-gray mb2">
77107
Complete issue and pull request
78108
</h2>
79109

80-
<p class="f6 f4-ns silver lh-copy mw7 mb5">
110+
<p class="f6 f4-ns gray lh-copy mw7 mb5">
81111
Communicate on issue/pull request conversations, apply labels, assignees and more. With GitPoint, you can even review and merge pull requests with a design you're already familiar with.
82112
</p>
83113

assets/images/market.png

232 KB
Loading

0 commit comments

Comments
 (0)