Skip to content

Commit

Permalink
Fix url issue. Fix SEO issue with contact page social icons
Browse files Browse the repository at this point in the history
  • Loading branch information
PictureElement committed Sep 24, 2018
1 parent efe2624 commit 77bb036
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion dist/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/pages/contact.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/pages/contact.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<!-- Font Awesome -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<!-- Google Fonts -->
<link href="https://fonts.go<title>Colorlib | Free Bootstrap Website Template</title>ogleapis.com/css?family=Fredericka+the+Great" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Fredericka+the+Great" rel="stylesheet">
<!-- Bootstrap -->
<link rel="stylesheet" href="css/bootstrap.css">
<!-- Animate.css -->
Expand Down
6 changes: 3 additions & 3 deletions src/pages/contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -167,9 +167,9 @@ <h6>DINNER SERVICE</h6>
<p>Daily: Bookings from 6pm - 9.30pm</p>
</div>
<div class="connect">
<a class="contact-social mr-2" href="https://github.com/PictureElement"><i class="fa fa-fw fa-facebook" aria-hidden="true"></i></a>
<a class="contact-social mr-2" href="https://github.com/PictureElement"><i class="fa fa-fw fa-tripadvisor" aria-hidden="true"></i></a>
<a class="contact-social" href="https://github.com/PictureElement"><i class="fa fa-fw fa-instagram" aria-hidden="true"></i></a>
<a class="contact-social mr-2" href="https://github.com/PictureElement" aria-label="facebook"><i class="fa fa-fw fa-facebook" aria-hidden="true"></i></a>
<a class="contact-social mr-2" href="https://github.com/PictureElement" aria-label="tripadvisor"><i class="fa fa-fw fa-tripadvisor" aria-hidden="true"></i></a>
<a class="contact-social" href="https://github.com/PictureElement" aria-label="instagram"><i class="fa fa-fw fa-instagram" aria-hidden="true"></i></a>
</div>
</div>
</div>
Expand Down

0 comments on commit 77bb036

Please sign in to comment.