Skip to content

Commit

Permalink
Logo
Browse files Browse the repository at this point in the history
  • Loading branch information
SoupleCodes authored May 2, 2024
1 parent 55e0df6 commit 3c0b393
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 4 deletions.
Binary file added images/Home-hovered.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/Home.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/Recipes-hovered.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 1 addition & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
<center>
<button onclick="changePageTitle('lol you got scammed')">
Give me an unlimited supply of soup =D </button>
<h1>Souple.com</h1>
<nav>
<a href="#" onclick="changePageTitle('Home'); return false;">Home</a>
<a href="#" onclick="changePageTitle('About'); return false;">About</a>
Expand All @@ -22,7 +21,7 @@ <h1>Souple.com</h1>
</center>
<p style="position: absolute; bottom: 0; left: 0; width: 100%; text-align: center; z-index: 1;">All soups reserved 2024</p>
<img src="../images/Wood.png" alt="Wood" style="width:60%;">
<img src="Logo.png" alt="My Logo" id="logo">
<img src="../images/Logo.png" alt="My Logo" id="logo" style="width:15%;">
</header>
<script>
function changePageTitle(newtitle) {
Expand Down
4 changes: 2 additions & 2 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ img {
}
#logo {
position: absolute;
top: 20px;
left: 20px;
top: 134px;
left: 316px;
}

0 comments on commit 3c0b393

Please sign in to comment.