------------------------------------------------------------
commit c6937bbd38c9617156e5d1e060a104af612c0293
Author: ffff:160.2.106.197 <ffff:160.2.106.197@hub.scroll.pub> Date: Wed Nov 6 16:25:20 2024 +0000 Updated index.scroll diff --git a/index.scroll b/index.scroll index 9c57e7a..65b5968 100644 --- a/index.scroll +++ b/index.scroll @@ -1,9 +1,8 @@ +buildHtml replace MERCHANT The Banana Stand replace MOTTO There's always money in the Banana Stand title MERCHANT - MOTTO -buildHtml - metaTags style.css @@ -13,7 +12,6 @@ style.css * MOTTO class subtitle - <main class="container"> %div.features @@ -27,7 +25,6 @@ table 🏠,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! ------------------------------------------------------------
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