-
Notifications
You must be signed in to change notification settings - Fork 480
/
Copy pathindex.html
30 lines (27 loc) · 1.03 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<script>{
"title": "jQuery Learning Site",
"pageTemplate": "home.php",
"customFields": [
{
"key": "icon",
"value": "home"
},
{
"key": "is_chapter",
"value": 0
}
]
}</script>
<div id="banner-secondary" class="large-banner">
<h1>Learning Center</h1>
<div class="row">
<aside class="six columns" id="for-users">
<h2>Users</h2>
<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>
</aside>
<aside class="six columns" id="for-authors">
<h2>Authors</h2>
<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>
</aside>
</div>
</div>