moved all the icons to images and fixed path issues associated with this move

This commit is contained in:
rheabhutada02
2022-11-21 16:12:17 -08:00
parent 4073d2cc4b
commit 5f1a246e6a
18 changed files with 16 additions and 16 deletions

View File

@@ -8,7 +8,7 @@
<title>Food Journal</title>
<!--Add Favicon-->
<link rel="icon" type="image/x-icon" href="./assets/images/icons/favicon.ico">
<link rel="icon" type="image/x-icon" href="./assets/images/favicon.ico">
<!-- Recipe Card Custom Element -->
<script src="assets/scripts/ReviewCard.js" type="module"></script>
@@ -22,9 +22,9 @@
<body>
<header>
<div class="top-bar">
<img src ="./assets/images/icons/Logo.png" alt="logo" />
<img src ="./assets/images/Logo.png" alt="logo" />
<h1> Food Journal </h1>
<img src ="./assets/images/icons/Logo.png" alt="logo" />
<img src ="./assets/images/Logo.png" alt="logo" />
</div>
</header>
<main>
@@ -41,9 +41,9 @@
</form>
</div>
<div class="center-display">
<img src ="./assets/images/icons/Grouppink.png" alt="CREATE" style="opacity: 100%;" id="create-btn" onclick="window.location.assign('./CreatePage.html')"/>
<img src ="./assets/images/Grouppink.png" alt="CREATE" style="opacity: 100%;" id="create-btn" onclick="window.location.assign('./CreatePage.html')"/>
<h2 id="recent-reviews-text"> Recent Reviews </h2>
<img src ="./assets/images/icons/Grouppink.png" style="opacity:0;"/>
<img src ="./assets/images/Grouppink.png" style="opacity:0;"/>
</div>