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>Christie and Chris's Cooking Cabin - About Us</title>
<style>
body {
font-family: Tahoma, sans-serif;
color: #071E22;
background-color: #F4C095;
margin: 0;
padding: 0;
}
.container {
width: 80%;
margin: auto;
padding: 20px;
}
h1 {
font-family: Georgia, serif;
color: #EE2E31;
text-align: center;
margin-bottom: 20px;
}
h2 {
font-size: 24px;
font-weight: bold;
color: #1D7874;
margin-bottom: 10px;
}
p {
font-size: 18px;
line-height: 1.6;
}
ol {
font-size: 12;
line-height: 1.4;
}
ul {
font-size: 12;
line-height: 1.4;
}
.emphasis {
font-style: italic;
}
.underline {
text-decoration: underline;
}
.bold {
font-weight: bold;
}
.small-font {
font-size: 14px;
}
.container {
max-width: 800px;
margin: 0 auto;
}
.contact {
margin-top: 30px;
border-top: 2px solid #1D7874;
padding-top: 20px;
}
</style>
</head>
<body>
<div class="container">
<h1>About Christie and Chris's Cooking Cabin</h1>
<h2>Our Story</h2>
<p>
<img src = "cabin 1.jpeg" width = 400 height = 400 align = "right" margin-left = 40px>
<span class="emphasis">Christie and Chris's Cooking Cabin</span> was born out of a shared passion for cooking and a desire to spread culinary joy to others. Founded in 2015 by Christie and Chris, two avid home cooks, our company started as a humble cooking class held in a cozy cabin nestled in the woods of the <a href="https://www.oregonconservationstrategy.org/ecoregion/blue-mountains/" target="showframe" class="underline">Blue Mountains</a> in Oregon.
</p>
<p>
Over the years, our commitment to providing exceptional <span class="underline">amateur cooking activities</span> has led us to expand our offerings beyond just classes. We now provide a range of products and services aimed at empowering individuals to explore their culinary creativity and develop their skills in the kitchen.
</p>
<h2>Our Mission</h2>
<p>
At <span class="emphasis">Christie and Chris's Cooking Cabin</span>, our mission is simple: to inspire and educate aspiring home cooks while fostering a sense of community around the joy of food. Whether you're a complete novice or a seasoned chef, we believe that everyone has the potential to create delicious meals and unforgettable memories in the kitchen.
<h2>Company History</h2>
<p>
Here's a brief overview of our journey:
</p>
<ol>
<li><span class="bold">2015:</span> Christie and Chris establish Cooking Cabin in a rustic cabin in the woods.</li>
<li><span class="bold">2017:</span> Launch of online cooking classes to reach a wider audience.</li>
<li><span class="bold">2019:</span> Expansion of services to include catering for events and private parties.</li>
</ol>
</p>
<h2>Our Values</h2>
<ul>
<li><span class="underline">Passion:</span> We are passionate about food and cooking, and we strive to share that passion with others.<br></li>
<li><span class="underline">Quality:</span> We are committed to providing high-quality products, services, and experiences that exceed our customers' expectations.<br></li>
<li><span class="underline">Creativity:</span> We encourage creativity and experimentation in the kitchen, believing that innovation is key to culinary excellence.<br></li>
<li><span class="underline">Community:</span> We believe in the power of food to bring people together and foster connections that transcend cultural and social boundaries.</li>
</ul>
<h2>Join Us in the Kitchen!</h2>
<p>
Whether you're looking to hone your cooking skills, discover new recipes, or simply have fun with friends and family, <span class="emphasis">Christie and Chris's Cooking Cabin</span> welcomes you with open arms. Join us in the kitchen and embark on a delicious journey of culinary exploration!
</p>
<h2>Company Brochure</h2>
<p>
Download our company brochure to learn more about <span class="emphasis">Christie and Chris's Cooking Cabin</span>.
</p>
<a href="brochure.pdf" download="brochure.pdf">Company Brochure (PDF)</a>
<h2>Contact Us</h2>
<p>
For inquiries and bookings, please email us at <a href="mailto:marisa@company.com" class="underline">marisa@company.com</a>
</p>
<div class="contact">
<p class="small-font">Last modified: <span id="lastModified"></span></p>
</div>
</div>
<script>
// Update last modified date
document.getElementById('lastModified').textContent = document.lastModified;
</script>
</body>
</html>