Skip to content

Commit e8da805

Browse files
author
Fabian Perez
committed
Stop mixing spaces and tabs
1 parent f60e670 commit e8da805

File tree

9 files changed

+101
-101
lines changed

9 files changed

+101
-101
lines changed

content/index.md

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ layout: overview
44
---
55

66
<div class="wrapper feature">
7-
<h1>
8-
Leverage the power of<br />
9-
GitHub in your app.
10-
</h1>
11-
<p class="intro">Get started with one of our guides, or jump straight into the API documentation.</p>
12-
<a href="/v3/" class="button">Browse the documentation</a>
13-
<img src="/shared/images/electrocat.png" class="electrocat" alt="The Electrocat" />
7+
<h1>
8+
Leverage the power of<br />
9+
GitHub in your app.
10+
</h1>
11+
<p class="intro">Get started with one of our guides, or jump straight into the API documentation.</p>
12+
<a href="/v3/" class="button">Browse the documentation</a>
13+
<img src="/shared/images/electrocat.png" class="electrocat" alt="The Electrocat" />
1414
</div>
1515

1616
<div class="full-width dev-program-callout">
@@ -21,21 +21,21 @@ layout: overview
2121
</div>
2222

2323
<div class="full-width-divider">
24-
<ul class="wrapper highlights">
25-
<li class="highlight-module">
26-
<a href="/guides/"><span class="mega-octicon octicon-file-text"></span></a>
27-
<h2><a href="/guides/">Get Started</a></h2>
28-
<p>New to the GitHub API? With these guides you’ll be up and running in a snap.</p>
29-
</li>
30-
<li class="highlight-module">
31-
<a href="/libraries/"><span class="mega-octicon octicon-code"></span></a>
32-
<h2><a href="/libraries/">Libraries</a></h2>
33-
<p>We’ve got you covered. Use the GitHub API in your favorite language.</p>
34-
</li>
35-
<li class="highlight-module">
36-
<a href="http://github.com/contact"><span class="mega-octicon octicon-mail-read"></span></a>
37-
<h2><a href="http://github.com/contact">Support</a></h2>
38-
<p>Are you stuck? Already tried our <a href="/v3/troubleshooting/">troubleshooting guide</a>? Talk to a supportocat.</p>
39-
</li>
40-
</ul>
24+
<ul class="wrapper highlights">
25+
<li class="highlight-module">
26+
<a href="/guides/"><span class="mega-octicon octicon-file-text"></span></a>
27+
<h2><a href="/guides/">Get Started</a></h2>
28+
<p>New to the GitHub API? With these guides you’ll be up and running in a snap.</p>
29+
</li>
30+
<li class="highlight-module">
31+
<a href="/libraries/"><span class="mega-octicon octicon-code"></span></a>
32+
<h2><a href="/libraries/">Libraries</a></h2>
33+
<p>We’ve got you covered. Use the GitHub API in your favorite language.</p>
34+
</li>
35+
<li class="highlight-module">
36+
<a href="http://github.com/contact"><span class="mega-octicon octicon-mail-read"></span></a>
37+
<h2><a href="http://github.com/contact">Support</a></h2>
38+
<p>Are you stuck? Already tried our <a href="/v3/troubleshooting/">troubleshooting guide</a>? Talk to a supportocat.</p>
39+
</li>
40+
</ul>
4141
</div>

content/libraries.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ layout: libraries
44
---
55

66
<div class="feature">
7-
<h1>Octokit comes in<br />
7+
<h1>Octokit comes in<br />
88
many flavors</h1>
9-
<p class="intro">Use the official Octokit library, or choose between any of the available third party libraries.</p>
10-
<ul class="library-links">
11-
<li><span>Ruby</span><a href="https://github.com/octokit/octokit.rb">octokit.rb</a></li>
12-
<li><span>Obj-C</span><a href="https://github.com/octokit/octokit.objc">octokit.objc</a></li>
13-
<li><span>.NET</span><a href="https://github.com/octokit/octokit.net">octokit.net</a></li>
14-
</ul>
15-
<img src="/shared/images/gundamcat.png" class="gundamcat" alt="The Gundamcat" />
9+
<p class="intro">Use the official Octokit library, or choose between any of the available third party libraries.</p>
10+
<ul class="library-links">
11+
<li><span>Ruby</span><a href="https://github.com/octokit/octokit.rb">octokit.rb</a></li>
12+
<li><span>Obj-C</span><a href="https://github.com/octokit/octokit.objc">octokit.objc</a></li>
13+
<li><span>.NET</span><a href="https://github.com/octokit/octokit.net">octokit.net</a></li>
14+
</ul>
15+
<img src="/shared/images/gundamcat.png" class="gundamcat" alt="The Gundamcat" />
1616
</div>
1717

1818
# Third-party libraries

layouts/api.html

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
11
<%= render 'head' %>
22

33
<body class="api">
4-
<%= render 'header' %>
4+
<%= render 'header' %>
55

6-
<div class="sub-nav">
7-
<h2><a href="/v3/">API</a></h2>
6+
<div class="sub-nav">
7+
<h2><a href="/v3/">API</a></h2>
88

9-
<ul>
9+
<ul>
1010
<li><a href="/v3/" class="active">Reference</a></li>
1111
<li><a href="/webhooks/">Webhooks</a></li>
1212
<li><a href="/guides/">Guides</a></li>
1313
<li><a href="/libraries/">Libraries</a></li>
14-
</ul>
15-
</div>
14+
</ul>
15+
</div>
1616

1717
<div id="wrapper">
18-
<div class="content">
19-
<%= yield %>
18+
<div class="content">
19+
<%= yield %>
2020
</div>
2121

22-
<%= render 'sidebar' %>
22+
<%= render 'sidebar' %>
2323
</div><!-- #wrapper -->
2424

25-
<%= render 'footer' %>
25+
<%= render 'footer' %>
2626
</body>
2727
</html>

layouts/blog.html

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
<%= render 'head' %>
22

33
<body class="blog">
4-
<%= render 'header' %>
5-
6-
<div id="wrapper">
7-
<div class="content">
8-
<%= yield %>
9-
</div>
10-
4+
<%= render 'header' %>
5+
6+
<div id="wrapper">
7+
<div class="content">
8+
<%= yield %>
9+
</div>
10+
1111
<div class="sidebar-shell">
1212
<%= render 'headlines', :changes => api_changes %>
13-
13+
1414
<div class="sidebar-module notice"><a class="rss-subscribe" href="/changes.atom">Subscribe to the RSS feed</a></div>
1515
</div>
16-
</div>
17-
18-
<%= render 'footer' %>
16+
</div>
17+
18+
<%= render 'footer' %>
1919
</body>
2020
</html>

layouts/default.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
<%= render 'head' %>
22

33
<body>
4-
<%= render 'header' %>
4+
<%= render 'header' %>
55

66
<div id="wrapper">
7-
<div class="content">
8-
<%= yield %>
7+
<div class="content">
8+
<%= yield %>
99
</div>
1010

11-
<%= render 'sidebar' %>
11+
<%= render 'sidebar' %>
1212
</div><!-- #wrapper -->
13-
14-
<%= render 'footer' %>
13+
14+
<%= render 'footer' %>
1515
</body>
1616
</html>

layouts/footer.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<div id="footer" >
1+
<div id="footer" >
22
<div class="lower_footer">
33
<ul class="footer-cell">
44
<li><a href="http://help.github.com/terms-of-service/">Terms</a></li>
@@ -20,9 +20,9 @@
2020
</ul>
2121
</div>
2222

23-
<div class="wrapper">
24-
<p>Design &copy; <span class="js-year">2014</span> GitHub, Inc. All rights reserved. Except where otherwise noted, content on this site is licensed under a <a href="http://creativecommons.org/licenses/by/3.0/us/">Creative Commons CC-BY license</a>.</p>
25-
</div>
23+
<div class="wrapper">
24+
<p>Design &copy; <span class="js-year">2014</span> GitHub, Inc. All rights reserved. Except where otherwise noted, content on this site is licensed under a <a href="http://creativecommons.org/licenses/by/3.0/us/">Creative Commons CC-BY license</a>.</p>
25+
</div>
2626

2727
</div><!-- /#footer -->
2828
<script type="text/javascript">

layouts/guides.html

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,43 @@
11
<%= render 'head' %>
22

33
<body class="api">
4-
<%= render 'header' %>
4+
<%= render 'header' %>
55

6-
<div class="sub-nav">
7-
<h2><a href="/v3/">API</a></h2>
6+
<div class="sub-nav">
7+
<h2><a href="/v3/">API</a></h2>
88

9-
<ul>
9+
<ul>
1010
<li><a href="/v3/">Reference</a></li>
1111
<li><a href="/webhooks/">Webhooks</a></li>
1212
<li><a href="/guides/" class="active">Guides</a></li>
1313
<li><a href="/libraries/">Libraries</a></li>
14-
</ul>
15-
</div>
14+
</ul>
15+
</div>
1616

1717
<div id="wrapper">
18-
<div class="content">
19-
<%= yield %>
18+
<div class="content">
19+
<%= yield %>
2020
</div>
2121

22-
<div id="js-sidebar" class="sidebar-shell">
23-
<div class="sidebar-module">
24-
<ul>
25-
<li><h3><a href="/guides/">Overview</a></h3></li>
26-
<li><h3><a href="/guides/getting-started/">Getting Started</a></h3></li>
27-
<li><h3><a href="/guides/basics-of-authentication/">Basics of Authentication</a></h3></li>
28-
<li><h3><a href="/guides/rendering-data-as-graphs/">Rendering Data as Graphs</a></h3></li>
29-
<li><h3><a href="/guides/working-with-comments/">Working with Comments</a></h3></li>
22+
<div id="js-sidebar" class="sidebar-shell">
23+
<div class="sidebar-module">
24+
<ul>
25+
<li><h3><a href="/guides/">Overview</a></h3></li>
26+
<li><h3><a href="/guides/getting-started/">Getting Started</a></h3></li>
27+
<li><h3><a href="/guides/basics-of-authentication/">Basics of Authentication</a></h3></li>
28+
<li><h3><a href="/guides/rendering-data-as-graphs/">Rendering Data as Graphs</a></h3></li>
29+
<li><h3><a href="/guides/working-with-comments/">Working with Comments</a></h3></li>
3030
<li><h3><a href="/guides/traversing-with-pagination/">Traversing with Pagination</a></h3></li>
31-
</ul>
32-
</div>
31+
</ul>
32+
</div>
3333

34-
<div class="sidebar-module notice">
35-
<p>This website is a <a href="https://github.com/github/developer.github.com" target="_blank">public GitHub repository</a>. Please help us by forking the project and adding to it.</p>
36-
</div>
37-
<div class="sidebar-module api-status"><a href="https://status.github.com" class="unknown">API Status</a></div>
38-
</div><!-- sidebar-shell -->
34+
<div class="sidebar-module notice">
35+
<p>This website is a <a href="https://github.com/github/developer.github.com" target="_blank">public GitHub repository</a>. Please help us by forking the project and adding to it.</p>
36+
</div>
37+
<div class="sidebar-module api-status"><a href="https://status.github.com" class="unknown">API Status</a></div>
38+
</div><!-- sidebar-shell -->
3939
</div><!-- #wrapper -->
4040

41-
<%= render 'footer' %>
41+
<%= render 'footer' %>
4242
</body>
4343
</html>

layouts/libraries.html

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
<%= render 'head' %>
22

33
<body class="api">
4-
<%= render 'header' %>
4+
<%= render 'header' %>
55

6-
<div class="sub-nav">
7-
<h2><a href="/v3/">API</a></h2>
6+
<div class="sub-nav">
7+
<h2><a href="/v3/">API</a></h2>
88

9-
<ul>
9+
<ul>
1010
<li><a href="/v3/">Reference</a></li>
1111
<li><a href="/webhooks/">Webhooks</a></li>
1212
<li><a href="/guides/">Guides</a></li>
1313
<li><a href="/libraries/" class="active">Libraries</a></li>
14-
</ul>
15-
</div>
14+
</ul>
15+
</div>
1616

17-
<div class="wrapper library-list">
18-
<%= yield %>
19-
</div>
17+
<div class="wrapper library-list">
18+
<%= yield %>
19+
</div>
2020

21-
<%= render 'footer' %>
21+
<%= render 'footer' %>
2222
</body>
2323
</html>

layouts/overview.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<%= render 'head' %>
22

33
<body class="overview">
4-
<%= render 'header' %>
5-
4+
<%= render 'header' %>
5+
66
<%= yield %>
7-
8-
<%= render 'footer' %>
7+
8+
<%= render 'footer' %>
99
</body>
1010
</html>

0 commit comments

Comments
 (0)