Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added favicon and logo #18

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions AboutUs.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@
<link rel="icon" href="./assets/images/favicon.png" type="image/png" />

<title>About Us</title>
<link rel="stylesheet" href="assets/css/AboutUs.css" />
</head>
<body>
<link rel="stylesheet" href="assets/css/AboutUs.css">
<link rel="icon" type="image/x-icon" href="assets/images/favicon.ico">
</head>
<body>
<header>
<h1>About Us</h1>
</header>
Expand Down
2 changes: 2 additions & 0 deletions Home.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
<title>FoodDsy</title>
<link rel="icon" href="./assets/images/favicon.png" type="image/png">
<link rel="stylesheet" href="assets/css/Home.css">
<link rel="icon" type="image/x-icon" href="assets/images/favicon.ico">
<script src="https://kit.fontawesome.com/f30fac2c61.js" ></script>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
<script defer src="https://kit.fontawesome.com/f30fac2c61.js" ></script>
<script defer src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script>
Expand Down
7 changes: 4 additions & 3 deletions Signup.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" href="./assets/images/favicon.png" type="image/png" />
<title>Sign Up</title>
<link rel="stylesheet" href="assets/css/signup.css" />
</head>
<body>
<link rel="stylesheet" href="assets/css/signup.css">
<link rel="icon" type="image/x-icon" href="assets/images/favicon.ico">
</head>
<body>
<div class="signup-container">
<h1>Sign Up</h1>
<form id="signupForm">
Expand Down
Binary file added assets/images/favicon.ico
Binary file not shown.
Binary file added assets/images/logo_no_bg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions checkout.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<link rel="icon" href="./assets/images/favicon.png" type="image/png" />
<title>Checkout</title>
<link rel="stylesheet" href="assets/css/checkout_styles.css" />
<link rel="icon" type="image/x-icon" href="assets/images/favicon.ico">
</head>

<body>
Expand Down
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<link rel="icon" href="./assets/images/favicon.png" type="image/png">
<title>FoodDsy</title>
<link rel="stylesheet" href="assets/css/index.css">
<link rel="icon" type="image/x-icon" href="assets/images/favicon.ico">
<script src="https://kit.fontawesome.com/f30fac2c61.js" crossorigin="anonymous"></script>

</head>
Expand Down
7 changes: 4 additions & 3 deletions login.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" href="./assets/images/favicon.png" type="image/png" />
<title>Login</title>
<link rel="stylesheet" href="assets/css/login.css" />
</head>
<body>
<link rel="stylesheet" href="assets/css/login.css">
<link rel="icon" type="image/x-icon" href="assets/images/favicon.ico">
</head>
<body>
<div class="login-container">
<h1>Login</h1>
<form id="loginForm">
Expand Down