Changes to immunitywize.scroll.pub

root
root
22 days ago
Initial commit
body.html
Changed around line 1
+
+
+
+
+

Nourish Your Immunity

+

Discover the power of traditional Indian snacks

+
+
+
+
+
+

Our Story

+

ImmunityWize brings you the wisdom of generations in every bite. Our snacks are crafted with care, using time-honored recipes and wholesome ingredients to support your health and well-being.

+
+
+
+

Our Favorites

+
+
+ Pinni
+

Pinni

+

Energy-packed wheat and ghee treat

+
+
+
+ Laddoo
+

Laddoo

+

Sweet and nutritious gram flour balls

+
+
+
+ Panjiri
+

Panjiri

+

Healing blend of whole wheat and nuts

+
+
+
+
+
+
+

What Our Customers Say

+
+
+

"ImmunityWize snacks have become a staple in our home. Delicious and nutritious!"

+ - Priya S.
+
+
+

"I love how these traditional snacks make me feel energized and healthy."

+ - Rajesh K.
+
+
+
+
+
+

Join Our Community

+
+
+
+
+
+
+
+
+
index.scroll
Changed around line 1
+ buildHtml
+ baseUrl https://immunitywize.scroll.pub
+ metaTags
+ editButton /edit.html
+ title ImmunityWize | Healthy Traditional Indian Snacks
+ style.css
+ body.html
+ script.js
prompt.json
Changed around line 1
+ {
+ "id": "55efae5d-bb5e-4d19-a121-b621f84b63f6",
+ "object": "chat.completion",
+ "created": 1735631411,
+ "model": "deepseek-chat",
+ "choices": [
+ {
+ "index": 0,
+ "message": {
+ "role": "assistant",
+ "content": "---domain---\nimmunitywize.scroll.pub\n---index.scroll---\nbuildHtml\nbaseUrl https://immunitywize.scroll.pub\nmetaTags\neditButton /edit.html\ntitle ImmunityWize | Healthy Traditional Indian Snacks\nstyle.css\nbody.html\nscript.js\n---body.html---\n
\n \n
\n

Nourish Your Immunity

\n

Discover the power of traditional Indian snacks

\n Shop Now\n
\n
\n\n
\n
\n

Our Story

\n

ImmunityWize brings you the wisdom of generations in every bite. Our snacks are crafted with care, using time-honored recipes and wholesome ingredients to support your health and well-being.

\n
\n\n
\n

Our Favorites

\n
\n
\n \"Pinni\"\n

Pinni

\n

Energy-packed wheat and ghee treat

\n \n
\n
\n \"Laddoo\"\n

Laddoo

\n

Sweet and nutritious gram flour balls

\n \n
\n
\n \"Panjiri\"\n

Panjiri

\n

Healing blend of whole wheat and nuts

\n \n
\n
\n
\n\n
\n

What Our Customers Say

\n
\n
\n

\"ImmunityWize snacks have become a staple in our home. Delicious and nutritious!\"

\n - Priya S.\n
\n
\n

\"I love how these traditional snacks make me feel energized and healthy.\"

\n - Rajesh K.\n
\n
\n
\n\n
\n

Join Our Community

\n
\n \n \n
\n
\n
\n\n\n---style.css---\n:root {\n --primary-color: #d97706;\n --secondary-color: #f59e0b;\n --background-color: #fef3c7;\n --text-color: #1e293b;\n --accent-color: #fbbf24;\n}\n\nbody {\n font-family: 'Georgia', serif;\n color: var(--text-color);\n background-color: var(--background-color);\n margin: 0;\n line-height: 1.6;\n}\n\nheader {\n background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/images/header-bg.jpg');\n background-size: cover;\n color: white;\n padding: 2rem;\n text-align: center;\n}\n\nnav {\n display: flex;\n justify-content: center;\n gap: 2rem;\n margin-bottom: 2rem;\n}\n\nnav a {\n color: white;\n text-decoration: none;\n font-weight: bold;\n}\n\n.hero {\n padding: 4rem 0;\n}\n\n.hero h1 {\n font-size: 3rem;\n margin-bottom: 1rem;\n}\n\n.cta-button {\n background-color: var(--primary-color);\n color: white;\n padding: 1rem 2rem;\n border: none;\n border-radius: 5px;\n font-size: 1.2rem;\n cursor: pointer;\n transition: background-color 0.3s;\n}\n\n.cta-button:hover {\n background-color: var(--secondary-color);\n}\n\n.product-grid {\n display: grid;\n grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n gap: 2rem;\n padding: 2rem;\n}\n\n.product-card {\n background: white;\n padding: 1rem;\n border-radius: 10px;\n box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);\n text-align: center;\n}\n\n.product-card img {\n width: 100%;\n border-radius: 5px;\n}\n\n.add-to-cart {\n background-color: var(--primary-color);\n color: white;\n padding: 0.5rem 1rem;\n border: none;\n border-radius: 5px;\n cursor: pointer;\n transition: background-color 0.3s;\n}\n\n.add-to-cart:hover {\n background-color: var(--secondary-color);\n}\n\n.testimonial-carousel {\n display: flex;\n gap: 2rem;\n padding: 2rem;\n overflow-x: auto;\n}\n\n.testimonial {\n background: white;\n padding: 1.5rem;\n border-radius: 10px;\n box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);\n min-width: 300px;\n}\n\n.newsletter {\n background-color: var(--accent-color);\n padding: 2rem;\n text-align: center;\n}\n\n.newsletter input {\n padding: 0.5rem;\n border: none;\n border-radius: 5px;\n margin-right: 0.5rem;\n}\n\nfooter {\n background-color: var(--text-color);\n color: white;\n padding: 1rem;\n text-align: center;\n}\n\n.footer-content {\n display: flex;\n justify-content: space-between;\n max-width: 1200px;\n margin: 0 auto;\n}\n\n@media (max-width: 768px) {\n .hero h1 {\n font-size: 2rem;\n }\n\n .footer-content {\n flex-direction: column;\n gap: 1rem;\n }\n}\n---script.js---\nlet cartCount = 0;\n\ndocument.addEventListener('DOMContentLoaded', () => {\n const addToCartButtons = document.querySelectorAll('.add-to-cart');\n const cartCountElement = document.getElementById('cart-count');\n \n addToCartButtons.forEach(button => {\n button.addEventListener('click', () => {\n cartCount++;\n cartCountElement.textContent = cartCount;\n alert(`${button.dataset.product} added to cart!`);\n });\n });\n\n const newsletterForm = document.getElementById('newsletter-form');\n newsletterForm.addEventListener('submit', (e) => {\n e.preventDefault();\n alert('Thank you for subscribing!');\n newsletterForm.reset();\n });\n});\n---end---"
+ },
+ "logprobs": null,
+ "finish_reason": "stop"
+ }
+ ],
+ "usage": {
+ "prompt_tokens": 373,
+ "completion_tokens": 1836,
+ "total_tokens": 2209,
+ "prompt_cache_hit_tokens": 0,
+ "prompt_cache_miss_tokens": 373
+ },
+ "system_fingerprint": "fp_f1afce2943"
+ }
readme.scroll
Changed around line 1
+ # immunitywize.scroll.pub
+ Website generated by DeepSeek from prompt: Create a modern and inviting website for ImmunityWize, offering healthy traditional Indian snacks like Pinni, Laddoo, and Panjiri. The design should blend tradition with contemporary elements, using earthy tones and modern typography. Key sections include a welcoming homepage with brand story and "Shop Now" call-to-action, an about page detailing mission and health benefits, a product page with high-quality images and nutritional information, and a contact page with a user-friendly form and social media links. Include e-commerce features such as a shopping cart, secure checkout, and multiple payment options, along with live chat, mobile responsiveness, SEO optimization, SSL security, subscription service, newsletter, and customer testimonials
script.js
Changed around line 1
+ let cartCount = 0;
+
+ document.addEventListener('DOMContentLoaded', () => {
+ const addToCartButtons = document.querySelectorAll('.add-to-cart');
+ const cartCountElement = document.getElementById('cart-count');
+
+ addToCartButtons.forEach(button => {
+ button.addEventListener('click', () => {
+ cartCount++;
+ cartCountElement.textContent = cartCount;
+ alert(`${button.dataset.product} added to cart!`);
+ });
+ });
+
+ const newsletterForm = document.getElementById('newsletter-form');
+ newsletterForm.addEventListener('submit', (e) => {
+ e.preventDefault();
+ alert('Thank you for subscribing!');
+ newsletterForm.reset();
+ });
+ });
style.css
Changed around line 1
+ :root {
+ --primary-color: #d97706;
+ --secondary-color: #f59e0b;
+ --background-color: #fef3c7;
+ --text-color: #1e293b;
+ --accent-color: #fbbf24;
+ }
+
+ body {
+ font-family: 'Georgia', serif;
+ color: var(--text-color);
+ background-color: var(--background-color);
+ margin: 0;
+ line-height: 1.6;
+ }
+
+ header {
+ background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/images/header-bg.jpg');
+ background-size: cover;
+ color: white;
+ padding: 2rem;
+ text-align: center;
+ }
+
+ nav {
+ display: flex;
+ justify-content: center;
+ gap: 2rem;
+ margin-bottom: 2rem;
+ }
+
+ nav a {
+ color: white;
+ text-decoration: none;
+ font-weight: bold;
+ }
+
+ .hero {
+ padding: 4rem 0;
+ }
+
+ .hero h1 {
+ font-size: 3rem;
+ margin-bottom: 1rem;
+ }
+
+ .cta-button {
+ background-color: var(--primary-color);
+ color: white;
+ padding: 1rem 2rem;
+ border: none;
+ border-radius: 5px;
+ font-size: 1.2rem;
+ cursor: pointer;
+ transition: background-color 0.3s;
+ }
+
+ .cta-button:hover {
+ background-color: var(--secondary-color);
+ }
+
+ .product-grid {
+ display: grid;
+ grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
+ gap: 2rem;
+ padding: 2rem;
+ }
+
+ .product-card {
+ background: white;
+ padding: 1rem;
+ border-radius: 10px;
+ box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
+ text-align: center;
+ }
+
+ .product-card img {
+ width: 100%;
+ border-radius: 5px;
+ }
+
+ .add-to-cart {
+ background-color: var(--primary-color);
+ color: white;
+ padding: 0.5rem 1rem;
+ border: none;
+ border-radius: 5px;
+ cursor: pointer;
+ transition: background-color 0.3s;
+ }
+
+ .add-to-cart:hover {
+ background-color: var(--secondary-color);
+ }
+
+ .testimonial-carousel {
+ display: flex;
+ gap: 2rem;
+ padding: 2rem;
+ overflow-x: auto;
+ }
+
+ .testimonial {
+ background: white;
+ padding: 1.5rem;
+ border-radius: 10px;
+ box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
+ min-width: 300px;
+ }
+
+ .newsletter {
+ background-color: var(--accent-color);
+ padding: 2rem;
+ text-align: center;
+ }
+
+ .newsletter input {
+ padding: 0.5rem;
+ border: none;
+ border-radius: 5px;
+ margin-right: 0.5rem;
+ }
+
+ footer {
+ background-color: var(--text-color);
+ color: white;
+ padding: 1rem;
+ text-align: center;
+ }
+
+ .footer-content {
+ display: flex;
+ justify-content: space-between;
+ max-width: 1200px;
+ margin: 0 auto;
+ }
+
+ @media (max-width: 768px) {
+ .hero h1 {
+ font-size: 2rem;
+ }
+
+ .footer-content {
+ flex-direction: column;
+ gap: 1rem;
+ }
+ }