Skip to content

Commit

Permalink
Upload files
Browse files Browse the repository at this point in the history
  • Loading branch information
capwan committed Nov 13, 2023
1 parent a27f4fb commit dca14c8
Show file tree
Hide file tree
Showing 17 changed files with 916 additions and 0 deletions.
Binary file added assets/client-1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/client-2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/client-3.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/client-4.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/header.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/lounge-1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/lounge-2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/plan-1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/plan-2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/plan-3.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/traveller-1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/traveller-2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/traveller-3.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/traveller-4.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
632 changes: 632 additions & 0 deletions css/style.css

Large diffs are not rendered by default.

284 changes: 284 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,284 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Flight Booking </title>

<link rel="stylesheet" href="css/style.css">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/fonts/remixicon.css" rel="stylesheet">
<link
href="https://cdn.jsdelivr.net/npm/[email protected]/fonts/remixicon.css"
rel="stylesheet"/>
</head>
<body>
<nav>
<div class="nav__logo">FLIGHT.BOOKING</div>
<ul class="nav__links">
<li class="link"><a href="#">Home</a></li>
<li class="link"><a href="#">About</a></li>
<li class="link"><a href="#">Offers</a></li>
<li class="link"><a href="#">Seats</a></li>
<li class="link"><a href="#">Destination</a></li>
</ul>
<button class="btn">Contact</button>
</nav>
<header class="section__container header__container">
<h1 class="section__header">Find and Book<br>A Great Experience</h1>
<img src="assets/header.jpg" alt="header"/>
</header>

<section class="section__container booking__container">
<div class="booking__nav">
<span>Economy Class</span>
<span>Business Class</span>
<span>First Class</span>
</div>
<form>
<div class="form__group">
<span><i class="ri-map-pin-line"></i></span>
<div class="input__content">
<div class="input__group">
<input type="text" />
<label>Location</label>
</div>
<p>Where are you goung?</p>
</div>
</div>
<div class="form__group">
<span><i class="ri-user-3-line"></i></span>
<div class="input__content">
<div class="input__group">
<input type="number" min="1" max="50"/>
<label>Travellers</label>
</div>
<p>Add guests</p>
</div>
</div>
<div class="form__group">
<span><i class="ri-calendar-line"></i></span>
<div class="input__content">
<div class="input__group">
<input type="text" />
<label>Departure</label>
</div>
<p>Add date</p>
</div>
</div>
<div class="form__group">
<span><i class="ri-calendar-line"></i></span>
<div class="input__content">
<div class="input__group">
<input type="text" />
<label>Return</label>
</div>
<p>Add date</p>
</div>
</div>
<button class="btn"><i class="ri-search-line"></i></button>
</form>
</section>

<section class="section__container plan__container">
<p class="subheader">TRAVEL SUPPORT</p>
<h2 class="section__header">Plan your travel with confidence</h2>
<p class="description">
Find help with your bookings and travel plans, and see what to expect along your journey.
</p>
<div class="plan__grid">
<div class="plan__content">
<span class="number">01</span>
<h4>Travel Requirements for Dubai</h4>
<p>
Stay informed and prepared for your trip to Dubai with essential travel requirements,
ensuring a smooth and hassle-free experience in this vibrant and captivating city.
</p>
<span class="number">02</span>
<h4>Multi-risk travel insurance</h4>
<p>
Stay informed and prepared for your trip to Dubai with essential travel requirements,
ensuring a smooth and hassle-free experience in this vibrant and captivating city.
</p>
<span class="number">03 </span>
<h4>Travel Requirements by destinations</h4>
<p>
Stay informed and prepared for your trip to Dubai with essential travel requirements,
ensuring a smooth and hassle-free experience in this vibrant and captivating city.
</p>
</div>
<div class="plan__image">
<img src="assets/plan-1.jpg" alt="plan" />
<img src="assets/plan-2.jpg" alt="plan" />
<img src="assets/plan-3.jpg" alt="plan" />
</div>
</div>
</section>

<section class="memories">
<div class="section__container memories__container">
<div class="memories__header">
<h2 class="section__header">
Travel to make memories all around the world
</h2>
<button class="view__all">View All</button>
</div>
<div class="memories__grid">
<div class="memories__card">
<span><i class="ri-calendar-2-line"></i></span>
<h4>Book & Relax</h4>
<p>
Introducing Smart Cheklist with us, the innovative solution
revolutionizing the way your travel with our airline.
</p>
</div>
<div class="memories__card">
<span><i class="ri-shield-check-line"></i></span>
<h4>Smart Checklist</h4>
<p>
With "Book and Relax", you can sit back, unwind, and enjoy the
journey while we take care of everything else.
</p>
</div>
<div class="memories__card">
<span><i class="ri-bookmark-2-line"></i></span>
<h4>Save More</h4>
<p>
From discounted ticket prices to exclusive promotions and deals,
we prioritize affordability without compromising on quality.
</p>
</div>
</div>
</div>
</section>

<section class="section__container lounge__container">
<div class="lounge__image">
<img src="assets/lounge-1.jpg" alt="lounge" />
<img src="assets/lounge-2.jpg" alt="lounge" />
</div>
<div class="lounge__content">
<h2 class="section__header">Unaccompanied Minor Lounge</h2>
<div class="lounge__grid">
<div class="lounge__details">
<h4>Experience Tranquility</h4>
<p>
Serenity Haven offers a tranquil escape, featuring comfortable
seating, calming ambiance, and attentive service.
</p>
</div>
<div class="lounge__details">
<h4>Elevate Your Experience</h4>
<p>
Designed for discerning travelers, this exclusive lounge offers
premium amenities, assistance, and private workspaces.
</p>
</div>
<div class="lounge__details">
<h4>A Welcoming Space</h4>
<p>
Creating a family-friendly atmosphere, The Family Zone is the
perfect haven for parents and children.
</p>
</div>
<div class="lounge__details">
<h4>A Culinary Delight</h4>
<p>
Immerse yourself in a world of flavors, offering international
cuisines, gourmet dishes, and carefully curated beverages.
</p>
</div>
</div>
</div>
</section>

<section class="section__container travellers__container">
<h2 class="section__header">Best travellers of the month</h2>
<div class="travellers__grid">
<div class="travellers__card">
<img src="assets/traveller-1.jpg" alt="traveller" />
<div class="travellers__card__content">
<img src="assets/client-1.jpg" alt="client" />
<h4>Emily Johnson</h4>
<p>Dubai</p>
</div>
</div>
<div class="travellers__card">
<img src="assets/traveller-2.jpg" alt="traveller" />
<div class="travellers__card__content">
<img src="assets/client-2.jpg" alt="client" />
<h4>David Smith</h4>
<p>Paris</p>
</div>
</div>
<div class="travellers__card">
<img src="assets/traveller-3.jpg" alt="traveller" />
<div class="travellers__card__content">
<img src="assets/client-3.jpg" alt="client" />
<h4>Olivia Brown</h4>
<p>Singapore</p>
</div>
</div>
<div class="travellers__card">
<img src="assets/traveller-4.jpg" alt="traveller" />
<div class="travellers__card__content">
<img src="assets/client-4.jpg" alt="client" />
<h4>Daniel Taylor</h4>
<p>Malaysia</p>
</div>
</div>
</div>
</section>

<section class="subscribe">
<div class="section__container subscribe__container">
<h2 class="section__header">Subscribe newsletter & get latest news</h2>
<form class="subscribe__form">
<input type="text" placeholder="Enter your email here" />
<button class="btn">Subscribe</button>
</form>
</div>
</section>

<footer class="footer">
<div class="section__container footer__container">
<div class="footer__col">
<h3>FLIGHT.BOOKING</h3>
<p>
Where Excellence Takes Flight. With a strong commitment to customer
satisfaction and a passion for air travel, Flivan Airlines offers
exceptional service and seamless journeys.
</p>
<p>
From friendly smiles to state-of-the-art aircraft, we connect the
world, ensuring safe, comfortable, and unforgettable experiences.
</p>
</div>
<div class="footer__col">
<h4>INFORMATION</h4>
<p>Home</p>
<p>About</p>
<p>Offers</p>
<p>Seats</p>
<p>Destinations</p>
</div>
<div class="footer__col">
<h4>CONTACT</h4>
<p>Support</p>
<p>Media</p>
<p>Socials</p>
</div>
</div>
<div class="section__container footer__bar">
<p>Copyright © 2023 All rights reserved.</p>
<div class="socials">
<span><i class="ri-facebook-fill"></i></span>
<span><i class="ri-twitter-fill"></i></span>
<span><i class="ri-instagram-line"></i></span>
<span><i class="ri-youtube-fill"></i></span>
</div>
</div>
</footer>

<script type="text/javascript" src="js/script.js"></script>
</body>
</html>
Empty file added js/script.js
Empty file.

0 comments on commit dca14c8

Please sign in to comment.