Skip to content

Commit

Permalink
replace index with on-demand
Browse files Browse the repository at this point in the history
  • Loading branch information
hectorsector committed Oct 12, 2016
1 parent 29e9f5b commit 80b09ed
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 62 deletions.
64 changes: 2 additions & 62 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,64 +1,4 @@
---
layout: site
body_class: home
leadingpath: ./
layout: archive
author_profile: true
---

<div class="container">

<h1>Open source training content</h1>
<p>Present your way to better version control.</p>

<div class="row">
<div class="col-md-7 no-left-padding">
<div class="col-md-12">
<h2>Cheat Sheets</h2>
<p>
Looking for a quick reference sheet of Git commands or migration from SVN?<br>
We've got just the documents, available for download in these languages:
</p>
<div class="col-md-2 pull-left no-left-padding">
<h4>Git</h4>
</div>
<div class="col-md-5 pull-right">
<h4>SVN Migration</h4>
</div>
</div>
<div class="col-md-12 no-left-padding">
<div class="col-md-3">
<p><a href="downloads/ar/github-git-cheat-sheet.html"><span class="octicon octicon-cloud-download"></span> Arabic</a></p>
<p><a href="downloads/cn/github-git-cheat-sheet.html"><span class="octicon octicon-cloud-download"></span> Chinese</a></p>
<p><a href="downloads/fr/github-git-cheat-sheet.pdf"><span class="octicon octicon-cloud-download"></span> French</a></p>
<p><a href="downloads/github-git-cheat-sheet.pdf"><span class="octicon octicon-cloud-download"></span> English</a></p>
<p><a href="downloads/de/github-git-cheat-sheet.html"><span class="octicon octicon-cloud-download"></span> German</a></p>
<p><a href="downloads/it/github-git-cheat-sheet.html"><span class="octicon octicon-cloud-download"></span> Italian</a></p>
</div>
<div class="col-md-4">
<p><a href="downloads/ja/github-git-cheat-sheet.pdf"><span class="octicon octicon-cloud-download"></span> Japanese</a></p>
<p><a href="downloads/kr/github-git-cheat-sheet.html"><span class="octicon octicon-cloud-download"></span> Korean</a></p>
<p><a href="downloads/pt_BR/github-git-cheat-sheet.pdf"><span class="octicon octicon-cloud-download"></span> Portuguese - Brazil</a></p>
<p><a href="downloads/pt_PT/github-git-cheat-sheet.pdf"><span class="octicon octicon-cloud-download"></span> Portuguese - Portugal</a></p>
<p><a href="downloads/es_ES/github-git-cheat-sheet.pdf"><span class="octicon octicon-cloud-download"></span> Spanish</a></p>
</div>
<div class="col-md-4">
<p><a href="downloads/subversion-migration.html"><span class="octicon octicon-cloud-download"></span> English</a></p>
</div>
</div>
</div>
<div class="col-md-5">
<h3>Community contributions</h3>
<p>
Would you like to update or clarify content in the slides or workbooks?
Just fork the repository, make your changes, and submit a Pull Request.
</p>
<p>
<a href="https://github.com/github/training-kit">Head over to the github/training-kit repository</a>
</p>

<h3>Let's be social</h3>
<p>
Like us on <a href="https://facebook.com/GitHub">Facebook</a> and follow us on <a href="https://twitter.com/githubguides">Twitter</a> or <a href="https://plus.google.com/+GitHubGuides">Google+</a>. Stay up to date with the latest GitHub Training events.
</p>
</div>
</div>
</div>
31 changes: 31 additions & 0 deletions index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
---
layout: splash
header:
overlay_image: cover.jpeg
overlay_filter: rgba(46, 129, 200, 0.6)

excerpt: "You're in control. We're with you along the way."
feature_row:
- icon: fa fa-cubes
title: "Start Learning"
excerpt: "Whether you learn best by reading, by example, or by doing, we've got you covered."
url: "/intro-to-github/"
btn_label: "Get Started"
btn_class: "btn--inverse"

- icon: fa fa-heart-o
title: "Join a Community"
excerpt: "You are embarking on a learning experience. A community of other learners and instructors awaits you."
url: "/community/"
btn_label: "Join Our Community"
btn_class: "btn--inverse"

- icon: fa fa-comments-o
title: "Get Help"
excerpt: "Our team is online daily to answer your questions."
url: "/community/#availability"
btn_label: "Check Availability"
btn_class: "btn--inverse"

---
{% include timeline.html %}

0 comments on commit 80b09ed

Please sign in to comment.