commit 24bf0b5c74ae3fc547770a4af4f89666fd65c77f
Author: root <root@hub.scroll.pub> Date: 2024-12-27 19:18:49 +0000 Subject: Initial commit diff --git a/body.html b/body.html new file mode 100644 index 0000000..6da505a --- /dev/null +++ b/body.html @@ -0,0 +1,101 @@ +<header> + <nav class="main-nav"> + <div class="logo">SIEM Shield</div> + <button class="mobile-menu" aria-label="Toggle menu">☰</button> + <ul class="nav-links"> + <li><a href="#benefits">Benefits</a></li> + <li><a href="#comparison">Protection Types</a></li> + <li><a href="#features">Features</a></li> + <li><a href="#contact">Contact</a></li> + </ul> + </nav> +</header> + +<main> + <section class="hero"> + <div class="hero-content"> + <h1>Enterprise-Grade Security for Your Business</h1> + <p>Protect your network with advanced SIEM technology</p> + <a href="#benefits" class="cta-button">Learn More</a> + </div> + </section> + + <section id="benefits" class="benefits"> + <h2>Why Your Business Needs SIEM</h2> + <div class="benefits-grid"> + <div class="benefit-card"> + <div class="icon">🔍</div> + <h3>Real-time Monitoring</h3> + <p>24/7 network surveillance and threat detection</p> + </div> + <div class="benefit-card"> + <div class="icon">📊</div> + <h3>Advanced Analytics</h3> + <p>Intelligent pattern recognition and anomaly detection</p> + </div> + <div class="benefit-card"> + <div class="icon">🏃</div> + <h3>Quick Response</h3> + <p>Automated incident response and threat mitigation</p> + </div> + <div class="benefit-card"> + <div class="icon">📱</div> + <h3>Mobile Alerts</h3> + <p>Instant notifications on security events</p> + </div> + </div> + </section> + + <section id="comparison" class="comparison"> + <h2>Understanding Protection Types</h2> + <div class="comparison-grid"> + <div class="comparison-card"> + <h3>Antivirus Protection</h3> + <ul> + <li>Focuses on known virus signatures</li> + <li>Protects against executable malicious code</li> + <li>File-based scanning</li> + <li>Limited network visibility</li> + </ul> + </div> + <div class="comparison-card"> + <h3>Malware Protection</h3> + <ul> + <li>Broader protection scope</li> + <li>Includes spyware, ransomware, adware</li> + <li>Behavior-based detection</li> + <li>System-wide monitoring</li> + </ul> + </div> + <div class="comparison-card highlight"> + <h3>SIEM Solution</h3> + <ul> + <li>Complete network visibility</li> + <li>Advanced threat detection</li> + <li>Correlation analysis</li> + <li>Compliance reporting</li> + </ul> + </div> + </div> + </section> + + <section id="contact" class="contact"> + <h2>Get Started Today</h2> + <form class="contact-form"> + <input type="text" placeholder="Company Name" required> + <input type="email" placeholder="Email Address" required> + <textarea placeholder="Tell us about your security needs"></textarea> + <button type="submit">Request Information</button> + </form> + </section> +</main> + +<footer> + <div class="footer-content"> + <div class="footer-links"> + <a href="#privacy">Privacy Policy</a> + <a href="#terms">Terms of Service</a> + <a href="#about">About Us</a> + </div> + </div> +</footer> diff --git a/index.scroll b/index.scroll new file mode 100644 index 0000000..89f790a --- /dev/null +++ b/index.scroll @@ -0,0 +1,8 @@ +buildHtml +baseUrl https://siemshield.scroll.pub +metaTags +editButton /edit.html +title SIEM Shield - Enterprise Security for Small Business +style.css +body.html +script.js diff --git a/prompt.json b/prompt.json new file mode 100644 index 0000000..5febde8 --- /dev/null +++ b/prompt.json @@ -0,0 +1,20 @@ +{ + "id": "msg_01GJZyxyTXKj3WouSMU45YEB", + "type": "message", + "role": "assistant", + "model": "claude-3-5-sonnet-20241022", + "content": [ + { + "type": "text", + "text": "I'll create a website focused on SIEM benefits for SMBs. For the domain, I suggest:\n\n---domain---\nsiemshield.scroll.pub\n\n---index.scroll---\nbuildHtml\nbaseUrl https://siemshield.scroll.pub\nmetaTags\neditButton /edit.html\ntitle SIEM Shield - Enterprise Security for Small Business\nstyle.css\nbody.html\nscript.js\n\n---body.html---\n<header>\n <nav class=\"main-nav\">\n <div class=\"logo\">SIEM Shield</div>\n <button class=\"mobile-menu\" aria-label=\"Toggle menu\">☰</button>\n <ul class=\"nav-links\">\n <li><a href=\"#benefits\">Benefits</a></li>\n <li><a href=\"#comparison\">Protection Types</a></li>\n <li><a href=\"#features\">Features</a></li>\n <li><a href=\"#contact\">Contact</a></li>\n </ul>\n </nav>\n</header>\n\n<main>\n <section class=\"hero\">\n <div class=\"hero-content\">\n <h1>Enterprise-Grade Security for Your Business</h1>\n <p>Protect your network with advanced SIEM technology</p>\n <a href=\"#benefits\" class=\"cta-button\">Learn More</a>\n </div>\n </section>\n\n <section id=\"benefits\" class=\"benefits\">\n <h2>Why Your Business Needs SIEM</h2>\n <div class=\"benefits-grid\">\n <div class=\"benefit-card\">\n <div class=\"icon\">🔍</div>\n <h3>Real-time Monitoring</h3>\n <p>24/7 network surveillance and threat detection</p>\n </div>\n <div class=\"benefit-card\">\n <div class=\"icon\">📊</div>\n <h3>Advanced Analytics</h3>\n <p>Intelligent pattern recognition and anomaly detection</p>\n </div>\n <div class=\"benefit-card\">\n <div class=\"icon\">🏃</div>\n <h3>Quick Response</h3>\n <p>Automated incident response and threat mitigation</p>\n </div>\n <div class=\"benefit-card\">\n <div class=\"icon\">📱</div>\n <h3>Mobile Alerts</h3>\n <p>Instant notifications on security events</p>\n </div>\n </div>\n </section>\n\n <section id=\"comparison\" class=\"comparison\">\n <h2>Understanding Protection Types</h2>\n <div class=\"comparison-grid\">\n <div class=\"comparison-card\">\n <h3>Antivirus Protection</h3>\n <ul>\n <li>Focuses on known virus signatures</li>\n <li>Protects against executable malicious code</li>\n <li>File-based scanning</li>\n <li>Limited network visibility</li>\n </ul>\n </div>\n <div class=\"comparison-card\">\n <h3>Malware Protection</h3>\n <ul>\n <li>Broader protection scope</li>\n <li>Includes spyware, ransomware, adware</li>\n <li>Behavior-based detection</li>\n <li>System-wide monitoring</li>\n </ul>\n </div>\n <div class=\"comparison-card highlight\">\n <h3>SIEM Solution</h3>\n <ul>\n <li>Complete network visibility</li>\n <li>Advanced threat detection</li>\n <li>Correlation analysis</li>\n <li>Compliance reporting</li>\n </ul>\n </div>\n </div>\n </section>\n\n <section id=\"contact\" class=\"contact\">\n <h2>Get Started Today</h2>\n <form class=\"contact-form\">\n <input type=\"text\" placeholder=\"Company Name\" required>\n <input type=\"email\" placeholder=\"Email Address\" required>\n <textarea placeholder=\"Tell us about your security needs\"></textarea>\n <button type=\"submit\">Request Information</button>\n </form>\n </section>\n</main>\n\n<footer>\n <div class=\"footer-content\">\n <div class=\"footer-links\">\n <a href=\"#privacy\">Privacy Policy</a>\n <a href=\"#terms\">Terms of Service</a>\n <a href=\"#about\">About Us</a>\n </div>\n </div>\n</footer>\n\n---style.css---\n:root {\n --primary-color: #2a4494;\n --secondary-color: #4CAF50;\n --background-color: #f8f9fa;\n --text-color: #333;\n --card-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);\n}\n\n* {\n margin: 0;\n padding: 0;\n box-sizing: border-box;\n}\n\nbody {\n font-family: 'Segoe UI', system-ui, sans-serif;\n line-height: 1.6;\n color: var(--text-color);\n background-color: var(--background-color);\n}\n\n.main-nav {\n display: flex;\n justify-content: space-between;\n align-items: center;\n padding: 1rem 2rem;\n background: white;\n box-shadow: var(--card-shadow);\n position: fixed;\n width: 100%;\n z-index: 1000;\n}\n\n.logo {\n font-size: 1.5rem;\n font-weight: bold;\n color: var(--primary-color);\n}\n\n.nav-links {\n display: flex;\n gap: 2rem;\n list-style: none;\n}\n\n.nav-links a {\n text-decoration: none;\n color: var(--text-color);\n font-weight: 500;\n transition: color 0.3s ease;\n}\n\n.nav-links a:hover {\n color: var(--primary-color);\n}\n\n.mobile-menu {\n display: none;\n background: none;\n border: none;\n font-size: 1.5rem;\n cursor: pointer;\n}\n\n.hero {\n height: 100vh;\n display: flex;\n align-items: center;\n justify-content: center;\n background: linear-gradient(135deg, var(--primary-color), #1a237e);\n color: white;\n text-align: center;\n padding: 2rem;\n}\n\n.hero-content h1 {\n font-size: 3rem;\n margin-bottom: 1rem;\n}\n\n.cta-button {\n display: inline-block;\n padding: 1rem 2rem;\n background: var(--secondary-color);\n color: white;\n text-decoration: none;\n border-radius: 5px;\n margin-top: 2rem;\n transition: transform 0.3s ease;\n}\n\n.cta-button:hover {\n transform: translateY(-2px);\n}\n\n.benefits-grid {\n display: grid;\n grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n gap: 2rem;\n padding: 4rem 2rem;\n}\n\n.benefit-card {\n background: white;\n padding: 2rem;\n border-radius: 10px;\n box-shadow: var(--card-shadow);\n text-align: center;\n transition: transform 0.3s ease;\n}\n\n.benefit-card:hover {\n transform: translateY(-5px);\n}\n\n.icon {\n font-size: 2.5rem;\n margin-bottom: 1rem;\n}\n\n.comparison-grid {\n display: grid;\n grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n gap: 2rem;\n padding: 4rem 2rem;\n}\n\n.comparison-card {\n background: white;\n padding: 2rem;\n border-radius: 10px;\n box-shadow: var(--card-shadow);\n}\n\n.comparison-card.highlight {\n border: 2px solid var(--primary-color);\n}\n\n.contact {\n background: var(--primary-color);\n color: white;\n padding: 4rem 2rem;\n}\n\n.contact-form {\n max-width: 600px;\n margin: 0 auto;\n display: grid;\n gap: 1rem;\n}\n\n.contact-form input,\n.contact-form textarea {\n padding: 1rem;\n border: none;\n border-radius: 5px;\n}\n\n.contact-form button {\n background: var(--secondary-color);\n color: white;\n border: none;\n padding: 1rem;\n border-radius: 5px;\n cursor: pointer;\n transition: background-color 0.3s ease;\n}\n\n.contact-form button:hover {\n background-color: #45a049;\n}\n\nfooter {\n background: #333;\n color: white;\n padding: 2rem;\n text-align: center;\n}\n\n.footer-links {\n display: flex;\n justify-content: center;\n gap: 2rem;\n}\n\n.footer-links a {\n color: white;\n text-decoration: none;\n}\n\n@media (max-width: 768px) {\n .mobile-menu {\n display: block;\n }\n\n .nav-links {\n display: none;\n position: absolute;\n top: 100%;\n left: 0;\n right: 0;\n background: white;\n flex-direction: column;\n padding: 1rem;\n text-align: center;\n }\n\n .nav-links.active {\n display: flex;\n }\n\n .hero-content h1 {\n font-size: 2rem;\n }\n}\n\n---script.js---\ndocument.addEventListener('DOMContentLoaded', () => {\n // Mobile menu toggle\n const mobileMenu = document.querySelector('.mobile-menu');\n const navLinks = document.querySelector('.nav-links');\n\n mobileMenu.addEventListener('click', () => {\n navLinks.classList.toggle('active');\n });\n\n // Smooth scroll for navigation links\n document.querySelectorAll('a[href^=\"#\"]').forEach(anchor => {\n anchor.addEventListener('click', function (e) {\n e.preventDefault();\n const target = document.querySelector(this.getAttribute('href'));\n target.scrollIntoView({\n behavior: 'smooth'\n });\n });\n });\n\n // Form submission handling\n const contactForm = document.querySelector('.contact-form');\n contactForm.addEventListener('submit', (e) => {\n e.preventDefault();\n // Add form submission logic here\n alert('Thank you for your interest! We will contact you soon.');\n contactForm.reset();\n });\n\n // Intersection Observer for fade-in animations\n const observer = new IntersectionObserver((entries) => {\n entries.forEach(entry => {\n if (entry.isIntersecting) {\n entry.target.style.opacity = 1;\n entry.target.style.transform = 'translateY(0)';\n }\n });\n });\n\n // Apply fade-in animation to cards\n document.querySelectorAll('.benefit-card, .comparison-card').forEach(card => {\n card.style.opacity = 0;\n card.style.transform = 'translateY(20px)';\n card.style.transition = 'opacity 0.5s ease, transform 0.5s ease';\n observer.observe(card);\n });\n});\n\n---end---\n\nThis website features a modern, professional design with smooth animations, responsive layout, and clear information architecture. The color scheme uses a professional blue and green palette, with careful attention to accessibility and readability. The site includes interactive elements like smooth scrolling, form validation, and mobile-responsive navigation.\n\nKey features:\n- Fixed navigation header\n- Hero section with gradient background\n- Card-based layout for benefits and comparison\n- Intersection Observer for scroll animations\n- Mobile-first responsive design\n- Contact form with validation\n- Smooth scroll behavior\n- Hover effects and transitions\n- Clear typography hierarchy\n- Accessible color contrast\n\nThe domain name \"siemshield.scroll.pub\" is memorable and clearly communicates the purpose of the website while maintaining professionalism." + } + ], + "stop_reason": "end_turn", + "stop_sequence": null, + "usage": { + "input_tokens": 310, + "cache_creation_input_tokens": 0, + "cache_read_input_tokens": 0, + "output_tokens": 3116 + } +} \ No newline at end of file diff --git a/readme.scroll b/readme.scroll new file mode 100644 index 0000000..5d87580 --- /dev/null +++ b/readme.scroll @@ -0,0 +1,2 @@ +# siemshield.scroll.pub +Website generated by Claude from prompt: I want a product website specifically highlighting the benefits of running a SIEM on your local network as a small medium sized business. Identify the difference between virus and malware protection and the differences \ No newline at end of file diff --git a/script.js b/script.js new file mode 100644 index 0000000..ed8323b --- /dev/null +++ b/script.js @@ -0,0 +1,47 @@ +document.addEventListener('DOMContentLoaded', () => { + // Mobile menu toggle + const mobileMenu = document.querySelector('.mobile-menu'); + const navLinks = document.querySelector('.nav-links'); + + mobileMenu.addEventListener('click', () => { + navLinks.classList.toggle('active'); + }); + + // Smooth scroll for navigation links + document.querySelectorAll('a[href^="#"]').forEach(anchor => { + anchor.addEventListener('click', function (e) { + e.preventDefault(); + const target = document.querySelector(this.getAttribute('href')); + target.scrollIntoView({ + behavior: 'smooth' + }); + }); + }); + + // Form submission handling + const contactForm = document.querySelector('.contact-form'); + contactForm.addEventListener('submit', (e) => { + e.preventDefault(); + // Add form submission logic here + alert('Thank you for your interest! We will contact you soon.'); + contactForm.reset(); + }); + + // Intersection Observer for fade-in animations + const observer = new IntersectionObserver((entries) => { + entries.forEach(entry => { + if (entry.isIntersecting) { + entry.target.style.opacity = 1; + entry.target.style.transform = 'translateY(0)'; + } + }); + }); + + // Apply fade-in animation to cards + document.querySelectorAll('.benefit-card, .comparison-card').forEach(card => { + card.style.opacity = 0; + card.style.transform = 'translateY(20px)'; + card.style.transition = 'opacity 0.5s ease, transform 0.5s ease'; + observer.observe(card); + }); +}); diff --git a/style.css b/style.css new file mode 100644 index 0000000..c5693e2 --- /dev/null +++ b/style.css @@ -0,0 +1,215 @@ +:root { + --primary-color: #2a4494; + --secondary-color: #4CAF50; + --background-color: #f8f9fa; + --text-color: #333; + --card-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); +} + +* { + margin: 0; + padding: 0; + box-sizing: border-box; +} + +body { + font-family: 'Segoe UI', system-ui, sans-serif; + line-height: 1.6; + color: var(--text-color); + background-color: var(--background-color); +} + +.main-nav { + display: flex; + justify-content: space-between; + align-items: center; + padding: 1rem 2rem; + background: white; + box-shadow: var(--card-shadow); + position: fixed; + width: 100%; + z-index: 1000; +} + +.logo { + font-size: 1.5rem; + font-weight: bold; + color: var(--primary-color); +} + +.nav-links { + display: flex; + gap: 2rem; + list-style: none; +} + +.nav-links a { + text-decoration: none; + color: var(--text-color); + font-weight: 500; + transition: color 0.3s ease; +} + +.nav-links a:hover { + color: var(--primary-color); +} + +.mobile-menu { + display: none; + background: none; + border: none; + font-size: 1.5rem; + cursor: pointer; +} + +.hero { + height: 100vh; + display: flex; + align-items: center; + justify-content: center; + background: linear-gradient(135deg, var(--primary-color), #1a237e); + color: white; + text-align: center; + padding: 2rem; +} + +.hero-content h1 { + font-size: 3rem; + margin-bottom: 1rem; +} + +.cta-button { + display: inline-block; + padding: 1rem 2rem; + background: var(--secondary-color); + color: white; + text-decoration: none; + border-radius: 5px; + margin-top: 2rem; + transition: transform 0.3s ease; +} + +.cta-button:hover { + transform: translateY(-2px); +} + +.benefits-grid { + display: grid; + grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); + gap: 2rem; + padding: 4rem 2rem; +} + +.benefit-card { + background: white; + padding: 2rem; + border-radius: 10px; + box-shadow: var(--card-shadow); + text-align: center; + transition: transform 0.3s ease; +} + +.benefit-card:hover { + transform: translateY(-5px); +} + +.icon { + font-size: 2.5rem; + margin-bottom: 1rem; +} + +.comparison-grid { + display: grid; + grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); + gap: 2rem; + padding: 4rem 2rem; +} + +.comparison-card { + background: white; + padding: 2rem; + border-radius: 10px; + box-shadow: var(--card-shadow); +} + +.comparison-card.highlight { + border: 2px solid var(--primary-color); +} + +.contact { + background: var(--primary-color); + color: white; + padding: 4rem 2rem; +} + +.contact-form { + max-width: 600px; + margin: 0 auto; + display: grid; + gap: 1rem; +} + +.contact-form input, +.contact-form textarea { + padding: 1rem; + border: none; + border-radius: 5px; +} + +.contact-form button { + background: var(--secondary-color); + color: white; + border: none; + padding: 1rem; + border-radius: 5px; + cursor: pointer; + transition: background-color 0.3s ease; +} + +.contact-form button:hover { + background-color: #45a049; +} + +footer { + background: #333; + color: white; + padding: 2rem; + text-align: center; +} + +.footer-links { + display: flex; + justify-content: center; + gap: 2rem; +} + +.footer-links a { + color: white; + text-decoration: none; +} + +@media (max-width: 768px) { + .mobile-menu { + display: block; + } + + .nav-links { + display: none; + position: absolute; + top: 100%; + left: 0; + right: 0; + background: white; + flex-direction: column; + padding: 1rem; + text-align: center; + } + + .nav-links.active { + display: flex; + } + + .hero-content h1 { + font-size: 2rem; + } +}