Skip to content
This repository has been archived by the owner on Aug 10, 2022. It is now read-only.

Commit

Permalink
Uses <header> in getting started. Fixes #50
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulKinlan committed Jun 9, 2014
1 parent 7a49f3b commit b8ede09
Show file tree
Hide file tree
Showing 11 changed files with 52 additions and 29 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@
<!-- // [START headline] -->
<div id="headline">
<div class="container">
<h1>Mobile Web Development</h1>
<h2>Building Mobile Web Experiences</h2>
<header>
<h1>Mobile Web Development</h1>
<p>Building Mobile Web Experiences</p>
</header>
<div id="blurb">
<p>So you've heard mobile is kind of a big deal, and you're not
sure how to transform your traditional desktop-focused web apps
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@

<div id="headline">
<div class="container">
<h1>Mobile Web Development</h1>
<h2>Building Mobile Web Experiences</h2>
<header>
<h1>Mobile Web Development</h1>
<p>Building Mobile Web Experiences</p>
</header>
<div id="blurb">
<p>So you've heard mobile is kind of a big deal, and you're not
sure how to transform your traditional desktop-focused web apps
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@
<body>
<!-- // [START headline] -->
<div id="headline">
<h1>Mobile Web Development</h1>
<h2>Building Mobile Web Experiences</h2>
<header>
<h1>Mobile Web Development</h1>
<p>Building Mobile Web Experiences</p>
</header>
<div id="blurb">
<p>So you've heard mobile is kind of a big deal, and you're not
sure how to transform your traditional desktop-focused web apps
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@
<body>
<!-- // [START headline] -->
<div id="headline">
<h1>Mobile Web Development</h1>
<h2>Building Mobile Web Experiences</h2>
<header>
<h1>Mobile Web Development</h1>
<p>Building Mobile Web Experiences</p>
</header>
<div id="blurb">
<p>So you’ve heard mobile is kind of a big deal, and you’re not sure how to transform your traditional desktop-focused web apps into fast, effective mobile experiences. This course is designed to teach web developers what they need to know to create great cross-device mobile web experiences. This course will focus on building mobile web apps, which will work across multiple platforms including Android, iOS, and others.</p>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@
</head>
<body>
<div id="headline">
<h1></h1>
<h2></h2>
<header>
<h1></h1>
<p></p>
</header>
<div id="blurb">
<p></p>
<ul>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@
}
/* // [END styles] */

#headline h1 {
#headline header h1 {
font-family: Roboto, sans-serif;
font-weight: 100;
font-size: 60px;
line-height: 1em;
margin-bottom: 0;
}

#headline h2 {
#headline header p {
font-weight: 200;
font-size: 30px;
margin-top: 5px;
Expand Down Expand Up @@ -169,8 +169,10 @@
<body>
<!-- // [START headline] -->
<div id="headline">
<h1>Mobile Web Development</h1>
<h2>Building Mobile Web Experiences</h2>
<header>
<h1>Mobile Web Development</h1>
<p>Building Mobile Web Experiences</p>
</header>
<div id="blurb">
<p>So you've heard mobile is kind of a big deal, and you're not sure how to transform your traditional desktop-focused web apps into fast, effective multi-screen experiences.</p>
<p>This course is designed to teach web developers what they need to know to create great cross-device web experiences.</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -292,8 +292,10 @@
<!-- // [START headline] -->
<div id="headline">
<div class="container">
<h1>Mobile Web Development</h1>
<h2>Building Mobile Web Experiences</h2>
<header>
<h1>Mobile Web Development</h1>
<p>Building Mobile Web Experiences</p>
</header>
<div id="blurb">
<p>So you've heard mobile is kind of a big deal, and you're not sure how to transform your traditional desktop-focused web apps into fast, effective multi-screen experiences.</p>
<p>This course is designed to teach web developers what they need to know to create great cross-device web experiences.</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@
<body>
<!-- // [START headline] -->
<div id="headline">
<h1>Mobile Web Development</h1>
<h2>Building Mobile Web Experiences</h2>
<header>
<h1>Mobile Web Development</h1>
<p>Building Mobile Web Experiences</p>
</header>
<div id="blurb">
<p>So you’ve heard mobile is kind of a big deal, and you’re not sure how to transform your traditional desktop-focused web apps into fast, effective mobile experiences. This course is designed to teach web developers what they need to know to create great cross-device mobile web experiences. This course will focus on building mobile web apps, which will work across multiple platforms including Android, iOS, and others.</p>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,15 @@
background-size: cover;
}

#headline h1 {
font-weight: 200;
#headline header h1 {
font-family: Roboto, sans-serif;
font-weight: 100;
font-size: 60px;
line-height: 1em;
margin-bottom: 0;
}

#headline h2 {
#headline header p {
font-weight: 200;
font-size: 30px;
margin-top: 5px;
Expand Down Expand Up @@ -176,8 +177,10 @@
<!-- // [START headline] -->
<div id="headline">
<div class="container">
<h1>Mobile Web Development</h1>
<h2>Building Mobile Web Experiences</h2>
<header>
<h1>Mobile Web Development</h1>
<p>Building Mobile Web Experiences</p>
</header>
<div id="blurb">
<p>So you've heard mobile is kind of a big deal, and you're not sure how to transform your traditional desktop-focused web apps into fast, effective multi-screen experiences.</p>
<p>This course is designed to teach web developers what they need to know to create great cross-device web experiences.</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -257,8 +257,10 @@
<!-- // [START headline] -->
<div id="headline">
<div class="container">
<h1>Mobile Web Development</h1>
<h2>Building Mobile Web Experiences</h2>
<header>
<h1>Mobile Web Development</h1>
<p>Building Mobile Web Experiences</p>
</header>
<div id="blurb">
<p>So you've heard mobile is kind of a big deal, and you're not sure how to transform your traditional desktop-focused web apps into fast, effective multi-screen experiences.</p>
<p>This course is designed to teach web developers what they need to know to create great cross-device web experiences.</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@
background-size: cover;
}

#headline h1 {
#headline header h1 {
font-family: Roboto, sans-serif;
font-weight: 100;
font-size: 60px;
line-height: 1em;
margin-bottom: 0;
}

#headline h2 {
#headline header p {
font-weight: 200;
font-size: 30px;
margin-top: 5px;
Expand Down Expand Up @@ -165,8 +165,10 @@
</head>
<body>
<div id="headline">
<h1>Mobile Web Development</h1>
<h2>Building Mobile Web Experiences</h2>
<header>
<h1>Mobile Web Development</h1>
<p>Building Mobile Web Experiences</p>
</header>
<div id="blurb">
<p>So you've heard mobile is kind of a big deal, and you're not sure how to transform your traditional desktop-focused web apps into fast, effective multi-screen experiences.</p>
<p>This course is designed to teach web developers what they need to know to create great cross-device web experiences.</p>
Expand Down

0 comments on commit b8ede09

Please sign in to comment.