This repository has been archived by the owner on Mar 14, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 77
/
index.html
83 lines (79 loc) · 2.69 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>Learn GitHub · GitHub Learning Gateway</title>
<link rel="stylesheet" href="/css/gatewaypage.css" media="screen" charset="utf-8"/>
<link rel="stylesheet" href="components/gridism/gridism.css">
</head>
<body>
<div class="page">
<div class="banner"></div>
<div class="unit whole align-center">
<p> This content is currently deprecated, but Don't Panic! We have much better material
over at <a href="http://youtube.com/GitHubGuides">http://youtube.com/GitHubGuides</a> for you to learn!</p>
</div>
<div class="unit whole align-center">
<h4>
Additional content
</h4>
<div>
<div class="grid preview-section">
<div class="unit one-quarter align-center">
<p>
<a href="http://try.github.io/">http://try.github.io</a>
</p>
<p>
<a href="https://help.github.com/">https://help.github.com</a>
</p>
</div>
<div class="unit one-quarter align-center">
<p>
<a href="https://speakerdeck.com">https://speakerdeck.com</a>
</p>
<p>
<a href="https://talks.githubapp.com">https://talks.githubapp.com</a>
</p>
</div>
<div class="unit one-quarter align-center">
<p>
<a href="https://teach.github.com/">https://teach.github.com</a>
</p>
<p>
<a href="https://training.github.com/">https://training.github.com</a>
</p>
<p>
<a href="https://github.com/edu">https://github.com/edu</a>
</p>
</div>
<div class="unit one-quarter align-center">
<p>
<a href="http://git-scm.com/">http://git-scm.com</a>
</p>
<p>
<a href="http://gitref.org/">http://gitref.org</a>
</p>
<p>
<a href="https://developer.github.com">https://developer.github.com</a>
</p>
</div>
</div>
</div>
</body>
<footer>
<div class="container">
<div class="content">
<a href="https://github.com" class="invertocat">
<img src="/images/invertocat.png" width="24" height="24" />
</a>
<p class="left">© 2013 GitHub Inc. All rights reserved.</p>
<ul class="links right">
<li><a href="https://help.github.com/articles/github-terms-of-service">Terms of Service</a></li>
<li><a href="https://help.github.com/articles/github-privacy-policy">Privacy</a></li>
<li><a href="https://help.github.com/articles/github-security">Security</a></li>
</ul>
</div>
</div>
</footer>
</html>