Changes to memefi.scroll.pub

root
root
1 day ago
Initial commit
index.scroll
Changed around line 1
+ buildHtml
+ baseUrl https://memefi.scroll.pub
+ metaTags
+ editButton /edit.html
+ title MemeFi - The Future of Meme Coins
+ style.css
+
+ header
+ class hero
+ nav
+ div MemeFi
+ class logo
+ div
+ class nav-links
+ a Tokenomics
+ href #tokenomics
+ a Roadmap
+ href #roadmap
+ a Community
+ href #community
+ a Buy Now
+ class cta-button
+ href #buy
+ div
+ class hero-content
+ h1 Welcome to MemeFi
+ p The ultimate meme coin with revolutionary tokenomics and a vibrant community
+ a Join the Meme Revolution
+ class primary-button
+ href #buy
+ main
+ section
+ id tokenomics
+ class tokenomics
+ h2 Tokenomics
+ div
+ class tokenomics-grid
+ div
+ class tokenomics-card
+ div 💰
+ class tokenomics-icon
+ h3 50% Presale
+ p Secure your tokens early and enjoy exclusive benefits.
+ div
+ class tokenomics-card
+ div 🔥
+ class tokenomics-icon
+ h3 30% Burn
+ p Deflationary mechanism to increase token value over time.
+ div
+ class tokenomics-card
+ div 🎁
+ class tokenomics-icon
+ h3 10% Rewards
+ p Earn passive income through staking and community rewards.
+ div
+ class tokenomics-card
+ div 💼
+ class tokenomics-icon
+ h3 10% Development
+ p Continuous improvement and innovation for the MemeFi ecosystem.
+ section
+ id roadmap
+ class roadmap
+ h2 Roadmap
+ div
+ class roadmap-timeline
+ div
+ class roadmap-item
+ h3 Q1 2024
+ p Launch of MemeFi token and initial presale.
+ div
+ class roadmap-item
+ h3 Q2 2024
+ p Listing on major decentralized exchanges (DEXs).
+ div
+ class roadmap-item
+ h3 Q3 2024
+ p Introduction of staking and rewards program.
+ div
+ class roadmap-item
+ h3 Q4 2024
+ p Expansion of the MemeFi ecosystem and community-driven projects.
+ section
+ id community
+ class community
+ h2 Join Our Community
+ div
+ class community-links
+ a Discord
+ href https://discord.gg/memefi
+ a Twitter
+ href https://twitter.com/memefi
+ a Telegram
+ href https://t.me/memefi
+ footer
+ div
+ class footer-content
+ div
+ class footer-links
+ a Documentation
+ href https://memefi.scroll.pub/docs
+ a Community
+ href https://discord.gg/memefi
+ a Blog
+ href https://memefi.scroll.pub/blog
+ p MemeFi - The Future of Meme Coins
+
+ script.js
prompt.json
Changed around line 1
+ {
+ "id": "ce17329f-c43a-4142-bbf4-9e31d35f665a",
+ "object": "chat.completion",
+ "created": 1737411547,
+ "model": "deepseek-chat",
+ "choices": [
+ {
+ "index": 0,
+ "message": {
+ "role": "assistant",
+ "content": "---domain---\nmemefi.scroll.pub\n---index.scroll---\nbuildHtml\nbaseUrl https://memefi.scroll.pub\nmetaTags\neditButton /edit.html\ntitle MemeFi - The Future of Meme Coins\nstyle.css\n\nheader\n class hero\n nav\n div MemeFi\n class logo\n div\n class nav-links\n a Tokenomics\n href #tokenomics\n a Roadmap\n href #roadmap\n a Community\n href #community\n a Buy Now\n class cta-button\n href #buy\n div\n class hero-content\n h1 Welcome to MemeFi\n p The ultimate meme coin with revolutionary tokenomics and a vibrant community\n a Join the Meme Revolution\n class primary-button\n href #buy\nmain\n section\n id tokenomics\n class tokenomics\n h2 Tokenomics\n div\n class tokenomics-grid\n div\n class tokenomics-card\n div 💰\n class tokenomics-icon\n h3 50% Presale\n p Secure your tokens early and enjoy exclusive benefits.\n div\n class tokenomics-card\n div 🔥\n class tokenomics-icon\n h3 30% Burn\n p Deflationary mechanism to increase token value over time.\n div\n class tokenomics-card\n div 🎁\n class tokenomics-icon\n h3 10% Rewards\n p Earn passive income through staking and community rewards.\n div\n class tokenomics-card\n div 💼\n class tokenomics-icon\n h3 10% Development\n p Continuous improvement and innovation for the MemeFi ecosystem.\n section\n id roadmap\n class roadmap\n h2 Roadmap\n div\n class roadmap-timeline\n div\n class roadmap-item\n h3 Q1 2024\n p Launch of MemeFi token and initial presale.\n div\n class roadmap-item\n h3 Q2 2024\n p Listing on major decentralized exchanges (DEXs).\n div\n class roadmap-item\n h3 Q3 2024\n p Introduction of staking and rewards program.\n div\n class roadmap-item\n h3 Q4 2024\n p Expansion of the MemeFi ecosystem and community-driven projects.\n section\n id community\n class community\n h2 Join Our Community\n div\n class community-links\n a Discord\n href https://discord.gg/memefi\n a Twitter\n href https://twitter.com/memefi\n a Telegram\n href https://t.me/memefi\nfooter\n div\n class footer-content\n div\n class footer-links\n a Documentation\n href https://memefi.scroll.pub/docs\n a Community\n href https://discord.gg/memefi\n a Blog\n href https://memefi.scroll.pub/blog\n p MemeFi - The Future of Meme Coins\n\nscript.js\n---style.css---\nbody {\n font-family: 'Arial', sans-serif;\n margin: 0;\n padding: 0;\n background-color: #1a1a1a;\n color: #fff;\n}\n\n.hero {\n background: linear-gradient(135deg, #ff6f61, #ffcc00);\n padding: 2rem;\n text-align: center;\n position: relative;\n overflow: hidden;\n}\n\n.hero::before {\n content: '';\n position: absolute;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n background: rgba(0, 0, 0, 0.1);\n z-index: 1;\n}\n\n.hero-content {\n position: relative;\n z-index: 2;\n}\n\n.hero h1 {\n font-size: 3rem;\n margin-bottom: 1rem;\n animation: fadeIn 2s ease-in-out;\n}\n\n.hero p {\n font-size: 1.2rem;\n margin-bottom: 2rem;\n animation: fadeIn 3s ease-in-out;\n}\n\n.primary-button {\n background-color: #ff6f61;\n color: #fff;\n padding: 0.8rem 2rem;\n border: none;\n border-radius: 5px;\n font-size: 1rem;\n cursor: pointer;\n transition: background-color 0.3s ease;\n}\n\n.primary-button:hover {\n background-color: #ff3b2f;\n}\n\n.tokenomics, .roadmap, .community {\n padding: 2rem;\n text-align: center;\n}\n\n.tokenomics-grid, .roadmap-timeline, .community-links {\n display: flex;\n justify-content: space-around;\n flex-wrap: wrap;\n margin-top: 2rem;\n}\n\n.tokenomics-card, .roadmap-item {\n background-color: #333;\n padding: 1rem;\n border-radius: 10px;\n width: 200px;\n margin: 1rem;\n transition: transform 0.3s ease;\n}\n\n.tokenomics-card:hover, .roadmap-item:hover {\n transform: scale(1.05);\n}\n\n.tokenomics-icon {\n font-size: 2rem;\n margin-bottom: 1rem;\n}\n\n.roadmap-item h3 {\n font-size: 1.5rem;\n margin-bottom: 1rem;\n}\n\n.community-links a {\n color: #ff6f61;\n text-decoration: none;\n font-size: 1.2rem;\n margin: 0 1rem;\n transition: color 0.3s ease;\n}\n\n.community-links a:hover {\n color: #ff3b2f;\n}\n\nfooter {\n background-color: #222;\n padding: 1rem;\n text-align: center;\n}\n\n.footer-links a {\n color: #ff6f61;\n text-decoration: none;\n margin: 0 1rem;\n transition: color 0.3s ease;\n}\n\n.footer-links a:hover {\n color: #ff3b2f;\n}\n\n@keyframes fadeIn {\n from {\n opacity: 0;\n }\n to {\n opacity: 1;\n }\n}\n---script.js---\ndocument.addEventListener('DOMContentLoaded', function() {\n const hero = document.querySelector('.hero');\n const heroContent = document.querySelector('.hero-content');\n\n hero.addEventListener('mousemove', function(e) {\n const xAxis = (window.innerWidth / 2 - e.pageX) / 25;\n const yAxis = (window.innerHeight / 2 - e.pageY) / 25;\n heroContent.style.transform = `translate(${xAxis}px, ${yAxis}px)`;\n });\n\n hero.addEventListener('mouseleave', function() {\n heroContent.style.transform = 'translate(0, 0)';\n });\n});\n---end---"
+ },
+ "logprobs": null,
+ "finish_reason": "stop"
+ }
+ ],
+ "usage": {
+ "prompt_tokens": 729,
+ "completion_tokens": 1526,
+ "total_tokens": 2255,
+ "prompt_tokens_details": {
+ "cached_tokens": 0
+ },
+ "prompt_cache_hit_tokens": 0,
+ "prompt_cache_miss_tokens": 729
+ },
+ "system_fingerprint": "fp_3a5770e1b4"
+ }
readme.scroll
Changed around line 1
+ # memefi.scroll.pub
+
+ Prompt: website
+ Agent: deepseek
+ Model: deepseek-chat
+
+ ## User prompt
+ meme coin website with creative animated hero section and cool tokenomics
+
+ ## System prompt
+ You are an expert web developer. Create a website based on this request: "meme coin website with creative animated hero section and cool tokenomics "
+
+ 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() {
+ const hero = document.querySelector('.hero');
+ const heroContent = document.querySelector('.hero-content');
+
+ hero.addEventListener('mousemove', function(e) {
+ const xAxis = (window.innerWidth / 2 - e.pageX) / 25;
+ const yAxis = (window.innerHeight / 2 - e.pageY) / 25;
+ heroContent.style.transform = `translate(${xAxis}px, ${yAxis}px)`;
+ });
+
+ hero.addEventListener('mouseleave', function() {
+ heroContent.style.transform = 'translate(0, 0)';
+ });
+ });
style.css
Changed around line 1
+ body {
+ font-family: 'Arial', sans-serif;
+ margin: 0;
+ padding: 0;
+ background-color: #1a1a1a;
+ color: #fff;
+ }
+
+ .hero {
+ background: linear-gradient(135deg, #ff6f61, #ffcc00);
+ padding: 2rem;
+ text-align: center;
+ position: relative;
+ overflow: hidden;
+ }
+
+ .hero::before {
+ content: '';
+ position: absolute;
+ top: 0;
+ left: 0;
+ width: 100%;
+ height: 100%;
+ background: rgba(0, 0, 0, 0.1);
+ z-index: 1;
+ }
+
+ .hero-content {
+ position: relative;
+ z-index: 2;
+ }
+
+ .hero h1 {
+ font-size: 3rem;
+ margin-bottom: 1rem;
+ animation: fadeIn 2s ease-in-out;
+ }
+
+ .hero p {
+ font-size: 1.2rem;
+ margin-bottom: 2rem;
+ animation: fadeIn 3s ease-in-out;
+ }
+
+ .primary-button {
+ background-color: #ff6f61;
+ color: #fff;
+ padding: 0.8rem 2rem;
+ border: none;
+ border-radius: 5px;
+ font-size: 1rem;
+ cursor: pointer;
+ transition: background-color 0.3s ease;
+ }
+
+ .primary-button:hover {
+ background-color: #ff3b2f;
+ }
+
+ .tokenomics, .roadmap, .community {
+ padding: 2rem;
+ text-align: center;
+ }
+
+ .tokenomics-grid, .roadmap-timeline, .community-links {
+ display: flex;
+ justify-content: space-around;
+ flex-wrap: wrap;
+ margin-top: 2rem;
+ }
+
+ .tokenomics-card, .roadmap-item {
+ background-color: #333;
+ padding: 1rem;
+ border-radius: 10px;
+ width: 200px;
+ margin: 1rem;
+ transition: transform 0.3s ease;
+ }
+
+ .tokenomics-card:hover, .roadmap-item:hover {
+ transform: scale(1.05);
+ }
+
+ .tokenomics-icon {
+ font-size: 2rem;
+ margin-bottom: 1rem;
+ }
+
+ .roadmap-item h3 {
+ font-size: 1.5rem;
+ margin-bottom: 1rem;
+ }
+
+ .community-links a {
+ color: #ff6f61;
+ text-decoration: none;
+ font-size: 1.2rem;
+ margin: 0 1rem;
+ transition: color 0.3s ease;
+ }
+
+ .community-links a:hover {
+ color: #ff3b2f;
+ }
+
+ footer {
+ background-color: #222;
+ padding: 1rem;
+ text-align: center;
+ }
+
+ .footer-links a {
+ color: #ff6f61;
+ text-decoration: none;
+ margin: 0 1rem;
+ transition: color 0.3s ease;
+ }
+
+ .footer-links a:hover {
+ color: #ff3b2f;
+ }
+
+ @keyframes fadeIn {
+ from {
+ opacity: 0;
+ }
+ to {
+ opacity: 1;
+ }
+ }