Skip to content

Commit

Permalink
Merge pull request #1617 from KrishChothani/cks-dev
Browse files Browse the repository at this point in the history
Improve Text Visibility in "Personalized Recommendation at index.html"
  • Loading branch information
samarth-6 authored Oct 27, 2024
2 parents 1cedccf + 3d7f787 commit 8cc159d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
5 changes: 5 additions & 0 deletions backend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"license": "ISC",
"description": "",
"dependencies": {
"backend": "file:",
"bcryptjs": "^2.4.3",
"cookie-parser": "^1.4.7",
"cors": "^2.8.5",
Expand Down
12 changes: 6 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -521,8 +521,8 @@ <h3>
</script>

<script src="script.js"></script>
<header class="main-head">
<nav>
<header class="main-head" style="background-color: rgba(0, 0, 0, 0.4); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); color: #000000; border-radius: 8px; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);">
<nav >
<div class="logo">
<img src="img/logo.png" id="logo-web">
<h1 id="logo"><a href="#home">BuddyTrail</a></h1>
Expand Down Expand Up @@ -1490,7 +1490,7 @@ <h1 style="color: white; font-size: xx-large;">Book a Cab or Auto</h1>
<!-- recommendations -->
<section id="recommendations" class="recommendations-section">
<h2 id="h1darkbtn">Personalized Recommendations</h2>
<p>
<p style="font-size: 20px;">
We’ve picked these destinations, hotels, and activities just for you,
based on your preferences.
</p>
Expand All @@ -1500,7 +1500,7 @@ <h2 id="h1darkbtn">Personalized Recommendations</h2>
<div class="recommendation-item">
<div class="header1">
<h3 id="h1darkbtn">Beach Resort in Goa</h3>
<p>
<p style="color : gray ;">
Based on your love for sunny destinations, we recommend this
beachfront resort in Goa for a perfect getaway.
</p>
Expand All @@ -1512,7 +1512,7 @@ <h3 id="h1darkbtn">Beach Resort in Goa</h3>
<div class="recommendation-item">
<div class="header2">
<h3 id="h1darkbtn">Cultural Tour in Rajasthan</h3>
<p>
<p style="color : gray ;">
Explore the rich cultural heritage of Rajasthan. This tour is
highly recommended based on your interest in historical places.
</p>
Expand All @@ -1524,7 +1524,7 @@ <h3 id="h1darkbtn">Cultural Tour in Rajasthan</h3>
<div class="recommendation-item">
<div class="header1">
<h3 id="h1darkbtn">Adventure Trek in Himachal</h3>
<p>
<p style="color : gray ;">
For the adventure lover in you, we recommend a thrilling trek in
the mountains of Himachal Pradesh.
</p>
Expand Down

0 comments on commit 8cc159d

Please sign in to comment.