Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

improved readme file and updated code #226

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Next let's wrap our links in the `<nav>` element like so,
</nav>
</header>
```

on line 2 our <h1> defines the most important heading and highlights it the most therefore avoid skipping heading levels: always start from <h1>, next use <h2> and so on.
On line 5 our `<nav>` element semantically represents the navigation area of
this page. Looking good!

Expand Down Expand Up @@ -152,7 +152,7 @@ Now add another surrounding our video player.

Don't forget to indent the content such as the video and image that are nested
inside of our `<figure>` elements. Then you can save this file and give it a
preview in the browser. Since we just surrounded the preexisting content it
preview in the browser. Since we just surrounded the pre-existing content it
won't look too different, although the HTML5 semantic elements do act as boxes
that will stack vertically giving some separation between each and the figures
do have some default spacing that will indent the video and image a bit.
Expand Down
5 changes: 3 additions & 2 deletions contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,12 @@

<h1>Exceptional</h1>
<h2>Realty Group</h2>
<h3>Luxury Homes</h3>

<!-- links -->
<a href="index.html">About</a> <a href="new-properties.html">New Properties</a> <a href="real-estate-listings.html">Listings</a> <a href="market-report.html">Market Report</a> <a href="contact.html">Contact</a> <a href="http://hud.gov" target="_blank">H.U.D.</a>

<h3>Contact</h3>
<h4>Contact</h4>

<!-- Map -->

Expand All @@ -33,4 +34,4 @@ <h3>Contact</h3>
</form>

</body>
</html>
</html>