Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Management Team | Christie and Chris’s Cooking Cabin</title>
<style>
body {
font-family: Tahoma, sans-serif;
color: #071e22;
background-color: #ffffff;
padding: 30px;
}
h1 {
font-family: Arial Black, sans-serif;
color: #ee2e31;
text-align: center;
margin-bottom: 30px;
}
h2 {
color: #1d7874;
}
p {
line-height: 1.6;
margin-bottom: 15px;
}
.team-member {
margin-bottom: 50px;
}
.team-member img {
max-width: 200px;
border-radius: 50%;
margin-bottom: 15px;
}
.contact-link {
color: #679289;
}
footer {
text-align: center;
margin-top: 50px;
color: #f4c095;
}
</style>
</head>
<body>
<h1>Meet Our Management Team</h1>
<p>Welcome to Christie and Chris’s Cooking Cabin! Get to know the team driving our passion for cooking and culinary adventures.</p>
<div class="team-member">
<img src="https://chefin.com.au/wp-content/uploads/2021/02/chef-hemant-dadlani-profile-1-833x1024.jpg" alt="James Smith">
<h2>James Smith</h2>
<p><strong>Position:</strong> Co-founder & Chef</p>
<p><strong>Responsibilities:</strong> Leading culinary workshops, menu planning, and ensuring quality standards.</p>
<p><strong>Area of Expertise:</strong> Culinary arts, recipe development, and kitchen management.</p>
<p>Contact James via <a href="mailto:james.smith@example.com" class="contact-link">email</a>.</p>
</div>
<div class="team-member">
<img src="https://i.pinimg.com/236x/28/9f/d8/289fd81eff482949df60680cdb03c7a4.jpg" alt="Emma Johnson">
<h2>Emma Johnson</h2>
<p><strong>Position:</strong> Marketing Director</p>
<p><strong>Responsibilities:</strong> Developing marketing strategies, managing social media, and fostering customer relationships.</p>
<p><strong>Area of Expertise:</strong> Digital marketing, branding, and event promotion.</p>
<p>Contact Emma via <a href="mailto:emma.johnson@example.com" class="contact-link">email</a>.</p>
</div>
<div class="team-member">
<img src="https://chefin.com.au/wp-content/uploads/2021/02/chef-jason-ludiwg-profile-1.jpg" alt="Adam Smith">
<h2>Adam Smith</h2>
<p><strong>Position:</strong> Head Chef</p>
<p><strong>Responsibilities:</strong> Overseeing kitchen operations, training staff, and maintaining food safety standards.</p>
<p><strong>Area of Expertise:</strong> Culinary techniques, menu innovation, and food presentation.</p>
<p>Contact Adam via <a href="mailto:adam.smith@example.com" class="contact-link">email</a>.</p>
</div>
<div class="team-member">
<img src="https://www.papercitymag.com/wp-content/uploads/2021/12/Dawn-Head-Shot-683x1024.jpg" alt="Olivia Brown">
<h2>Olivia Brown</h2>
<p><strong>Position:</strong> Finance Manager</p>
<p><strong>Responsibilities:</strong> Budgeting, financial analysis, and ensuring fiscal compliance.</p>
<p><strong>Area of Expertise:</strong> Accounting principles, financial reporting, and strategic planning.</p>
<p>Contact Olivia via <a href="mailto:olivia.brown@example.com" class="contact-link">email</a>.</p>
</div>
<div class="team-member">
<img src="https://duanefurlongstudios.com/wp-content/themes/yootheme/cache/69/chef-headshots-in-scottsdale-690bda08.jpeg" alt="Daniel Wilson">
<h2>Daniel Wilson</h2>
<p><strong>Position:</strong> Customer Experience Manager</p>
<p><strong>Responsibilities:</strong> Enhancing customer satisfaction, managing inquiries, and resolving issues.</p>
<p><strong>Area of Expertise:</strong> Customer service strategies, conflict resolution, and team leadership.</p>
<p>Contact Daniel via <a href="mailto:daniel.wilson@example.com" class="contact-link">email</a>.</p>
</div>
<footer>
Page last modified: <script>document.write(document.lastModified);</script>
</footer>
</body>
</html>