Changes to pirategold.crypto.TLD

root
root
3 days ago
Initial commit
index.scroll
Changed around line 1
+ buildHtml
+ baseUrl https://pirategold.crypto
+ metaTags
+ editButton /edit.html
+ title $PIRATE Token - Join the Pirate Nation
+ style.css
+
+ header
+ class hero
+ nav
+ div $PIRATE
+ class logo
+ div
+ class nav-links
+ a Why $PIRATE
+ href #why
+ a Tokenomics
+ href #tokenomics
+ a Team
+ href #team
+ a Join Crew
+ class cta-button
+ href #join
+ div
+ class hero-content
+ h1 Yarrr! Welcome to Pirate Nation
+ p The $PIRATE token - Proof of Play's treasure backed by $33M from Andreesen Horowitz & Greekoaks
+ 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 Backed by Giants
+ p $33M raised from top VCs - Andreesen Horowitz & Greekoaks
+ div
+ class feature-card
+ div 🎮
+ class feature-icon
+ h3 Proof of Play
+ p Play-to-earn gaming ecosystem with real value
+ div
+ class feature-card
+ div 🏴‍☠️
+ class feature-icon
+ h3 Pirate Nation
+ p Join the most vibrant crypto community on the seas
+ div
+ class feature-card
+ div 🚀
+ class feature-icon
+ h3 Moon Potential
+ p Early stage token with massive upside
+ section
+ id tokenomics
+ class tokenomics
+ h2 Tokenomics
+ div
+ class token-grid
+ div
+ class token-card
+ h3 Total Supply
+ p 1 Billion $PIRATE
+ div
+ class token-card
+ h3 Allocation
+ p 40% Community
+ p 30% Team
+ p 20% Investors
+ p 10% Treasury
+ div
+ class token-card
+ h3 Vesting
+ p 2 Year Linear Vesting
+ section
+ id team
+ class team
+ h2 The Crew
+ div
+ class team-grid
+ div
+ class team-card
+ div 🧔
+ class team-icon
+ h3 Captain A16Z
+ p Andreesen Horowitz
+ div
+ class team-card
+ div 👩
+ class team-icon
+ h3 First Mate Greekoaks
+ p Greekoaks Capital
+ div
+ class team-card
+ div 🦜
+ class team-icon
+ h3 Quartermaster Proof of Play
+ p Gaming Experts
+ section
+ id join
+ class cta
+ h2 Join the Pirate Nation
+ p Ready to set sail? Get your $PIRATE tokens today!
+ a Buy $PIRATE
+ class primary-button
+ href #
+ footer
+ div
+ class footer-content
+ div
+ class footer-links
+ a Terms
+ href #
+ a Privacy
+ href #
+ a Contact
+ href #
+ p Set sail with $PIRATE - The treasure of the crypto seas
+
+ script.js
prompt.json
Changed around line 1
+ {
+ "id": "93cba5e0-af59-45f3-86aa-efdc2b0e9a7b",
+ "object": "chat.completion",
+ "created": 1738013157,
+ "model": "deepseek-chat",
+ "choices": [
+ {
+ "index": 0,
+ "message": {
+ "role": "assistant",
+ "content": "---domain---\npirategold.crypto\n---index.scroll---\nbuildHtml\nbaseUrl https://pirategold.crypto\nmetaTags\neditButton /edit.html\ntitle $PIRATE Token - Join the Pirate Nation\nstyle.css\n\nheader\n class hero\n nav\n div $PIRATE\n class logo\n div\n class nav-links\n a Why $PIRATE\n href #why\n a Tokenomics\n href #tokenomics\n a Team\n href #team\n a Join Crew\n class cta-button\n href #join\n div\n class hero-content\n h1 Yarrr! Welcome to Pirate Nation\n p The $PIRATE token - Proof of Play's treasure backed by $33M from Andreesen Horowitz & Greekoaks\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 Backed by Giants\n p $33M raised from top VCs - Andreesen Horowitz & Greekoaks\n div\n class feature-card\n div 🎮\n class feature-icon\n h3 Proof of Play\n p Play-to-earn gaming ecosystem with real value\n div\n class feature-card\n div 🏴‍☠️\n class feature-icon\n h3 Pirate Nation\n p Join the most vibrant crypto community on the seas\n div\n class feature-card\n div 🚀\n class feature-icon\n h3 Moon Potential\n p Early stage token with massive upside\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 1 Billion $PIRATE\n div\n class token-card\n h3 Allocation\n p 40% Community\n p 30% Team\n p 20% Investors\n p 10% Treasury\n div\n class token-card\n h3 Vesting\n p 2 Year Linear Vesting\n section\n id team\n class team\n h2 The Crew\n div\n class team-grid\n div\n class team-card\n div 🧔\n class team-icon\n h3 Captain A16Z\n p Andreesen Horowitz\n div\n class team-card\n div 👩\n class team-icon\n h3 First Mate Greekoaks\n p Greekoaks Capital\n div\n class team-card\n div 🦜\n class team-icon\n h3 Quartermaster Proof of Play\n p Gaming Experts\n section\n id join\n class cta\n h2 Join the Pirate Nation\n p Ready to set sail? Get your $PIRATE tokens today!\n a Buy $PIRATE\n class primary-button\n href #\nfooter\n div\n class footer-content\n div\n class footer-links\n a Terms\n href #\n a Privacy\n href #\n a Contact\n href #\n p Set sail with $PIRATE - The treasure of the crypto seas\n\nscript.js\n---style.css---\n:root {\n --primary: #ff5722;\n --secondary: #3f51b5;\n --background: #0a0a23;\n --text: #f5f6f7;\n --accent: #ffc107;\n}\n\nbody {\n background: var(--background);\n color: var(--text);\n font-family: 'Arial', sans-serif;\n margin: 0;\n padding: 0;\n}\n\n.hero {\n background: linear-gradient(135deg, var(--primary), var(--secondary));\n padding: 4rem 2rem;\n text-align: center;\n}\n\n.logo {\n font-size: 2rem;\n font-weight: bold;\n color: var(--accent);\n}\n\n.nav-links {\n display: flex;\n justify-content: center;\n gap: 2rem;\n margin-top: 1rem;\n}\n\n.hero-content {\n max-width: 800px;\n margin: 0 auto;\n}\n\nh1 {\n font-size: 3rem;\n margin-bottom: 1rem;\n}\n\n.primary-button, .cta-button {\n background: var(--accent);\n color: var(--background);\n padding: 0.75rem 2rem;\n border-radius: 2rem;\n text-decoration: none;\n display: inline-block;\n margin-top: 1rem;\n}\n\n.features, .tokenomics, .team, .cta {\n padding: 4rem 2rem;\n text-align: center;\n}\n\n.feature-grid, .token-grid, .team-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, .token-card, .team-card {\n background: rgba(255, 255, 255, 0.1);\n padding: 2rem;\n border-radius: 1rem;\n}\n\n.feature-icon, .team-icon {\n font-size: 3rem;\n margin-bottom: 1rem;\n}\n\nfooter {\n background: rgba(255, 255, 255, 0.05);\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 h1 {\n font-size: 2rem;\n }\n \n .nav-links {\n flex-direction: column;\n gap: 1rem;\n }\n}\n---script.js---\n// Smooth scrolling\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// Animate elements on scroll\nconst observer = new IntersectionObserver((entries) => {\n entries.forEach(entry => {\n if (entry.isIntersecting) {\n entry.target.classList.add('show');\n }\n });\n});\n\ndocument.querySelectorAll('.feature-card, .token-card, .team-card').forEach(card => {\n observer.observe(card);\n});\n---end---"
+ },
+ "logprobs": null,
+ "finish_reason": "stop"
+ }
+ ],
+ "usage": {
+ "prompt_tokens": 762,
+ "completion_tokens": 1448,
+ "total_tokens": 2210,
+ "prompt_tokens_details": {
+ "cached_tokens": 0
+ },
+ "prompt_cache_hit_tokens": 0,
+ "prompt_cache_miss_tokens": 762
+ },
+ "system_fingerprint": "fp_3a5770e1b4"
+ }
readme.scroll
Changed around line 1
+ # pirategold.crypto.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. Proof of Play is the company, raising $33 million from Andreesen Horowitz and Greekoaks. Make it degenerate for the internet crypto crowd.
+
+ ## 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. Proof of Play is the company, raising $33 million from Andreesen Horowitz and Greekoaks. Make it degenerate for the internet crypto crowd."
+
+ 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
+ document.querySelectorAll('a[href^="#"]').forEach(anchor => {
+ anchor.addEventListener('click', function (e) {
+ e.preventDefault();
+ document.querySelector(this.getAttribute('href')).scrollIntoView({
+ behavior: 'smooth'
+ });
+ });
+ });
+
+ // Animate elements on scroll
+ const observer = new IntersectionObserver((entries) => {
+ entries.forEach(entry => {
+ if (entry.isIntersecting) {
+ entry.target.classList.add('show');
+ }
+ });
+ });
+
+ document.querySelectorAll('.feature-card, .token-card, .team-card').forEach(card => {
+ observer.observe(card);
+ });
style.css
Changed around line 1
+ :root {
+ --primary: #ff5722;
+ --secondary: #3f51b5;
+ --background: #0a0a23;
+ --text: #f5f6f7;
+ --accent: #ffc107;
+ }
+
+ body {
+ background: var(--background);
+ color: var(--text);
+ font-family: 'Arial', sans-serif;
+ margin: 0;
+ padding: 0;
+ }
+
+ .hero {
+ background: linear-gradient(135deg, var(--primary), var(--secondary));
+ padding: 4rem 2rem;
+ text-align: center;
+ }
+
+ .logo {
+ font-size: 2rem;
+ font-weight: bold;
+ color: var(--accent);
+ }
+
+ .nav-links {
+ display: flex;
+ justify-content: center;
+ gap: 2rem;
+ margin-top: 1rem;
+ }
+
+ .hero-content {
+ max-width: 800px;
+ margin: 0 auto;
+ }
+
+ h1 {
+ font-size: 3rem;
+ margin-bottom: 1rem;
+ }
+
+ .primary-button, .cta-button {
+ background: var(--accent);
+ color: var(--background);
+ padding: 0.75rem 2rem;
+ border-radius: 2rem;
+ text-decoration: none;
+ display: inline-block;
+ margin-top: 1rem;
+ }
+
+ .features, .tokenomics, .team, .cta {
+ padding: 4rem 2rem;
+ text-align: center;
+ }
+
+ .feature-grid, .token-grid, .team-grid {
+ display: grid;
+ grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
+ gap: 2rem;
+ margin-top: 2rem;
+ }
+
+ .feature-card, .token-card, .team-card {
+ background: rgba(255, 255, 255, 0.1);
+ padding: 2rem;
+ border-radius: 1rem;
+ }
+
+ .feature-icon, .team-icon {
+ font-size: 3rem;
+ margin-bottom: 1rem;
+ }
+
+ footer {
+ background: rgba(255, 255, 255, 0.05);
+ padding: 2rem;
+ text-align: center;
+ }
+
+ .footer-links {
+ display: flex;
+ justify-content: center;
+ gap: 2rem;
+ margin-bottom: 1rem;
+ }
+
+ @media (max-width: 768px) {
+ h1 {
+ font-size: 2rem;
+ }
+
+ .nav-links {
+ flex-direction: column;
+ gap: 1rem;
+ }
+ }