Skip to content

Commit

Permalink
fixinf files
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabscg committed Nov 24, 2023
1 parent bbe3a3a commit a1ed49b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .firebase/hosting.cHVibGlj.cache
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ assets/img/pizza.jpg,1700433650807,ee9fc3dda0fbbeda217d7b842d07814d014ddcbb9e192
assets/img/specials-background.jpeg,1700433650808,253c2e2ed0c7b8677663d74af84bbe59fff8864ab7110aca18784231930ddf6a
assets/img/splash.png,1700433650808,c1a44dfb9da2f771b569b6adfc3e67286d1cfd9fb62e4793241ad96123d65779
assets/img/tomato.png,1700433650808,d2cced917bbe44711ebe858aca91a07a752baed8b3785dfdd6ecd25477144cc5
index.html,1700852620791,c71b1158492f5f90a44740cb521c620dfbfd48b4c1fde16e354cc3718afc9727
index.html,1700853004629,a3a2d379daf902256b31c76ff4a5780b4f373f0240acaab5a299ecb480939c4b
4 changes: 2 additions & 2 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
crossorigin="anonymous"></script>
<script src="https://kit.fontawesome.com/e387ff95d3.js" crossorigin="anonymous"></script>
<script src="https://kit.fontawesome.com/4cf7e7bf8a.js" crossorigin="anonymous"></script>
<link rel="shortcut icon" href="assets/img/favicon.ico" type="image/x-icon">
<link rel="shortcut icon" href="/public/assets/img/favicon.ico" type="image/x-icon">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<title>Lanterna</title>
Expand All @@ -19,7 +19,7 @@
href="https://fonts.googleapis.com/css2?family=Allura&family=Josefin+Sans&family=Montserrat:wght@300&family=Parisienne&display=swap"
rel="stylesheet">
<link rel="stylesheet" href="public/style.css">
<link rel="stylesheet" href="specials.html">
<link rel="stylesheet" href="public/specials.html">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
</head>

Expand Down
4 changes: 2 additions & 2 deletions public/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ p {

nav,
.intro {
background: url("../assets/img/pasta-and-flour.jpg");
background: url("/public/assets/img/Lanterna-restaurant.png");
background-size: cover;
background-repeat: no-repeat;
height: auto;
Expand Down Expand Up @@ -412,7 +412,7 @@ footer {
}

#specials {
background: url("../assets/img/specials-background.jpeg");
background: url("/public/assets/img/specials-background.jpeg");
background-position: center;
background-size: 100% 100%;
background-repeat: no-repeat;
Expand Down

0 comments on commit a1ed49b

Please sign in to comment.