Skip to content

Commit

Permalink
improved accessibility
Browse files Browse the repository at this point in the history
  • Loading branch information
Roxaski committed Feb 14, 2024
1 parent c5c0fc4 commit 6a7f18c
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 19 deletions.
8 changes: 4 additions & 4 deletions pages/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ <h1>Coffee Cup Café</h1>
</div>
<div role="navigation" class="links">
<ul>
<li><a href="../index.html">home</a></li>
<li><a href="../pages/menu.html">menu</a></li>
<li><a href="../pages/gallery.html">gallery</a></li>
<li><a href="../pages/locations.html">locations</a></li>
<li><a href="./menu.html">menu</a></li>
<li><a href="./gallery.html">gallery</a></li>
<li><a href="./locations.html">locations</a></li>
<li><a href="./about.html">about</a></li>
</ul>
</div>
<div aria-label="open the menu" role="button" class="hamburger-menu">
Expand Down
8 changes: 4 additions & 4 deletions pages/gallery.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ <h1>Coffee Cup Café</h1>
</div>
<div role="navigation" class="links">
<ul>
<li><a href="../index.html">home</a></li>
<li><a href="../pages/menu.html">menu</a></li>
<li><a href="../pages/locations.html">locations</a></li>
<li><a href="../pages/about.html">about</a></li>
<li><a href="./menu.html">menu</a></li>
<li><a href="./gallery.html">gallery</a></li>
<li><a href="./locations.html">locations</a></li>
<li><a href="./about.html">about</a></li>
</ul>
</div>
<div aria-label="open the menu" role="button" class="hamburger-menu">
Expand Down
14 changes: 7 additions & 7 deletions pages/locations.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ <h1>Coffee Cup Café</h1>
</div>
<div role="navigation" class="links">
<ul>
<li><a href="../index.html">home</a></li>
<li><a href="../pages/menu.html">menu</a></li>
<li><a href="../pages/gallery.html">gallery</a></li>
<li><a href="../pages/about.html">about</a></li>
<li><a href="./menu.html">menu</a></li>
<li><a href="./gallery.html">gallery</a></li>
<li><a href="./locations.html">locations</a></li>
<li><a href="./about.html">about</a></li>
</ul>
</div>
<div aria-label="open the menu" role="button" class="hamburger-menu">
Expand Down Expand Up @@ -88,7 +88,7 @@ <h1>Coffee Cup Café</h1>
<h2>brighton</h2>
<img src="../img/coffee_beans.svg" alt="">
</div>
<div tabindex="1" class="info">
<div class="info">
<img draggable="false" src="../img/brighton.webp" alt="Brighton cafe">
<p>This cozy little café is situated in the very swanky Bond Street, it's renown to have some of the best coffee shops around, so what a better place than here to open our very first little cozy corner of the world.</p>
<p>We offer delicious food and drink and our staff are incredibly friendly and helpful, so why not drop by and see how we hold up against the competition, we hope you love our café and has much as we do.</p>
Expand All @@ -99,7 +99,7 @@ <h2>brighton</h2>
<h2>london</h2>
<img src="../img/coffee_beans.svg" alt="">
</div>
<div tabindex="1" class="info">
<div class="info">
<img draggable="false" src="../img/london.webp" alt="London cafe">
<p>Welcome to the cultural coffee capital of the country. Where your never too far from a coffee shop, and of course we couldn't pass up the opportunity to open our very own café right in the heart of London.</p>
<p>Situated in Oxford Street, Westend. We boast a grandious two floors and incredibly spacious seating areas, no matter how busy we are our incredible staff are efficient and very passionate about their jobs, so you will never have to wait to long for your favourite beverage or drinks, so come on in and soak in the beautiful scenery.</p>
Expand All @@ -111,7 +111,7 @@ <h2>london</h2>
<h2>manchester</h2>
<img src="../img/coffee_beans.svg" alt="">
</div>
<div tabindex="1" class="info">
<div class="info">
<img draggable="false" src="../img/manchester.webp" alt="Manchester cafe">
<p>Decided to open a coffee house in Manchester, because you can never have enough café's around the country, i honestly can't think of a better start to the day then to stop by my favourite coffee house for a nice brew before you start work.</p>
<p>Our little cozy place is located in Oxford Road, it's filled with lots of swanky little café's, including ours. Our cafe is filled with lots of lovely plants situated all around, we wanted to create a lovely atmosphere.</p>
Expand Down
8 changes: 4 additions & 4 deletions pages/menu.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ <h1>Coffee Cup Café</h1>
</div>
<div role="navigation" class="links">
<ul>
<li><a href="../index.html">home</a></li>
<li><a href="../pages/gallery.html">gallery</a></li>
<li><a href="../pages/locations.html">locations</a></li>
<li><a href="../pages/about.html">about</a></li>
<li><a href="./menu.html">menu</a></li>
<li><a href="./gallery.html">gallery</a></li>
<li><a href="./locations.html">locations</a></li>
<li><a href="./about.html">about</a></li>
</ul>
</div>
<div aria-label="open the menu" role="button" class="hamburger-menu">
Expand Down

0 comments on commit 6a7f18c

Please sign in to comment.