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>Customer Testimonials - Christie and Chris’s Cooking Cabin</title>
<style>
body {
font-family: 'Tahoma', sans-serif;
font-size: 16px;
color: #071E22;
}
h1 {
color: #EE2E31;
text-align: center;
font-family: Georgia, serif;
}
h2 {
font-style: italic;
color: #1D7874;
font-family: 'Tahoma', sans-serif;
}
p {
margin-bottom: 15px;
line-height: 1.5;
}
img {
max-width: 100%;
height: auto;
display: block;
margin: 0 auto; /* Centering the image */
margin-bottom: 20px; /* Adding some space below the image */
}
.contact-link {
text-decoration: none;
font-weight: bold;
color: #679289;
}
.contact-link:hover {
text-decoration: underline;
}
ul {
list-style-type: none;
padding: 0;
}
.download-link {
text-decoration: none;
color: #F4C095;
}
.download-link:hover {
text-decoration: underline;
}
#date-modified {
font-size: 14px;
color: #666;
}
</style>
</head>
<body>
<header>
<h1>Customer Testimonials</h1>
</header>
<section>
<h2>What Our Customers Say</h2>
<p>At Christie and Chris’s Cooking Cabin, we take pride in delivering exceptional experiences for amateur cooking enthusiasts. Here's what some of our customers have to say:</p>
<ul>
<li>
<p><strong>John Doe</strong></p>
<p>"I attended the Cooking Basics workshop, and it was <em>fantastic!</em> The hands-on approach and expert guidance made learning so much fun."</p>
</li>
<li>
<p><strong>Jane Smith</strong></p>
<p>"The Cooking Cabin's products are <em>top-notch</em>. I bought their signature knife set, and it has truly elevated my cooking skills."</p>
</li>
</ul>
</section>
<section>
<h2>Customer Quotes</h2>
<blockquote>
<p>"Christie and Chris's Cooking Cabin has turned my passion for cooking into a culinary journey. The classes are <em>informative</em>, and the atmosphere is delightful!"</p>
</blockquote>
</section>
<section>
<h2>Share Your Experience</h2>
<p>If you've had a wonderful experience with us, we'd love to hear from you! <a href="mailto:dhruv.jha@warriorlife.net" class="contact-link">Contact us</a> and share your story.</p>
</section>
<section>
<h2>Download Our Brochure</h2>
<p>Learn more about our cooking classes by downloading our brochure:</p>
<p><a href="https://www.sustain.ubc.ca/sites/default/files/FNH_473%20_IncreasingFoodSkillsCookingClass_Manual.pdf" class="download-link" download target="_blank">Download Brochure (PDF)</a></p>
</section>
<section>
<h2>Join Our Classes</h2>
<p>Check out our upcoming classes and join us in mastering the art of cooking!</p>
<p><strong>Upcoming Classes:</strong></p>
<ul>
<li>Cake Decorating - March 10th</li>
<li>Italian Cuisine - March 15th</li>
<li>Sushi Making - March 20th</li>
</ul>
<p><img src="https://ygzm5vgh89zp-u4384.pressidiumcdn.com/wp-content/uploads/2017/07/SUM-sushi-instructor-class.jpg" alt="Cooking Class" width="400"></p>
</section>
<section>
<h2>Visit Our Partners</h2>
<p>Explore more about the world of cooking by visiting our partners:</p>
<p><a href="https://www.williams-sonoma.com/shop/cooks-tools/" class="download-link" target="_blank">Our Partners</a></p>
</section>
<footer>
<p id="date-modified">Page last modified: <script>document.write(document.lastModified);</script></p>
</footer>
</body>
</html>