Skip to content

Commit

Permalink
Merge branch 'main' into mouse
Browse files Browse the repository at this point in the history
  • Loading branch information
akash70629 authored Nov 9, 2024
2 parents 1e390c8 + ee296c9 commit 9a58067
Show file tree
Hide file tree
Showing 10 changed files with 511 additions and 241 deletions.
2 changes: 1 addition & 1 deletion Faq.html
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ <h2>Frequently Asked Questions</h2>
<div class="social-icons">
<a href="#"><i class="fab fa-facebook"></i></a>
<a href="#"><i class="fab fa-instagram"></i></a>
<a href="#"><i class="fa-brands fa-x-twitter"></i></a>
<a href="#"><i class="fa-brands fa-twitter"></i></a>
<a href="#"><i class="fab fa-linkedin"></i></a>
<a href="#"><i class="fab fa-youtube"></i></a>
</div>
Expand Down
33 changes: 24 additions & 9 deletions about.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,12 @@
<link rel="stylesheet" href="navbar.css">
<link rel="stylesheet" href="why-us.css">
<script src="chatbot.js"></script>
<style>
.nav-container{
</head>
<style>
.nav-container{
display: flex;
}

/* cursor */

/* cursor */
</style>
</head>
<style>
/* code for chatbot button */
#chatbotBtn {
position: fixed;
Expand Down Expand Up @@ -208,7 +203,27 @@
<button class="chatbot-button" id="chatbot-button"><i class="fa-brands fa-telegram"></i></button>
</div>
<!-- cursor -->

<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<!-- cursor ends -->


Expand Down
30 changes: 4 additions & 26 deletions contactus.html
Original file line number Diff line number Diff line change
Expand Up @@ -393,16 +393,14 @@

<!-- Navigation -->
<nav class="navbar">
<img src="https://ticket-booking-blue.vercel.app/images/4.jpeg" alt="" style="border-radius: 50%; height: 35px; width: 35px;">
<div class="logo" style="font-size: 20px;">Ticket Marketplace</div>

<!-- Toggle Button (Visible on Small Screens) -->
<!-- Toggle Button (Visible on Small Screens) -->
<button id="navToggle"></button>

<!-- Navbar Links -->
<div id="navLinks">
<div class="logo" style="margin-right: 200px; font-size: 20px;">Ticket Marketplace</div>
<div>
<img src="https://ticket-booking-blue.vercel.app/images/4.jpeg" alt="" style="border-radius: 50%; height: 35px; width: 35px;">
<h1 class="logo" style="margin-right: 200px; font-size: 20px; flex-basis: auto;">Ticket Marketplace</h1>
<div tyle="margin-left: 24rem;">
<a href="index.html"><i class="fas fa-home"></i> Home</a>
<a href="about.html"><i class="fas fa-info-circle"></i> About</a>
<a href="buy.html"><i class="fas fa-ticket-alt"></i> Buy Ticket</a>
Expand All @@ -411,17 +409,10 @@
<a href="contributor.html"><i class="fas fa-users"></i> Contributors</a>
<a href="client/login.html"><i class="fas fa-sign-in-alt"></i> Login</a>
</div>

<!-- Dark Mode Button -->
<button id="darkModeToggle" style="width: 40px; height: 40px;">🌙</button>
</nav>
<a href="#contact"><i class="fas fa-envelope"></i> Contact</a>
<a href="contributor.html"><i class="fas fa-users"></i> Contributors</a>
<a href="register.html"><i class="fas fa-sign-in-alt"></i> Login</a>

</div>
<button id="darkModeToggle" style="width: 40px; height: 40px;">🌙</button>

</nav>
<!-- Contact Form Section -->
<section class="container">
Expand Down Expand Up @@ -453,19 +444,6 @@ <h1>Contact Us</h1>
<footer class="footer-container">
<div class="footer-top">
<footer>

<div class="footer-logo-section">
<a href="#"> <img src="./images/3.jpeg" alt="easyJet holidays logo" class="footer-logo"></a>
<p style="color: #b5fdf4;">Affordable adventures, unforgettable memories—explore with ease.</p>
<p style="color: #dcfffa;" class="follow-us">FOLLOW US ON HERE:</p>
<div class="social-icons">
<a href="https://www.facebook.com"><i class="fab fa-facebook"></i></a>
<a href="https://www.instagram.com"><i class="fab fa-instagram"></i></a>
<a href="https://www.twitter.com"><i class="fab fa-twitter"></i></a>
<a href="https://www.linkedin.com"><i class="fab fa-linkedin"></i></a>
<a href="https://www.youtube.com"><i class="fab fa-youtube"></i></a>
</div>
</div>

<div class="footer-container">
<div class="footer-logo-section">
Expand Down
9 changes: 9 additions & 0 deletions footer.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
color: #ffffff;
padding: 40px 0;
font-family: Arial, sans-serif;
min-width: 1520px;
}

/* Logo and Tagline */
Expand Down Expand Up @@ -49,6 +50,7 @@
margin-bottom: 10px;
}
.footer-column h4 {

font-size: 1rem;
margin-bottom: 10px;
color: #12e9cc;
Expand All @@ -60,6 +62,13 @@
.footer-column ul li {
margin-bottom: 8px;
}
.footer-bottom ul li a {

color: #12e9cc;
text-decoration: none;
font-size: 0.95rem;

}
.footer-column ul li a {
color: #ffffff;
text-decoration: none;
Expand Down
23 changes: 18 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -385,6 +385,11 @@
transition: width 0.09s ease-in-out;
border-radius: 10px;
}
.profile-darkMode2{
display: flex;
justify-content: space-between;
gap: 2px;
}
</style>
</head>

Expand Down Expand Up @@ -572,10 +577,10 @@ <h2>What type of transportation do you prefer for your travels?</h2>


<!-- Profile Icon -->
<a href="./testp.html" class="profile-link" style="display: flex; align-items: center; text-decoration: none;">
<!-- <a href="./testp.html" class="profile-link" style="display: flex; align-items: center; text-decoration: none;">
<img src="https://i.postimg.cc/tCL5Td4H/gold-membership-icon-default-avatar-profile-icon-membership-icon-social-media-user-image-illustratio.jpg" alt="Profile Icon" style="width: 35px; height: 35px; border-radius: 50%; margin-left: -170px;">
</a>
</li>
</li> -->

<style>

Expand Down Expand Up @@ -608,7 +613,15 @@ <h2>What type of transportation do you prefer for your travels?</h2>
</script>


<button id="darkModeToggle" style="width: 40px; height: 40px;">🌙</button>
<!-- <button id="darkModeToggle" style="width: 40px; height: 40px;">🌙</button> -->
<!-- for maintaining profile icon -->
<div class="profile-darkMode2">
<button id="darkModeToggle" style="width: 40px; height: 40px;">🌙</button>
<a href="./testp.html" class="profile-link" style="display: flex; align-items: center; text-decoration: none;">
<img src="https://i.postimg.cc/tCL5Td4H/gold-membership-icon-default-avatar-profile-icon-membership-icon-social-media-user-image-illustratio.jpg" alt="Profile Icon" style="width: 35px; height: 35px; border-radius: 50%; margin-left: -170px;">
</a>
</li>
</div>

</nav>

Expand Down Expand Up @@ -1043,15 +1056,15 @@ <h2>We Value Your Feedback!</h2>

.star-rating input:checked ~ label {

color: #4d994d;
color: #d3f803;


}

.star-rating label:hover,
.star-rating label:hover ~ label {

color: #4d994d; /* Hover effect */
color: #c4da4b; /* Hover effect */


}
Expand Down
107 changes: 73 additions & 34 deletions register.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
<style>



.circle {
height: 24px;
width: 24px;
Expand All @@ -38,62 +39,100 @@
margin: 0;
padding: 20px; /* Add padding to the body for spacing */
background-color: #f0f0f0;

:root {
--primary-color: #6366f1; /* Indigo */
--primary-hover: #4338ca; /* Indigo darker */
--secondary-color: #f3f4f6; /* Light Gray */
--text-color: #1f2937; /* Gray-900 */
--success-color: #16a34a; /* Green */
--error-color: #dc2626; /* Red */

}

body {
font-family: 'Poppins', sans-serif;
display: flex;
flex-direction: column; /* Stack elements vertically */
justify-content: flex-start; /* Align items at the top */
align-items: center; /* Center items horizontally */
margin: 0;
padding: 20px; /* Add padding to the body for spacing */
background-color: var(--secondary-color);
}

.registration-form {
background-color: #fff;
padding: 20px;
border-radius: 8px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
width: 300px;
margin-top: 50px; /* Add margin to push the form down below the header */
background-color: #fff;
padding: 30px;
border-radius: 12px;
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
width: 400px;
margin-top: 30px;
}

.registration-form h2 {
margin-top: 0;
text-align: center;
color: #333;
text-align: center;
color: var(--text-color);
font-weight: 700;
margin-bottom: 20px;
}

.form-field {
margin-bottom: 15px;
margin-bottom: 15px;
}

.form-field label {
display: block;
margin-bottom: 5px;
font-weight: bold;
display: block;
font-weight: 500;
color: var(--text-color);
margin-bottom: 4px;
}

.form-field input {
width: 95%;
padding: 8px;
border: 1px solid #ccc;
border-radius: 4px;
font-size: 14px;
width: 100%;
padding: 12px 16px;
border: 2px solid #d1d5db; /* Gray-300 */
border-radius: 8px;
font-size: 16px;
font-family: 'Roboto', sans-serif;
color: var(--text-color);
transition: border-color 0.3s ease;
}

.form-field input:focus {
border-color: #007bff;
outline: none;
outline: none;
border-color: var(--primary-color);
}

.form-field button {
width: 100%;
padding: 10px;
font-size: 16px;
color: #fff;
background-color: #007bff;
border: none;
border-radius: 4px;
cursor: pointer;
width: 100%;
padding: 12px 16px;
font-size: 16px;
font-weight: 500;
color: #fff;
background-color: var(--primary-color);
border: none;
border-radius: 8px;
cursor: pointer;
transition: background-color 0.3s ease;
}

.form-field button:hover {
background-color: #0056b3;
background-color: var(--primary-hover);
}

.message {
text-align: center;
margin-top: 10px;
font-weight: bold;
text-align: center;
margin-top: 15px;
font-weight: 500;
}

.success {
color: green;
color: var(--success-color);
}

.error {
color: red;
color: var(--error-color);
}
</style>
</head>
Expand Down
23 changes: 22 additions & 1 deletion sell.html
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,27 @@
background-color: transparent;
color: #ff4d4d;
}
form .btn1 {
background-color: #ff4d4d;
border: 2px solid #ff4d4d;
color: white;
display: flex;
justify-content: center;
align-items: center;
font-weight: bold;
padding: 25px;
width: 100%;
border-radius: 4px;
cursor: pointer;
font-size: 1.25rem;
margin-top: 30px;
}


form .btn1:hover {
background-color: transparent;
color: #ff4d4d;
}
</style>


Expand Down Expand Up @@ -1010,7 +1031,7 @@ <h1>Sell Bus Ticket</h1>
<label for="price">Original Price:</label>
<input type="number" id="price" name="price" required min="0" step="0.01">

<button type="submit">Submit Ticket</button>
<button type="submit" class="btn1">Submit Ticket</button>
</form>

</main>
Expand Down
Loading

0 comments on commit 9a58067

Please sign in to comment.