Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
Fixing StarBucks logo
  • Loading branch information
KevinLemon112 authored Sep 21, 2024
1 parent b4148ba commit aeb15fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ <h3>Dietary Restrictions</h3>
<div class="place-container">
<!-- Place boxes will be dynamically added here using JavaScript -->
<div class="place-box" data-meal="breakfast snacks drinks" data-cuisine="american" data-restrictions="vegan gluten-free" data-place="Starbucks">
<img src="https://media.designrush.com/inspiration_images/137088/conversions/_1525811908_162_Starbucks-Logo-Full-mobile.jpg" alt="Restaurant 1" width = "300" length = "300">
<img src="https://cdn.logoworks.com/wp-content/uploads/2017/06/Untitled-2-640x360-1.png" alt="Restaurant 1" width = "300" length = "300">
<h3>Starbucks</h3>
<p>A cozy place offering a variety of delicious meals. Perfect for a quick bite or a leisurely meal.</p>
<a href="https://www.starbucks.com" target="_blank" class="learn-more">Learn More</a>
Expand Down Expand Up @@ -180,4 +180,4 @@ <h3>FitBites</h3>

</body>

</html>
</html>

0 comments on commit aeb15fa

Please sign in to comment.