Changes to design.scroll.pub

root
root
16 days ago
Initial commit
index.scroll
Changed around line 1
+ buildHtml
+ baseUrl https://design.scroll.pub
+ metaTags
+ editButton /edit.html
+ title Marco Rossi | Designer
+ style.css
+ script.js
+
+ header
+ class hero
+ nav
+ div MR
+ class logo
+ div
+ class nav-links
+ a Work
+ href #work
+ a About
+ href #about
+ a Contact
+ href #contact
+ div
+ class hero-content
+ h1 Marco Rossi
+ p Designer creating meaningful digital experiences
+ a View Work
+ class primary-button
+ href #work
+ main
+ section
+ id work
+ class portfolio
+ h2 Selected Work
+ div
+ class portfolio-grid
+ div
+ class portfolio-item
+ div
+ class portfolio-image
+ img
+ src work1.jpg
+ alt E-commerce Website Design
+ h3 Nova Collection
+ p E-commerce experience for luxury fashion brand
+ div
+ class portfolio-item
+ div
+ class portfolio-image
+ img
+ src work2.jpg
+ alt Mobile App Interface
+ h3 Flow Task Manager
+ p Productivity app with intuitive gesture controls
+ div
+ class portfolio-item
+ div
+ class portfolio-image
+ img
+ src work3.jpg
+ alt Brand Identity
+ h3 Aether Studios
+ p Visual identity for creative agency
+ section
+ id about
+ class about
+ h2 About Me
+ div
+ class about-content
+ div
+ class about-image
+ img
+ src portrait.jpg
+ alt Marco Rossi portrait
+ div
+ class about-text
+ p With over 8 years of experience in digital design, I specialize in creating thoughtful interfaces and memorable brand experiences.
+ p My approach combines aesthetic sensibility with user-centered design principles to deliver solutions that are both beautiful and functional.
+ div
+ class skills
+ span UI/UX Design
+ span Brand Identity
+ span Interaction Design
+ span Design Systems
+ section
+ id contact
+ class contact
+ h2 Get In Touch
+ form
+ class contact-form
+ div
+ class form-group
+ label Name
+ input
+ type text
+ name name
+ required
+ div
+ class form-group
+ label Email
+ input
+ type email
+ name email
+ required
+ div
+ class form-group
+ label Message
+ textarea
+ name message
+ required
+ button
+ type submit
+ class primary-button
+ Send Message
+ footer
+ div
+ class footer-content
+ div MR
+ class logo
+ div
+ class social-links
+ a Dribbble
+ href https://dribbble.com
+ a Behance
+ href https://behance.net
+ a LinkedIn
+ href https://linkedin.com
+ p Let's create something remarkable together
prompt.json
Changed around line 1
+ {
+ "id": "ee61d104-718d-4739-9fd7-93ddc42c1913",
+ "object": "chat.completion",
+ "created": 1743697228,
+ "model": "deepseek-chat",
+ "choices": [
+ {
+ "index": 0,
+ "message": {
+ "role": "assistant",
+ "content": "Here's a professional personal design portfolio website:\n\n---domain---\ndesign.scroll.pub\n---index.scroll---\nbuildHtml\nbaseUrl https://design.scroll.pub\nmetaTags\neditButton /edit.html\ntitle Marco Rossi | Designer\nstyle.css\nscript.js\n\nheader\n class hero\n nav\n div MR\n class logo\n div\n class nav-links\n a Work\n href #work\n a About\n href #about\n a Contact\n href #contact\n div\n class hero-content\n h1 Marco Rossi\n p Designer creating meaningful digital experiences\n a View Work\n class primary-button\n href #work\nmain\n section\n id work\n class portfolio\n h2 Selected Work\n div\n class portfolio-grid\n div\n class portfolio-item\n div\n class portfolio-image\n img\n src work1.jpg\n alt E-commerce Website Design\n h3 Nova Collection\n p E-commerce experience for luxury fashion brand\n div\n class portfolio-item\n div\n class portfolio-image\n img\n src work2.jpg\n alt Mobile App Interface\n h3 Flow Task Manager\n p Productivity app with intuitive gesture controls\n div\n class portfolio-item\n div\n class portfolio-image\n img\n src work3.jpg\n alt Brand Identity\n h3 Aether Studios\n p Visual identity for creative agency\n section\n id about\n class about\n h2 About Me\n div\n class about-content\n div\n class about-image\n img\n src portrait.jpg\n alt Marco Rossi portrait\n div\n class about-text\n p With over 8 years of experience in digital design, I specialize in creating thoughtful interfaces and memorable brand experiences.\n p My approach combines aesthetic sensibility with user-centered design principles to deliver solutions that are both beautiful and functional.\n div\n class skills\n span UI/UX Design\n span Brand Identity\n span Interaction Design\n span Design Systems\n section\n id contact\n class contact\n h2 Get In Touch\n form\n class contact-form\n div\n class form-group\n label Name\n input\n type text\n name name\n required\n div\n class form-group\n label Email\n input\n type email\n name email\n required\n div\n class form-group\n label Message\n textarea\n name message\n required\n button\n type submit\n class primary-button\n Send Message\nfooter\n div\n class footer-content\n div MR\n class logo\n div\n class social-links\n a Dribbble\n href https://dribbble.com\n a Behance\n href https://behance.net\n a LinkedIn\n href https://linkedin.com\n p Let's create something remarkable together\n---style.css---\n:root {\n --primary: #3a86ff;\n --primary-dark: #2667cc;\n --secondary: #8338ec;\n --dark: #212529;\n --light: #f8f9fa;\n --gray: #6c757d;\n --transition: all 0.3s ease;\n}\n\n* {\n margin: 0;\n padding: 0;\n box-sizing: border-box;\n}\n\nbody {\n font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;\n line-height: 1.6;\n color: var(--dark);\n background-color: var(--light);\n overflow-x: hidden;\n}\n\na {\n text-decoration: none;\n color: inherit;\n transition: var(--transition);\n}\n\nimg {\n max-width: 100%;\n height: auto;\n display: block;\n}\n\n.container {\n width: 100%;\n max-width: 1200px;\n margin: 0 auto;\n padding: 0 1.5rem;\n}\n\n/* Header & Navigation */\nheader {\n min-height: 100vh;\n display: flex;\n flex-direction: column;\n position: relative;\n overflow: hidden;\n}\n\nheader::before {\n content: '';\n position: absolute;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n background: linear-gradient(135deg, var(--primary), var(--secondary));\n z-index: -1;\n clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);\n}\n\nnav {\n display: flex;\n justify-content: space-between;\n align-items: center;\n padding: 2rem 0;\n}\n\n.logo {\n font-size: 1.75rem;\n font-weight: 700;\n color: white;\n}\n\n.nav-links {\n display: flex;\n gap: 2rem;\n}\n\n.nav-links a {\n color: rgba(255, 255, 255, 0.9);\n font-weight: 500;\n}\n\n.nav-links a:hover {\n color: white;\n}\n\n.hero-content {\n flex: 1;\n display: flex;\n flex-direction: column;\n justify-content: center;\n padding: 4rem 0;\n color: white;\n max-width: 600px;\n}\n\n.hero-content h1 {\n font-size: 3.5rem;\n margin-bottom: 1rem;\n line-height: 1.2;\n}\n\n.hero-content p {\n font-size: 1.25rem;\n margin-bottom: 2rem;\n opacity: 0.9;\n}\n\n/* Buttons */\n.primary-button {\n display: inline-block;\n padding: 0.75rem 1.75rem;\n background-color: white;\n color: var(--primary);\n border-radius: 50px;\n font-weight: 600;\n transition: var(--transition);\n align-self: flex-start;\n}\n\n.primary-button:hover {\n transform: translateY(-3px);\n box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);\n}\n\n/* Sections */\nsection {\n padding: 6rem 0;\n}\n\nh2 {\n font-size: 2.5rem;\n margin-bottom: 3rem;\n text-align: center;\n position: relative;\n}\n\nh2::after {\n content: '';\n display: block;\n width: 80px;\n height: 4px;\n background: linear-gradient(to right, var(--primary), var(--secondary));\n margin: 1rem auto 0;\n border-radius: 2px;\n}\n\n/* Portfolio */\n.portfolio-grid {\n display: grid;\n grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));\n gap: 2rem;\n}\n\n.portfolio-item {\n background: white;\n border-radius: 8px;\n overflow: hidden;\n box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);\n transition: var(--transition);\n}\n\n.portfolio-item:hover {\n transform: translateY(-10px);\n box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);\n}\n\n.portfolio-image {\n height: 250px;\n overflow: hidden;\n}\n\n.portfolio-image img {\n width: 100%;\n height: 100%;\n object-fit: cover;\n transition: transform 0.5s ease;\n}\n\n.portfolio-item:hover .portfolio-image img {\n transform: scale(1.05);\n}\n\n.portfolio-item h3 {\n padding: 1.5rem 1.5rem 0.5rem;\n font-size: 1.25rem;\n}\n\n.portfolio-item p {\n padding: 0 1.5rem 1.5rem;\n color: var(--gray);\n}\n\n/* About */\n.about-content {\n display: flex;\n align-items: center;\n gap: 4rem;\n}\n\n.about-image {\n flex: 1;\n border-radius: 8px;\n overflow: hidden;\n box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);\n}\n\n.about-image img {\n width: 100%;\n height: auto;\n}\n\n.about-text {\n flex: 1;\n}\n\n.about-text p {\n margin-bottom: 1.5rem;\n}\n\n.skills {\n display: flex;\n flex-wrap: wrap;\n gap: 0.75rem;\n margin-top: 1.5rem;\n}\n\n.skills span {\n background: rgba(58, 134, 255, 0.1);\n color: var(--primary);\n padding: 0.5rem 1rem;\n border-radius: 50px;\n font-size: 0.875rem;\n font-weight: 500;\n}\n\n/* Contact */\n.contact-form {\n max-width: 600px;\n margin: 0 auto;\n}\n\n.form-group {\n margin-bottom: 1.5rem;\n}\n\n.form-group label {\n display: block;\n margin-bottom: 0.5rem;\n font-weight: 500;\n}\n\n.form-group input,\n.form-group textarea {\n width: 100%;\n padding: 0.75rem 1rem;\n border: 1px solid #ddd;\n border-radius: 4px;\n font-family: inherit;\n font-size: 1rem;\n transition: var(--transition);\n}\n\n.form-group textarea {\n min-height: 150px;\n resize: vertical;\n}\n\n.form-group input:focus,\n.form-group textarea:focus {\n outline: none;\n border-color: var(--primary);\n box-shadow: 0 0 0 3px rgba(58, 134, 255, 0.2);\n}\n\n/* Footer */\nfooter {\n background-color: var(--dark);\n color: white;\n padding: 4rem 0;\n}\n\n.footer-content {\n display: flex;\n flex-direction: column;\n align-items: center;\n gap: 2rem;\n text-align: center;\n}\n\n.social-links {\n display: flex;\n gap: 1.5rem;\n}\n\n.social-links a {\n opacity: 0.7;\n transition: var(--transition);\n}\n\n.social-links a:hover {\n opacity: 1;\n}\n\nfooter p {\n opacity: 0.7;\n font-size: 0.875rem;\n}\n\n/* Responsive */\n@media (max-width: 768px) {\n .hero-content h1 {\n font-size: 2.5rem;\n }\n\n .about-content {\n flex-direction: column;\n }\n\n .portfolio-grid {\n grid-template-columns: 1fr;\n }\n}\n\n@media (max-width: 480px) {\n .nav-links {\n gap: 1rem;\n }\n\n .hero-content h1 {\n font-size: 2rem;\n }\n\n .hero-content p {\n font-size: 1rem;\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 \n const targetId = this.getAttribute('href');\n if (targetId === '#') return;\n \n const targetElement = document.querySelector(targetId);\n if (targetElement) {\n window.scrollTo({\n top: targetElement.offsetTop - 80,\n behavior: 'smooth'\n });\n }\n });\n });\n\n // Add scroll animation class\n const animateOnScroll = function() {\n const elements = document.querySelectorAll('.portfolio-item, .about-image, .contact-form');\n \n elements.forEach(element => {\n const elementPosition = element.getBoundingClientRect().top;\n const windowHeight = window.innerHeight;\n \n if (elementPosition < windowHeight - 100) {\n element.classList.add('animate');\n }\n });\n };\n\n // Run once on load\n animateOnScroll();\n \n // Run on scroll\n window.addEventListener('scroll', animateOnScroll);\n\n // Form submission\n const contactForm = document.querySelector('.contact-form');\n if (contactForm) {\n contactForm.addEventListener('submit', function(e) {\n e.preventDefault();\n \n // Get form values\n const formData = new FormData(this);\n const data = {};\n formData.forEach((value, key) => {\n data[key] = value;\n });\n \n // Here you would typically send the data to a server\n console.log('Form submitted:', data);\n \n // Show success message\n alert('Thank you for your message! I will get back to you soon.');\n this.reset();\n });\n }\n});\n---end---"
+ },
+ "logprobs": null,
+ "finish_reason": "stop"
+ }
+ ],
+ "usage": {
+ "prompt_tokens": 726,
+ "completion_tokens": 2802,
+ "total_tokens": 3528,
+ "prompt_tokens_details": {
+ "cached_tokens": 0
+ },
+ "prompt_cache_hit_tokens": 0,
+ "prompt_cache_miss_tokens": 726
+ },
+ "system_fingerprint": "fp_3d5141a69a_prod0225"
+ }
readme.scroll
Changed around line 1
+ # design.scroll.pub
+
+ Prompt: website
+ Agent: deepseek
+ Model: deepseek-chat
+
+ ## User prompt
+ voglio una pagina personale. Sono un designer.
+
+ ## System prompt
+ You are an expert web developer. Create a website based on this request: "voglio una pagina personale. Sono un designer."
+
+ 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 targetId = this.getAttribute('href');
+ if (targetId === '#') return;
+
+ const targetElement = document.querySelector(targetId);
+ if (targetElement) {
+ window.scrollTo({
+ top: targetElement.offsetTop - 80,
+ behavior: 'smooth'
+ });
+ }
+ });
+ });
+
+ // Add scroll animation class
+ const animateOnScroll = function() {
+ const elements = document.querySelectorAll('.portfolio-item, .about-image, .contact-form');
+
+ elements.forEach(element => {
+ const elementPosition = element.getBoundingClientRect().top;
+ const windowHeight = window.innerHeight;
+
+ if (elementPosition < windowHeight - 100) {
+ element.classList.add('animate');
+ }
+ });
+ };
+
+ // Run once on load
+ animateOnScroll();
+
+ // Run on scroll
+ window.addEventListener('scroll', animateOnScroll);
+
+ // Form submission
+ const contactForm = document.querySelector('.contact-form');
+ if (contactForm) {
+ contactForm.addEventListener('submit', function(e) {
+ e.preventDefault();
+
+ // Get form values
+ const formData = new FormData(this);
+ const data = {};
+ formData.forEach((value, key) => {
+ data[key] = value;
+ });
+
+ // Here you would typically send the data to a server
+ console.log('Form submitted:', data);
+
+ // Show success message
+ alert('Thank you for your message! I will get back to you soon.');
+ this.reset();
+ });
+ }
+ });
style.css
Changed around line 1
+ :root {
+ --primary: #3a86ff;
+ --primary-dark: #2667cc;
+ --secondary: #8338ec;
+ --dark: #212529;
+ --light: #f8f9fa;
+ --gray: #6c757d;
+ --transition: all 0.3s ease;
+ }
+
+ * {
+ margin: 0;
+ padding: 0;
+ box-sizing: border-box;
+ }
+
+ body {
+ font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
+ line-height: 1.6;
+ color: var(--dark);
+ background-color: var(--light);
+ overflow-x: hidden;
+ }
+
+ a {
+ text-decoration: none;
+ color: inherit;
+ transition: var(--transition);
+ }
+
+ img {
+ max-width: 100%;
+ height: auto;
+ display: block;
+ }
+
+ .container {
+ width: 100%;
+ max-width: 1200px;
+ margin: 0 auto;
+ padding: 0 1.5rem;
+ }
+
+ /* Header & Navigation */
+ header {
+ min-height: 100vh;
+ display: flex;
+ flex-direction: column;
+ position: relative;
+ overflow: hidden;
+ }
+
+ header::before {
+ content: '';
+ position: absolute;
+ top: 0;
+ left: 0;
+ width: 100%;
+ height: 100%;
+ background: linear-gradient(135deg, var(--primary), var(--secondary));
+ z-index: -1;
+ clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
+ }
+
+ nav {
+ display: flex;
+ justify-content: space-between;
+ align-items: center;
+ padding: 2rem 0;
+ }
+
+ .logo {
+ font-size: 1.75rem;
+ font-weight: 700;
+ color: white;
+ }
+
+ .nav-links {
+ display: flex;
+ gap: 2rem;
+ }
+
+ .nav-links a {
+ color: rgba(255, 255, 255, 0.9);
+ font-weight: 500;
+ }
+
+ .nav-links a:hover {
+ color: white;
+ }
+
+ .hero-content {
+ flex: 1;
+ display: flex;
+ flex-direction: column;
+ justify-content: center;
+ padding: 4rem 0;
+ color: white;
+ max-width: 600px;
+ }
+
+ .hero-content h1 {
+ font-size: 3.5rem;
+ margin-bottom: 1rem;
+ line-height: 1.2;
+ }
+
+ .hero-content p {
+ font-size: 1.25rem;
+ margin-bottom: 2rem;
+ opacity: 0.9;
+ }
+
+ /* Buttons */
+ .primary-button {
+ display: inline-block;
+ padding: 0.75rem 1.75rem;
+ background-color: white;
+ color: var(--primary);
+ border-radius: 50px;
+ font-weight: 600;
+ transition: var(--transition);
+ align-self: flex-start;
+ }
+
+ .primary-button:hover {
+ transform: translateY(-3px);
+ box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
+ }
+
+ /* Sections */
+ section {
+ padding: 6rem 0;
+ }
+
+ h2 {
+ font-size: 2.5rem;
+ margin-bottom: 3rem;
+ text-align: center;
+ position: relative;
+ }
+
+ h2::after {
+ content: '';
+ display: block;
+ width: 80px;
+ height: 4px;
+ background: linear-gradient(to right, var(--primary), var(--secondary));
+ margin: 1rem auto 0;
+ border-radius: 2px;
+ }
+
+ /* Portfolio */
+ .portfolio-grid {
+ display: grid;
+ grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
+ gap: 2rem;
+ }
+
+ .portfolio-item {
+ background: white;
+ border-radius: 8px;
+ overflow: hidden;
+ box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
+ transition: var(--transition);
+ }
+
+ .portfolio-item:hover {
+ transform: translateY(-10px);
+ box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
+ }
+
+ .portfolio-image {
+ height: 250px;
+ overflow: hidden;
+ }
+
+ .portfolio-image img {
+ width: 100%;
+ height: 100%;
+ object-fit: cover;
+ transition: transform 0.5s ease;
+ }
+
+ .portfolio-item:hover .portfolio-image img {
+ transform: scale(1.05);
+ }
+
+ .portfolio-item h3 {
+ padding: 1.5rem 1.5rem 0.5rem;
+ font-size: 1.25rem;
+ }
+
+ .portfolio-item p {
+ padding: 0 1.5rem 1.5rem;
+ color: var(--gray);
+ }
+
+ /* About */
+ .about-content {
+ display: flex;
+ align-items: center;
+ gap: 4rem;
+ }
+
+ .about-image {
+ flex: 1;
+ border-radius: 8px;
+ overflow: hidden;
+ box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
+ }
+
+ .about-image img {
+ width: 100%;
+ height: auto;
+ }
+
+ .about-text {
+ flex: 1;
+ }
+
+ .about-text p {
+ margin-bottom: 1.5rem;
+ }
+
+ .skills {
+ display: flex;
+ flex-wrap: wrap;
+ gap: 0.75rem;
+ margin-top: 1.5rem;
+ }
+
+ .skills span {
+ background: rgba(58, 134, 255, 0.1);
+ color: var(--primary);
+ padding: 0.5rem 1rem;
+ border-radius: 50px;
+ font-size: 0.875rem;
+ font-weight: 500;
+ }
+
+ /* Contact */
+ .contact-form {
+ max-width: 600px;
+ margin: 0 auto;
+ }
+
+ .form-group {
+ margin-bottom: 1.5rem;
+ }
+
+ .form-group label {
+ display: block;
+ margin-bottom: 0.5rem;
+ font-weight: 500;
+ }
+
+ .form-group input,
+ .form-group textarea {
+ width: 100%;
+ padding: 0.75rem 1rem;
+ border: 1px solid #ddd;
+ border-radius: 4px;
+ font-family: inherit;
+ font-size: 1rem;
+ transition: var(--transition);
+ }
+
+ .form-group textarea {
+ min-height: 150px;
+ resize: vertical;
+ }
+
+ .form-group input:focus,
+ .form-group textarea:focus {
+ outline: none;
+ border-color: var(--primary);
+ box-shadow: 0 0 0 3px rgba(58, 134, 255, 0.2);
+ }
+
+ /* Footer */
+ footer {
+ background-color: var(--dark);
+ color: white;
+ padding: 4rem 0;
+ }
+
+ .footer-content {
+ display: flex;
+ flex-direction: column;
+ align-items: center;
+ gap: 2rem;
+ text-align: center;
+ }
+
+ .social-links {
+ display: flex;
+ gap: 1.5rem;
+ }
+
+ .social-links a {
+ opacity: 0.7;
+ transition: var(--transition);
+ }
+
+ .social-links a:hover {
+ opacity: 1;
+ }
+
+ footer p {
+ opacity: 0.7;
+ font-size: 0.875rem;
+ }
+
+ /* Responsive */
+ @media (max-width: 768px) {
+ .hero-content h1 {
+ font-size: 2.5rem;
+ }
+
+ .about-content {
+ flex-direction: column;
+ }
+
+ .portfolio-grid {
+ grid-template-columns: 1fr;
+ }
+ }
+
+ @media (max-width: 480px) {
+ .nav-links {
+ gap: 1rem;
+ }
+
+ .hero-content h1 {
+ font-size: 2rem;
+ }
+
+ .hero-content p {
+ font-size: 1rem;
+ }
+ }