Skip to content

Logo fixed #1692

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
2 changes: 1 addition & 1 deletion 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/x-icon" href="favicon.ico"/>
<link rel="icon" type="image/x-icon" href="logo.png"/>
<title>Error Page not found</title>
</head>
<body>
Expand Down
2 changes: 1 addition & 1 deletion Adventure.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,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" type="image/x-icon" href="favicon.ico"/>
<link rel="icon" type="image/x-icon" href="logo.png"/>
<style>

.top-btn {
Expand Down
4 changes: 2 additions & 2 deletions Cultural_Exp.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,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" type="image/x-icon" href="favicon.ico"/>
<link rel="icon" type="image/x-icon" href="logo.png"/>
<style>
.newNav{
opacity:1 !important;
Expand Down Expand Up @@ -233,7 +233,7 @@

<nav class="newNav">
<div style="display: flex; flex-direction: row; align-items: center;">
<img src="/favicon.ico" class="sitelogo">
<img src="/logo.png" class="sitelogo">

<a href="#" class="nav__logo aos-init aos-animate" data-aos="fade-right">Tourguide<span>.</span></a>
</div>
Expand Down
2 changes: 1 addition & 1 deletion HoneyMoon.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,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" type="image/x-icon" href="favicon.ico"/>
<link rel="icon" type="image/x-icon" href="logo.png"/>
<style>
.newNav{
opacity:1 !important;
Expand Down
2 changes: 1 addition & 1 deletion Licensing.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Licensing Page</title>
<link href="https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;600;700&display=swap" rel="stylesheet">
<link rel="icon" type="image/x-icon" href="favicon.ico"/>
<link rel="icon" type="image/x-icon" href="logo.png"/>
<style>

body {
Expand Down
2 changes: 1 addition & 1 deletion Signup.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Signup</title>
<link rel="stylesheet" href="login.css"/>
<link rel="icon" type="image/x-icon" href="favicon.ico"/>
<link rel="icon" type="image/x-icon" href="logo.png"/>
</head>
<body>
<div class="container">
Expand Down
2 changes: 1 addition & 1 deletion about.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

<nav class="newNav">
<div style="display: flex; flex-direction: row; align-items: center; ">
<img src="favicon.ico" class="sitelogo">
<img src="logo.png" class="sitelogo">

<a href="index.html" class="nav__logo" data-aos="fade-right">Tourguide<span>.</span></a>
</div>
Expand Down
2 changes: 1 addition & 1 deletion blog.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<link href="https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;600;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">
<link rel="stylesheet" href="blog.css">
<link rel="icon" type="image/x-icon" href="favicon.ico"/>
<link rel="icon" type="image/x-icon" href="logo.png"/>
<style>
::-webkit-scrollbar{
width: 15px;
Expand Down
2 changes: 1 addition & 1 deletion contributors.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
rel="stylesheet"
/>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.min.css">
<link rel="icon" type="image/x-icon" href="favicon.ico"/>
<link rel="icon" type="image/x-icon" href="logo.png"/>

<style>
html {
Expand Down
2 changes: 1 addition & 1 deletion dedicated-destinations/Dubai/start.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<div class="nav-container">
<nav class="newNav">
<div style="display: flex; align-items: center;">
<img src="./gallery/favicon.ico" class="sitelogo">
<img src="./gallery/logo.png" class="sitelogo">
<a href="#" class="nav__logo" data-aos="fade-right">Tourguide<span>.</span></a>
</div>
<ul class="navLinks">
Expand Down
2 changes: 1 addition & 1 deletion dedicated-destinations/London/start.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<div class="nav-container">
<nav class="newNav">
<div style="display: flex; align-items: center;">
<img src="./gallery/favicon.ico" class="sitelogo">
<img src="./gallery/logo.png" class="sitelogo">
<a href="#" class="nav__logo" data-aos="fade-right">Tourguide<span>.</span></a>
</div>
<ul class="navLinks">
Expand Down
2 changes: 1 addition & 1 deletion dedicated-destinations/Maldives/start.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<div class="nav-container">
<nav class="newNav">
<div style="display: flex; align-items: center;">
<img src="./gallery/favicon.ico" class="sitelogo">
<img src="/logo.png" class="sitelogo">
<a href="#" class="nav__logo" data-aos="fade-right">Tourguide<span>.</span></a>
</div>
<ul class="navLinks">
Expand Down
2 changes: 1 addition & 1 deletion dedicated-destinations/Paris/start.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<div class="nav-container">
<nav class="newNav">
<div style="display: flex; align-items: center;">
<img src="./gallery/favicon.ico" class="sitelogo">
<img src="/logo.png" class="sitelogo">
<a href="#" class="nav__logo" data-aos="fade-right">Tourguide<span>.</span></a>
</div>
<ul class="navLinks">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<div class="nav-container">
<nav class="newNav">
<div style="display: flex; align-items: center;">
<img src="./gallery_Grand/favicon.ico" class="sitelogo">
<img src="./gallery_Grand/logo.png" class="sitelogo">
<a href="#" class="nav__logo" data-aos="fade-right">Tourguide<span>.</span></a>
</div>
<ul class="navLinks">
Expand Down
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion dedicated-destinations/machu-picchu-peru/Machu_start.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<div class="nav-container">
<nav class="newNav">
<div style="display: flex; align-items: center;">
<img src="./gallery_Machu/favicon.ico" class="sitelogo">
<img src="./gallery_Machu/logo.png" class="sitelogo">
<a href="#" class="nav__logo" data-aos="fade-right">Tourguide<span>.</span></a>
</div>
<ul class="navLinks">
Expand Down
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion dedicated-destinations/new-york/start.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<div class="nav-container">
<nav class="newNav">
<div style="display: flex; align-items: center;">
<img src="./gallery/favicon.ico" class="sitelogo">
<img src="/logo.png" class="sitelogo">
<a href="#" class="nav__logo" data-aos="fade-right">Tourguide<span>.</span></a>
</div> style="text-decoration: none;">Tourguide<span>.</span></a>

Expand Down
4 changes: 2 additions & 2 deletions faq.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<link rel="stylesheet" href="explore.css"> -->
<title>Tourguide</title>
<!-- adding a fav-icon -->
<link rel="icon" type="image/x-icon" href="favicon.ico"/>
<link rel="icon" type="image/x-icon" href="logo.png"/>

<script src="index.js" defer></script>
<script src="mouseEffect.js"></script>
Expand Down Expand Up @@ -314,7 +314,7 @@

<div class="nav-container" id="top">
<nav class="newNav">
<img src="/favicon.ico" style="width:30px;height:30px;border-radius:50%;">
<img src="/logo.png" style="width:30px;height:30px;border-radius:50%;">

<a href="#" class="nav__logo" data-aos="fade-right">Tourguide<span>.</span></a>

Expand Down
Binary file removed favicon.ico
Binary file not shown.
4 changes: 2 additions & 2 deletions feedback.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,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" type="image/x-icon" href="favicon.ico" />
<link rel="icon" type="image/x-icon" href="logo.png" />
<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 Expand Up @@ -129,7 +129,7 @@
<div class="nav-container" id="top">
<nav class="newNav">
<div style="display: flex; align-items: center;">
<img src="favicon.ico" class="sitelogo">
<img src="logo.png" class="sitelogo">
<a href="index.html" class="nav__logo" data-aos="fade-right">Tourguide<span style="margin-right: 0.5vw;">.</span></a>
</div>
<ul class="navLinks">
Expand Down
4 changes: 2 additions & 2 deletions forgotPassword.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Forgot Password</title>
<link rel="icon" type="image/x-icon" href="log/favicon.ico">
<link rel="icon" type="image/x-icon" href="/logo.png">
<link href="https://cdn.lineicons.com/4.0/lineicons.css" rel="stylesheet" />
<script src="https://kit.fontawesome.com/f2e55912f8.js" crossorigin="anonymous"></script>

<link rel="icon" type="image/x-icon" href="favicon.ico" />
<link rel="icon" type="image/x-icon" href="logo.png" />
<style>
@import url("https://fonts.googleapis.com/css2?family=Poppins");

Expand Down
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<!-- adding a fav-icon -->

<img src="Untitled (1).mp4" alt="">
<link rel="icon" type="image/x-icon" href="favicon.ico" />
<link rel="icon" type="image/x-icon" href="logo.png" />

<link rel="stylesheet" href="tilt.css">
<script src="tilt.js"></script>
Expand Down Expand Up @@ -487,7 +487,7 @@ <h1>TourGuide . . .</h1>
</div>
<nav class="newNav">
<div style="display: flex; align-items: center;">
<img src="favicon.ico" class="sitelogo">
<img src="logo.png" class="sitelogo">
<a href="#" class="nav__logo" data-aos="fade-right">Tourguide<span style="margin-right: 0.5vw;">.</span></a>
</div>
<ul class="navLinks">
Expand Down Expand Up @@ -2687,7 +2687,7 @@ <h4 class="contact_us">Contact Us</h4>
// var link = top.document.createElement("link");
// link.type = "image/x-icon";
// link.rel = "icon";
// link.href = "favicon.ico?v=1";
// link.href = "logo.png?v=1";
// top.document.getElementsByTagName("head")[0].appendChild(link);
// }
</script>
Expand Down
Binary file added logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion membership.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
</script>
<nav class="newNav">
<div style="display: flex; flex-direction: row; align-items: center;">
<img src="favicon.ico" class="sitelogo">
<img src="logo.png" class="sitelogo">

<a href="#" class="nav__logo aos-init aos-animate" data-aos="fade-right">Tourguide<span>.</span></a>
</div>
Expand Down
4 changes: 2 additions & 2 deletions newLogin.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Tourguide</title>
<link rel="icon" type="image/x-icon" href="log/favicon.ico">
<link rel="icon" type="image/x-icon" href="/logo.png">
<link href="https://cdn.lineicons.com/4.0/lineicons.css" rel="stylesheet" />
<script src="https://kit.fontawesome.com/f2e55912f8.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="./login/login.css">
<link rel="icon" type="image/x-icon" href="favicon.ico" />
<link rel="icon" type="image/x-icon" href="logo.png" />
</head>

<body>
Expand Down
4 changes: 2 additions & 2 deletions package.html
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
<link rel="stylesheet" href="./Image-Gallery/style.css">
<title>Arpan Codes | Tourguide</title>
<!-- adding a fav-icon -->
<link rel="icon" type="image/x-icon" href="favicon.ico" />
<link rel="icon" type="image/x-icon" href="logo.png" />
<script src="index.js"></script>

<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/@emailjs/browser@3/dist/email.min.js">
Expand Down Expand Up @@ -146,7 +146,7 @@
</script>
<nav class="newNav">
<div style="display: flex; align-items: center;">
<img src="favicon.ico" class="sitelogo">
<img src="logo.png" class="sitelogo">
<a href="index.html" class="nav__logo" data-aos="fade-right">Tourguide<span style="margin-right: 0.5vw;">.</span></a>
</div>
<ul class="navLinks">
Expand Down
4 changes: 2 additions & 2 deletions packages.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

<link rel="stylesheet" href="styles.css" />
<link rel="stylesheet" href="./navLinks.css" />
<link rel="icon" type="image/x-icon" href="favicon.ico" />
<link rel="icon" type="image/x-icon" href="logo.png" />
<style>
/* currently mostly css written in style tag after html is used */
:root {
Expand Down Expand Up @@ -397,7 +397,7 @@
<div class="nav-container" id="top">
<nav class="newNav" style="height: 80px;">
<div style="display: flex; flex-direction: row; align-items: center;">
<img src="favicon.ico" class="sitelogo">
<img src="logo.png" class="sitelogo">

<a href="index.html" class="nav__logo" data-aos="fade-right">Tourguide<span>.</span></a>
</div>
Expand Down
4 changes: 2 additions & 2 deletions payment.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>TourGuide Checkout</title>
<link rel="icon" type="image/x-icon" href="favicon.ico"/>
<link rel="icon" type="image/x-icon" href="logo.png"/>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"

integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
Expand Down Expand Up @@ -34,7 +34,7 @@
<div class="nav-container" id="top">
<nav class="newNav">
<div style="display: flex; flex-direction: row; align-items: center;">
<img src="favicon.ico" class="sitelogo">
<img src="logo.png" class="sitelogo">

<a href="#" class="nav__logo" data-aos="fade-right">Tourguide<span>.</span></a>
</div>
Expand Down
2 changes: 1 addition & 1 deletion plantrip.html
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@
<body>
<nav class="newNav">
<div style="display: flex; flex-direction: row; align-items: center;">
<img src="favicon.ico" class="sitelogo">
<img src="logo.png" class="sitelogo">

<a href="index.html" class="nav__logo aos-init aos-animate" data-aos="fade-right">Tourguide<span>.</span></a>
</div>
Expand Down
2 changes: 1 addition & 1 deletion pricing/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Membership</title>
<link rel="stylesheet" href="style.css">
<link rel="icon" type="image/x-icon" href="favicon.ico" />
<link rel="icon" type="image/x-icon" href="logo.png" />

<link rel="stylesheet" href="path/to/aos.css">
<script src="path/to/aos.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion privacy.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>Privacy Policy</title>
<meta name="author" content="Xmartlabs" />
<meta content="width=device-width, initial-scale=1" name="viewport">
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico" />
<link rel="shortcut icon" type="image/x-icon" href="logo.png" />

<link href="https://fonts.googleapis.com/css?family=Poppins:400,700|ABeeZee" rel="stylesheet">

Expand Down
4 changes: 2 additions & 2 deletions sitemap.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<title>SiteMap</title>
<meta name="author" content="Xmartlabs" />
<meta content="width=device-width, initial-scale=1" name="viewport">
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico" />
<link rel="shortcut icon" type="image/x-icon" href="logo.png" />

<link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet">

Expand All @@ -17,7 +17,7 @@
crossorigin="anonymous" referrerpolicy="no-referrer" />
<link href="https://cdn.jsdelivr.net/npm/[email protected]/fonts/remixicon.css" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet">
<link rel="icon" type="image/x-icon" href="favicon.ico"/>
<link rel="icon" type="image/x-icon" href="logo.png"/>

<style>
.circle {
Expand Down
2 changes: 1 addition & 1 deletion story.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<link rel="stylesheet" href="./Image-Gallery/style.css">
<title>Arpan Codes | Tourguide</title>
<!-- adding a fav-icon -->
<link rel="icon" type="image/x-icon" href="favicon.ico"/>
<link rel="icon" type="image/x-icon" href="logo.png"/>

<script src="index.js"></script>
<link rel="stylesheet" href="style.css">
Expand Down
2 changes: 1 addition & 1 deletion thankyou.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Thankyou</title>
<link rel="stylesheet" href="thankyou.css">
<link rel="icon" type="image/x-icon" href="favicon.ico"/>
<link rel="icon" type="image/x-icon" href="logo.png"/>
</head>
<body>
<div class="container">
Expand Down
4 changes: 2 additions & 2 deletions tnc.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<title>T&C</title>
<meta name="author" content="Xmartlabs" />
<meta content="width=device-width, initial-scale=1" name="viewport">
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico" />
<link rel="shortcut icon" type="image/x-icon" href="logo.png" />

<link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet">

Expand All @@ -17,7 +17,7 @@
crossorigin="anonymous" referrerpolicy="no-referrer" />
<link href="https://cdn.jsdelivr.net/npm/[email protected]/fonts/remixicon.css" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet">
<link rel="icon" type="image/x-icon" href="favicon.ico"/>
<link rel="icon" type="image/x-icon" href="logo.png"/>

<style>
.circle {
Expand Down
2 changes: 1 addition & 1 deletion topdeals/topdeals.html
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@
<!-- adding nav bar -->
<nav class="newNav">
<div style="display: flex; align-items: center;">
<img src="../favicon.ico" class="sitelogo">
<img src="../logo.png" class="sitelogo">
<a href="../index.html" class="nav__logo" data-aos="fade-right">Tourguide<span style="margin-right: 0.5vw;">.</span></a>
</div>
<ul class="navLinks">
Expand Down
Loading