Skip to content

Commit dae4480

Browse files
author
Houssein Djirdeh
committed
add ga analytics and fix safari flex issue
1 parent 46e7d16 commit dae4480

File tree

4 files changed

+9
-8
lines changed

4 files changed

+9
-8
lines changed

_config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ 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"
2323
github_username: "housseindjirdeh"
24+
google_analytics: UA-66348622-4
2425

2526
# Build settings
2627
markdown: kramdown

_includes/footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<footer class="pv4 ph3 ph5-m ph6-l dark-gray bg-primary karla">
22
<div class="f5 f4-ns db tc mt2 mb4">Brought to you by <a class="link fw7 dark-gray dim" href="https://houssein.me/">Houssein Djirdeh</a></div>
3-
<div class="f6 f5-ns db tc">Show this project some ❤ on <a class="link fw7 dark-gray dim" href="https://github.com/housseindjirdeh/git-point">GitHub</a></div>
3+
<div class="f6 f5-ns db tc">Show this project some ❤ on <a class="link fw7 dark-gray dim" href="https://github.com/gitpoint/git-point">GitHub</a></div>
44
</footer>

_includes/header.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ <h1 class="pt3 mb0 f3 f2-m f2-l fw6 tc dark-gray">GitPoint</h1>
1616
</a>
1717
</div>
1818

19-
<a href="https://github.com/housseindjirdeh/git-point" class="github-corner link" aria-label="View source on GitHub">
19+
<a href="https://github.com/gitpoint/git-point" class="github-corner link" aria-label="View source on GitHub">
2020
{% include github-corner.svg %}
2121
</a>
2222
</div>

_layouts/home.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
layout: default
33
---
4-
<div class="flex flex-column justify-center center pv5 karla bg-secondary">
4+
<div class="flex flex-column justify-center center pv5 karla bg-secondary">
55
<div class="flex flex-column justify-center center">
66

7-
<div class="flex h-inherit items-center tc">
7+
<div class="flex h-inherit items-center justify-center tc">
88
<div class="flex flex-column">
99
<h2 class="f3 f2-m f2-l fw7 dark-gray mb2">
1010
What is GitPoint?
@@ -18,7 +18,7 @@ <h2 class="f3 f2-m f2-l fw7 dark-gray mb2">
1818
</div>
1919
</div>
2020

21-
<div class="flex h-100 items-center justify-center">
21+
<div class="flex items-center justify-center">
2222
<img class="mw5" src="/assets/images/profile-screen-side.png" alt="GitPoint Profile Screen">
2323
</div>
2424
</div>
@@ -128,7 +128,7 @@ <h2 class="f3 fw7 white mb2">
128128
</p>
129129

130130
<p class="f5 white lh-copy mw7">
131-
There's an <a class="link white fw7 dim" href="https://github.com/housseindjirdeh/git-point/issues/2">open issue</a>
131+
There's an <a class="link white fw7 dim" href="https://github.com/gitpoint/git-point/issues/2">open issue</a>
132132
to track this, so take a look there to get an idea of when it'll be released!
133133
</p>
134134
</div>
@@ -146,7 +146,7 @@ <h2 class="f3 fw7 white mb2">
146146
</p>
147147

148148
<p class="f5 white lh-copy mw7">
149-
Please take a look at the <a class="link white fw7 dim" href="https://github.com/housseindjirdeh/git-point/labels/enhancement">issue list</a>
149+
Please take a look at the <a class="link white fw7 dim" href="https://github.com/gitpoint/git-point/labels/enhancement">issue list</a>
150150
to see all of the features we plan on adding.
151151
Moreover, don't hesitate to file an issue for a bug or a feature request!
152152
</p>
@@ -164,7 +164,7 @@ <h2 class="f3 fw7 white mb2">
164164
</p>
165165

166166
<p class="f5 white lh-copy mw7">
167-
Take a look at the <a class="link white fw7 dim" href="https://github.com/housseindjirdeh/git-point/blob/master/CONTRIBUTING.md">contributing guidelines</a>
167+
Take a look at the <a class="link white fw7 dim" href="https://github.com/gitpoint/git-point/blob/master/CONTRIBUTING.md">contributing guidelines</a>
168168
for detailed steps on how you can contribute.
169169
</p>
170170
</div>

0 commit comments

Comments
 (0)