Changes to pirategold.io.TLD

root
root
3 days ago
Initial commit
index.scroll
Changed around line 1
+ buildHtml
+ baseUrl https://pirategold.io
+ metaTags
+ editButton /edit.html
+ title Pirate Nation - Join the $PIRATE Revolution
+ style.css
+
+ header
+ class hero
+ nav
+ div Pirate Nation
+ class logo
+ div
+ class nav-links
+ a Why $PIRATE
+ href #why
+ a Tokenomics
+ href #tokenomics
+ a Join Crew
+ class cta-button
+ href #join
+ div
+ class hero-content
+ h1 Set Sail with $PIRATE
+ p The most adventurous cryptocurrency on the high seas
+ a Join the Crew
+ class primary-button
+ href #join
+ main
+ section
+ id why
+ class features
+ h2 Why $PIRATE?
+ div
+ class feature-grid
+ div
+ class feature-card
+ div πŸ΄β€β˜ οΈ
+ class feature-icon
+ h3 Decentralized Treasure
+ p A truly community-driven token with no central authority
+ div
+ class feature-card
+ div βš“
+ class feature-icon
+ h3 Secure Anchorage
+ p Built on Ethereum with battle-tested smart contracts
+ div
+ class feature-card
+ div πŸ—ΊοΈ
+ class feature-icon
+ h3 Chart New Waters
+ p Be part of the most exciting crypto adventure
+ div
+ class feature-card
+ div πŸ’Ž
+ class feature-icon
+ h3 Rare Booty
+ p Limited supply with deflationary mechanics
+ section
+ id tokenomics
+ class tokenomics
+ h2 Tokenomics
+ div
+ class token-grid
+ div
+ class token-card
+ h3 Total Supply
+ p 100,000,000 $PIRATE
+ div
+ class token-card
+ h3 Liquidity Locked
+ p 2 Years
+ div
+ class token-card
+ h3 Redistribution
+ p 2% to Holders
+ div
+ class token-card
+ h3 Burn Mechanism
+ p 1% of Every Transaction
+ section
+ id join
+ class join
+ h2 Join the Crew
+ p Ready to set sail? Get your $PIRATE tokens now!
+ div
+ class exchange-buttons
+ a Buy on Uniswap
+ class exchange-button
+ href #
+ a Buy on SushiSwap
+ class exchange-button
+ href #
+ footer
+ div
+ class footer-content
+ div
+ class footer-links
+ a Whitepaper
+ href #
+ a Community
+ href #
+ a Contact
+ href #
+ p Set sail with Pirate Nation. The future is decentralized.
+
+ script.js
prompt.json
Changed around line 1
+ {
+ "id": "be3bfeed-da6a-4648-87d7-f5e9e9c0682e",
+ "object": "chat.completion",
+ "created": 1738013024,
+ "model": "deepseek-chat",
+ "choices": [
+ {
+ "index": 0,
+ "message": {
+ "role": "assistant",
+ "content": "---domain---\npirategold.io\n---index.scroll---\nbuildHtml\nbaseUrl https://pirategold.io\nmetaTags\neditButton /edit.html\ntitle Pirate Nation - Join the $PIRATE Revolution\nstyle.css\n\nheader\n class hero\n nav\n div Pirate Nation\n class logo\n div\n class nav-links\n a Why $PIRATE\n href #why\n a Tokenomics\n href #tokenomics\n a Join Crew\n class cta-button\n href #join\n div\n class hero-content\n h1 Set Sail with $PIRATE\n p The most adventurous cryptocurrency on the high seas\n a Join the Crew\n class primary-button\n href #join\nmain\n section\n id why\n class features\n h2 Why $PIRATE?\n div\n class feature-grid\n div\n class feature-card\n div πŸ΄β€β˜ οΈ\n class feature-icon\n h3 Decentralized Treasure\n p A truly community-driven token with no central authority\n div\n class feature-card\n div βš“\n class feature-icon\n h3 Secure Anchorage\n p Built on Ethereum with battle-tested smart contracts\n div\n class feature-card\n div πŸ—ΊοΈ\n class feature-icon\n h3 Chart New Waters\n p Be part of the most exciting crypto adventure\n div\n class feature-card\n div πŸ’Ž\n class feature-icon\n h3 Rare Booty\n p Limited supply with deflationary mechanics\n section\n id tokenomics\n class tokenomics\n h2 Tokenomics\n div\n class token-grid\n div\n class token-card\n h3 Total Supply\n p 100,000,000 $PIRATE\n div\n class token-card\n h3 Liquidity Locked\n p 2 Years\n div\n class token-card\n h3 Redistribution\n p 2% to Holders\n div\n class token-card\n h3 Burn Mechanism\n p 1% of Every Transaction\n section\n id join\n class join\n h2 Join the Crew\n p Ready to set sail? Get your $PIRATE tokens now!\n div\n class exchange-buttons\n a Buy on Uniswap\n class exchange-button\n href #\n a Buy on SushiSwap\n class exchange-button\n href #\nfooter\n div\n class footer-content\n div\n class footer-links\n a Whitepaper\n href #\n a Community\n href #\n a Contact\n href #\n p Set sail with Pirate Nation. The future is decentralized.\n\nscript.js\n---style.css---\n:root {\n --primary: #ff5722;\n --secondary: #3f51b5;\n --accent: #ffc107;\n --dark: #1a1a1a;\n --light: #f5f5f5;\n}\n\nbody {\n font-family: 'Pirata One', cursive;\n background: linear-gradient(135deg, #0a0a23, #1c1c3d);\n color: var(--light);\n line-height: 1.6;\n}\n\n.hero {\n background: url('ship.jpg') center/cover;\n min-height: 100vh;\n display: flex;\n flex-direction: column;\n justify-content: center;\n align-items: center;\n text-align: center;\n padding: 2rem;\n}\n\n.logo {\n font-size: 2.5rem;\n font-weight: bold;\n color: var(--accent);\n text-shadow: 2px 2px 4px rgba(0,0,0,0.5);\n}\n\n.nav-links {\n display: flex;\n gap: 2rem;\n margin-top: 1rem;\n}\n\n.hero-content h1 {\n font-size: 4rem;\n margin-bottom: 1rem;\n text-shadow: 3px 3px 6px rgba(0,0,0,0.7);\n}\n\n.primary-button {\n background: var(--primary);\n padding: 1rem 2rem;\n border-radius: 25px;\n text-transform: uppercase;\n font-weight: bold;\n transition: all 0.3s ease;\n}\n\n.primary-button:hover {\n transform: scale(1.05);\n box-shadow: 0 0 20px rgba(255,87,34,0.6);\n}\n\n.features {\n padding: 4rem 2rem;\n background: var(--dark);\n}\n\n.feature-grid {\n display: grid;\n grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n gap: 2rem;\n margin-top: 2rem;\n}\n\n.feature-card {\n background: rgba(255,255,255,0.05);\n padding: 2rem;\n border-radius: 15px;\n transition: all 0.3s ease;\n}\n\n.feature-card:hover {\n transform: translateY(-10px);\n box-shadow: 0 10px 20px rgba(0,0,0,0.3);\n}\n\n.feature-icon {\n font-size: 3rem;\n margin-bottom: 1rem;\n}\n\n.tokenomics {\n padding: 4rem 2rem;\n background: var(--secondary);\n}\n\n.token-grid {\n display: grid;\n grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n gap: 2rem;\n margin-top: 2rem;\n}\n\n.token-card {\n background: rgba(255,255,255,0.1);\n padding: 1.5rem;\n border-radius: 10px;\n text-align: center;\n}\n\n.join {\n padding: 4rem 2rem;\n text-align: center;\n}\n\n.exchange-buttons {\n display: flex;\n justify-content: center;\n gap: 2rem;\n margin-top: 2rem;\n}\n\n.exchange-button {\n background: var(--accent);\n padding: 1rem 2rem;\n border-radius: 25px;\n color: var(--dark);\n font-weight: bold;\n transition: all 0.3s ease;\n}\n\n.exchange-button:hover {\n transform: scale(1.05);\n box-shadow: 0 0 20px rgba(255,193,7,0.6);\n}\n\nfooter {\n background: var(--dark);\n padding: 2rem;\n text-align: center;\n}\n\n.footer-links {\n display: flex;\n justify-content: center;\n gap: 2rem;\n margin-bottom: 1rem;\n}\n\n@media (max-width: 768px) {\n .hero-content h1 {\n font-size: 3rem;\n }\n \n .nav-links {\n flex-direction: column;\n gap: 1rem;\n }\n \n .feature-grid, .token-grid {\n grid-template-columns: 1fr;\n }\n \n .exchange-buttons {\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// Parallax effect for hero section\nconst hero = document.querySelector('.hero');\nwindow.addEventListener('scroll', () => {\n const scrollY = window.scrollY;\n hero.style.backgroundPositionY = `${scrollY * 0.5}px`;\n});\n\n// Animate feature cards on scroll\nconst featureCards = document.querySelectorAll('.feature-card');\nconst observer = new IntersectionObserver(entries => {\n entries.forEach(entry => {\n if (entry.isIntersecting) {\n entry.target.classList.add('animate');\n }\n });\n}, { threshold: 0.5 });\n\nfeatureCards.forEach(card => {\n observer.observe(card);\n});\n---end---"
+ },
+ "logprobs": null,
+ "finish_reason": "stop"
+ }
+ ],
+ "usage": {
+ "prompt_tokens": 731,
+ "completion_tokens": 1775,
+ "total_tokens": 2506,
+ "prompt_tokens_details": {
+ "cached_tokens": 0
+ },
+ "prompt_cache_hit_tokens": 0,
+ "prompt_cache_miss_tokens": 731
+ },
+ "system_fingerprint": "fp_3a5770e1b4"
+ }
readme.scroll
Changed around line 1
+ # pirategold.io.TLD
+
+ Prompt: website
+ Agent: deepseek
+ Model: deepseek-chat
+
+ ## User prompt
+ I want a website that will convince people to hold $pirate token from Pirate Nation
+
+ ## System prompt
+ You are an expert web developer. Create a website based on this request: "I want a website that will convince people to hold $pirate token from Pirate Nation"
+
+ 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 TLD that represents this website. Then provide the website files. Use this exact format:
+
+ ---domain---
+ (domainTLD here)
+ ---index.scroll---
+ buildHtml
+ baseUrl https://(domainTLD 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
+ // 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'
+ });
+ });
+ });
+
+ // Parallax effect for hero section
+ const hero = document.querySelector('.hero');
+ window.addEventListener('scroll', () => {
+ const scrollY = window.scrollY;
+ hero.style.backgroundPositionY = `${scrollY * 0.5}px`;
+ });
+
+ // Animate feature cards on scroll
+ const featureCards = document.querySelectorAll('.feature-card');
+ const observer = new IntersectionObserver(entries => {
+ entries.forEach(entry => {
+ if (entry.isIntersecting) {
+ entry.target.classList.add('animate');
+ }
+ });
+ }, { threshold: 0.5 });
+
+ featureCards.forEach(card => {
+ observer.observe(card);
+ });
style.css
Changed around line 1
+ :root {
+ --primary: #ff5722;
+ --secondary: #3f51b5;
+ --accent: #ffc107;
+ --dark: #1a1a1a;
+ --light: #f5f5f5;
+ }
+
+ body {
+ font-family: 'Pirata One', cursive;
+ background: linear-gradient(135deg, #0a0a23, #1c1c3d);
+ color: var(--light);
+ line-height: 1.6;
+ }
+
+ .hero {
+ background: url('ship.jpg') center/cover;
+ min-height: 100vh;
+ display: flex;
+ flex-direction: column;
+ justify-content: center;
+ align-items: center;
+ text-align: center;
+ padding: 2rem;
+ }
+
+ .logo {
+ font-size: 2.5rem;
+ font-weight: bold;
+ color: var(--accent);
+ text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
+ }
+
+ .nav-links {
+ display: flex;
+ gap: 2rem;
+ margin-top: 1rem;
+ }
+
+ .hero-content h1 {
+ font-size: 4rem;
+ margin-bottom: 1rem;
+ text-shadow: 3px 3px 6px rgba(0,0,0,0.7);
+ }
+
+ .primary-button {
+ background: var(--primary);
+ padding: 1rem 2rem;
+ border-radius: 25px;
+ text-transform: uppercase;
+ font-weight: bold;
+ transition: all 0.3s ease;
+ }
+
+ .primary-button:hover {
+ transform: scale(1.05);
+ box-shadow: 0 0 20px rgba(255,87,34,0.6);
+ }
+
+ .features {
+ padding: 4rem 2rem;
+ background: var(--dark);
+ }
+
+ .feature-grid {
+ display: grid;
+ grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
+ gap: 2rem;
+ margin-top: 2rem;
+ }
+
+ .feature-card {
+ background: rgba(255,255,255,0.05);
+ padding: 2rem;
+ border-radius: 15px;
+ transition: all 0.3s ease;
+ }
+
+ .feature-card:hover {
+ transform: translateY(-10px);
+ box-shadow: 0 10px 20px rgba(0,0,0,0.3);
+ }
+
+ .feature-icon {
+ font-size: 3rem;
+ margin-bottom: 1rem;
+ }
+
+ .tokenomics {
+ padding: 4rem 2rem;
+ background: var(--secondary);
+ }
+
+ .token-grid {
+ display: grid;
+ grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
+ gap: 2rem;
+ margin-top: 2rem;
+ }
+
+ .token-card {
+ background: rgba(255,255,255,0.1);
+ padding: 1.5rem;
+ border-radius: 10px;
+ text-align: center;
+ }
+
+ .join {
+ padding: 4rem 2rem;
+ text-align: center;
+ }
+
+ .exchange-buttons {
+ display: flex;
+ justify-content: center;
+ gap: 2rem;
+ margin-top: 2rem;
+ }
+
+ .exchange-button {
+ background: var(--accent);
+ padding: 1rem 2rem;
+ border-radius: 25px;
+ color: var(--dark);
+ font-weight: bold;
+ transition: all 0.3s ease;
+ }
+
+ .exchange-button:hover {
+ transform: scale(1.05);
+ box-shadow: 0 0 20px rgba(255,193,7,0.6);
+ }
+
+ footer {
+ background: var(--dark);
+ padding: 2rem;
+ text-align: center;
+ }
+
+ .footer-links {
+ display: flex;
+ justify-content: center;
+ gap: 2rem;
+ margin-bottom: 1rem;
+ }
+
+ @media (max-width: 768px) {
+ .hero-content h1 {
+ font-size: 3rem;
+ }
+
+ .nav-links {
+ flex-direction: column;
+ gap: 1rem;
+ }
+
+ .feature-grid, .token-grid {
+ grid-template-columns: 1fr;
+ }
+
+ .exchange-buttons {
+ flex-direction: column;
+ gap: 1rem;
+ }
+ }