-
Notifications
You must be signed in to change notification settings - Fork 601
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
117 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,8 +9,19 @@ | |
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css" | ||
integrity="sha512-DTOQO9RWCH3ppGqcWaEA1BIZOC6xxalwEsw9c2QQeAIftl+Vegovlnee1c9QX4TctnWMn13TZye+giMm8e2LwA==" | ||
crossorigin="anonymous" referrerpolicy="no-referrer" /> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/fonts/remixicon.css" /> | ||
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons"> | ||
<link rel="stylesheet" href="styles.css" /> | ||
<link rel="icon" | ||
href="img/A T logo with a white background and a square shape, connected to nature for a travel company.png" | ||
type="image/x-icon" /> | ||
<title>Arpan Codes | Tourguide</title> | ||
|
||
<style> | ||
|
||
html { | ||
scroll-behavior: smooth; | ||
} | ||
|
||
.top-btn { | ||
display: none; | ||
width: 50px; | ||
|
@@ -87,76 +98,132 @@ | |
opacity: 1; | ||
} | ||
} | ||
</style> | ||
|
||
<link href="https://cdn.jsdelivr.net/npm/[email protected]/fonts/remixicon.css" rel="stylesheet" /> | ||
<link rel="stylesheet" href="styles.css" /> | ||
<link rel="stylesheet" href="./Image-Gallery/style.css"> | ||
<title>Arpan Codes | Tourguide</title> | ||
<!-- adding a fav-icon --> | ||
<link rel="icon" | ||
href="img/A T logo with a white background and a square shape, connected to nature for a travel company.png" | ||
type="image/x-icon" /> | ||
<script src="index.js"></script> | ||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css"> | ||
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons"> | ||
.filter-search { | ||
display: flex; | ||
align-items: center; | ||
} | ||
|
||
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/@emailjs/browser@3/dist/email.min.js"> | ||
</script> | ||
.price-filter { | ||
display: flex; | ||
align-items: center; | ||
justify-content: center; | ||
position: relative; | ||
margin-left: auto; | ||
padding: 0.5rem 1rem; | ||
border: 1px solid #ccc; | ||
border-radius: 0.25rem; | ||
background-color: #fcfdff; | ||
color: #333; | ||
font-size: 1rem; | ||
} | ||
|
||
.price-filter:hover { | ||
background-color: #f0f0f0; | ||
border-color: #999; | ||
} | ||
|
||
.search-bar { | ||
width: 1500px; | ||
height: 50%; | ||
max-width: 400%; | ||
display: flex; | ||
align-items: center; | ||
border-radius: 58px; | ||
padding: 10px 10px; | ||
} | ||
|
||
.search-bar input { | ||
background: rgb(255, 255, 255); | ||
flex: 1; | ||
border-radius: 60px; | ||
outline: none; | ||
padding: 10px 20px; | ||
font-size: 15px; | ||
color: #0c0c0c; | ||
} | ||
|
||
.search-bar button { | ||
border: 0; | ||
border-radius: 40%; | ||
width: 50px; | ||
height: 40px; | ||
color: #0b0a0a; | ||
font-size: small; | ||
background: #ffffffb8; | ||
cursor: pointer; | ||
} | ||
|
||
.info { | ||
display: flex; | ||
flex-direction: row; | ||
justify-content: space-between; | ||
} | ||
|
||
.info .tags i { | ||
margin: 2px; | ||
color: cornflowerblue; | ||
} | ||
</style> | ||
|
||
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/@emailjs/browser@3/dist/email.min.js"></script> | ||
<script type="text/javascript"> | ||
(function () { | ||
emailjs.init("WB9rAyWwwLZube-er"); | ||
})(); | ||
</script> | ||
|
||
<style> | ||
html { | ||
scroll-behavior: smooth; | ||
} | ||
</style> | ||
|
||
</head> | ||
|
||
<body> | ||
<!-- <nav> | ||
<div class="nav__logo">Tourguide<span>.</span></div> | ||
<ul class="nav__links"> | ||
<li class="link"><a href="./index.html">Home</a></li> | ||
<li class="link"><a href="/index.html" >AboutUs</a></li> | ||
<li class="link"><a href="./index.html">Destinations</a></li> | ||
<li class="link"><a href="/index.html">Pricing</a></li> | ||
<li class="link"><a href="/index.html">Testimonials</a></li> | ||
<li class="link"><a href="/index.html">Reviews</a></li> | ||
<li class="link"><a href="login.html">Login</a></li> | ||
</ul> | ||
<a href="/index.html"><button class="btn">Contact Us</button></a> | ||
</nav> --> | ||
<div class="nav-container"> | ||
<div class="nav-container" id="top"> | ||
<nav class="newNav"> | ||
<a href="#" class="nav__logo" data-aos="fade-right">Tourguide<span>.</span></a> | ||
<div style="display: flex; flex-direction: row; align-items: center;"> | ||
<img src="./img/tour1.png" class="sitelogo" alt="Site Logo"> | ||
<a href="#" class="nav__logo" data-aos="fade-right">Tourguide<span>.</span></a> | ||
</div> | ||
|
||
<ul class="navLinks"> | ||
<li class="link" data-aos="fade-down"><a href="./index.html#Home">Home</a></li> | ||
<li class="link" data-aos="fade-down"><a href="./index.html#AboutUs">AboutUs</a></li> | ||
<li class="link" data-aos="fade-down"><a href="./index.html#Destinations">Destinations</a></li> | ||
<li class="link" data-aos="fade-down"><a href="./index.html#trip">Pricing</a></li> | ||
<li class="link" data-aos="fade-down"><a href="./index.html#testimonials">Testimonials</a></li> | ||
<li class="link" data-aos="fade-down"><a href="./index.html#ReviewGallery">Reviews</a></li> | ||
<li class="link" data-aos="fade-down"><a href="./feedback.html">Rate Us?</a></li> | ||
<li class="link" data-aos="fade-down"><a href="./login.html">Login</a></li> | ||
<li class="link" id="View-link" data-aos=""><a href="mapa.html">View</a></li> | ||
<li class="link" id="LogIn-link" data-aos=""><a href="newLogin.html">Log In</a></li> | ||
<li class="link" data-aos=""><a href="#Home">Home</a></li> | ||
<li class="link" data-aos=""><a href="#AboutUs">About</a></li> | ||
<li class="link dropdown" data-aos=""> | ||
<a href="#Services" class="dropdown">Services</a> | ||
<ul class="dropdown-menu"> | ||
<li><a href="#Destinations">Destination</a></li> | ||
<li><a href="#trip">Prices</a></li> | ||
<li><a href="#ReviewGallery">Trip Gallery</a></li> | ||
<li><a href="#tourist">Tourist Guide</a></li> | ||
<li><a href="#hotel">Hotel & Resort</a></li> | ||
</ul> | ||
</li> | ||
<li class="link" data-aos=""><a href="#testimonials">Testimonial</a></li> | ||
<li class="link" data-aos=""><a href="feedback.html">Rate Us?</a></li> | ||
<li class="link" data-aos=""><a href="#cnt-form">Contact Us</a></li> | ||
</ul> | ||
<a href="./index.html#contact" class="contact-btn"><button class="btn" id="btn-style" style="margin: 0;" | ||
data-aos="fade-down">Contact Us</button></a> | ||
|
||
<a href="newLogin.html" class="contact-btn" id="nav-login-btn"> | ||
<button class="btn login" id="btn-style" data-aos="fade-down">Login/SignUp</button> | ||
</a> | ||
<a href="mapa.html" class="contact-btn" id="nav-view-btn"> | ||
<button class="btn" id="btn-style" style="margin: 0;" data-aos="fade-down">view <map name=""></map></button> | ||
</a> | ||
<a href="loginPage.html" class="contact-btn"> | ||
<button class="btn" id="logout-btn" style="margin: 0; display: none;" data-aos="fade-down" disabled>Log Out</button> | ||
</a> | ||
|
||
<div class="toggle-container" data-aos="fade-down"> | ||
<input id="themeToggle" class="toggle" type="checkbox"> | ||
</div> | ||
<div class="hamburger" data-aos="fade-down"> | ||
<div class="line"></div> | ||
<div class="line"></div> | ||
<div class="line"></div> | ||
</div> | ||
</nav> | ||
</div> | ||
<section class="trip" id="trip"> | ||
|
||
<section class="trip" id="trip"> | ||
<div class="section__container trip__container"> | ||
<h2 class="section__title">Adventure Travel</h2> | ||
<p class="section__subtitle"> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters