------------------------------------------------------------
commit 50638be34c852d29e18732f41c3cc71f303c7f35
Author: ffff:118.69.12.191 <ffff:118.69.12.191@hub.scroll.pub> Date: Mon Oct 28 05:20:53 2024 +0000 Updated untitled.scroll diff --git a/untitled.scroll b/untitled.scroll new file mode 100644 index 0000000..e69de29 ------------------------------------------------------------
commit 66fce2ae4ac410ec07053a2018fd90efed2c35da
Author: ffff:118.69.12.191 <ffff:118.69.12.191@hub.scroll.pub> Date: Mon Oct 28 05:20:28 2024 +0000 Updated index.html diff --git a/index.html b/index.html new file mode 100644 index 0000000..ff71901 --- /dev/null +++ b/index.html @@ -0,0 +1,44 @@ +<!DOCTYPE html> +<html lang="en"> +<head> + <meta charset="utf-8"> + <title>The Banana Stand - There's always money in the Banana Stand</title> + <script>/* This HTML was generated by 📜 Scroll v145.4.0. https://scroll.pub */</script> + <style>@media print {.doNotPrint {display: none !important;}}</style> + <link rel="canonical" href="/index.html"> + <meta name="viewport" content="width=device-width,initial-scale=1"> + <meta name="description" content="The Banana Stand"> + <meta name="generator" content="Scroll v145.4.0"> + <meta property="og:title" content="The Banana Stand - There's always money in the Banana Stand"> + <meta property="og:description" content="The Banana Stand"> + <meta property="og:image" content=""> + + <link rel="source" type="application/git" title="Source Code Repository" href="index.scroll"> + + <meta name="twitter:card" content="summary_large_image"> +</head> +<body> +<link rel="stylesheet" type="text/css" href="style.css"> +<header> +<div class="scrollSection"><h1 id="particle9" class="scrollParagraph">The Banana Stand</h1> +<p id="particle10" class="subtitle">There's always money in the Banana Stand</p> +</header> +</div> +<main class="container"> +<div class="features"> +<div class="feature"><h2>🍌 Instant Cash Flow</h2><p>Get quick cash for all your needs – there's always money in the Banana Stand!</p></div> +<div class="feature"><h2>🔥 Unbeatable Returns</h2><p>This iconic spot brings returns like no other. Just don't burn it down!</p></div> +<div class="feature"><h2>🏠 Bluth Family Classic</h2><p>The Banana Stand has been helping the Bluths stay afloat for generations. A true family business.</p></div> +<div class="feature"><h2>⏰ Open All the Time</h2><p>Whether it's day or night</p></div> +</div> +<div class="cta"> +<button class="cta-button"> +<p id="particle21" class="scrollParagraph">Buy now!</p> +</button> +</div> +</main> +<footer> +<p id="particle26" class="scrollParagraph">Try the chocalate dipped!</p> +</footer> +</body> +</html> \ No newline at end of file ------------------------------------------------------------
commit fc74fa8949836dfd425bcfd4eb79963223216a8c
Author: ffff:167.224.113.210 <ffff:167.224.113.210@hub.scroll.pub> Date: Fri Oct 25 18:49:48 2024 +0000 Updated style.css diff --git a/style.css b/style.css index e69de29..aee2fc0 100644 --- a/style.css +++ b/style.css @@ -0,0 +1,74 @@ +body { + font-family: Arial, sans-serif; + margin: 0; + padding: 0; + min-height: 100vh; + background: linear-gradient(to bottom right, #8b5cf6, #3b82f6); + color: white; + } + .container { + width: 90%; + max-width: 1200px; + margin: 0 auto; + } + header { + text-align: center; + padding: 2rem 0; + } + h1 { + font-size: 2.5rem; + margin-bottom: 0.5rem; + } + .subtitle { + font-size: 1.25rem; + } + main { + padding: 2rem 0; + } + .features { + display: grid; + grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); + gap: 1rem; + } + .feature { + background: rgba(255, 255, 255, 0.1); + backdrop-filter: blur(10px); + padding: 1.5rem; + border-radius: 0.5rem; + } + .feature h2 { + display: flex; + align-items: center; + font-size: 1.25rem; + margin-bottom: 1rem; + } + .feature h2 i { + margin-right: 0.5rem; + } + .cta { + text-align: center; + margin-top: 2rem; + } + .cta-button { + background-color: #fbbf24; + color: #1f2937; + font-size: 1.25rem; + font-weight: bold; + padding: 0.75rem 1.5rem; + border: none; + border-radius: 9999px; + cursor: pointer; + transition: background-color 0.3s; + } + .cta-button a{ + color: #1f2937; + text-decoration: none; + } + .cta-button:hover { + background-color: #fcd34d; + } + footer { + text-align: center; + padding: 2rem 0; + margin-top: 2rem; + } \ No newline at end of file ------------------------------------------------------------
commit fc6bb547ba852f699159eed4d186b8b6f29bfe7b
Author: ffff:167.224.113.210 <ffff:167.224.113.210@hub.scroll.pub> Date: Fri Oct 25 18:49:46 2024 +0000 Updated style.css diff --git a/style.css b/style.css new file mode 100644 index 0000000..e69de29 ------------------------------------------------------------
commit 6a233c30d186578115d28e7494e2e6023800f7e8
Author: ffff:167.224.113.210 <ffff:167.224.113.210@hub.scroll.pub> Date: Fri Oct 25 18:49:28 2024 +0000 Updated index.scroll diff --git a/index.scroll b/index.scroll index 4442ed6..9c57e7a 100644 --- a/index.scroll +++ b/index.scroll @@ -1,4 +1,38 @@ +replace MERCHANT The Banana Stand +replace MOTTO There's always money in the Banana Stand +title MERCHANT - MOTTO + buildHtml -theme roboto -Hello World my name is \ No newline at end of file +metaTags + +style.css + +%header +# MERCHANT +* MOTTO + class subtitle + + +<main class="container"> + +%div.features +table + compose html <div class="feature"><h2>{icon} {title}</h2><p>{message}</p></div> + printColumn html + data + icon,title,message + 🍌,Instant Cash Flow,Get quick cash for all your needs – there's always money in the Banana Stand! + 🔥,Unbeatable Returns,This iconic spot brings returns like no other. Just don't burn it down! + 🏠,Bluth Family Classic,The Banana Stand has been helping the Bluths stay afloat for generations. A true family business. + ⏰,Open All the Time,Whether it's day or night, the Banana Stand is here for your frozen banana cravings. + + +%div.cta +%button.cta-button +Buy now! + +</main> + +%footer +Try the chocalate dipped! ------------------------------------------------------------
commit bae9780b761ef03020de04944435f0db626158ce
Author: root <root@hub.scroll.pub> Date: Fri Oct 25 18:29:16 2024 +0000 initial blank_template template diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..aa0ab78 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +*.html +*.txt +*.xml +*.css +*.js \ No newline at end of file diff --git a/index.scroll b/index.scroll new file mode 100644 index 0000000..4442ed6 --- /dev/null +++ b/index.scroll @@ -0,0 +1,4 @@ +buildHtml +theme roboto + +Hello World my name is \ No newline at end of file