Changes to cosmos1.scroll.pub

root
root
18 days ago
Initial commit
index.scroll
Changed around line 1
+ buildHtml
+ baseUrl https://cosmos.scroll.pub
+ metaTags
+ editButton /edit.html
+ title Cosmic Explorer | Interstellar Portfolio
+ style.css
+ header
+ class cosmic-header
+ nav
+ div Cosmic Explorer
+ class logo
+ div
+ class nav-links
+ a About
+ href #about
+ a Projects
+ href #projects
+ a Skills
+ href #skills
+ a Contact
+ class cta-button
+ href #contact
+ div
+ class hero-section
+ h1 Journey Through the Cosmos of Code
+ p Exploring the universe of web development and design
+ a View My Work
+ class primary-button
+ href #projects
+ main
+ section
+ id about
+ class about-section
+ h2 About This Cosmic Explorer
+ div
+ class about-content
+ p I'm a web developer with a passion for creating stellar digital experiences. My work orbits around clean code, intuitive design, and cosmic creativity.
+ div
+ class cosmic-illustration
+ section
+ id projects
+ class projects-section
+ h2 Galactic Projects
+ div
+ class project-grid
+ div
+ class project-card
+ div 🚀
+ class project-icon
+ h3 Nebula Dashboard
+ p An analytics dashboard with celestial visualizations
+ div
+ class project-card
+ div 🌌
+ class project-icon
+ h3 Stellar E-commerce
+ p Space-themed online store with smooth animations
+ div
+ class project-card
+ div 🪐
+ class project-icon
+ h3 Planetarium VR
+ p Virtual reality experience of our solar system
+ section
+ id skills
+ class skills-section
+ h2 Cosmic Skills
+ div
+ class skills-chart
+ div
+ class skill
+ div 90%
+ class skill-level
+ style width 90%
+ p HTML/CSS
+ div
+ class skill
+ div 85%
+ class skill-level
+ style width 85%
+ p JavaScript
+ div
+ class skill
+ div 80%
+ class skill-level
+ style width 80%
+ p UI/UX Design
+ section
+ id contact
+ class contact-section
+ h2 Transmit Message
+ form
+ class contact-form
+ input
+ type text
+ placeholder Your Name
+ name name
+ input
+ type email
+ placeholder Your Email
+ name email
+ textarea
+ placeholder Your Message
+ name message
+ button
+ type submit
+ class submit-button
+ Send Message
+ footer
+ div
+ class cosmic-footer
+ p Navigate the cosmos of creativity with me
+
+ script.js
prompt.json
Changed around line 1
+ {
+ "id": "f6e5f64a-2e10-4603-9a0e-dc0c4e089873",
+ "object": "chat.completion",
+ "created": 1743519401,
+ "model": "deepseek-chat",
+ "choices": [
+ {
+ "index": 0,
+ "message": {
+ "role": "assistant",
+ "content": "Here's my proposal for an interstellar-themed portfolio:\n\n---domain---\ncosmos.scroll.pub\n---index.scroll---\nbuildHtml\nbaseUrl https://cosmos.scroll.pub\nmetaTags\neditButton /edit.html\ntitle Cosmic Explorer | Interstellar Portfolio\nstyle.css\nheader\n class cosmic-header\n nav\n div Cosmic Explorer\n class logo\n div\n class nav-links\n a About\n href #about\n a Projects\n href #projects\n a Skills\n href #skills\n a Contact\n class cta-button\n href #contact\n div\n class hero-section\n h1 Journey Through the Cosmos of Code\n p Exploring the universe of web development and design\n a View My Work\n class primary-button\n href #projects\nmain\n section\n id about\n class about-section\n h2 About This Cosmic Explorer\n div\n class about-content\n p I'm a web developer with a passion for creating stellar digital experiences. My work orbits around clean code, intuitive design, and cosmic creativity.\n div\n class cosmic-illustration\n section\n id projects\n class projects-section\n h2 Galactic Projects\n div\n class project-grid\n div\n class project-card\n div 🚀\n class project-icon\n h3 Nebula Dashboard\n p An analytics dashboard with celestial visualizations\n div\n class project-card\n div 🌌\n class project-icon\n h3 Stellar E-commerce\n p Space-themed online store with smooth animations\n div\n class project-card\n div 🪐\n class project-icon\n h3 Planetarium VR\n p Virtual reality experience of our solar system\n section\n id skills\n class skills-section\n h2 Cosmic Skills\n div\n class skills-chart\n div\n class skill\n div 90%\n class skill-level\n style width 90%\n p HTML/CSS\n div\n class skill\n div 85%\n class skill-level\n style width 85%\n p JavaScript\n div\n class skill\n div 80%\n class skill-level\n style width 80%\n p UI/UX Design\n section\n id contact\n class contact-section\n h2 Transmit Message\n form\n class contact-form\n input\n type text\n placeholder Your Name\n name name\n input\n type email\n placeholder Your Email\n name email\n textarea\n placeholder Your Message\n name message\n button\n type submit\n class submit-button\n Send Message\nfooter\n div\n class cosmic-footer\n p Navigate the cosmos of creativity with me\n\nscript.js\n---style.css---\n:root {\n --space-dark: #0B0D17;\n --space-blue: #D0D6F9;\n --space-white: #FFFFFF;\n --star-glow: rgba(255, 255, 255, 0.8);\n --nebula-purple: #6B37BF;\n --nebula-pink: #D53A9D;\n}\n\nbody {\n background-color: var(--space-dark);\n color: var(--space-white);\n font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n line-height: 1.6;\n margin: 0;\n padding: 0;\n background-image: \n radial-gradient(circle at 20% 30%, var(--nebula-purple) 0%, transparent 20%),\n radial-gradient(circle at 80% 70%, var(--nebula-pink) 0%, transparent 20%);\n background-attachment: fixed;\n}\n\n.cosmic-header {\n padding: 1.5rem 5%;\n display: flex;\n justify-content: space-between;\n align-items: center;\n position: relative;\n}\n\n.logo {\n font-size: 1.8rem;\n font-weight: 700;\n background: linear-gradient(90deg, var(--space-blue), var(--space-white));\n -webkit-background-clip: text;\n background-clip: text;\n color: transparent;\n position: relative;\n}\n\n.logo::after {\n content: '';\n position: absolute;\n width: 100%;\n height: 2px;\n bottom: -5px;\n left: 0;\n background: linear-gradient(90deg, var(--space-blue), var(--space-white));\n}\n\n.nav-links {\n display: flex;\n gap: 2rem;\n}\n\n.nav-links a {\n color: var(--space-blue);\n text-decoration: none;\n transition: all 0.3s ease;\n position: relative;\n}\n\n.nav-links a:hover {\n color: var(--space-white);\n}\n\n.nav-links a::after {\n content: '';\n position: absolute;\n width: 0;\n height: 2px;\n bottom: -5px;\n left: 0;\n background-color: var(--space-white);\n transition: width 0.3s ease;\n}\n\n.nav-links a:hover::after {\n width: 100%;\n}\n\n.cta-button {\n background: transparent;\n color: var(--space-white);\n border: 1px solid var(--space-white);\n padding: 0.5rem 1.5rem;\n border-radius: 50px;\n transition: all 0.3s ease;\n}\n\n.cta-button:hover {\n background: var(--space-white);\n color: var(--space-dark);\n}\n\n.hero-section {\n text-align: center;\n padding: 8rem 5% 10rem;\n position: relative;\n overflow: hidden;\n}\n\n.hero-section h1 {\n font-size: 3.5rem;\n margin-bottom: 1.5rem;\n background: linear-gradient(90deg, var(--space-blue), var(--space-white));\n -webkit-background-clip: text;\n background-clip: text;\n color: transparent;\n}\n\n.hero-section p {\n font-size: 1.2rem;\n max-width: 700px;\n margin: 0 auto 2.5rem;\n color: var(--space-blue);\n}\n\n.primary-button {\n background: var(--space-white);\n color: var(--space-dark);\n padding: 0.8rem 2rem;\n border-radius: 50px;\n text-decoration: none;\n font-weight: 600;\n transition: all 0.3s ease;\n display: inline-block;\n}\n\n.primary-button:hover {\n transform: translateY(-3px);\n box-shadow: 0 10px 20px rgba(255, 255, 255, 0.1);\n}\n\nsection {\n padding: 5rem 5%;\n}\n\nh2 {\n font-size: 2.5rem;\n margin-bottom: 3rem;\n text-align: center;\n color: var(--space-white);\n position: relative;\n}\n\nh2::after {\n content: '';\n display: block;\n width: 100px;\n height: 3px;\n background: linear-gradient(90deg, var(--nebula-purple), var(--nebula-pink));\n margin: 1rem auto 0;\n}\n\n.about-content {\n max-width: 800px;\n margin: 0 auto;\n text-align: center;\n font-size: 1.1rem;\n line-height: 1.8;\n}\n\n.project-grid {\n display: grid;\n grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n gap: 2rem;\n margin-top: 3rem;\n}\n\n.project-card {\n background: rgba(13, 17, 33, 0.7);\n border-radius: 15px;\n padding: 2rem;\n transition: transform 0.3s ease, box-shadow 0.3s ease;\n backdrop-filter: blur(10px);\n border: 1px solid rgba(208, 214, 249, 0.1);\n}\n\n.project-card:hover {\n transform: translateY(-10px);\n box-shadow: 0 15px 30px rgba(107, 55, 191, 0.2);\n}\n\n.project-icon {\n font-size: 2.5rem;\n margin-bottom: 1.5rem;\n}\n\n.skills-chart {\n max-width: 600px;\n margin: 0 auto;\n}\n\n.skill {\n margin-bottom: 1.5rem;\n}\n\n.skill-level {\n height: 10px;\n background: linear-gradient(90deg, var(--nebula-purple), var(--nebula-pink));\n border-radius: 5px;\n margin-top: 0.5rem;\n position: relative;\n overflow: hidden;\n}\n\n.skill-level::after {\n content: '';\n position: absolute;\n top: 0;\n left: 0;\n right: 0;\n bottom: 0;\n background: linear-gradient(\n 90deg,\n transparent,\n rgba(255, 255, 255, 0.3),\n transparent\n );\n animation: shine 2s infinite;\n}\n\n@keyframes shine {\n 0% {\n transform: translateX(-100%);\n }\n 100% {\n transform: translateX(100%);\n }\n}\n\n.contact-form {\n max-width: 500px;\n margin: 0 auto;\n display: grid;\n gap: 1.5rem;\n}\n\n.contact-form input,\n.contact-form textarea {\n background: rgba(13, 17, 33, 0.7);\n border: 1px solid rgba(208, 214, 249, 0.2);\n padding: 1rem;\n border-radius: 8px;\n color: var(--space-white);\n font-family: inherit;\n backdrop-filter: blur(5px);\n}\n\n.contact-form textarea {\n min-height: 150px;\n resize: vertical;\n}\n\n.submit-button {\n background: linear-gradient(90deg, var(--nebula-purple), var(--nebula-pink));\n color: white;\n border: none;\n padding: 1rem;\n border-radius: 50px;\n font-weight: 600;\n cursor: pointer;\n transition: transform 0.3s ease;\n}\n\n.submit-button:hover {\n transform: translateY(-3px);\n}\n\n.cosmic-footer {\n text-align: center;\n padding: 2rem;\n color: var(--space-blue);\n font-size: 0.9rem;\n}\n\n/* Stars background animation */\nbody::before {\n content: '';\n position: fixed;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n background: \n radial-gradient(circle at 20% 30%, transparent 40%, var(--star-glow) 70%),\n radial-gradient(circle at 80% 50%, transparent 40%, var(--star-glow) 70%),\n radial-gradient(circle at 50% 80%, transparent 40%, var(--star-glow) 70%);\n pointer-events: none;\n z-index: -1;\n animation: twinkle 8s infinite alternate;\n}\n\n@keyframes twinkle {\n 0% {\n opacity: 0.3;\n }\n 100% {\n opacity: 0.8;\n }\n}\n\n/* Responsive styles */\n@media (max-width: 768px) {\n .cosmic-header {\n flex-direction: column;\n gap: 1.5rem;\n }\n \n .nav-links {\n flex-direction: column;\n gap: 1rem;\n align-items: center;\n }\n \n .hero-section h1 {\n font-size: 2.5rem;\n }\n \n section {\n padding: 3rem 5%;\n }\n}\n---script.js---\ndocument.addEventListener('DOMContentLoaded', function() {\n // Smooth scrolling for navigation 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 // Animate elements when they come into view\n const animateOnScroll = function() {\n const elements = document.querySelectorAll('.project-card, .skill, .about-content');\n \n elements.forEach(element => {\n const elementPosition = element.getBoundingClientRect().top;\n const screenPosition = window.innerHeight / 1.3;\n \n if (elementPosition < screenPosition) {\n element.style.opacity = '1';\n element.style.transform = 'translateY(0)';\n }\n });\n };\n\n // Set initial state for animated elements\n const animatedElements = document.querySelectorAll('.project-card, .skill, .about-content');\n animatedElements.forEach(element => {\n element.style.opacity = '0';\n element.style.transform = 'translateY(20px)';\n element.style.transition = 'opacity 0.6s ease, transform 0.6s ease';\n });\n\n // Run once on load\n animateOnScroll();\n \n // Then run on scroll\n window.addEventListener('scroll', animateOnScroll);\n\n // Form submission handling\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 a success message\n alert('Message sent! I\\'ll get back to you soon.');\n this.reset();\n });\n }\n});\n---end---"
+ },
+ "logprobs": null,
+ "finish_reason": "stop"
+ }
+ ],
+ "usage": {
+ "prompt_tokens": 720,
+ "completion_tokens": 3097,
+ "total_tokens": 3817,
+ "prompt_tokens_details": {
+ "cached_tokens": 704
+ },
+ "prompt_cache_hit_tokens": 704,
+ "prompt_cache_miss_tokens": 16
+ },
+ "system_fingerprint": "fp_3d5141a69a_prod0225"
+ }
readme.scroll
Changed around line 1
+ # cosmos1.scroll.pub
+
+ Prompt: website
+ Agent: deepseek
+ Model: deepseek-chat
+
+ ## User prompt
+ interstellar themed portfolio
+
+ ## System prompt
+ You are an expert web developer. Create a website based on this request: "interstellar themed portfolio"
+
+ 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 navigation 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'
+ });
+ }
+ });
+ });
+
+ // Animate elements when they come into view
+ const animateOnScroll = function() {
+ const elements = document.querySelectorAll('.project-card, .skill, .about-content');
+
+ elements.forEach(element => {
+ const elementPosition = element.getBoundingClientRect().top;
+ const screenPosition = window.innerHeight / 1.3;
+
+ if (elementPosition < screenPosition) {
+ element.style.opacity = '1';
+ element.style.transform = 'translateY(0)';
+ }
+ });
+ };
+
+ // Set initial state for animated elements
+ const animatedElements = document.querySelectorAll('.project-card, .skill, .about-content');
+ animatedElements.forEach(element => {
+ element.style.opacity = '0';
+ element.style.transform = 'translateY(20px)';
+ element.style.transition = 'opacity 0.6s ease, transform 0.6s ease';
+ });
+
+ // Run once on load
+ animateOnScroll();
+
+ // Then run on scroll
+ window.addEventListener('scroll', animateOnScroll);
+
+ // Form submission handling
+ 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 a success message
+ alert('Message sent! I\'ll get back to you soon.');
+ this.reset();
+ });
+ }
+ });
style.css
Changed around line 1
+ :root {
+ --space-dark: #0B0D17;
+ --space-blue: #D0D6F9;
+ --space-white: #FFFFFF;
+ --star-glow: rgba(255, 255, 255, 0.8);
+ --nebula-purple: #6B37BF;
+ --nebula-pink: #D53A9D;
+ }
+
+ body {
+ background-color: var(--space-dark);
+ color: var(--space-white);
+ font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
+ line-height: 1.6;
+ margin: 0;
+ padding: 0;
+ background-image:
+ radial-gradient(circle at 20% 30%, var(--nebula-purple) 0%, transparent 20%),
+ radial-gradient(circle at 80% 70%, var(--nebula-pink) 0%, transparent 20%);
+ background-attachment: fixed;
+ }
+
+ .cosmic-header {
+ padding: 1.5rem 5%;
+ display: flex;
+ justify-content: space-between;
+ align-items: center;
+ position: relative;
+ }
+
+ .logo {
+ font-size: 1.8rem;
+ font-weight: 700;
+ background: linear-gradient(90deg, var(--space-blue), var(--space-white));
+ -webkit-background-clip: text;
+ background-clip: text;
+ color: transparent;
+ position: relative;
+ }
+
+ .logo::after {
+ content: '';
+ position: absolute;
+ width: 100%;
+ height: 2px;
+ bottom: -5px;
+ left: 0;
+ background: linear-gradient(90deg, var(--space-blue), var(--space-white));
+ }
+
+ .nav-links {
+ display: flex;
+ gap: 2rem;
+ }
+
+ .nav-links a {
+ color: var(--space-blue);
+ text-decoration: none;
+ transition: all 0.3s ease;
+ position: relative;
+ }
+
+ .nav-links a:hover {
+ color: var(--space-white);
+ }
+
+ .nav-links a::after {
+ content: '';
+ position: absolute;
+ width: 0;
+ height: 2px;
+ bottom: -5px;
+ left: 0;
+ background-color: var(--space-white);
+ transition: width 0.3s ease;
+ }
+
+ .nav-links a:hover::after {
+ width: 100%;
+ }
+
+ .cta-button {
+ background: transparent;
+ color: var(--space-white);
+ border: 1px solid var(--space-white);
+ padding: 0.5rem 1.5rem;
+ border-radius: 50px;
+ transition: all 0.3s ease;
+ }
+
+ .cta-button:hover {
+ background: var(--space-white);
+ color: var(--space-dark);
+ }
+
+ .hero-section {
+ text-align: center;
+ padding: 8rem 5% 10rem;
+ position: relative;
+ overflow: hidden;
+ }
+
+ .hero-section h1 {
+ font-size: 3.5rem;
+ margin-bottom: 1.5rem;
+ background: linear-gradient(90deg, var(--space-blue), var(--space-white));
+ -webkit-background-clip: text;
+ background-clip: text;
+ color: transparent;
+ }
+
+ .hero-section p {
+ font-size: 1.2rem;
+ max-width: 700px;
+ margin: 0 auto 2.5rem;
+ color: var(--space-blue);
+ }
+
+ .primary-button {
+ background: var(--space-white);
+ color: var(--space-dark);
+ padding: 0.8rem 2rem;
+ border-radius: 50px;
+ text-decoration: none;
+ font-weight: 600;
+ transition: all 0.3s ease;
+ display: inline-block;
+ }
+
+ .primary-button:hover {
+ transform: translateY(-3px);
+ box-shadow: 0 10px 20px rgba(255, 255, 255, 0.1);
+ }
+
+ section {
+ padding: 5rem 5%;
+ }
+
+ h2 {
+ font-size: 2.5rem;
+ margin-bottom: 3rem;
+ text-align: center;
+ color: var(--space-white);
+ position: relative;
+ }
+
+ h2::after {
+ content: '';
+ display: block;
+ width: 100px;
+ height: 3px;
+ background: linear-gradient(90deg, var(--nebula-purple), var(--nebula-pink));
+ margin: 1rem auto 0;
+ }
+
+ .about-content {
+ max-width: 800px;
+ margin: 0 auto;
+ text-align: center;
+ font-size: 1.1rem;
+ line-height: 1.8;
+ }
+
+ .project-grid {
+ display: grid;
+ grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
+ gap: 2rem;
+ margin-top: 3rem;
+ }
+
+ .project-card {
+ background: rgba(13, 17, 33, 0.7);
+ border-radius: 15px;
+ padding: 2rem;
+ transition: transform 0.3s ease, box-shadow 0.3s ease;
+ backdrop-filter: blur(10px);
+ border: 1px solid rgba(208, 214, 249, 0.1);
+ }
+
+ .project-card:hover {
+ transform: translateY(-10px);
+ box-shadow: 0 15px 30px rgba(107, 55, 191, 0.2);
+ }
+
+ .project-icon {
+ font-size: 2.5rem;
+ margin-bottom: 1.5rem;
+ }
+
+ .skills-chart {
+ max-width: 600px;
+ margin: 0 auto;
+ }
+
+ .skill {
+ margin-bottom: 1.5rem;
+ }
+
+ .skill-level {
+ height: 10px;
+ background: linear-gradient(90deg, var(--nebula-purple), var(--nebula-pink));
+ border-radius: 5px;
+ margin-top: 0.5rem;
+ position: relative;
+ overflow: hidden;
+ }
+
+ .skill-level::after {
+ content: '';
+ position: absolute;
+ top: 0;
+ left: 0;
+ right: 0;
+ bottom: 0;
+ background: linear-gradient(
+ 90deg,
+ transparent,
+ rgba(255, 255, 255, 0.3),
+ transparent
+ );
+ animation: shine 2s infinite;
+ }
+
+ @keyframes shine {
+ 0% {
+ transform: translateX(-100%);
+ }
+ 100% {
+ transform: translateX(100%);
+ }
+ }
+
+ .contact-form {
+ max-width: 500px;
+ margin: 0 auto;
+ display: grid;
+ gap: 1.5rem;
+ }
+
+ .contact-form input,
+ .contact-form textarea {
+ background: rgba(13, 17, 33, 0.7);
+ border: 1px solid rgba(208, 214, 249, 0.2);
+ padding: 1rem;
+ border-radius: 8px;
+ color: var(--space-white);
+ font-family: inherit;
+ backdrop-filter: blur(5px);
+ }
+
+ .contact-form textarea {
+ min-height: 150px;
+ resize: vertical;
+ }
+
+ .submit-button {
+ background: linear-gradient(90deg, var(--nebula-purple), var(--nebula-pink));
+ color: white;
+ border: none;
+ padding: 1rem;
+ border-radius: 50px;
+ font-weight: 600;
+ cursor: pointer;
+ transition: transform 0.3s ease;
+ }
+
+ .submit-button:hover {
+ transform: translateY(-3px);
+ }
+
+ .cosmic-footer {
+ text-align: center;
+ padding: 2rem;
+ color: var(--space-blue);
+ font-size: 0.9rem;
+ }
+
+ /* Stars background animation */
+ body::before {
+ content: '';
+ position: fixed;
+ top: 0;
+ left: 0;
+ width: 100%;
+ height: 100%;
+ background:
+ radial-gradient(circle at 20% 30%, transparent 40%, var(--star-glow) 70%),
+ radial-gradient(circle at 80% 50%, transparent 40%, var(--star-glow) 70%),
+ radial-gradient(circle at 50% 80%, transparent 40%, var(--star-glow) 70%);
+ pointer-events: none;
+ z-index: -1;
+ animation: twinkle 8s infinite alternate;
+ }
+
+ @keyframes twinkle {
+ 0% {
+ opacity: 0.3;
+ }
+ 100% {
+ opacity: 0.8;
+ }
+ }
+
+ /* Responsive styles */
+ @media (max-width: 768px) {
+ .cosmic-header {
+ flex-direction: column;
+ gap: 1.5rem;
+ }
+
+ .nav-links {
+ flex-direction: column;
+ gap: 1rem;
+ align-items: center;
+ }
+
+ .hero-section h1 {
+ font-size: 2.5rem;
+ }
+
+ section {
+ padding: 3rem 5%;
+ }
+ }