Skip to content

Commit b519457

Browse files
committed
Index: Cleanup
1 parent b363cd9 commit b519457

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

page/index.html

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,22 @@
11
<script>{
22
"title": "jQuery Learning Site",
33
"pageTemplate": "home.php",
4-
"customFields": [{ "key": "icon", "value": "home" }, { "key": "is_chapter", "value": 0 }]
4+
"customFields": [
5+
{
6+
"key": "icon",
7+
"value": "home"
8+
},
9+
{
10+
"key": "is_chapter",
11+
"value": 0
12+
}
13+
]
514
}</script>
6-
<div id="banner-secondary" class="large-banner">
715

16+
<div id="banner-secondary" class="large-banner">
817
<h1>Learning Center</h1>
918

1019
<div class="row">
11-
1220
<aside class="six columns" id="for-users">
1321
<h2>Users</h2>
1422
<p>There's a lot more to learn about building web sites and applications with jQuery than can fit in API documentation. If you're looking for explanations of the basics, workarounds for common problems, best practices, and how-tos, you're in the right place!</p>
@@ -18,7 +26,5 @@ <h2>Users</h2>
1826
<h2>Authors</h2>
1927
<p>Too much good information is spread across corners of the web, languishing in blog and forum posts, often just out of reach of people who need it, while the same questionable advice is duplicated across even more questionable sites. Help us stem the tide and educate today's — and tomorrow's — web developers.</p>
2028
</aside>
21-
2229
</div>
23-
24-
</div>
30+
</div>

0 commit comments

Comments
 (0)