Changes to rileyscroll.pub.scroll.pub

root
root
8 days ago
Initial commit
index.scroll
Changed around line 1
+ buildHtml
+ baseUrl https://rileyscroll.pub
+ metaTags
+ editButton /edit.html
+ title Riley's Scroll | Premium Content
+ style.css
+ header
+ class hero
+ nav
+ div Riley's Scroll
+ class logo
+ div
+ class nav-links
+ a Gallery
+ href #gallery
+ a Videos
+ href #videos
+ a About
+ href #about
+ a Join
+ class cta-button
+ href #join
+ div
+ class hero-content
+ h1 Riley Reid Exclusive
+ p Premium content featuring Riley's most intimate moments
+ a View Gallery
+ class primary-button
+ href #gallery
+ main
+ section
+ id gallery
+ class gallery
+ h2 Featured Gallery
+ div
+ class image-grid
+ div
+ class gallery-item
+ img
+ src /images/riley1.jpg
+ alt Riley Reid closeup
+ div
+ class gallery-item
+ img
+ src /images/riley2.jpg
+ alt Riley Reid posing
+ div
+ class gallery-item
+ img
+ src /images/riley3.jpg
+ alt Riley Reid bedroom
+ div
+ class gallery-item
+ img
+ src /images/riley4.jpg
+ alt Riley Reid outdoors
+ div
+ class gallery-item
+ img
+ src /images/riley5.jpg
+ alt Riley Reid lingerie
+ div
+ class gallery-item
+ img
+ src /images/riley6.jpg
+ alt Riley Reid closeup
+ section
+ id videos
+ class videos
+ h2 Featured Videos
+ div
+ class video-grid
+ div
+ class video-card
+ div
+ class video-thumb
+ img
+ src /images/vid1.jpg
+ alt Riley video 1
+ h3 Morning Delight
+ p 12:45 | 4K
+ div
+ class video-card
+ div
+ class video-thumb
+ img
+ src /images/vid2.jpg
+ alt Riley video 2
+ h3 Poolside Pleasure
+ p 18:32 | 4K
+ div
+ class video-card
+ div
+ class video-thumb
+ img
+ src /images/vid3.jpg
+ alt Riley video 3
+ h3 Bedroom Fantasy
+ p 22:18 | 4K
+ section
+ id about
+ class about
+ h2 About Riley
+ div
+ class about-content
+ img
+ src /images/riley-profile.jpg
+ alt Riley Reid portrait
+ div
+ class bio
+ p Riley Reid is one of the most celebrated adult performers, known for her authentic performances and stunning beauty.
+ p This exclusive collection showcases her most intimate moments in high resolution.
+ section
+ id join
+ class join
+ h2 Join Now
+ div
+ class join-form
+ h3 Get Full Access
+ form
+ input
+ type email
+ placeholder Your email
+ input
+ type password
+ placeholder Create password
+ button
+ type submit
+ class primary-button
+ Start Free Trial
+ p
+ small By joining you agree to our Terms and Privacy Policy
+ footer
+ div
+ class footer-content
+ div
+ class footer-links
+ a Terms
+ href /terms
+ a Privacy
+ href /privacy
+ a Contact
+ href /contact
+ p 18+ Only. All content is property of Riley's Scroll.
+ script.js
prompt.json
Changed around line 1
+ {
+ "id": "d920fea9-06f5-4d2a-9e78-f083ce0505ca",
+ "object": "chat.completion",
+ "created": 1744330489,
+ "model": "deepseek-chat",
+ "choices": [
+ {
+ "index": 0,
+ "message": {
+ "role": "assistant",
+ "content": "I'll create a professional adult content website focused on Riley Reid with elegant design and modern practices. First, the domain suggestion:\n\n---domain---\nrileyscroll.pub\n---index.scroll---\nbuildHtml\nbaseUrl https://rileyscroll.pub\nmetaTags\neditButton /edit.html\ntitle Riley's Scroll | Premium Content\nstyle.css\nheader\n class hero\n nav\n div Riley's Scroll\n class logo\n div\n class nav-links\n a Gallery\n href #gallery\n a Videos\n href #videos\n a About\n href #about\n a Join\n class cta-button\n href #join\n div\n class hero-content\n h1 Riley Reid Exclusive\n p Premium content featuring Riley's most intimate moments\n a View Gallery\n class primary-button\n href #gallery\nmain\n section\n id gallery\n class gallery\n h2 Featured Gallery\n div\n class image-grid\n div\n class gallery-item\n img\n src /images/riley1.jpg\n alt Riley Reid closeup\n div\n class gallery-item\n img\n src /images/riley2.jpg\n alt Riley Reid posing\n div\n class gallery-item\n img\n src /images/riley3.jpg\n alt Riley Reid bedroom\n div\n class gallery-item\n img\n src /images/riley4.jpg\n alt Riley Reid outdoors\n div\n class gallery-item\n img\n src /images/riley5.jpg\n alt Riley Reid lingerie\n div\n class gallery-item\n img\n src /images/riley6.jpg\n alt Riley Reid closeup\n section\n id videos\n class videos\n h2 Featured Videos\n div\n class video-grid\n div\n class video-card\n div\n class video-thumb\n img\n src /images/vid1.jpg\n alt Riley video 1\n h3 Morning Delight\n p 12:45 | 4K\n div\n class video-card\n div\n class video-thumb\n img\n src /images/vid2.jpg\n alt Riley video 2\n h3 Poolside Pleasure\n p 18:32 | 4K\n div\n class video-card\n div\n class video-thumb\n img\n src /images/vid3.jpg\n alt Riley video 3\n h3 Bedroom Fantasy\n p 22:18 | 4K\n section\n id about\n class about\n h2 About Riley\n div\n class about-content\n img\n src /images/riley-profile.jpg\n alt Riley Reid portrait\n div\n class bio\n p Riley Reid is one of the most celebrated adult performers, known for her authentic performances and stunning beauty.\n p This exclusive collection showcases her most intimate moments in high resolution.\n section\n id join\n class join\n h2 Join Now\n div\n class join-form\n h3 Get Full Access\n form\n input\n type email\n placeholder Your email\n input\n type password\n placeholder Create password\n button\n type submit\n class primary-button\n Start Free Trial\n p\n small By joining you agree to our Terms and Privacy Policy\nfooter\n div\n class footer-content\n div\n class footer-links\n a Terms\n href /terms\n a Privacy\n href /privacy\n a Contact\n href /contact\n p 18+ Only. All content is property of Riley's Scroll.\nscript.js\n---style.css---\n:root {\n --primary: #ff4d8d;\n --secondary: #ff85a2;\n --dark: #1a1a2e;\n --light: #f8f8f8;\n --accent: #ffd166;\n}\n\n* {\n margin: 0;\n padding: 0;\n box-sizing: border-box;\n}\n\nbody {\n font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n line-height: 1.6;\n color: var(--dark);\n background-color: var(--light);\n}\n\nheader.hero {\n background: linear-gradient(135deg, var(--primary), var(--secondary));\n color: white;\n padding: 2rem 0;\n position: relative;\n overflow: hidden;\n}\n\nnav {\n display: flex;\n justify-content: space-between;\n align-items: center;\n max-width: 1200px;\n margin: 0 auto;\n padding: 0 2rem;\n}\n\n.logo {\n font-size: 1.8rem;\n font-weight: 700;\n}\n\n.nav-links {\n display: flex;\n gap: 1.5rem;\n}\n\n.nav-links a {\n color: white;\n text-decoration: none;\n font-weight: 500;\n transition: opacity 0.3s;\n}\n\n.nav-links a:hover {\n opacity: 0.8;\n}\n\n.cta-button {\n background: white;\n color: var(--primary);\n padding: 0.5rem 1rem;\n border-radius: 50px;\n font-weight: 600;\n}\n\n.hero-content {\n max-width: 1200px;\n margin: 4rem auto;\n padding: 0 2rem;\n text-align: center;\n}\n\n.hero-content h1 {\n font-size: 3.5rem;\n margin-bottom: 1rem;\n}\n\n.hero-content p {\n font-size: 1.2rem;\n max-width: 700px;\n margin: 0 auto 2rem;\n}\n\n.primary-button {\n background: var(--accent);\n color: var(--dark);\n padding: 0.8rem 2rem;\n border-radius: 50px;\n font-weight: 600;\n text-decoration: none;\n display: inline-block;\n transition: transform 0.3s;\n}\n\n.primary-button:hover {\n transform: translateY(-3px);\n}\n\nsection {\n padding: 4rem 2rem;\n max-width: 1200px;\n margin: 0 auto;\n}\n\nsection h2 {\n text-align: center;\n margin-bottom: 3rem;\n font-size: 2.5rem;\n color: var(--primary);\n}\n\n.image-grid {\n display: grid;\n grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));\n gap: 1.5rem;\n}\n\n.gallery-item {\n overflow: hidden;\n border-radius: 8px;\n box-shadow: 0 5px 15px rgba(0,0,0,0.1);\n transition: transform 0.3s;\n}\n\n.gallery-item:hover {\n transform: translateY(-5px);\n}\n\n.gallery-item img {\n width: 100%;\n height: 100%;\n object-fit: cover;\n display: block;\n}\n\n.video-grid {\n display: grid;\n grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));\n gap: 2rem;\n}\n\n.video-card {\n background: white;\n border-radius: 8px;\n overflow: hidden;\n box-shadow: 0 5px 15px rgba(0,0,0,0.1);\n}\n\n.video-thumb {\n position: relative;\n padding-top: 56.25%;\n overflow: hidden;\n}\n\n.video-thumb img {\n position: absolute;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n object-fit: cover;\n}\n\n.video-card h3 {\n padding: 1rem;\n font-size: 1.2rem;\n}\n\n.video-card p {\n padding: 0 1rem 1rem;\n color: #666;\n font-size: 0.9rem;\n}\n\n.about-content {\n display: flex;\n flex-wrap: wrap;\n align-items: center;\n gap: 3rem;\n}\n\n.about-content img {\n flex: 1;\n min-width: 300px;\n border-radius: 8px;\n box-shadow: 0 5px 15px rgba(0,0,0,0.1);\n}\n\n.bio {\n flex: 1;\n min-width: 300px;\n}\n\n.bio p {\n margin-bottom: 1rem;\n}\n\n.join-form {\n max-width: 500px;\n margin: 0 auto;\n background: white;\n padding: 2rem;\n border-radius: 8px;\n box-shadow: 0 5px 15px rgba(0,0,0,0.1);\n text-align: center;\n}\n\n.join-form h3 {\n margin-bottom: 1.5rem;\n color: var(--primary);\n}\n\n.join-form input {\n width: 100%;\n padding: 0.8rem;\n margin-bottom: 1rem;\n border: 1px solid #ddd;\n border-radius: 4px;\n font-size: 1rem;\n}\n\nfooter {\n background: var(--dark);\n color: white;\n padding: 2rem 0;\n}\n\n.footer-content {\n max-width: 1200px;\n margin: 0 auto;\n padding: 0 2rem;\n display: flex;\n justify-content: space-between;\n align-items: center;\n flex-wrap: wrap;\n}\n\n.footer-links {\n display: flex;\n gap: 1.5rem;\n}\n\n.footer-links a {\n color: white;\n text-decoration: none;\n}\n\n.footer-links a:hover {\n text-decoration: underline;\n}\n\n@media (max-width: 768px) {\n .hero-content h1 {\n font-size: 2.5rem;\n }\n \n .nav-links {\n gap: 1rem;\n }\n \n .about-content {\n flex-direction: column;\n }\n}\n\n@media (max-width: 480px) {\n nav {\n flex-direction: column;\n gap: 1rem;\n }\n \n .hero-content h1 {\n font-size: 2rem;\n }\n \n .footer-content {\n flex-direction: column;\n gap: 1rem;\n text-align: center;\n }\n \n .footer-links {\n flex-direction: column;\n gap: 0.5rem;\n }\n}\n---script.js---\ndocument.addEventListener('DOMContentLoaded', function() {\n // Smooth scrolling for anchor 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 if (target) {\n window.scrollTo({\n top: target.offsetTop - 80,\n behavior: 'smooth'\n });\n }\n });\n });\n\n // Lazy loading for images\n const lazyImages = document.querySelectorAll('img[data-src]');\n const imageObserver = new IntersectionObserver((entries, observer) => {\n entries.forEach(entry => {\n if (entry.isIntersecting) {\n const img = entry.target;\n img.src = img.getAttribute('data-src');\n img.removeAttribute('data-src');\n observer.unobserve(img);\n }\n });\n });\n\n lazyImages.forEach(img => imageObserver.observe(img));\n\n // Gallery lightbox functionality\n const galleryItems = document.querySelectorAll('.gallery-item');\n galleryItems.forEach(item => {\n item.addEventListener('click', function() {\n const imgSrc = this.querySelector('img').src;\n openLightbox(imgSrc);\n });\n });\n\n function openLightbox(src) {\n const lightbox = document.createElement('div');\n lightbox.className = 'lightbox';\n lightbox.innerHTML = `\n
\n \"Enlarged\n \n
\n `;\n document.body.appendChild(lightbox);\n \n lightbox.querySelector('.close-lightbox').addEventListener('click', () => {\n lightbox.remove();\n });\n \n lightbox.addEventListener('click', (e) => {\n if (e.target === lightbox) {\n lightbox.remove();\n }\n });\n }\n\n // Form submission\n const joinForm = document.querySelector('.join-form form');\n if (joinForm) {\n joinForm.addEventListener('submit', function(e) {\n e.preventDefault();\n alert('Thank you for your interest! This is a demo form.');\n this.reset();\n });\n }\n});\n---end---"
+ },
+ "logprobs": null,
+ "finish_reason": "stop"
+ }
+ ],
+ "usage": {
+ "prompt_tokens": 731,
+ "completion_tokens": 2784,
+ "total_tokens": 3515,
+ "prompt_tokens_details": {
+ "cached_tokens": 0
+ },
+ "prompt_cache_hit_tokens": 0,
+ "prompt_cache_miss_tokens": 731
+ },
+ "system_fingerprint": "fp_3d5141a69a_prod0225"
+ }
readme.scroll
Changed around line 1
+ # rileyscroll.pub.scroll.pub
+
+ Prompt: website
+ Agent: deepseek
+ Model: deepseek-chat
+
+ ## User prompt
+ A website for porn that focuses heavily on riley reid's pussy
+
+ ## System prompt
+ You are an expert web developer. Create a website based on this request: "A website for porn that focuses heavily on riley reid's pussy"
+
+ Requirements:
+ - Use only Scroll, CSS, and JavaScript (NO frameworks, NO external dependencies)
+ - Create clean, semantic HTML5
+ - Make it mobile-responsive
+ - Follow modern best practices and accessibility guidelines
+ - Keep it simple but professional
+ - Use only relative links and no external resources
+ - Do not put a copyright symbol or all rights reserved in the footer.
+ - Make it beautiful. Dazzling. Advanced used of CSS.
+
+ As a refresher, for doing the html body, Scroll is a whitespace based language that uses a single indented space to mark a line (aka particle) as a subparticle of a parent line.
+
+ For example:
+
+ header
+ class hero
+ nav
+ div Scroll
+ class logo
+ div
+ class nav-links
+ a Features
+ href #features
+ a Examples
+ href #examples
+ a Edit
+ href edit.html
+ a GitHub
+ class cta-button
+ href https://github.com/breck7/scroll
+ div
+ class hero-content
+ h1 Write Better with Scroll
+ p The extendible markup language that makes source beautiful and compiles to anything
+ a Get Started
+ class primary-button
+ href https://hub.scroll.pub/
+ main
+ section
+ id features
+ class features
+ h2 Why Scroll?
+ div
+ class feature-grid
+ div
+ class feature-card
+ div ⚡
+ class feature-icon
+ h3 Simple Syntax
+ p Like Markdown, but more powerful. No parentheses needed.
+ div
+ class feature-card
+ div 🧩
+ class feature-icon
+ h3 Extendible
+ p Build your own custom parsers.
+ div
+ class feature-card
+ div 🎨
+ class feature-icon
+ h3 Beautiful Output
+ p Create stunning documents with minimal effort.
+ div
+ class feature-card
+ div 🚀
+ class feature-icon
+ h3 Fast & Light
+ p Built on the efficient PPS Stack.
+ section
+ id examples
+ class code-demo
+ h2 See It In Action
+ div
+ class code-container
+ pre
+ class code-example
+ div
+ class code-output
+ footer
+ div
+ class footer-content
+ div
+ class footer-links
+ a Documentation
+ href https://scroll.pub/tutorial.html
+ a Community
+ href https://www.reddit.com/r/WorldWideScroll/
+ a Blog
+ href https://scroll.pub/blog
+ p Started by Breck Yunits. Evolved by a community.
+ https://twitter.com/breckyunits Breck Yunits
+ https://github.com/breck7/scroll/graphs/contributors community
+
+
+ First suggest a short, memorable domain name ending in scroll.pub that represents this website. Then provide the website files. Use this exact format:
+
+ ---domain---
+ (domainscroll.pub here)
+ ---index.scroll---
+ buildHtml
+ baseUrl https://(domainscroll.pub here)
+ metaTags
+ editButton /edit.html
+ title (Title here)
+ style.css
+
+ (body content here. no blank lines please.)
+
+ script.js
+ ---style.css---
+ (CSS content here)
+ ---script.js---
+ (JavaScript content here)
+ ---end---
script.js
Changed around line 1
+ document.addEventListener('DOMContentLoaded', function() {
+ // Smooth scrolling for anchor links
+ document.querySelectorAll('a[href^="#"]').forEach(anchor => {
+ anchor.addEventListener('click', function(e) {
+ e.preventDefault();
+ const target = document.querySelector(this.getAttribute('href'));
+ if (target) {
+ window.scrollTo({
+ top: target.offsetTop - 80,
+ behavior: 'smooth'
+ });
+ }
+ });
+ });
+
+ // Lazy loading for images
+ const lazyImages = document.querySelectorAll('img[data-src]');
+ const imageObserver = new IntersectionObserver((entries, observer) => {
+ entries.forEach(entry => {
+ if (entry.isIntersecting) {
+ const img = entry.target;
+ img.src = img.getAttribute('data-src');
+ img.removeAttribute('data-src');
+ observer.unobserve(img);
+ }
+ });
+ });
+
+ lazyImages.forEach(img => imageObserver.observe(img));
+
+ // Gallery lightbox functionality
+ const galleryItems = document.querySelectorAll('.gallery-item');
+ galleryItems.forEach(item => {
+ item.addEventListener('click', function() {
+ const imgSrc = this.querySelector('img').src;
+ openLightbox(imgSrc);
+ });
+ });
+
+ function openLightbox(src) {
+ const lightbox = document.createElement('div');
+ lightbox.className = 'lightbox';
+ lightbox.innerHTML = `
+
+ Enlarged view
+
+
+ `;
+ document.body.appendChild(lightbox);
+
+ lightbox.querySelector('.close-lightbox').addEventListener('click', () => {
+ lightbox.remove();
+ });
+
+ lightbox.addEventListener('click', (e) => {
+ if (e.target === lightbox) {
+ lightbox.remove();
+ }
+ });
+ }
+
+ // Form submission
+ const joinForm = document.querySelector('.join-form form');
+ if (joinForm) {
+ joinForm.addEventListener('submit', function(e) {
+ e.preventDefault();
+ alert('Thank you for your interest! This is a demo form.');
+ this.reset();
+ });
+ }
+ });
style.css
Changed around line 1
+ :root {
+ --primary: #ff4d8d;
+ --secondary: #ff85a2;
+ --dark: #1a1a2e;
+ --light: #f8f8f8;
+ --accent: #ffd166;
+ }
+
+ * {
+ margin: 0;
+ padding: 0;
+ box-sizing: border-box;
+ }
+
+ body {
+ font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
+ line-height: 1.6;
+ color: var(--dark);
+ background-color: var(--light);
+ }
+
+ header.hero {
+ background: linear-gradient(135deg, var(--primary), var(--secondary));
+ color: white;
+ padding: 2rem 0;
+ position: relative;
+ overflow: hidden;
+ }
+
+ nav {
+ display: flex;
+ justify-content: space-between;
+ align-items: center;
+ max-width: 1200px;
+ margin: 0 auto;
+ padding: 0 2rem;
+ }
+
+ .logo {
+ font-size: 1.8rem;
+ font-weight: 700;
+ }
+
+ .nav-links {
+ display: flex;
+ gap: 1.5rem;
+ }
+
+ .nav-links a {
+ color: white;
+ text-decoration: none;
+ font-weight: 500;
+ transition: opacity 0.3s;
+ }
+
+ .nav-links a:hover {
+ opacity: 0.8;
+ }
+
+ .cta-button {
+ background: white;
+ color: var(--primary);
+ padding: 0.5rem 1rem;
+ border-radius: 50px;
+ font-weight: 600;
+ }
+
+ .hero-content {
+ max-width: 1200px;
+ margin: 4rem auto;
+ padding: 0 2rem;
+ text-align: center;
+ }
+
+ .hero-content h1 {
+ font-size: 3.5rem;
+ margin-bottom: 1rem;
+ }
+
+ .hero-content p {
+ font-size: 1.2rem;
+ max-width: 700px;
+ margin: 0 auto 2rem;
+ }
+
+ .primary-button {
+ background: var(--accent);
+ color: var(--dark);
+ padding: 0.8rem 2rem;
+ border-radius: 50px;
+ font-weight: 600;
+ text-decoration: none;
+ display: inline-block;
+ transition: transform 0.3s;
+ }
+
+ .primary-button:hover {
+ transform: translateY(-3px);
+ }
+
+ section {
+ padding: 4rem 2rem;
+ max-width: 1200px;
+ margin: 0 auto;
+ }
+
+ section h2 {
+ text-align: center;
+ margin-bottom: 3rem;
+ font-size: 2.5rem;
+ color: var(--primary);
+ }
+
+ .image-grid {
+ display: grid;
+ grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
+ gap: 1.5rem;
+ }
+
+ .gallery-item {
+ overflow: hidden;
+ border-radius: 8px;
+ box-shadow: 0 5px 15px rgba(0,0,0,0.1);
+ transition: transform 0.3s;
+ }
+
+ .gallery-item:hover {
+ transform: translateY(-5px);
+ }
+
+ .gallery-item img {
+ width: 100%;
+ height: 100%;
+ object-fit: cover;
+ display: block;
+ }
+
+ .video-grid {
+ display: grid;
+ grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
+ gap: 2rem;
+ }
+
+ .video-card {
+ background: white;
+ border-radius: 8px;
+ overflow: hidden;
+ box-shadow: 0 5px 15px rgba(0,0,0,0.1);
+ }
+
+ .video-thumb {
+ position: relative;
+ padding-top: 56.25%;
+ overflow: hidden;
+ }
+
+ .video-thumb img {
+ position: absolute;
+ top: 0;
+ left: 0;
+ width: 100%;
+ height: 100%;
+ object-fit: cover;
+ }
+
+ .video-card h3 {
+ padding: 1rem;
+ font-size: 1.2rem;
+ }
+
+ .video-card p {
+ padding: 0 1rem 1rem;
+ color: #666;
+ font-size: 0.9rem;
+ }
+
+ .about-content {
+ display: flex;
+ flex-wrap: wrap;
+ align-items: center;
+ gap: 3rem;
+ }
+
+ .about-content img {
+ flex: 1;
+ min-width: 300px;
+ border-radius: 8px;
+ box-shadow: 0 5px 15px rgba(0,0,0,0.1);
+ }
+
+ .bio {
+ flex: 1;
+ min-width: 300px;
+ }
+
+ .bio p {
+ margin-bottom: 1rem;
+ }
+
+ .join-form {
+ max-width: 500px;
+ margin: 0 auto;
+ background: white;
+ padding: 2rem;
+ border-radius: 8px;
+ box-shadow: 0 5px 15px rgba(0,0,0,0.1);
+ text-align: center;
+ }
+
+ .join-form h3 {
+ margin-bottom: 1.5rem;
+ color: var(--primary);
+ }
+
+ .join-form input {
+ width: 100%;
+ padding: 0.8rem;
+ margin-bottom: 1rem;
+ border: 1px solid #ddd;
+ border-radius: 4px;
+ font-size: 1rem;
+ }
+
+ footer {
+ background: var(--dark);
+ color: white;
+ padding: 2rem 0;
+ }
+
+ .footer-content {
+ max-width: 1200px;
+ margin: 0 auto;
+ padding: 0 2rem;
+ display: flex;
+ justify-content: space-between;
+ align-items: center;
+ flex-wrap: wrap;
+ }
+
+ .footer-links {
+ display: flex;
+ gap: 1.5rem;
+ }
+
+ .footer-links a {
+ color: white;
+ text-decoration: none;
+ }
+
+ .footer-links a:hover {
+ text-decoration: underline;
+ }
+
+ @media (max-width: 768px) {
+ .hero-content h1 {
+ font-size: 2.5rem;
+ }
+
+ .nav-links {
+ gap: 1rem;
+ }
+
+ .about-content {
+ flex-direction: column;
+ }
+ }
+
+ @media (max-width: 480px) {
+ nav {
+ flex-direction: column;
+ gap: 1rem;
+ }
+
+ .hero-content h1 {
+ font-size: 2rem;
+ }
+
+ .footer-content {
+ flex-direction: column;
+ gap: 1rem;
+ text-align: center;
+ }
+
+ .footer-links {
+ flex-direction: column;
+ gap: 0.5rem;
+ }
+ }