Skip to content

Commit 7beb7fe

Browse files
committed
Use Zurb CSS framework elements from new-css on home page for layout rather than custom
1 parent eb3f516 commit 7beb7fe

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

page/index.html

+6-4
Original file line numberDiff line numberDiff line change
@@ -3,24 +3,26 @@
33
"pageTemplate": "home.php",
44
"customFields": [{ "key": "icon", "value": "home" }, { "key": "is_chapter", "value": 0 }]
55
}</script>
6-
<div id="banner"><div class="glow clearfix">
6+
<div id="banner-secondary" class="large-banner">
77

88
<div class="beta-ribbon-wrapper"><div class="beta-ribbon"><a href="/about/#beta">Beta</a></div></div>
99

1010
<h1>Learn. Code. Teach. Share.</h1>
1111

12-
<aside class="banner-box" id="for-users">
12+
<div class="row">
13+
<aside class="six columns" id="for-users">
1314
<h2>Users</h2>
1415
<p>
1516
There&rsquo;s a lot more to learn about building web sites and applications with jQuery than can fit in API documentation.
1617
If you&rsquo;re looking for explanations of the basics, workarounds for common problems, best practices, and how-tos, you&rsquo;re in the right place!</p>
1718
</p>
1819
</aside>
1920

20-
<aside class="banner-box" id="for-authors">
21+
<aside class="six columns" id="for-authors">
2122
<h2>Authors</h2>
2223
<p>Too much good information is spread across corners of the web, languishing in blog and forum posts, often just out of the reach of
2324
people who need it, while the same questionable advice is duplicated across even more questionable sites. Help us stem the tide and educate today&apos;s &mdash; and tomorrow&rsquo;s &mdash; web developers.</p>
2425
</aside>
26+
</div>
2527

26-
</div></div>
28+
</div>

0 commit comments

Comments
 (0)