Skip to content

Commit

Permalink
changed to cats
Browse files Browse the repository at this point in the history
  • Loading branch information
GalaxyShard committed Dec 15, 2023
1 parent e526849 commit 0350956
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion desserts.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<!-- Bootstrap -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.0.0/dist/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">

<title>Cups & Pups - Desserts</title>
<title>Cats & Cups - Desserts</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
Expand Down
2 changes: 1 addition & 1 deletion drinks.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.0.0/dist/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">


<title>Cups & Pups - Drinks</title>
<title>Cats & Cups - Drinks</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
Expand Down
2 changes: 1 addition & 1 deletion food.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.0.0/dist/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">


<title>Cups & Pups - Foods</title>
<title>Cats & Cups - Foods</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
Expand Down
Binary file modified images/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<!-- Bootstrap -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.0.0/dist/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">

<title>Cups & Pups</title>
<title>Cats & Cups</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
Expand All @@ -22,11 +22,11 @@
<a href="specials"><span>Specials</span></a>
</nav>
<main class="container-fluid" id="main-container">
<h1 class="center cursive">Cups & Pups</h1>
<h1 class="center cursive">Cats & Cups</h1>
<hr>
<img id="logo" src="images/logo.png" alt="">
<hr>
<p><i>Cups & Pups</i> is the perfect place to eat with a dog</p>
<p><i>Cats & Cups</i> is the perfect place to eat with a cat</p>
<hr>
</main>
</body>
Expand Down
2 changes: 1 addition & 1 deletion locations.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.0.0/dist/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">


<title>Cups & Pups - Locations</title>
<title>Cats & Cups - Locations</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
Expand Down
2 changes: 1 addition & 1 deletion specials.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.0.0/dist/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">


<title>Cups & Pups - Specials</title>
<title>Cats & Cups - Specials</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
Expand Down

0 comments on commit 0350956

Please sign in to comment.