aboutsummaryrefslogtreecommitdiff
path: root/docs/4.0/examples/cover
diff options
context:
space:
mode:
authorPatrick H. Lauke <[email protected]>2017-09-13 19:51:08 +0100
committerGitHub <[email protected]>2017-09-13 19:51:08 +0100
commitd1b3c0c98db882cfbf6fbe85a321e83b7eb9c1d1 (patch)
treeeeac9178e02323b0a776b417dd6209488d5f527b /docs/4.0/examples/cover
parent3e546cacb4facdf98a6a18fa7bafe50d48e02c56 (diff)
downloadbootstrap-d1b3c0c98db882cfbf6fbe85a321e83b7eb9c1d1.tar.xz
bootstrap-d1b3c0c98db882cfbf6fbe85a321e83b7eb9c1d1.zip
Structure examples with appropriate `<main>`, `<header>`, `<footer>`
Structure examples with appropriate `<main>`, `<header>`, `<footer>`
Diffstat (limited to 'docs/4.0/examples/cover')
-rw-r--r--docs/4.0/examples/cover/index.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/4.0/examples/cover/index.html b/docs/4.0/examples/cover/index.html
index bc48f4cd0..07bb7d39b 100644
--- a/docs/4.0/examples/cover/index.html
+++ b/docs/4.0/examples/cover/index.html
@@ -24,7 +24,7 @@
<div class="cover-container">
- <div class="masthead clearfix">
+ <header class="masthead clearfix">
<div class="inner">
<h3 class="masthead-brand">Cover</h3>
<nav class="nav nav-masthead">
@@ -33,21 +33,21 @@
<a class="nav-link" href="#">Contact</a>
</nav>
</div>
- </div>
+ </header>
- <div class="inner cover">
+ <main role="main" class="inner cover">
<h1 class="cover-heading">Cover your page.</h1>
<p class="lead">Cover is a one-page template for building simple and beautiful home pages. Download, edit the text, and add your own fullscreen background photo to make it your own.</p>
<p class="lead">
<a href="#" class="btn btn-lg btn-secondary">Learn more</a>
</p>
- </div>
+ </main>
- <div class="mastfoot">
+ <footer class="mastfoot">
<div class="inner">
<p>Cover template for <a href="https://getbootstrap.com">Bootstrap</a>, by <a href="https://twitter.com/mdo">@mdo</a>.</p>
</div>
- </div>
+ </footer>
</div>