Skip to content
Open
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
Binary file added gallery/bg.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 9 additions & 10 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,36 +9,35 @@
</head>
<body>
<section id="feature">
<br>
<div class="title-text">
<p>MEET OUR CHEFS</p>
<p>MEET OUR CHEFS</span></p>
</div>
<div class="service-box1">
<div class="single-service1" height="150px" width="150px">
<div class="single-service1">
<img src="gallery/paulkinny.jpg">
<div class="overlay"></div>
<div class="service-desc">
<h3>PAUL KINNY</h3>
<hr>
</div>
</div>
<div class="single-service1" height="150px" width="150px">
<div class="single-service1">
<img src="gallery/Kelvin.jpg">
<div class="overlay"></div>
<div class="service-desc">
<h3>KELVIN CHEUNG</h3>
<hr>
</div>
</div>
<div class="single-service1" height="150px" width="150px">
<div class="single-service1">
<img src="gallery/hemant.jpg">
<div class="overlay"></div>
<div class="service-desc">
<h3>HEMANT OBEROI</h3>
<hr>
</div>
</div>
<div class="single-service1" height="150px" width="150px">
<div class="single-service1">
<img src="gallery/manu.jpg">
<div class="overlay"></div>
<div class="service-desc">
Expand All @@ -50,9 +49,9 @@ <h3>MANU CHANDRA</h3>
</section>

<!-----Buttons-->
<section id="btn">
<div id="btn">
<div class="title-text">
<p>SELECT YOUR CHEF</p>
<p>SELECT YOUR CHEF</span></p>
</div>
<div class="buttons">
<div class="bali">
Expand All @@ -68,7 +67,7 @@ <h3>MANU CHANDRA</h3>
<a href="http://127.0.0.1:5500/manuchandra.html"><h3>CHEF MANU CHANDRA</h3></a>
</div>
</div>
</section>
</div>

<!---------REVIEWS------->

Expand Down Expand Up @@ -111,4 +110,4 @@ <h4>Priya Raj<i class="fa-brands fa-twitter"></i></h4>
</div>
</section>
</body>
</html>
</html>
56 changes: 39 additions & 17 deletions mumbai.css
Original file line number Diff line number Diff line change
@@ -1,13 +1,21 @@
@import url('https://fonts.googleapis.com/css2?family=Tapestry&display=swap');

*{
margin:0;
padding:0;
}
body
{
background-image:url("gallery/mumbai1.jpg");
background-image:linear-gradient(
rgba(0, 0, 0, 0.2),
rgba(0, 0, 0, 0.5)
),url("gallery/bg.jpg");
background-size: cover;
background-attachment: fixed;
font-family: 'Tapestry', cursive;
}


#feature
{
width:100%;
Expand All @@ -21,21 +29,21 @@ background-attachment: fixed;
.title-text p
{
margin:auto;
font-size:50px;
font-size:30px;
color:black;
font-weight:bold;
position: relative;
z-index: 1;
display:inline-block;
text-decoration: underline;
font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;

}
.title-text p::after
{
content:'';
width:50px ;
height: 35px;
background: linear-gradient(#009658,#fff);
background: linear-gradient(white,black);
position: absolute;
top:-20px;
left:0;
Expand All @@ -52,27 +60,30 @@ background-attachment: fixed;

.service-box1
{
width: 80%;
width: 100%;
display: flex;
flex-wrap:wrap;
flex-wrap:row;
justify-content: space-around;
margin:auto;
background: transparent;

}
.single-service1
{
flex-basis: 48%;

text-align: center;
border-radius: 7px;
margin-bottom: 20px;
color: #fff;
position: relative;


}
.single-service1 img
{
width:100%;
width:300px;
border-radius:7px;
height: 100%;
height: 350px;
border-radius: 5px;
box-shadow:0px 10px 20px 3px #00968814;
}
Expand All @@ -84,7 +95,7 @@ background-attachment: fixed;
top:0;
border-radius: 7px;
cursor:pointer;
background: linear-gradient(rgba(0,0,0,0.5),aqua);
background: linear-gradient(rgba(0,0,0,0.2),black);
opacity: 0;
transition: 1s;
}
Expand Down Expand Up @@ -147,7 +158,7 @@ h3
}
.bali:hover
{
background: linear-gradient(#9C0F48,#ECB390);
background: linear-gradient(#4d4a4b,#1f1e1d);
}
.gupta
{
Expand All @@ -163,7 +174,7 @@ h3
}
.gupta:hover
{
background: linear-gradient(#9C0F48,#ECB390);
background: linear-gradient(#4d4a4b,#1f1e1d);
}
.anil
{
Expand All @@ -179,7 +190,7 @@ h3
}
.anil:hover
{
background: linear-gradient(#9C0F48,#ECB390);
background: linear-gradient(#4d4a4b,#1f1e1d);
}
.vikas
{
Expand All @@ -195,7 +206,7 @@ h3
}
.vikas:hover
{
background: linear-gradient(#9C0F48,#ECB390);
background: linear-gradient(#4d4a4b,#1f1e1d);
}


Expand All @@ -208,7 +219,7 @@ h3
}
.title-text p
{
color: #FDEFF4;
color: #ffffff;
}
.testimonial-row
{
Expand All @@ -228,6 +239,9 @@ h3
box-shadow:0px 10px 20px 3px #00968814;
cursor: pointer;
transition:transform 0.5s;
background-color: rgb(189, 187, 187);
}
.testimonial-col:hover {
background-color: white;
}
.testimonial-col p
Expand All @@ -243,8 +257,9 @@ h3
.user img
{
width: 40px;
height:40px;
margin-right: 20px;
border-radius: 3px;
border-radius: 50%;
}
.user-info .fa-brands fa-twitter
{
Expand All @@ -266,4 +281,11 @@ h3
{
flex-basis: 100%;
}
}
}

.buttons{
background: rgba(84, 84, 84, 0.361);
backdrop-filter: saturate(1000%) blur(5px);
padding:10px;
}