------------------------------------------------------------
commit a3c4117443d1168ff4757ccbd20366924358be3e
Author: ffff:102.88.70.184 <ffff:102.88.70.184@hub.scroll.pub> Date: Thu Nov 14 05:20:44 2024 +0000 Reverted to 36cb927116752408e7efda49dc2f859d397c5814 diff --git a/requests.csv b/requests.csv new file mode 100644 index 0000000..c88d0c9 --- /dev/null +++ b/requests.csv @@ -0,0 +1,22 @@ +Date,Folder,Reads,Readers,Writes,Writers,Rank1,Rank2,Rank3,Rank4,Rank5 +2024-10-25,blank_template,16,1,0,0,,,,, +2024-10-25,lander_template,71,6,6,1,edit.html,index.html,,, +2024-10-26,lander_template,92,38,2,2,edit.html,index.html,,, +2024-10-27,lander_template,87,40,4,4,edit.html,index.html,globe.html,, +2024-10-28,lander_template,110,52,7,7,edit.html,index.html,globe.html,, +2024-10-29,lander_template,51,31,2,1,edit.html,index.html,,, +2024-10-30,lander_template,22,16,0,0,edit.html,index.html,,, +2024-10-31,lander_template,16,12,0,0,edit.html,,,, +2024-11-01,lander_template,26,14,2,2,edit.html,index.html,,, +2024-11-02,lander_template,14,11,0,0,edit.html,index.html,,, +2024-11-03,lander_template,32,13,1,1,edit.html,index.html,,, +2024-11-04,lander_template,25,13,2,2,edit.html,index.html,,, +2024-11-05,lander_template,21,16,0,0,edit.html,index.html,,, +2024-11-06,lander_template,26,17,1,1,edit.html,,,, +2024-11-07,lander_template,76,32,5,5,edit.html,index.html,globe.html,requests.html, +2024-11-08,lander_template,36,14,3,3,edit.html,index.html,,, +2024-11-09,lander_template,178,88,4,3,edit.html,,,, +2024-11-10,lander_template,54,27,2,2,edit.html,index.html,,, +2024-11-11,lander_template,34,19,2,2,index.html,,,, +2024-11-12,lander_template,20,13,1,1,index.html,,,, +2024-11-13,lander_template,35,13,0,0,edit.html,requests.html,index.html,globe.html, \ No newline at end of file diff --git a/requests.scroll b/requests.scroll new file mode 100644 index 0000000..0b27551 --- /dev/null +++ b/requests.scroll @@ -0,0 +1,34 @@ +title Traffic Data +metaTags +homeButton +buildHtml +theme gazette + +printTitle + +container + +Real time view + /globe.html?folderName=lander_template + +button Refresh + link /summarizeRequests.htm?folderName=lander_template + post + // Anything + +requests.csv + <br><br><span style="width: 200px; display:inline-block; color: blue;">Readers</span><span style="color:green;">Writers</span><br><br> + sparkline + y Readers + color blue + width 200 + height 200 + sparkline + y Writers + color green + width 200 + height 200 + printTable + +tableSearch +scrollVersionLink ------------------------------------------------------------
commit 36cb927116752408e7efda49dc2f859d397c5814
Author: ffff:102.88.70.184 <ffff:102.88.70.184@hub.scroll.pub> Date: Thu Nov 14 05:20:11 2024 +0000 Updated index.scroll diff --git a/index.scroll b/index.scroll index 9c57e7a..06010c7 100644 --- a/index.scroll +++ b/index.scroll @@ -1,7 +1,6 @@ replace MERCHANT The Banana Stand replace MOTTO There's always money in the Banana Stand title MERCHANT - MOTTO - buildHtml metaTags @@ -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