Skip to content

Commit

Permalink
Merge pull request #1055 from rajdeepchakraborty-rc/favicon
Browse files Browse the repository at this point in the history
Resolved: Favicon missing on subpage Pages and bugs in README file
  • Loading branch information
mansiruhil authored Oct 24, 2024
2 parents c0b1797 + cbf2e3b commit 8c80dd0
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 19 deletions.
2 changes: 2 additions & 0 deletions Feedback.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Added Favicon -->
<link rel="shortcut icon" href="ambulance.png" type="image/x-icon" />
<title>Feedback - AmbuFlow</title>
<link rel="stylesheet" href="preloaderStyle.css">
<link rel="stylesheet" href="src/css/index.css">
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@
### This project is now OFFICIALLY accepted for

<div align="center">
<img src="https://github.com/apu52/METAVERSE/assets/114172928/e79eb6de-81b1-4ffb-b6ed-f018bb977e88" alt="GSSoC 2024 Extd" width="80%">
<img src="https://raw.githubusercontent.com/SwanandD121/FeatherPerfect_fe/refs/heads/main/Untitled%20design.png" alt="GSSoC 2024 Extd" width="80%">
</div>

<div align="center">
<img src="https://github.com/neeru24/Connect_icons/blob/main/hacktober.png" alt="Hacktober fest 2024" width="80%">
<img src="https://cdn.discordapp.com/attachments/657543125190967316/1294560786114674748/Screenshot_2024-10-12_122347.png?ex=670b752f&is=670a23af&hm=26ddd7f41740b8b19ee4985e7568b3892091384b3b85e7165770a4b10f4d1050&" alt="Hacktober fest 2024" width="80%">
</div>

<br>
Expand Down Expand Up @@ -207,7 +207,7 @@ This app is designed to be user-friendly, ensuring a seamless experience for bot

## 👥 Team

| ![Mansi Ruhil](https://avatars.githubusercontent.com/u/157950124?v=4&s=80) |
| <img title="Mansi Ruhil" src="https://avatars.githubusercontent.com/u/157950124?v=4&" alt="Mansi Ruhil" width="75"/> |
|:--:|
| **Mansi Ruhil** <br> <sub>Project Admin</sub> |
| [![LinkedIn](https://img.icons8.com/fluency/32/000000/linkedin.png)](https://www.linkedin.com/in/mansi-ruhil-7a00a0228/) |
Expand Down
3 changes: 3 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,13 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<!-- Added Favicon -->
<link rel="shortcut icon" href="ambulance.png" type="image/x-icon" />
<title>AmbuFlow</title>

<link rel="stylesheet" href="src/css/indexmain.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css">

<!--Updated to latest version-->

<link rel="stylesheet" href="src/css/navbar.css" />
Expand Down
34 changes: 18 additions & 16 deletions nearby.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="src/css/navbar.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css">
<!-- Added Favicon -->
<link rel="shortcut icon" href="ambulance.png" type="image/x-icon" />
<title>Find Nearby Hospital</title>
<div class="gtranslate_wrapper"></div>
<style>
Expand Down Expand Up @@ -40,19 +42,19 @@
}

.button {
background-color: #259ee9;
border: none;
border-radius: 5px;
color: white;
padding: 10px 15px;
font-size: 16px;
cursor: pointer;
transition: background-color 0.3s ease;
}
background-color: #259ee9;
border: none;
border-radius: 5px;
color: white;
padding: 10px 15px;
font-size: 16px;
cursor: pointer;
transition: background-color 0.3s ease;
}

.button:hover {
background-color: #00BFFF;
}
.button:hover {
background-color: #00BFFF;
}

#searchInput {
width: 300px;
Expand Down Expand Up @@ -282,7 +284,7 @@ <h2>Track or call an ambulance and check nearby hospitals for emergency services
image: "https://lh5.googleusercontent.com/p/AF1QipO4FfTa6lmb3Hncw3WgwGt-4n-4qcv6NDMVeUfh=w408-h306-k-no",
link: "https://www.google.com/maps/place/Artemis+Hospitals+Dwarka/@28.5709273,77.0593246,17z/data=!3m1!4b1!4m6!3m5!1s0x390d1b03c0000001:0x3eb1330d284a7209!8m2!3d28.5709273!4d77.0593246!16s%2Fg%2F11g_yrth5?entry=ttu&g_ep=EgoyMDI0MTAwOC4wIKXMDSoASAFQAw%3D%3D",
phone: "+911345678901"
},
},
{
name: "Venkateshwar Hospital",
location: "Sector 18A, Dwarka, New Delhi",
Expand All @@ -293,7 +295,7 @@ <h2>Track or call an ambulance and check nearby hospitals for emergency services
];

function createHospitalCard(hospital) {
return `
return `
<div class="hospital-card">
<a href="${hospital.link}" target="_blank">
<img src="${hospital.image}" alt="${hospital.name}">
Expand All @@ -303,7 +305,7 @@ <h2>Track or call an ambulance and check nearby hospitals for emergency services
<button class="button" onclick="window.location.href='tel:${hospital.phone}'">Call Now</button>
</div>
`;
}
}


function renderHospitals(hospitalsToRender) {
Expand All @@ -329,4 +331,4 @@ <h2>Track or call an ambulance and check nearby hospitals for emergency services
</script>
</body>

</html>
</html>

0 comments on commit 8c80dd0

Please sign in to comment.