forked from github/training-kit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
59 lines (58 loc) · 2.67 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
---
layout: default
excerpt: "You're in control. We're with you along the way."
timeline:
showWelcome: true
courses:
- title: "GitHub 101: Introduction to GitHub"
description: If you are looking for a quick and fun introduction to GitHub, you’ve found it. This class will get you started using GitHub in less than an hour.
image: ./images/about/repo.png
imageAlt: The 'repo' octocat, cartoon of five octocats inside of a metal box
link: /intro-to-github
language: [en,es]
- title: "GitHub 102: GitHub Pages from GitHub Desktop"
description: Learn how to **use GitHub Desktop** to copy a repository to your computer, track changes and communicate with GitHub.
image: ./images/about/forktocat.jpg
imageAlt: The 'forktocat' octocat, cartoon of two octocats joined at the head
link: /github-desktop
# language: [en]
- title: "GitHub 103: GitHub Pages from the Command Line"
description: Learn how to **use the Command Line** to copy a repository to your computer, track changes and communicate with GitHub.
image: ./images/about/collabocats.jpg
imageAlt: The 'collabocats', cartoon of octocats pictured on two laptops with symbols showing they're collaborating on code
link: /github-cli
# language: [en]
- title: GitHub for Windows Users
description: Learn how to configure your local git environment to work with GitHub and how to complete GitHub flow using the GitHub Extension for Visual Studio.
image: ./images/red-polo.png
imageAlt: The 'red polo' octocat, a cartoon of an octocat wearing a red polo
link: /windows
# language: [en]
- title: Git Out of Trouble
description: Quick guides to git out of sticky situations.
image: ./images/about/inspectocat.jpg
imageAlt: The 'inspectocat', a cartoon of an octocat wearing a trenchcoat and holding a magnifying glass
link: /git-trouble
# language: [en]
- title: Introduction to GraphQL
description: Learn how to create seamless integrations by directly accessing and updating GitHub data using GraphQL.
image: ./images/graphql-logo.svg
imageAlt: The pink symbol for GraphQL, a triangle inside of a hexagon
link: /graphql
# language: [en]
- title: Electron
description: An entire suite of courses that will get you up and running with Electron.
image: ././images/atom.png
imageAlt: Electron logo
link: /electron
# language: [en]
---
<div class="bg-blue-dark text-white py-2 py-md-6 text-center">
<div class="container-lg p-responsive my-6">
<h1 class="alt-h1 lh-condensed" itemprop="headline">{{ site.title }}</h1>
<p>{{ page.excerpt }}</p>
</div>
</div>
<div class="my-6 p-2">
{% include timeline.html %}
</div>