Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ <h2 data-aos="fade-up" class="h1 hero-title second">Endless Adventures!</h2>

<div data-aos-delay="500" class="hero-banner"></div>

<form data-aos="fade-up" data-aos-delay="500" action="" id="searchForm" class="hero-form">
<form zdata-aos="fade-up" data-aos-delay="500" action="" id="searchForm" class="hero-form">
<div class="input-wrapper">
<label for="input-1" class="input-label">Location</label>
<input type="text" name="car-model" id="input-1" class="input-field" placeholder="Enter your Location" />
Expand Down
93 changes: 50 additions & 43 deletions src/pages/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -969,51 +969,58 @@

</li>
</ul>

</nav>
<div class="header-actions"
style="display: flex; align-items: center; gap: 15px; flex-wrap: nowrap;">

<div class="header-contact">
<a href="tel:1800100100" class="contact-link">1800-100-100</a>
<span class="contact-time">Mon - Sat: 9:00 am - 6:00 pm</span>
</div>

<label class="theme-switch" for="theme-toggle" style="margin: auto; padding: 0 30px;">
<input type="checkbox" id="theme-toggle" />
<span class="slider">
<span class="icon sun" aria-label="Light mode">
<!-- sun icon -->
<svg width="20" height="20" viewBox="0 0 24 24" fill="none"
stroke="orange" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="12" cy="12" r="5" />
<line x1="12" y1="1" x2="12" y2="3" />
<line x1="12" y1="21" x2="12" y2="23" />
<line x1="4.22" y1="4.22" x2="5.64" y2="5.64" />
<line x1="18.36" y1="18.36" x2="19.78" y2="19.78" />
<line x1="1" y1="12" x2="3" y2="12" />
<line x1="21" y1="12" x2="23" y2="12" />
<line x1="4.22" y1="19.78" x2="5.64" y2="18.36" />
<line x1="18.36" y1="5.64" x2="19.78" y2="4.22" />
</svg>
</span>
<span class="icon moon" aria-label="Dark mode">
<!-- moon icon -->
<svg width="20" height="20" viewBox="0 0 24 24" fill="none"
stroke="#f5f5f5" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 12.79A9 9 0 1 1 11.21 3a7 7 0 0 0 9.79 9.79z" />
</svg>
</span>
</span>
</label>

<button id="logoutBtn" class="btn user-btn" style="display: none;" aria-label="Logout">
<ion-icon name="log-out-outline"></ion-icon>
</button>

<a href="#featured-car" class="btn_explore" aria-labelledby="aria-label-txt" style="width:200px;">
<button style="width: 100%;">Explore cars</button>
</a>

<a href="./login.html" class="btn user-btn" id="loginBtn" aria-label="Profile">
<ion-icon name="person-outline"></ion-icon>
</a>
</div>


<div class="header-actions">
<div class="header-contact">
<a href="tel:1800100100" class="contact-link">1800-100-100</a>
<span class="contact-time">Mon - Sat: 9:00 am - 6:00 pm</span>

<label class="theme-switch" for="theme-toggle" style="margin: auto;padding:0 30px ;">
<input type="checkbox" id="theme-toggle" />
<span class="slider">
<span class="icon sun" aria-label="Light mode"><svg width="20" height="20" viewBox="0 0 24 24" fill="none"
stroke="orange" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="12" cy="12" r="5" />
<line x1="12" y1="1" x2="12" y2="3" />
<line x1="12" y1="21" x2="12" y2="23" />
<line x1="4.22" y1="4.22" x2="5.64" y2="5.64" />
<line x1="18.36" y1="18.36" x2="19.78" y2="19.78" />
<line x1="1" y1="12" x2="3" y2="12" />
<line x1="21" y1="12" x2="23" y2="12" />
<line x1="4.22" y1="19.78" x2="5.64" y2="18.36" />
<line x1="18.36" y1="5.64" x2="19.78" y2="4.22" />
</svg></span>
<span class="icon moon" aria-label="Dark mode"><svg width="20" height="20" viewBox="0 0 24 24" fill="none"
stroke="#f5f5f5" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 12.79A9 9 0 1 1 11.21 3a7 7 0 0 0 9.79 9.79z" />
</svg></span>
</span>
</label>
<button id="logoutBtn" class="btn user-btn" style="display: none;" aria-label="Logout">
<ion-icon name="log-out-outline"></ion-icon>
</button>
<a href="#featured-car" class="btn_explore" aria-labelledby="aria-label-txt">
<!-- <ion-icon name="car-outline"></ion-icon> -->
<span id="aria-label-txt">Explore cars</span>
</a>
<a href="./login.html" class="btn user-btn" id="loginBtn" aria-label="Profile">
<ion-icon name="person-outline"></ion-icon>
</a>
<button class="nav-toggle-btn" data-nav-toggle-btn aria-label="Toggle Menu">
<span class="one"></span>
<span class="two"></span>
<span class="three"></span>
</button>
</div>
</div>
</header>
<main class="aboutus-container">
<article>
Expand Down