Skip to content

Commit

Permalink
update aria-label
Browse files Browse the repository at this point in the history
  • Loading branch information
AW-AlanWu committed Apr 16, 2024
1 parent bbb3855 commit 56145e1
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@
<!-- Start Atribute Navigation -->
<div class="attr-nav">
<ul>
<li><a href="#"><i class="fa fa-facebook"></i></a></li>
<li><a href="#"><i class="fa fa-instagram"></i></a></li>
<li><a href="#"><i class="fa fa-google-plus"></i></a></li>
<li><a href="#" aria-label="facebook"><i class="fa fa-facebook"></i></a></li>
<li><a href="#" aria-label="instagram"><i class="fa fa-instagram"></i></a></li>
<li><a href="#" aria-label="google plus"><i class="fa fa-google-plus"></i></a></li>
</ul>
</div>
<!-- End Atribute Navigation -->
Expand All @@ -77,7 +77,7 @@
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar-menu">
<i class="fa fa-bars"></i>
</button>
<a class="navbar-brand" href="#brand">
<a class="navbar-brand" href="#brand" aria-label="navbar brand">
<img src="assets/images/logo.png" width="175" height="18" class="logo logo-display" alt="">
<img src="assets/images/footer-logo.png" width="175" height="18" class="logo logo-scrolled" alt="">
</a>
Expand All @@ -89,7 +89,7 @@
<div class="collapse navbar-collapse" id="navbar-menu">
<ul class="nav navbar-nav navbar-center">
<li><a href="#home">Home</a></li>
<li><a href="#features">Features</a></li>
<li><a href="#features" aria-label="features">Features</a></li>
<li><a href="#reviews">Reviews</a></li>
<li><a href="#download">Download</a></li>
</ul>
Expand Down Expand Up @@ -389,8 +389,8 @@ <h5 class="text-white m-top-20">Just download the app from the store.
Only relevant and useful information.</h5>

<div class="download_app m-top-30">
<a href=""><img src="assets/images/appstor.png" width="147" height="45" alt="" loading="lazy" /></a>
<a href=""><img src="assets/images/googleplay.png" width="139" height="45" loading="lazy" /></a>
<a href="" aria-label="app store"><img src="assets/images/appstor.png" width="147" height="45" alt="" loading="lazy" /></a>
<a href="" aria-label="google play"><img src="assets/images/googleplay.png" width="139" height="45" alt="" loading="lazy" /></a>
</div>
</div>
</div>
Expand All @@ -406,7 +406,7 @@ <h5 class="text-white m-top-20">Just download the app from the store.

<!-- scroll up-->
<div class="scrollup">
<a href="#"><i class="fa fa-chevron-up"></i></a>
<a href="#" aria-label="scrollup"><i class="fa fa-chevron-up"></i></a>
</div><!-- End off scroll up -->


Expand All @@ -420,9 +420,9 @@ <h5 class="text-white m-top-20">Just download the app from the store.
<!-- Start Atribute Navigation -->
<div class="attr-nav">
<ul>
<li><a href="#"><i class="fa fa-facebook"></i></a></li>
<li><a href="#"><i class="fa fa-instagram"></i></a></li>
<li><a href="#"><i class="fa fa-google-plus"></i></a></li>
<li><a href="#" aria-label="facebook"><i class="fa fa-facebook"></i></a></li>
<li><a href="#" aria-label="instagram"><i class="fa fa-instagram"></i></a></li>
<li><a href="#" aria-label="google plus"><i class="fa fa-google-plus"></i></a></li>
</ul>
</div>
<!-- End Atribute Navigation -->
Expand All @@ -433,7 +433,7 @@ <h5 class="text-white m-top-20">Just download the app from the store.
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar-footer">
<i class="fa fa-bars"></i>
</button>
<a class="navbar-brand" href="#brand"><img src="assets/images/footer-logo.png" width="175" height="18" class="logo" alt=""></a>
<a class="navbar-brand" href="#brand" aria-label="navbar brand"><img src="assets/images/footer-logo.png" width="175" height="18" class="logo" alt=""></a>
</div>
<!-- End Header Navigation -->

Expand Down

0 comments on commit 56145e1

Please sign in to comment.