fix(curriculum): added extra line before </section> tag - Engl… (#36278)
This commit is contained in:
@ -53,4 +53,5 @@ tests:
|
||||
```html
|
||||
<img src="doingKarateWow.jpeg" alt="Someone doing karate">
|
||||
```
|
||||
|
||||
</section>
|
||||
|
@ -101,4 +101,5 @@ tests:
|
||||
<footer>© 2018 Camper Cat</footer>
|
||||
</body>
|
||||
```
|
||||
|
||||
</section>
|
||||
|
@ -80,4 +80,5 @@ tests:
|
||||
<button>Delete Internet</button>
|
||||
</body>
|
||||
```
|
||||
|
||||
</section>
|
||||
|
@ -67,4 +67,5 @@ tests:
|
||||
</article>
|
||||
</body>
|
||||
```
|
||||
|
||||
</section>
|
||||
|
@ -92,4 +92,5 @@ tests:
|
||||
</main>
|
||||
</body>
|
||||
```
|
||||
|
||||
</section>
|
||||
|
@ -151,4 +151,5 @@ tests:
|
||||
<footer>© 2018 Camper Cat</footer>
|
||||
</body>
|
||||
```
|
||||
|
||||
</section>
|
||||
|
@ -123,4 +123,5 @@ tests:
|
||||
<footer>© 2018 Camper Cat</footer>
|
||||
</body>
|
||||
```
|
||||
|
||||
</section>
|
||||
|
@ -85,4 +85,5 @@ tests:
|
||||
</article>
|
||||
</body>
|
||||
```
|
||||
|
||||
</section>
|
||||
|
@ -65,4 +65,5 @@ tests:
|
||||
</main>
|
||||
<footer></footer>
|
||||
```
|
||||
|
||||
</section>
|
||||
|
@ -76,4 +76,5 @@ tests:
|
||||
<p>To Come...</p>
|
||||
</article>
|
||||
```
|
||||
|
||||
</section>
|
||||
|
@ -239,4 +239,5 @@ tests:
|
||||
<footer>© 2018 Camper Cat</footer>
|
||||
</body>
|
||||
```
|
||||
|
||||
</section>
|
||||
|
@ -99,4 +99,5 @@ tests:
|
||||
<footer>© 2018 Camper Cat</footer>
|
||||
</body>
|
||||
```
|
||||
|
||||
</section>
|
||||
|
@ -118,4 +118,5 @@ tests:
|
||||
|
||||
</body>
|
||||
```
|
||||
|
||||
</section>
|
||||
|
@ -104,4 +104,5 @@ tests:
|
||||
</main>
|
||||
</body>
|
||||
```
|
||||
|
||||
</section>
|
||||
|
@ -115,4 +115,5 @@ tests:
|
||||
</main>
|
||||
</body>
|
||||
```
|
||||
|
||||
</section>
|
||||
|
@ -126,4 +126,5 @@ const datetimeAttr = $(timeElement).attr("datetime");
|
||||
<footer>© 2018 Camper Cat</footer>
|
||||
</body>
|
||||
```
|
||||
|
||||
</section>
|
||||
|
@ -84,4 +84,5 @@ tests:
|
||||
<h3>How to Simplify your Life</h3>
|
||||
</main>
|
||||
```
|
||||
|
||||
</section>
|
||||
|
@ -145,4 +145,5 @@ tests:
|
||||
<footer>© 2018 Camper Cat</footer>
|
||||
</body>
|
||||
```
|
||||
|
||||
</section>
|
||||
|
@ -119,4 +119,5 @@ tests:
|
||||
<footer>© 2018 Camper Cat</footer>
|
||||
</body>
|
||||
```
|
||||
|
||||
</section>
|
||||
|
@ -100,4 +100,5 @@ tests:
|
||||
</article>
|
||||
</main>
|
||||
```
|
||||
|
||||
</section>
|
||||
|
@ -158,4 +158,5 @@ tests:
|
||||
<footer>© 2018 Camper Cat</footer>
|
||||
</body>
|
||||
```
|
||||
|
||||
</section>
|
||||
|
@ -135,4 +135,5 @@ tests:
|
||||
</div>
|
||||
</div>
|
||||
```
|
||||
|
||||
</section>
|
||||
|
@ -128,4 +128,5 @@ tests:
|
||||
<br>
|
||||
<footer>© 2018 FCC Kitchen</footer>
|
||||
```
|
||||
|
||||
</section>
|
||||
|
@ -123,4 +123,5 @@ tests:
|
||||
</div>
|
||||
</div>
|
||||
```
|
||||
|
||||
</section>
|
||||
|
@ -74,4 +74,5 @@ tests:
|
||||
</style>
|
||||
<a href="http://freecatphotoapp.com/" target="_blank">CatPhotoApp</a>
|
||||
```
|
||||
|
||||
</section>
|
||||
|
@ -114,4 +114,5 @@ tests:
|
||||
<div class="cyan"></div>
|
||||
<div class="blue"></div>
|
||||
```
|
||||
|
||||
</section>
|
||||
|
@ -128,4 +128,5 @@ tests:
|
||||
</div>
|
||||
</div>
|
||||
```
|
||||
|
||||
</section>
|
||||
|
@ -113,4 +113,5 @@ tests:
|
||||
</style>
|
||||
<div id="ball"></div>
|
||||
```
|
||||
|
||||
</section>
|
||||
|
@ -156,4 +156,5 @@ tests:
|
||||
<div class="star-2 stars"></div>
|
||||
<div class="star-3 stars"></div>
|
||||
```
|
||||
|
||||
</section>
|
||||
|
@ -81,4 +81,5 @@ tests:
|
||||
<p>I still think the h2 is where it normally sits.</p>
|
||||
</body>
|
||||
```
|
||||
|
||||
</section>
|
||||
|
@ -124,4 +124,5 @@ tests:
|
||||
<div class="balls" id="ball1"></div>
|
||||
<div class="balls" id="ball2"></div>
|
||||
```
|
||||
|
||||
</section>
|
||||
|
@ -91,4 +91,5 @@ tests:
|
||||
<div class="first"></div>
|
||||
<div class="second"></div>
|
||||
```
|
||||
|
||||
</section>
|
||||
|
@ -127,4 +127,5 @@ tests:
|
||||
</div>
|
||||
</div>
|
||||
```
|
||||
|
||||
</section>
|
||||
|
@ -119,4 +119,5 @@ tests:
|
||||
</div>
|
||||
</div>
|
||||
```
|
||||
|
||||
</section>
|
||||
|
@ -138,4 +138,5 @@ tests:
|
||||
</div>
|
||||
</div>
|
||||
```
|
||||
|
||||
</section>
|
||||
|
@ -90,4 +90,5 @@ tests:
|
||||
<div class="blue"></div>
|
||||
<div class="yellow"></div>
|
||||
```
|
||||
|
||||
</section>
|
||||
|
@ -109,4 +109,5 @@ tests:
|
||||
<div class="cyan"></div>
|
||||
<div class="raspberry"></div>
|
||||
```
|
||||
|
||||
</section>
|
||||
|
@ -128,4 +128,5 @@ tests:
|
||||
<div class="balls" id="ball1"></div>
|
||||
<div class="balls" id="ball2"></div>
|
||||
```
|
||||
|
||||
</section>
|
||||
|
@ -123,4 +123,5 @@ tests:
|
||||
</style>
|
||||
<div id="rect"></div>
|
||||
```
|
||||
|
||||
</section>
|
||||
|
@ -91,4 +91,5 @@ tests:
|
||||
</section>
|
||||
</body>
|
||||
```
|
||||
|
||||
</section>
|
||||
|
@ -115,4 +115,5 @@ tests:
|
||||
<p>I shift up when the #navbar is fixed to the browser window.</p>
|
||||
</body>
|
||||
```
|
||||
|
||||
</section>
|
||||
|
@ -186,4 +186,5 @@ tests:
|
||||
<div class="back"></div>
|
||||
<div class="heart"></div>
|
||||
```
|
||||
|
||||
</section>
|
||||
|
@ -122,4 +122,5 @@ tests:
|
||||
<div class="balls" id="blue"></div>
|
||||
<div class="balls" id="green"></div>
|
||||
```
|
||||
|
||||
</section>
|
||||
|
@ -77,4 +77,5 @@ tests:
|
||||
<p>I still think the h2 is where it normally sits.</p>
|
||||
</body>
|
||||
```
|
||||
|
||||
</section>
|
||||
|
@ -106,4 +106,5 @@ tests:
|
||||
</aside>
|
||||
</body>
|
||||
```
|
||||
|
||||
</section>
|
||||
|
@ -96,4 +96,5 @@ tests:
|
||||
<h5>This is h5 text</h5>
|
||||
<h6>This is h6 text</h6>
|
||||
```
|
||||
|
||||
</section>
|
||||
|
@ -62,4 +62,5 @@ tests:
|
||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.
|
||||
</p>
|
||||
```
|
||||
|
||||
</section>
|
||||
|
@ -121,4 +121,5 @@ tests:
|
||||
<h5>This is h5 text</h5>
|
||||
<h6>This is h6 text</h6>
|
||||
```
|
||||
|
||||
</section>
|
||||
|
@ -64,4 +64,5 @@ tests:
|
||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.
|
||||
</p>
|
||||
```
|
||||
|
||||
</section>
|
||||
|
@ -117,4 +117,5 @@ tests:
|
||||
<div class="balls" id= "red"></div>
|
||||
<div class="balls" id= "blue"></div>
|
||||
```
|
||||
|
||||
</section>
|
||||
|
@ -105,4 +105,5 @@ tests:
|
||||
</style>
|
||||
<button>Register</button>
|
||||
```
|
||||
|
||||
</section>
|
||||
|
@ -124,4 +124,5 @@ tests:
|
||||
</div>
|
||||
</div>
|
||||
```
|
||||
|
||||
</section>
|
||||
|
@ -126,4 +126,5 @@ tests:
|
||||
</div>
|
||||
</div>
|
||||
```
|
||||
|
||||
</section>
|
||||
|
@ -126,4 +126,5 @@ tests:
|
||||
</div>
|
||||
</div>
|
||||
```
|
||||
|
||||
</section>
|
||||
|
@ -142,4 +142,5 @@ tests:
|
||||
</div>
|
||||
</div>
|
||||
```
|
||||
|
||||
</section>
|
||||
|
@ -125,4 +125,5 @@ tests:
|
||||
</div>
|
||||
</div>
|
||||
```
|
||||
|
||||
</section>
|
||||
|
@ -123,4 +123,5 @@ tests:
|
||||
<h5 class="box blue-box">padding</h5>
|
||||
</div>
|
||||
```
|
||||
|
||||
</section>
|
||||
|
@ -133,4 +133,5 @@ tests:
|
||||
<h5 class="box blue-box">padding</h5>
|
||||
</div>
|
||||
```
|
||||
|
||||
</section>
|
||||
|
@ -133,4 +133,5 @@ tests:
|
||||
<h5 class="box blue-box">padding</h5>
|
||||
</div>
|
||||
```
|
||||
|
||||
</section>
|
||||
|
@ -164,4 +164,5 @@ tests:
|
||||
</form>
|
||||
</main>
|
||||
```
|
||||
|
||||
</section>
|
||||
|
@ -124,4 +124,5 @@ tests:
|
||||
<h5 class="box blue-box">padding</h5>
|
||||
</div>
|
||||
```
|
||||
|
||||
</section>
|
||||
|
@ -123,4 +123,5 @@ tests:
|
||||
<h5 class="box blue-box">padding</h5>
|
||||
</div>
|
||||
```
|
||||
|
||||
</section>
|
||||
|
@ -130,4 +130,5 @@ tests:
|
||||
</form>
|
||||
</main>
|
||||
```
|
||||
|
||||
</section>
|
||||
|
@ -178,4 +178,5 @@ tests:
|
||||
</form>
|
||||
</main>
|
||||
```
|
||||
|
||||
</section>
|
||||
|
@ -148,4 +148,5 @@ tests:
|
||||
</form>
|
||||
</main>
|
||||
```
|
||||
|
||||
</section>
|
||||
|
@ -76,4 +76,5 @@ tests:
|
||||
</style>
|
||||
<h1>Hello World!</h1>
|
||||
```
|
||||
|
||||
</section>
|
||||
|
@ -165,4 +165,5 @@ tests:
|
||||
</form>
|
||||
</main>
|
||||
```
|
||||
|
||||
</section>
|
||||
|
@ -95,4 +95,5 @@ tests:
|
||||
</style>
|
||||
<h1 id="orange-text" class="pink-text blue-text" style="color: white">Hello World!</h1>
|
||||
```
|
||||
|
||||
</section>
|
||||
|
@ -102,4 +102,5 @@ tests:
|
||||
</style>
|
||||
<h1 id="orange-text" class="pink-text blue-text">Hello World!</h1>
|
||||
```
|
||||
|
||||
</section>
|
||||
|
@ -91,4 +91,5 @@ tests:
|
||||
</style>
|
||||
<h1 id="orange-text" class="pink-text blue-text" style="color: white">Hello World!</h1>
|
||||
```
|
||||
|
||||
</section>
|
||||
|
@ -84,4 +84,5 @@ tests:
|
||||
</style>
|
||||
<h1 class="pink-text blue-text">Hello World!</h1>
|
||||
```
|
||||
|
||||
</section>
|
||||
|
@ -73,4 +73,5 @@ tests:
|
||||
<h1 class="pink-text">Hello World!</h1>
|
||||
|
||||
```
|
||||
|
||||
</section>
|
||||
|
@ -137,4 +137,5 @@ tests:
|
||||
</form>
|
||||
</main>
|
||||
```
|
||||
|
||||
</section>
|
||||
|
@ -174,4 +174,5 @@ tests:
|
||||
</form>
|
||||
</main>
|
||||
```
|
||||
|
||||
</section>
|
||||
|
@ -157,4 +157,5 @@ tests:
|
||||
</form>
|
||||
</main>
|
||||
```
|
||||
|
||||
</section>
|
||||
|
@ -158,4 +158,5 @@ tests:
|
||||
</form>
|
||||
</main>
|
||||
```
|
||||
|
||||
</section>
|
||||
|
@ -128,4 +128,5 @@ tests:
|
||||
</form>
|
||||
</main>
|
||||
```
|
||||
|
||||
</section>
|
||||
|
@ -67,4 +67,5 @@ body {
|
||||
}
|
||||
</style>
|
||||
```
|
||||
|
||||
</section>
|
||||
|
@ -121,4 +121,5 @@ tests:
|
||||
<h5 class="box green-box">padding</h5>
|
||||
</div>
|
||||
```
|
||||
|
||||
</section>
|
||||
|
@ -141,4 +141,5 @@ tests:
|
||||
</form>
|
||||
</main>
|
||||
```
|
||||
|
||||
</section>
|
||||
|
@ -107,4 +107,5 @@ tests:
|
||||
|
||||
<h1 class="green-text">I am green!</h1>
|
||||
```
|
||||
|
||||
</section>
|
||||
|
@ -190,4 +190,5 @@ tests:
|
||||
</form>
|
||||
</main>
|
||||
```
|
||||
|
||||
</section>
|
||||
|
@ -187,4 +187,5 @@ tests:
|
||||
</form>
|
||||
</main>
|
||||
```
|
||||
|
||||
</section>
|
||||
|
@ -127,4 +127,5 @@ tests:
|
||||
<h5 class="box blue-box">padding</h5>
|
||||
</div>
|
||||
```
|
||||
|
||||
</section>
|
||||
|
@ -141,4 +141,5 @@ tests:
|
||||
</form>
|
||||
</main>
|
||||
```
|
||||
|
||||
</section>
|
||||
|
@ -67,4 +67,5 @@ tests:
|
||||
}
|
||||
</style>
|
||||
```
|
||||
|
||||
</section>
|
||||
|
@ -109,4 +109,5 @@ tests:
|
||||
|
||||
<h1 class="orange-text">I am orange!</h1>
|
||||
```
|
||||
|
||||
</section>
|
||||
|
@ -105,4 +105,5 @@ tests:
|
||||
|
||||
<h1 class="blue-text">I am blue!</h1>
|
||||
```
|
||||
|
||||
</section>
|
||||
|
@ -72,4 +72,5 @@ tests:
|
||||
}
|
||||
</style>
|
||||
```
|
||||
|
||||
</section>
|
||||
|
@ -94,4 +94,5 @@ tests:
|
||||
<input type="text" placeholder="cat photo URL">
|
||||
</main>
|
||||
```
|
||||
|
||||
</section>
|
||||
|
@ -94,4 +94,5 @@ tests:
|
||||
</form>
|
||||
</main>
|
||||
```
|
||||
|
||||
</section>
|
||||
|
@ -115,4 +115,5 @@ name="personality">Evil</label><br>
|
||||
</form>
|
||||
</main>
|
||||
```
|
||||
|
||||
</section>
|
||||
|
@ -125,4 +125,5 @@ tests:
|
||||
</form>
|
||||
</main>
|
||||
```
|
||||
|
||||
</section>
|
||||
|
@ -112,4 +112,5 @@ tests:
|
||||
</ol>
|
||||
</main>
|
||||
```
|
||||
|
||||
</section>
|
||||
|
@ -90,4 +90,5 @@ tests:
|
||||
</body>
|
||||
</html>
|
||||
```
|
||||
|
||||
</section>
|
||||
|
@ -58,4 +58,5 @@ tests:
|
||||
|
||||
<p>Kitty ipsum dolor sit amet, shed everywhere shed everywhere stretching attack your ankles chase the red dot, hairball run catnip eat the grass sniff</p>
|
||||
```
|
||||
|
||||
</section>
|
||||
|
@ -58,4 +58,5 @@ tests:
|
||||
<h2>CatPhotoApp</h2>
|
||||
<p>Hello Paragraph</p>
|
||||
```
|
||||
|
||||
</section>
|
||||
|
@ -78,4 +78,5 @@ tests:
|
||||
<p>Purr jump eat the grass rip the couch scratched sunbathe, shed everywhere rip the couch sleep in the sink fluffy fur catnip scratched.</p>
|
||||
</main>
|
||||
```
|
||||
|
||||
</section>
|
||||
|
@ -72,4 +72,5 @@ tests:
|
||||
<p>Purr jump eat the grass rip the couch scratched sunbathe, shed everywhere rip the couch sleep in the sink fluffy fur catnip scratched.</p>
|
||||
</main>
|
||||
```
|
||||
|
||||
</section>
|
||||
|
@ -66,4 +66,5 @@ tests:
|
||||
<p>Purr jump eat the grass rip the couch scratched sunbathe, shed everywhere rip the couch sleep in the sink fluffy fur catnip scratched.</p>
|
||||
</main>
|
||||
```
|
||||
|
||||
</section>
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user