Skip to content

Commit

Permalink
Merge pull request Open-Source-Chandigarh#48 from prashh-k/UI_improve…
Browse files Browse the repository at this point in the history
…ment

Favicon added !!
  • Loading branch information
Kavyam172 authored Oct 30, 2023
2 parents 6453dae + 9d7dd5d commit c91b5cf
Show file tree
Hide file tree
Showing 11 changed files with 45 additions and 6 deletions.
5 changes: 4 additions & 1 deletion about.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,10 @@
<script src="jquery-3.6.4.min.js"></script>
<script src="mynav.js"></script>

<title>Document</title>
<title>About Us</title>
<!-- Favicon -->
<link rel="shortcut icon" href="images/cafe_fav.png" type="image/x-icon">

</head>

<body>
Expand Down
6 changes: 5 additions & 1 deletion contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,11 @@
<script src="jquery-3.6.4.min.js"></script>
<script src="mynav.js"></script>

<title>Document</title>
<title> Contact Us </title>

<!-- Favicon -->
<link rel="shortcut icon" href="images/cafe_fav.png" type="image/x-icon">

</head>

<body>
Expand Down
6 changes: 5 additions & 1 deletion faq.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,11 @@
<script src="jquery-3.6.4.min.js"></script>
<script src="mynav.js"></script>

<title>Document</title>
<title> FAQ </title>

<!-- Favicon -->
<link rel="shortcut icon" href="images/cafe_fav.png" type="image/x-icon">

</head>
<body>
<nav class="navbar navbar-light navbar-expand-md navbar-fixed-top navigation-clean-button">
Expand Down
4 changes: 4 additions & 0 deletions forgotpassword.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
<link rel="stylesheet" href="mynav.css">
<script src="jquery-3.6.4.min.js"></script>
<script src="mynav.js"></script>

<!-- Favicon -->
<link rel="shortcut icon" href="images/cafe_fav.png" type="image/x-icon">

<style>
/* Add your custom styles here */
body {
Expand Down
Binary file added images/cafe_fav.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: 5 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,11 @@
<script src="jquery-3.6.4.min.js"></script>
<script src="index.js"></script>
<script src="mynav.js"></script>
<title>Document</title>
<title> The Cafe </title>

<!-- Favicon -->
<link rel="shortcut icon" href="images/cafe_fav.png" type="image/x-icon">

</head>

<body>
Expand Down
4 changes: 4 additions & 0 deletions login.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
<link rel="stylesheet" href="mynav.css">
<script src="jquery-3.6.4.min.js"></script>
<script src="mynav.js"></script>

<!-- Favicon -->
<link rel="shortcut icon" href="images/cafe_fav.png" type="image/x-icon">

<style>
/* Add your custom styles here */
body {
Expand Down
6 changes: 5 additions & 1 deletion menu.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,11 @@
<link rel="stylesheet" href="mynav.css">
<script src="menu.js"></script>
<script src="mynav.js"></script>
<title>Document</title>
<title>MENU </title>

<!-- Favicon -->
<link rel="shortcut icon" href="images/cafe_fav.png" type="image/x-icon">

</head>

<body>
Expand Down
6 changes: 5 additions & 1 deletion order.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,11 @@
<script src="mynav.js"></script>
<script src="order.js"></script>

<title>Document</title>
<title>Order</title>

<!-- Favicon -->
<link rel="shortcut icon" href="images/cafe_fav.png" type="image/x-icon">

</head>
<body>
<nav class="navbar navbar-light navbar-expand-md navbar-fixed-top navigation-clean-button">
Expand Down
4 changes: 4 additions & 0 deletions signup.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
<link rel="stylesheet" href="mynav.css">
<script src="jquery-3.6.4.min.js"></script>
<script src="mynav.js"></script>

<!-- Favicon -->
<link rel="shortcut icon" href="images/cafe_fav.png" type="image/x-icon">

<style>
/* Add your custom styles here */
body {
Expand Down
4 changes: 4 additions & 0 deletions trackorder.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
<link rel="stylesheet" href="mynav.css">
<script src="jquery-3.6.4.min.js"></script>
<script src="mynav.js"></script>

<!-- Favicon -->
<link rel="shortcut icon" href="images/cafe_fav.png" type="image/x-icon">

<style>
body {
background-color: #aa6427;
Expand Down

0 comments on commit c91b5cf

Please sign in to comment.