Skip to content

Commit

Permalink
Merge pull request #742 from Meetjain1/main
Browse files Browse the repository at this point in the history
Favicon updated to each page of website
  • Loading branch information
apu52 authored Jun 5, 2024
2 parents cf4bedb + 3fe5be9 commit 4106e34
Show file tree
Hide file tree
Showing 14 changed files with 25 additions and 41 deletions.
4 changes: 1 addition & 3 deletions faq.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@

<link rel="stylesheet" href="./styles.css">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
<link rel="icon"
href="img/A T logo with a white background and a square shape, connected to nature for a travel company.png"
type="image/x-icon" />
<link rel="icon" type="image/x-icon" href="favicon.ico"/>
</head>
<body>

Expand Down
Binary file added favicon.ico
Binary file not shown.
4 changes: 1 addition & 3 deletions feedback.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-pUA-Compatible" content="ie=edge" />
<title>Star Rating</title>
<link rel="icon"
href="img/A T logo with a white background and a square shape, connected to nature for a travel company.png"
type="image/x-icon" />
<link rel="icon" type="image/x-icon" href="favicon.ico"/>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/fonts/remixicon.css" rel="stylesheet" />
Expand Down
14 changes: 11 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,7 @@
<link rel="stylesheet" href="explore.css">
<title>Tourguide</title>
<!-- adding a fav-icon -->
<link rel="icon"
href="img/A T logo with a white background and a square shape, connected to nature for a travel company.png"
type="image/x-icon" />
<link rel="icon" type="image/x-icon" href="favicon.ico"/>

<script src="index.js" defer></script>
<script src="mouseEffect.js"></script>
Expand Down Expand Up @@ -1447,6 +1445,16 @@ <h4>Reach Out To Us</h4>
<script src="./index.js"></script>

<script src="faq-website.js"></script>

<script>
window.onload = function() {
var link = top.document.createElement("link");
link.type = "image/x-icon";
link.rel = "icon";
link.href = "favicon.ico?v=1";
top.document.getElementsByTagName("head")[0].appendChild(link);
}
</script>
=======

<!-- Adding copyright javascript code to make it dynamic and display current year -->
Expand Down
4 changes: 1 addition & 3 deletions login-modified.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css"
integrity="sha512-DTOQO9RWCH3ppGqcWaEA1BIZOC6xxalwEsw9c2QQeAIftl+Vegovlnee1c9QX4TctnWMn13TZye+giMm8e2LwA=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="icon"
href="img/A T logo with a white background and a square shape, connected to nature for a travel company.png"
type="image/x-icon" />
<link rel="icon" type="image/x-icon" href="favicon.ico"/>
<link rel="stylesheet" href="./newLogin.css">
<link rel="stylesheet" href="style_.css">
</head>
Expand Down
6 changes: 1 addition & 5 deletions login.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,10 @@
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css" integrity="sha512-DTOQO9RWCH3ppGqcWaEA1BIZOC6xxalwEsw9c2QQeAIftl+Vegovlnee1c9QX4TctnWMn13TZye+giMm8e2LwA==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="style_.css">
<link rel="icon"
href="img/A T logo with a white background and a square shape, connected to nature for a travel company.png"
type="image/x-icon" />
<link rel="icon" type="image/x-icon" href="favicon.ico"/>
</head>
<body>



<header class="registration-header">


Expand Down
4 changes: 1 addition & 3 deletions loginPage.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css"
integrity="sha512-DTOQO9RWCH3ppGqcWaEA1BIZOC6xxalwEsw9c2QQeAIftl+Vegovlnee1c9QX4TctnWMn13TZye+giMm8e2LwA=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="icon"
href="img/A T logo with a white background and a square shape, connected to nature for a travel company.png"
type="image/x-icon" />
<link rel="icon" type="image/x-icon" href="favicon.ico"/>
<link rel="stylesheet" href="./loginPage.css">
</head>
<body>
Expand Down
5 changes: 1 addition & 4 deletions newLogin.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,7 @@
integrity="sha512-DTOQO9RWCH3ppGqcWaEA1BIZOC6xxalwEsw9c2QQeAIftl+Vegovlnee1c9QX4TctnWMn13TZye+giMm8e2LwA=="
crossorigin="anonymous"
referrerpolicy="no-referrer" />
<link
rel="icon"
href="img/A T logo with a white background and a square shape, connected to nature for a travel company.png"
type="image/x-icon" />
<link rel="icon" type="image/x-icon" href="favicon.ico"/>
<link rel="stylesheet" href="./newLogin.css" />
<link rel="stylesheet" href="style_.css" />
<link rel="stylesheet" href="styles.css" />
Expand Down
4 changes: 1 addition & 3 deletions package.html
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,7 @@
<link rel="stylesheet" href="./Image-Gallery/style.css">
<title>Arpan Codes | Tourguide</title>
<!-- adding a fav-icon -->
<link rel="icon"
href="img/A T logo with a white background and a square shape, connected to nature for a travel company.png"
type="image/x-icon" />
<link rel="icon" type="image/x-icon" href="favicon.ico"/>
<script src="index.js"></script>

<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/@emailjs/browser@3/dist/email.min.js">
Expand Down
4 changes: 1 addition & 3 deletions payment.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>TourGuide Checkout</title>
<link rel="icon"
href="img/A T logo with a white background and a square shape, connected to nature for a travel company.png"
type="image/x-icon" />
<link rel="icon" type="image/x-icon" href="favicon.ico"/>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
<link rel="stylesheet" href="payment.css">
Expand Down
4 changes: 1 addition & 3 deletions plantrip.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Trip Planner</title>
<link rel="icon"
href="img/A T logo with a white background and a square shape, connected to nature for a travel company.png"
type="image/x-icon" />
<link rel="icon" type="image/x-icon" href="favicon.ico"/>
<style>
body {
font-family: 'Nunito Sans', sans-serif;
Expand Down
4 changes: 1 addition & 3 deletions pricing/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Membership</title>
<link rel="stylesheet" href="style.css">
<link rel="icon"
href="img/A T logo with a white background and a square shape, connected to nature for a travel company.png"
type="image/x-icon" />
<link rel="icon" type="image/x-icon" href="favicon.ico"/>

<link rel="stylesheet" href="path/to/aos.css">
<script src="path/to/aos.js"></script>
Expand Down
4 changes: 1 addition & 3 deletions registerPage.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css" integrity="sha512-DTOQO9RWCH3ppGqcWaEA1BIZOC6xxalwEsw9c2QQeAIftl+Vegovlnee1c9QX4TctnWMn13TZye+giMm8e2LwA==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="registerPage.css">
<link rel="icon"
href="img/A T logo with a white background and a square shape, connected to nature for a travel company.png"
type="image/x-icon" />
<link rel="icon" type="image/x-icon" href="favicon.ico"/>
</head>
<body>
<header class="registration-header">
Expand Down
5 changes: 3 additions & 2 deletions story.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@
<link rel="stylesheet" href="styles.css" />
<link rel="stylesheet" href="./Image-Gallery/style.css">
<title>Arpan Codes | Tourguide</title>
<!-- adding a fav-icon -->
<link rel="icon" href="img/A T logo with a white background and a square shape, connected to nature for a travel company.png" type="image/x-icon" />
<!-- adding a fav-icon -->
<link rel="icon" type="image/x-icon" href="favicon.ico"/>

<script src="index.js"></script>

<script type="text/javascript"
Expand Down

0 comments on commit 4106e34

Please sign in to comment.