Skip to content

Commit

Permalink
Merge pull request #1776 from AnushkaChouhan25/newbranch
Browse files Browse the repository at this point in the history
Consistent Favicon Across All Pages✨
  • Loading branch information
PriyaGhosal authored Oct 30, 2024
2 parents 9c06db6 + 4aa4ff5 commit cc2fd87
Show file tree
Hide file tree
Showing 9 changed files with 20 additions and 1 deletion.
2 changes: 2 additions & 0 deletions about.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
<title>About Us - BuddyTrail</title>
<link rel="stylesheet" href="about.css" />
<link rel="stylesheet" href="style.css" />

<link rel="icon" href="/icons/airplane.svg" />
<link rel="icon" href="https://img.icons8.com/?size=100&id=11808&format=png&color=000000">
<link rel="stylesheet" href= "style.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css" />
Expand Down
2 changes: 2 additions & 0 deletions auth.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Register & Login</title>
<link rel="stylesheet" href="auth.css" />

<link rel="icon" href="/icons/airplane.svg" />
<link rel="icon" href="https://img.icons8.com/?size=100&id=48179&format=png&color=000000">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
</head>
Expand Down
2 changes: 2 additions & 0 deletions blog.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
rel="stylesheet">
<link rel="stylesheet" href="RatingStyle.css" />
<link rel="stylesheet" href="style.css" />

<link rel="icon" href="/icons/airplane.svg" />
<link rel="stylesheet" href="./styles/popup.css" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
Expand Down
2 changes: 2 additions & 0 deletions contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
<title>Contact Us Form</title>
<link rel="stylesheet" href="./style.css">
<link rel="stylesheet" href="./contact.css">

<link rel="icon" href="/icons/airplane.svg" />
<link rel="icon" href="https://img.icons8.com/?size=100&id=I24lanX6Nq71&format=png&color=000000">
<link href='https://unpkg.com/boxicons@2.1.4/css/boxicons.min.css' rel='stylesheet'>
<link
Expand Down
2 changes: 2 additions & 0 deletions cookie_policy.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Cookie Policy - BuddyTrail</title>
<link rel="stylesheet" href="terms.css">

<link rel="icon" href="/icons/airplane.svg" />
<link
rel="icon"
href="https://img.icons8.com/?size=100&id=11808&format=png&color=000000"
Expand Down
2 changes: 2 additions & 0 deletions destinationform.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
<title>Destination Booking Form</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="destinationform.html">

<link rel="icon" href="/icons/airplane.svg" />
</head>
<body>
<div class="container-fluid booking-form-container">
Expand Down
2 changes: 2 additions & 0 deletions faq.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
<title>BuddyTrail</title>
<link rel="stylesheet" href="styles.css"> <!-- Link to your CSS file -->
<link rel="stylesheet" href="about.css" />

<link rel="icon" href="/icons/airplane.svg" />
<link rel="icon" href="https://img.icons8.com/?size=100&id=11808&format=png&color=000000">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css" />
<style>
Expand Down
1 change: 1 addition & 0 deletions team.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<link rel="icon" href="https://img.icons8.com/?size=100&id=23332&format=png&color=000000">
<!-- <link rel="stylesheet" href="style.css"> -->

<link rel="icon" href="/icons/airplane.svg" />
<link rel="stylesheet" href="RatingStyle.css">
<link rel="stylesheet" href="style.css" />
<link rel="stylesheet" href="./styles/popup.css">
Expand Down
6 changes: 5 additions & 1 deletion travel.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,17 @@
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet">
<link href="travel.css" rel="stylesheet">
<link rel="stylesheet" href="style.css">


<link rel="icon" href="/icons/airplane.svg" />

<link
rel= "stylesheet"
href= "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css"
integrity= "sha512-Kc323vGBEqzTmouAECnVceyQqyqdsSiqLQISBL29aUW4U/M7pSPA/gEUZQqv1cwx4OnYxTxve5UMg5GT6L4JJg=="
crossorigin= "anonymous"
referrerpolicy= "no-referrer"
/>
/>
</head>
<body>
<header class="main-head">
Expand Down

0 comments on commit cc2fd87

Please sign in to comment.