200 lines
10 KiB
HTML
200 lines
10 KiB
HTML
<!DOCTYPE html>
|
||
<html lang="en">
|
||
<head>
|
||
<meta charset="UTF-8" />
|
||
<title>Our Story - Global Tea Emporium</title>
|
||
<link rel="stylesheet" href="styles.css" />
|
||
</head>
|
||
<body>
|
||
<header>
|
||
<div class="logo-container">
|
||
<img
|
||
src="images/1757630393.png"
|
||
class="logo"
|
||
alt="Global Tea Emporium Logo"
|
||
/>
|
||
</div>
|
||
<nav class="main-nav">
|
||
<ul>
|
||
<li><a href="index.html">Home</a></li>
|
||
<li><a href="about.html">Our Story</a></li>
|
||
<li><a href="teas.html">Our Teas</a></li>
|
||
<li><a href="contact.html">Contact</a></li>
|
||
</ul>
|
||
</nav>
|
||
</header>
|
||
|
||
<main>
|
||
<section class="banner">
|
||
<h1>Our Story</h1>
|
||
<p class="tagline">
|
||
From Passion to Purpose: The Global Tea Emporium Journey
|
||
</p>
|
||
</section>
|
||
|
||
<section class="story-origins">
|
||
<h2>How It All Began</h2>
|
||
<p>
|
||
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do
|
||
eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad
|
||
minim veniam, quis nostrud exercitation ullamco laboris nisi ut
|
||
aliquip ex ea commodo consequat. Duis aute irure dolor in
|
||
reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla
|
||
pariatur. Excepteur sint occaecat cupidatat non proident, sunt in
|
||
culpa qui officia deserunt mollit anim id est laborum.
|
||
</p>
|
||
</section>
|
||
|
||
<section class="story-mission">
|
||
<h2>Our Mission & Values</h2>
|
||
<p>
|
||
<strong>Global Tea Emporium</strong> was founded on the belief that
|
||
great tea should be more than just a beverage – it should be an
|
||
<em>experience</em> that connects you to the land, the people, and the
|
||
traditions that created it.
|
||
</p>
|
||
|
||
<div class="values-list">
|
||
<div class="value-item">
|
||
<h3>Authenticity First</h3>
|
||
<p>
|
||
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do
|
||
eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut
|
||
enim ad minim veniam, quis nostrud exercitation ullamco laboris
|
||
nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in
|
||
reprehenderit in voluptate velit esse cillum dolore eu fugiat
|
||
nulla pariatur. Excepteur sint occaecat cupidatat non proident,
|
||
sunt in culpa qui officia deserunt mollit anim id est laborum.
|
||
</p>
|
||
</div>
|
||
|
||
<div class="value-item">
|
||
<h3>Sustainability & Fair Trade</h3>
|
||
<p>
|
||
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do
|
||
eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut
|
||
enim ad minim veniam, quis nostrud exercitation ullamco laboris
|
||
nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in
|
||
reprehenderit in voluptate velit esse cillum dolore eu fugiat
|
||
nulla pariatur. Excepteur sint occaecat cupidatat non proident,
|
||
sunt in culpa qui officia deserunt mollit anim id est laborum.
|
||
</p>
|
||
</div>
|
||
|
||
<div class="value-item">
|
||
<h3>Education & Community</h3>
|
||
<p>
|
||
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do
|
||
eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut
|
||
enim ad minim veniam, quis nostrud exercitation ullamco laboris
|
||
nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in
|
||
reprehenderit in voluptate velit esse cillum dolore eu fugiat
|
||
nulla pariatur. Excepteur sint occaecat cupidatat non proident,
|
||
sunt in culpa qui officia deserunt mollit anim id est laborum.
|
||
</p>
|
||
</div>
|
||
|
||
<div class="value-item">
|
||
<h3>Quality Without Compromise</h3>
|
||
<p>
|
||
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do
|
||
eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut
|
||
enim ad minim veniam, quis nostrud exercitation ullamco laboris
|
||
nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in
|
||
reprehenderit in voluptate velit esse cillum dolore eu fugiat
|
||
nulla pariatur. Excepteur sint occaecat cupidatat non proident,
|
||
sunt in culpa qui officia deserunt mollit anim id est laborum.
|
||
</p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
|
||
<section class="story-team">
|
||
<h2>Meet Our Tea Family</h2>
|
||
<p>
|
||
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do
|
||
eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad
|
||
minim veniam, quis nostrud exercitation ullamco laboris nisi ut
|
||
aliquip ex ea commodo consequat. Duis aute irure dolor in
|
||
reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla
|
||
pariatur. Excepteur sint occaecat cupidatat non proident, sunt in
|
||
culpa qui officia deserunt mollit anim id est laborum.
|
||
</p>
|
||
</section>
|
||
|
||
<!-- FAQ Section -->
|
||
<section class="faq-section" aria-labelledby="faq-heading">
|
||
<h2 id="faq-heading">Frequently Asked Questions</h2>
|
||
|
||
<div class="faq-item">
|
||
<div class="faq-question" role="button" aria-expanded="false" aria-controls="faq-answer-1">
|
||
<h4>What makes your teas different from supermarket teas?</h4>
|
||
<span class="faq-toggle">+</span>
|
||
</div>
|
||
<div id="faq-answer-1" class="faq-answer">
|
||
<p>Our teas are sourced directly from traditional tea gardens and artisan farmers around the world. Unlike supermarket teas that may sit in warehouses for months, our teas are freshly harvested, properly stored, and shipped directly to you. We work closely with tea masters who have perfected their craft over generations, ensuring you receive authentic, premium-quality teas with exceptional flavor profiles.</p>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="faq-item">
|
||
<div class="faq-question" role="button" aria-expanded="false" aria-controls="faq-answer-2">
|
||
<h4>How should I store my tea to maintain freshness?</h4>
|
||
<span class="faq-toggle">+</span>
|
||
</div>
|
||
<div id="faq-answer-2" class="faq-answer">
|
||
<p>To maintain optimal freshness, store your tea in an airtight container away from light, heat, and moisture. We recommend keeping tea in a cool, dark place like a pantry or cupboard. Avoid storing tea near strong odors, as tea can absorb surrounding scents. Properly stored, most teas will maintain their quality for 6-12 months, while pu-erh teas can actually improve with age when stored correctly.</p>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="faq-item">
|
||
<div class="faq-question" role="button" aria-expanded="false" aria-controls="faq-answer-3">
|
||
<h4>What is the best water temperature for brewing different types of tea?</h4>
|
||
<span class="faq-toggle">+</span>
|
||
</div>
|
||
<div id="faq-answer-3" class="faq-answer">
|
||
<p>Water temperature is crucial for optimal tea brewing. Here's our guide: Green teas: 160-180°F (71-82°C), White teas: 175-185°F (79-85°C), Oolong teas: 185-205°F (85-96°C), Black teas: 200-212°F (93-100°C), Pu-erh teas: 200-212°F (93-100°C), Herbal infusions: 200-212°F (93-100°C). Using water that's too hot can burn delicate teas, while water that's too cool won't extract the full flavor profile.</p>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="faq-item">
|
||
<div class="faq-question" role="button" aria-expanded="false" aria-controls="faq-answer-4">
|
||
<h4>Do you offer organic teas?</h4>
|
||
<span class="faq-toggle">+</span>
|
||
</div>
|
||
<div id="faq-answer-4" class="faq-answer">
|
||
<p>Yes! Many of our teas are certified organic, and we work with farms that practice sustainable, chemical-free cultivation methods. Look for the organic certification label on our product pages. Even our non-certified teas are sourced from farms that prioritize environmental stewardship and sustainable farming practices, as we believe great tea starts with healthy soil and happy plants.</p>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="faq-item">
|
||
<div class="faq-question" role="button" aria-expanded="false" aria-controls="faq-answer-5">
|
||
<h4>How long does shipping take, and do you ship internationally?</h4>
|
||
<span class="faq-toggle">+</span>
|
||
</div>
|
||
<div id="faq-answer-5" class="faq-answer">
|
||
<p>We offer fast shipping throughout the United States, with most orders arriving within 3-5 business days. We also ship internationally to many countries, though delivery times vary by destination (typically 7-14 business days). All orders include tracking information, and we carefully package our teas to ensure they arrive in perfect condition. Free shipping is available on orders over $50 within the US.</p>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="faq-item">
|
||
<div class="faq-question" role="button" aria-expanded="false" aria-controls="faq-answer-6">
|
||
<h4>Can I return or exchange tea if I'm not satisfied?</h4>
|
||
<span class="faq-toggle">+</span>
|
||
</div>
|
||
<div id="faq-answer-6" class="faq-answer">
|
||
<p>Your satisfaction is our top priority. If you're not completely happy with your tea, please contact us within 30 days of purchase. While we cannot accept returns of opened tea due to food safety regulations, we'll work with you to find a solution - whether that's a replacement, store credit, or refund depending on the circumstances. We want every cup of tea you brew to bring you joy!</p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
</main>
|
||
|
||
<footer>
|
||
<p>© 2024 Global Tea Emporium. All rights reserved.</p>
|
||
<p>
|
||
Visit our <a href="contact.html">Contact page</a> to connect with our
|
||
tea experts.
|
||
</p>
|
||
</footer>
|
||
</body>
|
||
</html>
|