-
Notifications
You must be signed in to change notification settings - Fork 0
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
0 parents
commit d79ae73
Showing
2 changed files
with
299 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,216 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>Document</title> | ||
<link rel="stylesheet" href="style.css"> | ||
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-KK94CHFLLe+nY2dmCWGMq91rCGa5gtU4mk92HdvYe+M/SXH301p5ILy+dN9+nJOZ" crossorigin="anonymous"> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-ENjdO4Dr2bkBIFxQpeoTz1HIcje39Wm4jDKdf19U8gI4ddQ3GYNS7NTKfAdVQSZe" crossorigin="anonymous"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js" integrity="sha384-zYPOMqeu1DAVkHiLqWBUTcbYfZ8osu1Nd6Z89ify25QV9guujx43ITvfi12/QExE" crossorigin="anonymous"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js" integrity="sha384-Y4oOpwW3duJdCWv5ly8SCFYWqFDsfob/3GkgExXKV4idmbt98QcxXYs9UoXAB7BZ" crossorigin="anonymous"></script> | ||
<script src="https://kit.fontawesome.com/faebaf54f6.js" crossorigin="anonymous"></script> | ||
</head> | ||
<body> | ||
<div class="abc"> | ||
<nav class="navbar navbar-expand-lg bg-white shadow"> | ||
<div class="container"> | ||
<i class="fa-solid fa-utensils" style="color: #ee6644;"></i> | ||
<a class="navbar-brand" href="#"><b>Kitchen</b></a> | ||
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation"> | ||
<span class="navbar-toggler-icon"></span> | ||
</button> | ||
<div class="collapse navbar-collapse" id="navbarNav"> | ||
<ul class="navbar-nav mx-auto"> | ||
<li class="nav-item"> | ||
<a class="nav-link active" aria-current="page" href="#Home">Home</a> | ||
</li> | ||
<li class="nav-item"> | ||
<a class="nav-link" href="#Menu">Menu</a> | ||
</li> | ||
<li class="nav-item"> | ||
<a class="nav-link" href="#Services">Services</a> | ||
</li> | ||
<li class="nav-item"> | ||
<a class="nav-link" href="#Reviews">Reviews</a> | ||
</li> | ||
<li class="nav-item"> | ||
<a class="nav-link" href="#Contact">Contact</a> | ||
</li> | ||
</ul> | ||
</div> | ||
<a href="#" class="button button-brand">Sign Up</a> | ||
</div> | ||
</nav> | ||
<div id="carouselExample" class="carousel slide" data-bs-ride="carousel"> | ||
<div class="carousel-inner" > | ||
<div class="carousel-item text-center vh-100 bg-cover active slide-1"> | ||
<div class="container h-100 d-flex align-items-center justify-content-center "> | ||
<div class="row justify-content-center"> | ||
<div class="col-lg-8"> | ||
<h6 class="text-white">WELCOME TO OUR KITCHEN</h6> | ||
<h2 class="display-1 text-white">ENJOY YOUR FAVOURITE DISH</h2> | ||
<a href="#" class="button button-brand">LOGIN</a> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="carousel-item text-center vh-100 bg-cover slide-2"> | ||
<div class="container h-100 d-flex align-items-center justify-content-center"> | ||
<div class="row justify-content-center"> | ||
<div class="col-lg-8"> | ||
<h6 class="text-white">WELCOME TO OUR KITCHEN</h6> | ||
<h2 class="display-1 text-white">FRESH AND TASTY FOODS</h2> | ||
<a href="#" class="button button-brand">LOGIN</a> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="carousel-item text-center vh-100 bg-cover slide-3"> | ||
<div class="container h-100 d-flex align-items-center justify-content-center"> | ||
<div class="row justify-content-center"> | ||
<div class="col-lg-8"> | ||
<h6 class="text-white">WELCOME TO OUR KITCHEN</h6> | ||
<h2 class="display-1 text-white">FIND YOUR NEAREST KITCHENS</h2> | ||
<a href="#" class="button button-brand">LOGIN</a> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
<button class="carousel-control-prev" type="button" data-bs-target="#carouselExample" data-bs-slide="prev"> | ||
<span class="carousel-control-prev-icon" aria-hidden="true"></span> | ||
<span class="visually-hidden">Previous</span> | ||
</button> | ||
<button class="carousel-control-next" type="button" data-bs-target="#carouselExample" data-bs-slide="next"> | ||
<span class="carousel-control-next-icon" aria-hidden="true"></span> | ||
<span class="visually-hidden">Next</span> | ||
</button> | ||
</div> | ||
<section class="Services" id="services"> | ||
<div class="box-container"> | ||
<div class="row align-items-center"> | ||
<div class="col-12 intro-text"> | ||
<h1>Our Services</h1> | ||
</div> | ||
</div> | ||
<div class="features"> | ||
<div class="row"> | ||
<div class="col-lg-3 col-sm-6"> | ||
<div class="service py-4 px-5"> | ||
<div class="service-icon"> | ||
<i class="fa-solid fa-truck-fast"></i> | ||
</div> | ||
<h4>Fast Delivery</h4> | ||
<p>Get your favorite food within few minutes at your doorstep</p> | ||
</div> | ||
</div> | ||
<div class="col-lg-3 col-sm-6"> | ||
<div class="service py-4 px-5"> | ||
<div class="service-icon"> | ||
<i class="fa-solid fa-heart-pulse"></i> | ||
</div> | ||
<h4>Quality Assurance</h4> | ||
<p>Best quality, healthy and delicious food</p> | ||
</div> | ||
</div> | ||
<div class="col-lg-3 col-sm-6"> | ||
<div class="service py-4 px-5"> | ||
<div class="service-icon"> | ||
<i class="fa-solid fa-location-dot"></i> | ||
</div> | ||
<h4>Track your order</h4> | ||
<p>Track your order with real time ascess</p> | ||
</div> | ||
</div> | ||
<div class="col-lg-3 col-sm-6"> | ||
<div class="service py-4 px-5"> | ||
<div class="service-icon"> | ||
<i class="fa-solid fa-wallet"></i> | ||
</div> | ||
<h4>Affordable</h4> | ||
<p>Pocket friendly and affordable transactions</p> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</section> | ||
<section id="Menu"> | ||
<div class="row"> | ||
<div class="col-12 intro-text"> | ||
<h1>Explore Our Menu</h1> | ||
</div> | ||
</div> | ||
<div class="container-fluid mt-3"> | ||
<div class="row row-cols-3 row-cols-md-3 g-4 "> | ||
<div class="col"> | ||
<div class="card h-100"> | ||
<img class="cd" src="/home/kavya/Downloads/f6.jpg" class="card-img-top" alt="..."> | ||
<div class="card-body card1"> | ||
<h5 class="card-title"><b>Starters & Snacks</b></h5> | ||
<p class="card-text">This is a longer card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.</p> | ||
<a href="#" class="button button-brand">Order</a> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="col"> | ||
<div class="card h-100"> | ||
<img class="cd" src="/home/kavya/Downloads/f8.jpg" class="card-img-top" alt="..."> | ||
<div class="card-body card2"> | ||
<h5 class="card-title"><b>Biryani & Lunch</b></h5> | ||
<p class="card-text">This is a longer card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.</p> | ||
<a href="#" class="button button-brand">Order</a> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="col"> | ||
<div class="card h-100"> | ||
<img class="cd" src="/home/kavya/Downloads/f4.jpg" class="card-img-top" alt="..."> | ||
<div class="card-body card3"> | ||
<h5 class="card-title"><b>Fastfood</b></h5> | ||
<p class="card-text">This is a longer card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.</p> | ||
<a href="#" class="button button-brand">Order</a> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="col"> | ||
<div class="card h-100"> | ||
<img class="cd" src="/home/kavya/Downloads/f11.jpg" class="card-img-top" alt="..."> | ||
<div class="card-body card4"> | ||
<h5 class="card-title"><b>Desserts</b></h5> | ||
<p class="card-text">This is a longer card with supporting text below as a natural lead-in to additional content.</p> | ||
<a href="#" class="button button-brand">Order</a> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="col"> | ||
<div class="card h-100"> | ||
<img class="cd" src="/home/kavya/Downloads/f9.jpg" class="card-img-top" alt="..."> | ||
<div class="card-body card5"> | ||
<h5 class="card-title"><b>Salads & Tiffins</b></h5> | ||
<p class="card-text">This is a longer card with supporting text below as a natural lead-in to additional content.</p> | ||
<a href="#" class="button button-brand">Order</a> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="col"> | ||
<div class="card h-100"> | ||
<img class="cd" src="/home/kavya/Downloads/f10.jpg" class="card-img-top" alt="..."> | ||
<div class="card-body card6"> | ||
<h5 class="card-title"><b>Drinks/Beverages</b></h5> | ||
<p class="card-text">This is a longer card with supporting text below as a natural lead-in to additional content.</p> | ||
<a href="#" class="button button-brand">Order</a> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</section> | ||
<section> | ||
|
||
</section> | ||
</div> | ||
</body> | ||
</html> |
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 |
---|---|---|
@@ -0,0 +1,83 @@ | ||
*{ | ||
padding:0; | ||
margin:0; | ||
font-family:Arial, Helvetica, sans-serif; | ||
} | ||
|
||
.fa-solid { | ||
font-size:x-large; | ||
} | ||
img{ | ||
width:100%; | ||
} | ||
section{ | ||
padding-top: 120px; | ||
padding-bottom: 50px; | ||
} | ||
#Menu{ | ||
padding-left: 200px; | ||
padding-right: 200px; | ||
} | ||
.img1{ | ||
height: 650px; | ||
width: 500px; | ||
} | ||
.button{ | ||
font-family: Arial; | ||
border:0; | ||
padding: 14px 38px; | ||
} | ||
.button-brand{ | ||
color:white; | ||
font-weight: 500; | ||
border-color:#ff8800; | ||
background-color:#F58d17; | ||
} | ||
.button-brand:hover{ | ||
border-color:#572e01; | ||
background-color: #743f04; | ||
color:white; | ||
} | ||
.slide-1{ | ||
background: linear-gradient(#00000041,#00000042),url(/home/kavya/Downloads/f6.jpg); | ||
} | ||
.slide-2{ | ||
background: linear-gradient(#00000041,#00000042),url(https://images.unsplash.com/photo-1476224203421-9ac39bcb3327?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxleHBsb3JlLWZlZWR8MTl8fHxlbnwwfHx8fHw%3D&auto=format&fit=crop&w=500&q=60); | ||
} | ||
.slide-3{ | ||
background: linear-gradient(#00000041,#00000042),url(/home/kavya/Downloads/f3jpg); | ||
} | ||
.bg-cover{ | ||
background-position:center; | ||
background-size: cover; | ||
background-repeat: no-repeat; | ||
} | ||
#about .divider{ | ||
width: 60px; | ||
height: 2px; | ||
display: block; | ||
background-color: #F58d17; | ||
} | ||
.intro-text{ | ||
margin: bottom 40px; | ||
text-align:center; | ||
padding-bottom: 50px; | ||
} | ||
.intro-text p{ | ||
max-width:500px; | ||
margin:16px auto 0 auto; | ||
} | ||
.service .service-icon{ | ||
width:70px; | ||
height: 70px; | ||
background-color: orange; | ||
color:#fff; | ||
font-size:34px; | ||
display: grid; | ||
align-content: center; | ||
text-align: center; | ||
} | ||
.features{ | ||
padding-top: 80px; | ||
padding-left: 50px; | ||
} |