Changes to clonea26fe.annieroth1.scroll.pub

ffff:24.102.232.193
ffff:24.102.232.193
2 days ago
updated index.scroll
index.scroll
Changed around line 1
+ title Annie Roth Art Portfolio
- title Annie Roth Art Portfolio
Changed around line 105: main
- p Annie Roth Art
+ p Annie Roth Art
ffff:24.102.232.193
ffff:24.102.232.193
2 days ago
created annierothwebsite.scroll
annierothwebsite.scroll
root
root
2 days ago
Initial commit
index.scroll
Changed around line 1
+ buildHtml
+ baseUrl https://annieroth.scroll.pub
+ metaTags
+ editButton /edit.html
+ title Annie Roth Art Portfolio
+ style.css
+
+ header
+ class hero
+ nav
+ div Annie Roth Art
+ class logo
+ div
+ class nav-links
+ a Gallery
+ href #gallery
+ a Shop
+ href #shop
+ a Contact
+ href #contact
+ div
+ class hero-content
+ h1 Annie Roth Art
+ p Original Paintings & Prints
+ a View Gallery
+ class primary-button
+ href #gallery
+ main
+ section
+ id gallery
+ class gallery
+ h2 Gallery
+ div
+ class gallery-grid
+ div
+ class gallery-item
+ img src /images/painting1.jpg
+ alt Painting 1
+ div
+ class gallery-item
+ img src /images/painting2.jpg
+ alt Painting 2
+ div
+ class gallery-item
+ img src /images/painting3.jpg
+ alt Painting 3
+ div
+ class gallery-item
+ img src /images/painting4.jpg
+ alt Painting 4
+ section
+ id shop
+ class shop
+ h2 Shop
+ div
+ class shop-grid
+ div
+ class shop-item
+ img src /images/print1.jpg
+ alt Print 1
+ h3 Print 1
+ p $50
+ a Buy Now
+ class shop-button
+ href #
+ div
+ class shop-item
+ img src /images/print2.jpg
+ alt Print 2
+ h3 Print 2
+ p $50
+ a Buy Now
+ class shop-button
+ href #
+ div
+ class shop-item
+ img src /images/print3.jpg
+ alt Print 3
+ h3 Print 3
+ p $50
+ a Buy Now
+ class shop-button
+ href #
+ div
+ class shop-item
+ img src /images/print4.jpg
+ alt Print 4
+ h3 Print 4
+ p $50
+ a Buy Now
+ class shop-button
+ href #
+ section
+ id contact
+ class contact
+ h2 Contact
+ div
+ class contact-links
+ a Email
+ href mailto:annie@annieroth.scroll.pub
+ a Instagram
+ href https://instagram.com/annieroth.art
+ a Facebook
+ href https://facebook.com/annieroth.art
+ footer
+ div
+ class footer-content
+ p Annie Roth Art
prompt.json
Changed around line 1
+ {
+ "id": "eff0bcb7-7b05-4779-9821-1056c1bf7bc5",
+ "object": "chat.completion",
+ "created": 1737323299,
+ "model": "deepseek-chat",
+ "choices": [
+ {
+ "index": 0,
+ "message": {
+ "role": "assistant",
+ "content": "---domain---\nannieroth.scroll.pub\n---index.scroll---\nbuildHtml\nbaseUrl https://annieroth.scroll.pub\nmetaTags\neditButton /edit.html\ntitle Annie Roth Art Portfolio\nstyle.css\n\nheader\n class hero\n nav\n div Annie Roth Art\n class logo\n div\n class nav-links\n a Gallery\n href #gallery\n a Shop\n href #shop\n a Contact\n href #contact\n div\n class hero-content\n h1 Annie Roth Art\n p Original Paintings & Prints\n a View Gallery\n class primary-button\n href #gallery\nmain\n section\n id gallery\n class gallery\n h2 Gallery\n div\n class gallery-grid\n div\n class gallery-item\n img src /images/painting1.jpg\n alt Painting 1\n div\n class gallery-item\n img src /images/painting2.jpg\n alt Painting 2\n div\n class gallery-item\n img src /images/painting3.jpg\n alt Painting 3\n div\n class gallery-item\n img src /images/painting4.jpg\n alt Painting 4\n section\n id shop\n class shop\n h2 Shop\n div\n class shop-grid\n div\n class shop-item\n img src /images/print1.jpg\n alt Print 1\n h3 Print 1\n p $50\n a Buy Now\n class shop-button\n href #\n div\n class shop-item\n img src /images/print2.jpg\n alt Print 2\n h3 Print 2\n p $50\n a Buy Now\n class shop-button\n href #\n div\n class shop-item\n img src /images/print3.jpg\n alt Print 3\n h3 Print 3\n p $50\n a Buy Now\n class shop-button\n href #\n div\n class shop-item\n img src /images/print4.jpg\n alt Print 4\n h3 Print 4\n p $50\n a Buy Now\n class shop-button\n href #\n section\n id contact\n class contact\n h2 Contact\n div\n class contact-links\n a Email\n href mailto:annie@annieroth.scroll.pub\n a Instagram\n href https://instagram.com/annieroth.art\n a Facebook\n href https://facebook.com/annieroth.art\nfooter\n div\n class footer-content\n p Annie Roth Art\n---style.css---\n:root {\n --primary-color: #6C5B7B;\n --secondary-color: #C06C84;\n --accent-color: #F67280;\n --light-color: #F8B195;\n --dark-color: #355C7D;\n}\n\nbody {\n font-family: 'Helvetica Neue', sans-serif;\n line-height: 1.6;\n color: var(--dark-color);\n margin: 0;\n padding: 0;\n}\n\n.hero {\n background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));\n color: white;\n padding: 4rem 2rem;\n text-align: center;\n}\n\n.nav-links {\n display: flex;\n justify-content: center;\n gap: 2rem;\n margin-top: 1rem;\n}\n\n.primary-button {\n background: var(--accent-color);\n color: white;\n padding: 0.8rem 2rem;\n border-radius: 2rem;\n text-decoration: none;\n display: inline-block;\n margin-top: 1rem;\n}\n\n.gallery-grid, .shop-grid {\n display: grid;\n grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n gap: 2rem;\n padding: 2rem;\n}\n\n.gallery-item img, .shop-item img {\n width: 100%;\n height: auto;\n border-radius: 1rem;\n}\n\n.shop-item {\n text-align: center;\n}\n\n.shop-button {\n background: var(--primary-color);\n color: white;\n padding: 0.5rem 1rem;\n border-radius: 1rem;\n text-decoration: none;\n display: inline-block;\n margin-top: 0.5rem;\n}\n\n.contact-links {\n display: flex;\n justify-content: center;\n gap: 2rem;\n padding: 2rem;\n}\n\n.contact-links a {\n color: var(--dark-color);\n text-decoration: none;\n}\n\n.footer-content {\n text-align: center;\n padding: 2rem;\n background: var(--light-color);\n}\n\n@media (max-width: 768px) {\n .nav-links {\n flex-direction: column;\n gap: 1rem;\n }\n}\n---script.js---\n// Smooth scrolling for anchor links\ndocument.querySelectorAll('a[href^=\"#\"]').forEach(anchor => {\n anchor.addEventListener('click', function (e) {\n e.preventDefault();\n document.querySelector(this.getAttribute('href')).scrollIntoView({\n behavior: 'smooth'\n });\n });\n});\n\n// Lazy loading for images\ndocument.addEventListener(\"DOMContentLoaded\", function() {\n let lazyImages = [].slice.call(document.querySelectorAll(\"img.lazy\"));\n \n if (\"IntersectionObserver\" in window) {\n let lazyImageObserver = new IntersectionObserver(function(entries, observer) {\n entries.forEach(function(entry) {\n if (entry.isIntersecting) {\n let lazyImage = entry.target;\n lazyImage.src = lazyImage.dataset.src;\n lazyImage.classList.remove(\"lazy\");\n lazyImageObserver.unobserve(lazyImage);\n }\n });\n });\n\n lazyImages.forEach(function(lazyImage) {\n lazyImageObserver.observe(lazyImage);\n });\n } else {\n // Fallback for browsers without IntersectionObserver support\n lazyImages.forEach(function(lazyImage) {\n lazyImage.src = lazyImage.dataset.src;\n });\n }\n});\n---end---"
+ },
+ "logprobs": null,
+ "finish_reason": "stop"
+ }
+ ],
+ "usage": {
+ "prompt_tokens": 764,
+ "completion_tokens": 1336,
+ "total_tokens": 2100,
+ "prompt_cache_hit_tokens": 0,
+ "prompt_cache_miss_tokens": 764
+ },
+ "system_fingerprint": "fp_3a5770e1b4"
+ }
readme.scroll
Changed around line 1
+ # annieroth1.scroll.pub
+
+ website generated by DeepSeek from prompt: art portfolio for artist annie roth that can be uploaded to wordpress. use her instigram.com/annieroth.art as content for her website. use her paintings to create merchandise to sell and link jer social media and email
script.js
Changed around line 1
+ // Smooth scrolling for anchor links
+ document.querySelectorAll('a[href^="#"]').forEach(anchor => {
+ anchor.addEventListener('click', function (e) {
+ e.preventDefault();
+ document.querySelector(this.getAttribute('href')).scrollIntoView({
+ behavior: 'smooth'
+ });
+ });
+ });
+
+ // Lazy loading for images
+ document.addEventListener("DOMContentLoaded", function() {
+ let lazyImages = [].slice.call(document.querySelectorAll("img.lazy"));
+
+ if ("IntersectionObserver" in window) {
+ let lazyImageObserver = new IntersectionObserver(function(entries, observer) {
+ entries.forEach(function(entry) {
+ if (entry.isIntersecting) {
+ let lazyImage = entry.target;
+ lazyImage.src = lazyImage.dataset.src;
+ lazyImage.classList.remove("lazy");
+ lazyImageObserver.unobserve(lazyImage);
+ }
+ });
+ });
+
+ lazyImages.forEach(function(lazyImage) {
+ lazyImageObserver.observe(lazyImage);
+ });
+ } else {
+ // Fallback for browsers without IntersectionObserver support
+ lazyImages.forEach(function(lazyImage) {
+ lazyImage.src = lazyImage.dataset.src;
+ });
+ }
+ });
style.css
Changed around line 1
+ :root {
+ --primary-color: #6C5B7B;
+ --secondary-color: #C06C84;
+ --accent-color: #F67280;
+ --light-color: #F8B195;
+ --dark-color: #355C7D;
+ }
+
+ body {
+ font-family: 'Helvetica Neue', sans-serif;
+ line-height: 1.6;
+ color: var(--dark-color);
+ margin: 0;
+ padding: 0;
+ }
+
+ .hero {
+ background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
+ color: white;
+ padding: 4rem 2rem;
+ text-align: center;
+ }
+
+ .nav-links {
+ display: flex;
+ justify-content: center;
+ gap: 2rem;
+ margin-top: 1rem;
+ }
+
+ .primary-button {
+ background: var(--accent-color);
+ color: white;
+ padding: 0.8rem 2rem;
+ border-radius: 2rem;
+ text-decoration: none;
+ display: inline-block;
+ margin-top: 1rem;
+ }
+
+ .gallery-grid, .shop-grid {
+ display: grid;
+ grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
+ gap: 2rem;
+ padding: 2rem;
+ }
+
+ .gallery-item img, .shop-item img {
+ width: 100%;
+ height: auto;
+ border-radius: 1rem;
+ }
+
+ .shop-item {
+ text-align: center;
+ }
+
+ .shop-button {
+ background: var(--primary-color);
+ color: white;
+ padding: 0.5rem 1rem;
+ border-radius: 1rem;
+ text-decoration: none;
+ display: inline-block;
+ margin-top: 0.5rem;
+ }
+
+ .contact-links {
+ display: flex;
+ justify-content: center;
+ gap: 2rem;
+ padding: 2rem;
+ }
+
+ .contact-links a {
+ color: var(--dark-color);
+ text-decoration: none;
+ }
+
+ .footer-content {
+ text-align: center;
+ padding: 2rem;
+ background: var(--light-color);
+ }
+
+ @media (max-width: 768px) {
+ .nav-links {
+ flex-direction: column;
+ gap: 1rem;
+ }
+ }