Skip to content

Commit 3adce16

Browse files
author
Matthew McCullough
committed
Merge pull request #57 from github/wording-to-kit-tweaks
Wording to kit tweaks
2 parents 04d38a7 + b512862 commit 3adce16

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

_stylesheets/variables.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/* Color Definitions */
22
$color-dark: #1875c6;
33
$color-bright: #00a5ea;
4-
$mono-dark: #222;
4+
$mono-dark: #222222;
55
$mono-light: #E8E8EA;
6-
$mono-bright: #fff;
6+
$mono-bright: #ffffff;
77

88
$color-mild: #56c7e3;
99
$color-medium: #53cda4;

index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
layout: bare
33
theme: home
4-
title: GitHub Training Materials
5-
description: Open source materials for teaching GitHub and Git skills.
4+
title: GitHub Training Kit
5+
description: Open source kit for teaching GitHub and Git skills.
66
---
77

88
<section class="colorful see-thru navigation" id="floating-nav">
@@ -115,8 +115,8 @@ <h2>Community contributions</h2>
115115
Just fork the repository, make your changes, and submit a Pull Request.
116116
</p>
117117

118-
<a class="big-link" href="https://github.com/github/training-materials/">
119-
Head over to the github/training-materials repository.
118+
<a class="big-link" href="https://github.com/github/training-kit">
119+
Head over to the github/training-kit repository.
120120
</a>
121121
</div>
122122
</section>

0 commit comments

Comments
 (0)