<!DOCTYPE html>
<html>
<head>
<title>Team Members</title>
<style>
.team-member {
display: inline-block;
width: 200px;
height: 300px;
margin: 20px;
padding: 20px;
text-align: center;
box-sizing: border-box;
border: 2px solid #ccc;
border-radius: 5px;
background-color: #f5f5f5;
}
.member-name {
font-size: 24px;
font-weight: bold;
margin-top: 20px;
}
.member-photo {
width: 150px;
height: 150px;
margin-top: 10px;
border-radius: 50%;
object-fit: cover;
}
</style>
</head>
<body>
<style>
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
background-color: #f9f9f9;
}
.container {
max-width: 1200px;
margin: 0 auto;
padding: 20px;
box-sizing: border-box;
}
h1, h2 {
font-weight: bold;
text-align: center;
}
h2 {
font-size: 24px;
margin-top: 30px;
}
p {
margin-top: 20px;
line-height: 1.5;
text-align: justify;
}
.highlight {
color: #007bff;
font-weight: bold;
}
.icon-box {
display: flex;
align-items: center;
margin-top: 50px;
}
.icon-box img {
width: 100px;
height: 100px;
margin-right: 20px;
object-fit: cover;
border-radius: 50%;
}
.icon-box p {
margin: 0;
line-height: 1.5;
}
.icon-box .icon {
font-size: 36px;
color: #007bff;
}
</style>
</head>
<body>
<div class="container">
<h1>About Our Company</h1>
<p>We are a tourism company that provides travel services to clients from all over the world. Our mission is to offer the best travel experience to our customers by providing them with customized packages that meet their requirements and budget. We believe that our customers are like gods to us and we strive to provide them with the best possible service.</p>
<h2>Why Choose Us?</h2>
<p>At <span class="highlight">Our Tourism Company</span>, we understand that planning a trip can be a daunting task. That's why we have a team of experienced travel advisors who will guide you through every step of your journey, from planning to execution. We pride ourselves on the quality of service we offer, and we constantly strive to improve our offerings to provide you with the best possible travel experience.</p>
<div class="icon-box">
<img src="https://picsum.photos/100/100" alt="Team Member">
<div>
<p><span class="highlight">Experience:</span> Our team of travel advisors has years of experience in the travel industry and can provide you with valuable insights into your destination.</p>
</div>
</div>
<div class="icon-box">
<img src="https://picsum.photos/100/100" alt="Team Member">
<div>
<p><span class="highlight">Customized Packages:</span> We understand that every customer has unique requirements, which is why we offer customized travel packages to meet your specific needs.</p>
</div>
</div>
<div class="icon-box">
<img src="https://w7.pngwing.com/pngs/268/327/png-transparent-mobile-phones-meme-telephone-voip-phone-voice-over-ip-meme-telephone-call-meme-black-thumbnail.png" alt="Team Member">
<div>
<p><span class="highlight">24/7 Support:</span> We provide round-the-clock customer support to ensure that you have a hassle-free travel experience.</p>
</div>
</div>
</div>
<div class="team-member">
<img src="https://media.tenor.com/6rak_-44lC8AAAAC/tom-enojado.gif" class="member-photo">
<div class="member-name">Susan</div>
<p>Finally!!!!!!!! its done</p>
</div>
<div class="team-member">
<img src="https://media.tenor.com/DX9o8Spwg5wAAAAC/chopper-tonytony.gif" class="member-photo">
<div class="member-name">Avishek </div>
<p>We tried our best to keep it as simple as possible.</p>
</div>
<div class="team-member">
<img src="https://media.tenor.com/o8j6jdTEidEAAAAM/tom-y-jerry-tom-and-jerry.gif" class="member-photo">
<div class="member-name">Shreejan</div>
<p>Thanks!</p> </div>
</body>
</html>


2 Comments
#include
ReplyDeleteint main ()
{
int length, breadth, height, surfacearea;
printf("enter the value of length:");
scanf("%d", &length );
printf("enter the value of breadth");
scanf("%d", &breadth);
printf("enterthe value of height");
scanf("%d", &height);
}
nice
ReplyDelete