Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# RETIRED

This was the GitHub repository for Hour of Code, a site that enabled new users of Github to practice editing a Github repository.
This was the GitHub repository for Hour of Code, a site that enabled new users of GitHub to practice editing a GitHub repository.

You may see this repository outside of the [18F organization on Github](https://github.com/18f). That means that others have [forked the respository](https://guides.github.com/activities/forking/)!
You may see this repository outside of the [18F organization on GitHub](https://github.com/18f). That means that others have [forked the repository](https://guides.github.com/activities/forking/)!

# Past Use

This was previously a repo for the microsite for [18F's Hour of Code](http://www.eventbrite.com/e/18f-hour-of-code-tickets-14902141707), which featured the same activity (among others).
This was previously a repo for the microsite for [18F's Hour of Code](https://www.eventbrite.com/e/18f-hour-of-code-tickets-14902141707), which featured the same activity (among others).

## Test Pull Requests

Expand Down
4 changes: 2 additions & 2 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
-->

<link href="styles/bootstrap-3.1.1.min.css" rel="stylesheet">
<link href='//fonts.googleapis.com/css?family=Raleway:400,700|Open+Sans:300,600' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Raleway:400,700|Open+Sans:300,600' rel='stylesheet' type='text/css'>
<link href="styles/18f.min.css" rel="stylesheet">
<link href="https://afeld.github.io/emoji-css/emoji.css" rel="stylesheet">
<!-- <link href="styles/fonts.css" rel="stylesheet"> -->
Expand All @@ -84,7 +84,7 @@
<div class="row">
<div class="col-md-2"><a href="index.html" style="text-decoration:none;"><i class="icon-18f-logo" style="font-size:7em; color:#18f;"></i></a></div>
<div class="col-md-10">
<h1>18F Github Basics</h1>
<h1>18F GitHub Basics</h1>
<p class="lead">3:00pm to 4:30pm at GSA Headquarters at 1800 F St. NW</p>
{{ content }}
</div>
Expand Down
2 changes: 1 addition & 1 deletion addyourname.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ layout: default

## How to add your name to the site

1. If you don't have one already, start by [creating a Github account](https://github.com).
1. If you don't have one already, start by [creating a GitHub account](https://github.com).
1. Visit the users list page [here](https://github.com/18F/hourofcode/tree/18f-pages/_data/users).
1. Click on the blue `+` sign next to the header `hourofcode/_data/users/+`
1. In the "Name your file..." box, add your username and then `.yml`, for example: `obama.yml`
Expand Down
2 changes: 1 addition & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: default
---

Github trainees: We'll use this page to document your successful Pull Requests adding your name to this page!
GitHub trainees: We'll use this page to document your successful Pull Requests adding your name to this page!

## Instructions to add yourself

Expand Down
Loading