Commit 2c76928d authored by sawmi.rajapaksha-m's avatar sawmi.rajapaksha-m

Upload New File

parent 1eeafc0c
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>GreenGrocer Supermarket</title>
<link rel="stylesheet" type="text/css" href="styles.css">
<script defer src="script.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">
</head>
<body>
<header>
<div class="container">
<div class="logo-title">
<img src="https://assets.simpleviewinc.com/simpleview/image/fetch/c_limit,h_1200,q_75,w_1200/https://assets.simpleviewinc.com/simpleview/image/upload/crm/lakegenevawi/Green-Grocer-Logo-412f2a5e5056a36_412f2bab-5056-a36a-09cb088c8fde9592.jpg" alt="SL Rainbow Crafts Logo" class="logo">
<h1>GreenGrocer Supermarket</h1>
</div>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="categories.html">Categories</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a href="cart.html">Cart</a></li>
<li><a href="login.html">Login</a></li>
<li><a href="signup.html">Sign up</a></li>
<li><a href="user.html">User Profile</a></li>
</ul>
</nav>
</div>
</header>
<section class="hero" style="background: url('https://static.vecteezy.com/system/resources/thumbnails/041/862/818/small_2x/ai-generated-hands-holding-globe-surrounded-by-green-leaves-environmental-conservation-concept-earth-day-eco-friendly-and-sustainable-living-photo.jpg') no-repeat center center/cover;">
<div class="hero-content">
<h2>Go Green Life Style</h2>
<p>
Welcome to GreenGrocer, your go-to eco-friendly supermarket! We offer a wide range of organic produce, sustainable household essentials, and ethically sourced groceries. At GreenGrocer, we believe in making sustainability simple and accessible for everyone. Whether you're looking for fresh farm-to-table fruits and vegetables, eco-friendly packaging, or responsibly sourced everyday essentials, we've got you covered.
Shop with us and make a positive impact on the environment while enjoying high-quality, natural goods. Every purchase supports a greener future, helping to reduce waste, promote ethical farming, and protect our planet for generations to come. 🌱💚
</p>
<a href="#" class="btn">Shop Now</a>
</div>
</section>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>Categories - Green Grocer</title>
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<div class="categories-container">
<h2>Shop by Category</h2>
<div class="category-grid">
<div class="category-item">🍎 Fruits</div>
<div class="category-item">🥬 Vegetables</div>
<div class="category-item">🥛 Dairy & Alternatives</div>
<div class="category-item">🍞 Bakery</div>
<div class="category-item">🧃 Beverages</div>
<div class="category-item">🍚 Pantry & Dry Goods</div>
<div class="category-item">🥩 Meat & Seefood</div>
<div class="category-item">🧴 Eco-Friendly Household Products</div>
<div class="category-item">💚 Personal Care & Hygiene</div>
<div class="category-item">🛍️ Reusable & Zero-Waste Supplies</div>
<div class="category-item">📦 Compostable & Sustainable Packaging</div>
<div class="category-item">💡 Sustainable Living & Lifestyle</div>
<div class="category-item">🧺 Local & Seasonal Products</div>
<div class="category-item">🧼 Refill Stations</div>
<div class="category-item">👶 Eco Kids & Baby Products</div>
<div class="category-item">👚 Sustainable Fashion & Textiles</div>
<div class="category-item">📚 Education & Awareness Corner</div>
<div class="category-item">🐾 Eco-Friendly Pet Supplies</div>
<div class="category-item">💊 Health & Wellness Supplements</div>
<div class="category-item">♻️ Recycling & Return Stations</div>
<div class="category-item">See More</div>
</div>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Login - Green Grocer</title>
<link rel="stylessheet" href="css/styles.css">
</head>
<body>
<div class="login-container">
<h2>Login to Your Account</h2>
<form action="php/login.php" method="POST">
<label for="fullname">Full Name:</label>
<input type="text" id="fullname" name="fullname" required>
<label for="email">Email:</label>
<input type="email" id="email" name="email" required>
<label for="password">Password:</label>
<input type="password" id="password" name="password" required>
<button type="submit">Login</button>
</form>
</div>
<script src="js/script.js"></script>
</body>
</html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>About Us - Green Grocer</title>
<link rel="stylesheet" href="/static/css/style.css" />
</head>
<body>
<main class="about-section">
<h1>About Green Grocer</h1>
<p>
Green Grocer is a modern, eco-friendly supermarket dedicated to sustainability, quality, and convenience.
We offer fresh organic produce, ethically sourced meats, reusable household goods, and more.
</p>
<p>
We partner with local producers and use recyclable packaging to reduce environmental impact.
Our mission is to help you live a healthier, greener lifestyle while supporting your community.
</p>
<img src="data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/..." alt="Green Grocer Image">
</main>
</body>
</html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Explore Our Services</title>
<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet">
<!-- Font Awesome Icons -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css" rel="stylesheet">
</head>
<body>
<div class="service-section">
<div class="container">
<div class="section-title">
<h2>Explore Our Services</h2>
<p>We offer a variety of services to enhance your shopping experience with GreenGrocer Team. Discover the convenience we provide!</p>
</div>
<div class="row">
<!-- Return & Refund Card -->
<div class="col-md-4 mb-4">
<div class="card">
<div class="card-body">
<i class="fas fa-undo service-icon"></i>
<h5 class="card-title">Return & Refund</h5>
<p class="card-text">We offer hassle-free returns and refunds for Rainbow items.</p>
</div>
</div>
</div>
<!-- Delivery Card -->
<div class="col-md-4 mb-4">
<div class="card">
<div class="card-body">
<i class="fas fa-truck service-icon"></i>
<h5 class="card-title">Delivery</h5>
<p class="card-text">Rainbow item treasures delivered straight to your door.</p>
</div>
</div>
</div>
<!-- Online Payment Card -->
<div class="col-md-4 mb-4">
<div class="card">
<div class="card-body">
<i class="fas fa-credit-card service-icon"></i>
<h5 class="card-title">Online Payment</h5>
<p class="card-text">Secure online checkout - Buy Rainbow creations with ease.</p>
</div>
</div>
</div>
<!-- Cash on Delivery Card -->
<div class="col-md-4 mb-4">
<div class="card">
<div class="card-body">
<i class="fas fa-money-bill-wave service-icon"></i>
<h5 class="card-title">Cash on Delivery</h5>
<p class="card-text">Pay upon arrival - Enjoy Rainbow item beauty with cash on delivery.</p>
</div>
</div>
</div>
<!-- Reliable Service Card -->
<div class="col-md-4 mb-4">
<div class="card">
<div class="card-body">
<i class="fas fa-thumbs-up service-icon"></i>
<h5 class="card-title">Reliable</h5>
<p class="card-text">Trustworthy service - We deliver beautiful handcrafted items you can rely on.</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Bootstrap JS and Popper.js -->
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.11.6/dist/umd/popper.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.min.js"></script>
</body>
</html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Footer Section</title>
<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet">
<!-- Font Awesome Icons -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css" rel="stylesheet">
</head>
<body>
<!-- Footer Section -->
<footer class="footer">
<div class="container">
<!-- Social Media Icons -->
<div class="social-icons">
<a href="https://facebook.com" target="_blank"><i class="fab fa-facebook-square"></i></a>
<a href="https://twitter.com" target="_blank"><i class="fab fa-twitter-square"></i></a>
<a href="https://instagram.com" target="_blank"><i class="fab fa-instagram"></i></a>
<a href="https://linkedin.com" target="_blank"><i class="fab fa-linkedin"></i></a>
<a href="https://youtube.com" target="_blank"><i class="fab fa-youtube"></i></a>
</div>
<!-- Footer Text -->
<div class="footer-text">
<p>&copy; 2025 Your Company. All Rights Reserved. | <a href="/privacy-policy">Privacy Policy</a> | <a href="/terms-of-service">Terms of Service</a></p>
</div>
</div>
</footer>
<!-- Bootstrap JS and Popper.js -->
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.11.6/dist/umd/popper.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.min.js"></script>
</body>
</html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Footer Section</title>
<style>
/* Basic Footer Styling */
footer {
background-color: #333;
color: #fff;
padding: 20px 0;
text-align: center;
}
footer a {
color: #fff;
text-decoration: none;
margin: 0 10px;
}
footer a:hover {
text-decoration: underline;
}
footer .footer-content {
margin-top: 20px;
}
</style>
</head>
<body>
<!-- Footer Section -->
<footer>
<div class="footer-content">
<p>&copy; 2025 Your Company. All Rights Reserved.</p>
<p>
<a href="/privacy-policy">Privacy Policy</a> |
<a href="/terms-of-service">Terms of Service</a>
</p>
</div>
</footer>
</body>
</html>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment