fix js
This commit is contained in:
parent
a1ff23c306
commit
141f4948fe
27
index.html
27
index.html
@ -6,13 +6,16 @@
|
||||
<link rel="stylesheet" href="styles.css" />
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<!-- Skip to main content link for screen readers -->
|
||||
<a href="#main-content" class="skip-link">Skip to main content</a>
|
||||
|
||||
<header role="banner">
|
||||
<div class="logo-container">
|
||||
<img src="images/1757630393.png" class="logo" alt="Global Tea Emporium Logo" />
|
||||
<img src="images/1757630393.png" class="logo" alt="Global Tea Emporium Logo - Premium Authentic Teas Worldwide" />
|
||||
</div>
|
||||
<nav class="main-nav">
|
||||
<nav class="main-nav" role="navigation" aria-label="Main navigation">
|
||||
<ul>
|
||||
<li><a href="index.html">Home</a></li>
|
||||
<li><a href="index.html" aria-current="page">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>
|
||||
@ -20,20 +23,20 @@
|
||||
</nav>
|
||||
</header>
|
||||
|
||||
<main>
|
||||
<section class="banner">
|
||||
<h1>Global Tea Emporium</h1>
|
||||
<main id="main-content" role="main">
|
||||
<section class="banner" aria-labelledby="hero-heading">
|
||||
<h1 id="hero-heading">Global Tea Emporium</h1>
|
||||
<p class="tagline">Authentic Teas from Around the World</p>
|
||||
</section>
|
||||
|
||||
<section class="introduction">
|
||||
<h2>About Our Tea Journey</h2>
|
||||
<section class="introduction" aria-labelledby="intro-heading">
|
||||
<h2 id="intro-heading">About Our Tea Journey</h2>
|
||||
<p>Welcome to <strong>Global Tea Emporium</strong>, your premier destination for <em>authentic, premium teas</em> sourced directly from traditional tea gardens across the globe. With over <strong>15 years of experience</strong> in the tea industry, we have built relationships with <em>artisan farmers</em> and <em>tea masters</em> in the world's most renowned tea-growing regions.</p>
|
||||
<p>Our mission is to bring you the <strong>finest quality teas</strong> while supporting sustainable farming practices and preserving traditional tea-making techniques that have been passed down through <strong>generations</strong>.</p>
|
||||
</section>
|
||||
|
||||
<section class="services">
|
||||
<h2>Our Premium Tea Collections</h2>
|
||||
<section class="services" aria-labelledby="services-heading">
|
||||
<h2 id="services-heading">Our Premium Tea Collections</h2>
|
||||
<ul class="services-list">
|
||||
<li><strong>Asian Green Teas:</strong> Delicate sencha from Japan, dragon well from China, and matcha varieties</li>
|
||||
<li><strong>Indian Black Teas:</strong> Authentic Assam, Darjeeling, and Nilgiri teas from renowned estates</li>
|
||||
@ -45,7 +48,7 @@
|
||||
</section>
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
<footer role="contentinfo">
|
||||
<p>© 2024 Global Tea Emporium. All rights reserved.</p>
|
||||
<p>Visit our <a href="about.html">Our Story page</a> to learn more about our tea journey.</p>
|
||||
</footer>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user