diff --git a/Superkirana b/Superkirana new file mode 100644 index 000000000..d6b15fc38 --- /dev/null +++ b/Superkirana @@ -0,0 +1,354 @@ +superkirana/ +│ +├── css/ +│ └── styles.css +│ +├── img/ +│ └── hero-image.jpg +│ └── logo.png +│ +├── js/ +│ └── main.js +│ +├── index.html +├── about.html +├── solutions.html +├── partnerships.html +├── future-plans.html +├── contact.html + + + + + + Superkirana - Home + + + +
+
+ + +
+
+ +
+
+

Welcome to Superkirana

+

Fostering a collaborative network of grocery retailers.

+ Join Our Community +
+
+ + + + + + +body { + font-family: 'Open Sans', sans-serif; + margin: 0; + padding: 0; + box-sizing: border-box; +} + +.header { + background-color: #FFD700; + padding: 20px 0; + position: sticky; + top: 0; + z-index: 1000; +} + +.container { + width: 90%; + max-width: 1200px; + margin: 0 auto; + display: flex; + justify-content: space-between; + align-items: center; +} + +.logo { + width: 150px; +} + +.nav ul { + list-style: none; + display: flex; + gap: 20px; +} + +.nav a { + text-decoration: none; + color: #000; +} + +.hero { + background: url('../img/hero-image.jpg') no-repeat center center/cover; + color: #fff; + text-align: center; + padding: 100px 0; +} + +.cta { + background-color: #000; + color: #FFD700; + padding: 10px 20px; + text-decoration: none; + border-radius: 5px; + margin-top: 20px; +} + +.footer { + background-color: #666; + color: #fff; + text-align: center; + padding: 20px 0; +} +document.addEventListener("DOMContentLoaded", function() { + // JavaScript code to add interactivity can go here + console.log("Website is fully loaded"); +}); + + + + + + Superkirana - About Us + + + +
+
+ + +
+
+ +
+
+

About Us

+

Superkirana is dedicated to fostering a collaborative network of grocery retailers...

+
+
+ + + + + + + + + + + + Superkirana - Solutions + + + +
+
+ + +
+
+ +
+
+

Our Solutions

+

We offer integrated services including Supply Chain Management, Quality Control, Financial Services, and Retail Technology.

+
+

Supply Chain Management

+

Efficient and effective management of the flow of goods from suppliers to customers.

+
+
+

Quality Control

+

Ensuring products meet high standards and are safe for consumption.

+
+
+

Financial Services

+

Providing financial solutions to support your business growth.

+
+
+

Retail Technology

+

Advanced technology solutions to streamline your retail operations.

+
+
+
+ + + + + + + + + + + + Superkirana - Partnerships + + + +
+
+ + +
+
+ +
+
+

Partnerships

+

Join our community and benefit from our extensive network.

+
+

Brand Partnerships

+

Collaborate with top brands to expand your product offerings.

+
+
+

Retailer Partnerships

+

Join a network of trusted retailers and grow your business.

+
+
+

Supplier Partnerships

+

Work with reliable suppliers to ensure the highest quality products.

+
+
+
+ + + + + + + + + + + + Superkirana - Future Plans + + + +
+
+ + +
+
+ +
+
+

Future Plans

+

We are committed to continuous growth and innovation. Here are some of our upcoming initiatives:

+
+

Expansion of Services

+

Introducing new services to better support our community.

+
+
+

Technology Upgrades

+

Investing in cutting-edge technology to improve efficiency.

+
+
+

Community Programs

+

Launching programs to support and give back to the community.

+
+
+
+ + + + + + +document.addEventListener("DOMContentLoaded", function() { + const form = document.getElementById("contact-form"); + + form.addEventListener("submit", function(event) { + event.preventDefault(); + const formData = new FormData(form); + console.log("Form submitted", Object.fromEntries(formData)); + alert("Form submitted successfully!"); + form.reset(); + }); +}); +body { + font-family: 'Open Sans', sans-serif; + margin: 0; + padding: 0; + box-sizing: border-box; +} + +.header { + background-color: #FFD700; + padding: 20px + + + +