Skip to content

Commit

Permalink
Merge branch 'anuragverma108:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
TBorundia authored Jun 6, 2024
2 parents f02ded6 + 87dd19b commit 1589204
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 18 deletions.
2 changes: 0 additions & 2 deletions assets/css/Available.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ body {
margin-bottom: 40px;
margin-top: 40px;
padding-top: 8%;
padding-left: 22%;
left: 50px;
}

Expand Down Expand Up @@ -134,7 +133,6 @@ span {
/* Class for the underline effect */
.has-underline {
position: relative;
margin-block-end: 60px;
text-align: center; /* Center align the heading */
}

Expand Down
3 changes: 2 additions & 1 deletion assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -789,6 +789,7 @@ body {

.dropdown-menu-list {
list-style: none;

margin: 0;
padding: 0;
}
Expand Down Expand Up @@ -2694,7 +2695,7 @@ body.dark-mode {

body.dark-mode .navbar-link:hover,
body.dark-mode .navbar-link.active {
color: hsl(357, 93%, 84%);
color:var(--old-rose);
}

body.dark-mode .navbar-link::after {
Expand Down
8 changes: 4 additions & 4 deletions assets/html/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@
<a href="rate.html" onclick="openRateUsModal(); return false;" class="navbar-link">Rate Us</a>
</li>
<li class="navbar-item" id="logout-r">
<a href="../html/login.html" class="navbar-link">Logout</a>
<a href="../html/login.html" class="navbar-link">Login/Signup</a>
</li>


Expand Down Expand Up @@ -283,9 +283,9 @@ <h1 class="about-us-heading">About Us</h1>
<section class="about">

<h2>About SwapReads</h2>
<p>SwapReads is an online platform dedicated to connecting book lovers and facilitating the exchange of books.
Our mission is to promote reading culture and make it easier for readers to discover new books, share their
favorites, and connect with fellow book enthusiasts.</p>
<p>
SwapReads is an online platform dedicated to connecting book lovers and facilitating the exchange of books. Our mission is to promote a vibrant reading culture by making it easier for readers to discover new titles, share their favorite books, and connect with fellow enthusiasts. Users can list books they want to swap, browse available titles, and engage in discussions and reviews. SwapReads also offers personalized recommendations to help users find their next great read. By encouraging sustainable reading habits and reducing the need for new book purchases, SwapReads supports eco-friendly practices. Join SwapReads to share your passion for books, discover new reads, and become part of a community that celebrates the joy of reading.
</p>
</section>
<section class="stats-box">
<div class="stats-container">
Expand Down
2 changes: 1 addition & 1 deletion assets/html/forgot-pass.html
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
<a href="rate.html" onclick="openRateUsModal(); return false;" class="navbar-link">Rate Us</a>
</li>
<li class="navbar-item" id="logout-r">
<a href="../html/login.html" class="navbar-link">Logout</a>
<a href="../html/login.html" class="navbar-link">Login/Signup</a>
</li>


Expand Down
2 changes: 1 addition & 1 deletion assets/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@
<a href="rate.html" onclick="openRateUsModal(); return false;" class="navbar-link">Rate Us</a>
</li>
<li class="navbar-item" id="logout-r">
<a href="../html/login.html" class="navbar-link">Logout</a>
<a href="../html/login.html" class="navbar-link">Login/Signup</a>
</li>


Expand Down
2 changes: 1 addition & 1 deletion assets/html/mylogin.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
<a href="rate.html" onclick="openRateUsModal(); return false;" class="navbar-link">Rate Us</a>
</li>
<li class="navbar-item" id="logout-r">
<a href="../html/login.html" class="navbar-link">Logout</a>
<a href="../html/login.html" class="navbar-link">Login/Signup</a>
</li>


Expand Down
16 changes: 8 additions & 8 deletions books.html
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ <h3 class="h3 card-title">"Enriching stories to warm your heart"</h3>
<img class="hover:grow hover:shadow-lg" src="assets\images\genres\1.jpg">
<div class="pt-3 flex items-center justify-between">
<p class="">The RomCom Agenda</p>
<svg class="h-6 w-6 fill-current text-gray-500 hover:text-black" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<svg class="h-6 w-6 fill-current text-white-500 hover:text-black" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<path d="M12,4.595c-1.104-1.006-2.512-1.558-3.996-1.558c-1.578,0-3.072,0.623-4.213,1.758c-2.353,2.363-2.352,6.059,0.002,8.412 l7.332,7.332c0.17,0.299,0.498,0.492,0.875,0.492c0.322,0,0.609-0.163,0.792-0.409l7.415-7.415 c2.354-2.354,2.354-6.049-0.002-8.416c-1.137-1.131-2.631-1.754-4.209-1.754C14.513,3.037,13.104,3.589,12,4.595z M18.791,6.205 c1.563,1.571,1.564,4.025,0.002,5.588L12,18.586l-6.793-6.793C3.645,10.23,3.646,7.776,5.205,6.209 c0.76-0.756,1.754-1.172,2.799-1.172s2.035,0.416,2.789,1.17l0.5,0.5c0.391,0.391,1.023,0.391,1.414,0l0.5-0.5 C14.719,4.698,17.281,4.702,18.791,6.205z" />
</svg>
</div>
Expand All @@ -307,7 +307,7 @@ <h3 class="h3 card-title">"Enriching stories to warm your heart"</h3>
<img class="hover:grow hover:shadow-lg" src="assets\images\genres\9.jpg">
<div class="pt-3 flex items-center justify-between">
<p class="">The Big Four</p>
<svg class="h-6 w-6 fill-current text-gray-500 hover:text-black" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<svg class="h-6 w-6 fill-current text-white-500 hover:text-black" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<path d="M12,4.595c-1.104-1.006-2.512-1.558-3.996-1.558c-1.578,0-3.072,0.623-4.213,1.758c-2.353,2.363-2.352,6.059,0.002,8.412 l7.332,7.332c0.17,0.299,0.498,0.492,0.875,0.492c0.322,0,0.609-0.163,0.792-0.409l7.415-7.415 c2.354-2.354,2.354-6.049-0.002-8.416c-1.137-1.131-2.631-1.754-4.209-1.754C14.513,3.037,13.104,3.589,12,4.595z M18.791,6.205 c1.563,1.571,1.564,4.025,0.002,5.588L12,18.586l-6.793-6.793C3.645,10.23,3.646,7.776,5.205,6.209 c0.76-0.756,1.754-1.172,2.799-1.172s2.035,0.416,2.789,1.17l0.5,0.5c0.391,0.391,1.023,0.391,1.414,0l0.5-0.5 C14.719,4.698,17.281,4.702,18.791,6.205z" />
</svg>
</div>
Expand All @@ -320,7 +320,7 @@ <h3 class="h3 card-title">"Enriching stories to warm your heart"</h3>
<img class="hover:grow hover:shadow-lg" src="assets\images\genres\10.jpg">
<div class="pt-3 flex items-center justify-between">
<p class="">Atomic Habits</p>
<svg class="h-6 w-6 fill-current text-gray-500 hover:text-black" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<svg class="h-6 w-6 fill-current text-white-500 hover:text-black" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<path d="M12,4.595c-1.104-1.006-2.512-1.558-3.996-1.558c-1.578,0-3.072,0.623-4.213,1.758c-2.353,2.363-2.352,6.059,0.002,8.412 l7.332,7.332c0.17,0.299,0.498,0.492,0.875,0.492c0.322,0,0.609-0.163,0.792-0.409l7.415-7.415 c2.354-2.354,2.354-6.049-0.002-8.416c-1.137-1.131-2.631-1.754-4.209-1.754C14.513,3.037,13.104,3.589,12,4.595z M18.791,6.205 c1.563,1.571,1.564,4.025,0.002,5.588L12,18.586l-6.793-6.793C3.645,10.23,3.646,7.776,5.205,6.209 c0.76-0.756,1.754-1.172,2.799-1.172s2.035,0.416,2.789,1.17l0.5,0.5c0.391,0.391,1.023,0.391,1.414,0l0.5-0.5 C14.719,4.698,17.281,4.702,18.791,6.205z" />
</svg>
</div>
Expand All @@ -333,7 +333,7 @@ <h3 class="h3 card-title">"Enriching stories to warm your heart"</h3>
<img class="hover:grow hover:shadow-lg" src="assets\images\genres\4.jpg">
<div class="pt-3 flex items-center justify-between">
<p class="">The Forty Rules of Love</p>
<svg class="h-6 w-6 fill-current text-gray-500 hover:text-black" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<svg class="h-6 w-6 fill-current text-white-500 hover:text-black" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<path d="M12,4.595c-1.104-1.006-2.512-1.558-3.996-1.558c-1.578,0-3.072,0.623-4.213,1.758c-2.353,2.363-2.352,6.059,0.002,8.412 l7.332,7.332c0.17,0.299,0.498,0.492,0.875,0.492c0.322,0,0.609-0.163,0.792-0.409l7.415-7.415 c2.354-2.354,2.354-6.049-0.002-8.416c-1.137-1.131-2.631-1.754-4.209-1.754C14.513,3.037,13.104,3.589,12,4.595z M18.791,6.205 c1.563,1.571,1.564,4.025,0.002,5.588L12,18.586l-6.793-6.793C3.645,10.23,3.646,7.776,5.205,6.209 c0.76-0.756,1.754-1.172,2.799-1.172s2.035,0.416,2.789,1.17l0.5,0.5c0.391,0.391,1.023,0.391,1.414,0l0.5-0.5 C14.719,4.698,17.281,4.702,18.791,6.205z" />
</svg>
</div>
Expand All @@ -346,7 +346,7 @@ <h3 class="h3 card-title">"Enriching stories to warm your heart"</h3>
<img class="hover:grow hover:shadow-lg" src="assets\images\genres\5.jpeg">
<div class="pt-3 flex items-center justify-between">
<p class="">Silver Linings Playbook</p>
<svg class="h-6 w-6 fill-current text-gray-500 hover:text-black" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<svg class="h-6 w-6 fill-current text-white-500 hover:text-black" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<path d="M12,4.595c-1.104-1.006-2.512-1.558-3.996-1.558c-1.578,0-3.072,0.623-4.213,1.758c-2.353,2.363-2.352,6.059,0.002,8.412 l7.332,7.332c0.17,0.299,0.498,0.492,0.875,0.492c0.322,0,0.609-0.163,0.792-0.409l7.415-7.415 c2.354-2.354,2.354-6.049-0.002-8.416c-1.137-1.131-2.631-1.754-4.209-1.754C14.513,3.037,13.104,3.589,12,4.595z M18.791,6.205 c1.563,1.571,1.564,4.025,0.002,5.588L12,18.586l-6.793-6.793C3.645,10.23,3.646,7.776,5.205,6.209 c0.76-0.756,1.754-1.172,2.799-1.172s2.035,0.416,2.789,1.17l0.5,0.5c0.391,0.391,1.023,0.391,1.414,0l0.5-0.5 C14.719,4.698,17.281,4.702,18.791,6.205z" />
</svg>
</div>
Expand All @@ -359,7 +359,7 @@ <h3 class="h3 card-title">"Enriching stories to warm your heart"</h3>
<img class="hover:grow hover:shadow-lg" src="assets\images\genres\6.jpg">
<div class="pt-3 flex items-center justify-between">
<p class="">2 States</p>
<svg class="h-6 w-6 fill-current text-gray-500 hover:text-black" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<svg class="h-6 w-6 fill-current text-white-500 hover:text-black" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<path d="M12,4.595c-1.104-1.006-2.512-1.558-3.996-1.558c-1.578,0-3.072,0.623-4.213,1.758c-2.353,2.363-2.352,6.059,0.002,8.412 l7.332,7.332c0.17,0.299,0.498,0.492,0.875,0.492c0.322,0,0.609-0.163,0.792-0.409l7.415-7.415 c2.354-2.354,2.354-6.049-0.002-8.416c-1.137-1.131-2.631-1.754-4.209-1.754C14.513,3.037,13.104,3.589,12,4.595z M18.791,6.205 c1.563,1.571,1.564,4.025,0.002,5.588L12,18.586l-6.793-6.793C3.645,10.23,3.646,7.776,5.205,6.209 c0.76-0.756,1.754-1.172,2.799-1.172s2.035,0.416,2.789,1.17l0.5,0.5c0.391,0.391,1.023,0.391,1.414,0l0.5-0.5 C14.719,4.698,17.281,4.702,18.791,6.205z" />
</svg>
</div>
Expand All @@ -372,7 +372,7 @@ <h3 class="h3 card-title">"Enriching stories to warm your heart"</h3>
<img class="hover:grow hover:shadow-lg" src="assets\images\genres\7.jpg">
<div class="pt-3 flex items-center justify-between">
<p class="">A Man Called Ove</p>
<svg class="h-6 w-6 fill-current text-gray-500 hover:text-black" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<svg class="h-6 w-6 fill-current text-white-500 hover:text-black" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<path d="M12,4.595c-1.104-1.006-2.512-1.558-3.996-1.558c-1.578,0-3.072,0.623-4.213,1.758c-2.353,2.363-2.352,6.059,0.002,8.412 l7.332,7.332c0.17,0.299,0.498,0.492,0.875,0.492c0.322,0,0.609-0.163,0.792-0.409l7.415-7.415 c2.354-2.354,2.354-6.049-0.002-8.416c-1.137-1.131-2.631-1.754-4.209-1.754C14.513,3.037,13.104,3.589,12,4.595z M18.791,6.205 c1.563,1.571,1.564,4.025,0.002,5.588L12,18.586l-6.793-6.793C3.645,10.23,3.646,7.776,5.205,6.209 c0.76-0.756,1.754-1.172,2.799-1.172s2.035,0.416,2.789,1.17l0.5,0.5c0.391,0.391,1.023,0.391,1.414,0l0.5-0.5 C14.719,4.698,17.281,4.702,18.791,6.205z" />
</svg>
</div>
Expand All @@ -385,7 +385,7 @@ <h3 class="h3 card-title">"Enriching stories to warm your heart"</h3>
<img class="hover:grow hover:shadow-lg" src="assets\images\genres\8.jpg">
<div class="pt-3 flex items-center justify-between">
<p class="">The Fault In Our Stars</p>
<svg class="h-6 w-6 fill-current text-gray-500 hover:text-black" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<svg class="h-6 w-6 fill-current text-white-500 hover:text-black" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<path d="M12,4.595c-1.104-1.006-2.512-1.558-3.996-1.558c-1.578,0-3.072,0.623-4.213,1.758c-2.353,2.363-2.352,6.059,0.002,8.412 l7.332,7.332c0.17,0.299,0.498,0.492,0.875,0.492c0.322,0,0.609-0.163,0.792-0.409l7.415-7.415 c2.354-2.354,2.354-6.049-0.002-8.416c-1.137-1.131-2.631-1.754-4.209-1.754C14.513,3.037,13.104,3.589,12,4.595z M18.791,6.205 c1.563,1.571,1.564,4.025,0.002,5.588L12,18.586l-6.793-6.793C3.645,10.23,3.646,7.776,5.205,6.209 c0.76-0.756,1.754-1.172,2.799-1.172s2.035,0.416,2.789,1.17l0.5,0.5c0.391,0.391,1.023,0.391,1.414,0l0.5-0.5 C14.719,4.698,17.281,4.702,18.791,6.205z" />
</svg>
</div>
Expand Down
8 changes: 8 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1665,6 +1665,9 @@ <h2>Quick Links</h2>
color: #C31A1E;
/* Change to YouTube color on hover */
}
.icons .icon:hover .fab.fa-github {
color: #333;
}
</style>

<div class="icons">
Expand All @@ -1691,6 +1694,11 @@ <h2>Quick Links</h2>
<i class="fab fa-youtube" style="cursor: pointer;"></i>
</div>
</a>
<a href="https://github.com/anuragverma108" title="GitHub">
<div class="icon">
<i class="fab fa-github" style="cursor: pointer;"></i>
</div>
</a>
</div>
<!-- <div style="text-align: center; align-items: center;">
<p style="text-align: center">
Expand Down

0 comments on commit 1589204

Please sign in to comment.