diff --git a/index.html b/index.html index 2bf1ab757..4db7a2205 100644 --- a/index.html +++ b/index.html @@ -1,64 +1,4 @@ --- -layout: site -body_class: home -leadingpath: ./ +layout: archive +author_profile: true --- - -
- -

Open source training content

-

Present your way to better version control.

- -
-
-
-

Cheat Sheets

-

- Looking for a quick reference sheet of Git commands or migration from SVN?
- We've got just the documents, available for download in these languages: -

-
-

Git

-
-
-

SVN Migration

-
-
- -
-
-

Community contributions

-

- 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. -

-

- Head over to the github/training-kit repository -

- -

Let's be social

-

- Like us on Facebook and follow us on Twitter or Google+. Stay up to date with the latest GitHub Training events. -

-
-
-
diff --git a/index.md b/index.md new file mode 100644 index 000000000..533cbdbbe --- /dev/null +++ b/index.md @@ -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 %}