Untitled

mail@pastecode.io avatar
unknown
plain_text
2 years ago
2.6 kB
1
Indexable
Never
<!DOCTYPE html>
<html>
<head>
	<title>Sunflower Website</title>
	<meta charset="UTF-8">
	<meta name="viewport" content="width=device-width, initial-scale=1.0">
	<link rel="stylesheet" href="style.css">
</head>
<body>
	<header>
		<nav>
			<ul>
				<li><a href="#">Home</a></li>
				<li><a href="#">About</a></li>
				<li><a href="#">Products</a></li>
				<li><a href="#">Blog</a></li>
				<li><a href="#">Contact</a></li>
			</ul>
		</nav>
	</header>
	<main>
		<section class="hero">
			<div class="hero-text">
				<h1>Welcome to Sunflower Website</h1>
				<p>Experience the beauty of sunflowers and learn about their benefits for your health and wellbeing.</p>
				<button>Shop Now</button>
			</div>
		</section>
		<section class="featured-products">
			<h2>Featured Products</h2>
			<ul>
				<li>
					<img src="product1.jpg" alt="Product 1">
					<h3>Organic Sunflower Oil</h3>
					<p>Our organic sunflower oil is cold-pressed and unrefined, preserving its natural nutrients and flavor.</p>
					<button>Add to Cart</button>
				</li>
				<li>
					<img src="product2.jpg" alt="Product 2">
					<h3>Sunflower Seeds</h3>
					<p>Our sunflower seeds are packed with protein, fiber, and healthy fats, making them a nutritious snack.</p>
					<button>Add to Cart</button>
				</li>
				<li>
					<img src="product3.jpg" alt="Product 3">
					<h3>Sunflower Honey</h3>
					<p>Our sunflower honey is raw and unfiltered, retaining its natural sweetness and health benefits.</p>
					<button>Add to Cart</button>
				</li>
			</ul>
		</section>
		<section class="about-us">
			<h2>About Us</h2>
			<img src="about-us.jpg" alt="About Us">
			<p>At Sunflower Website, we are passionate about sunflowers and their many benefits for your health and wellbeing. Our products are made with only the highest-quality ingredients, and we are committed to sustainability and ethical business practices.</p>
			<button>Learn More</button>
		</section>
		<section class="blog-posts">
			<h2>Latest Blog Posts</h2>
			<article>
				<img src="blog-post-1.jpg" alt="Blog Post 1">
				<h3>Why Sunflower Oil is Good for Your Skin</h3>
				<p>Discover the many benefits of sunflower oil for your skin, including its ability to hydrate, protect, and nourish.</p>
				<a href="#">Read More</a>
			</article>
			<article>
				<img src="blog-post-2.jpg" alt="Blog Post 2">
				<h3>5 Healthy Ways to Enjoy Sunflower Seeds</h3>
				<p>From salads to smoothies, sunflower seeds are a versatile and delicious addition to any meal. Learn how to incorporate them into your diet.</p>