Changes to lander_template057ac

ffff:167.224.113.210
ffff:167.224.113.210
2 months ago
Updated style.css
style.css
Changed around line 1
+ 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;
+ }
ffff:167.224.113.210
ffff:167.224.113.210
2 months ago
Updated style.css
style.css
ffff:167.224.113.210
ffff:167.224.113.210
2 months ago
Updated index.scroll
index.scroll
Changed around line 1
+ replace MERCHANT The Banana Stand
+ replace MOTTO There's always money in the Banana Stand
+ title MERCHANT - MOTTO
+
- theme roboto
- Hello World my name is
+ metaTags
+
+ style.css
+
+ %header
+ # MERCHANT
+ * MOTTO
+ class subtitle
+
+
+
+
+ %div.features
+ table
+ compose html

{icon} {title}

{message}

+ 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!
+
+
+
+ %footer
+ Try the chocalate dipped!
root
root
2 months ago
initial blank_template template
.gitignore
Changed around line 1
+ *.html
+ *.txt
+ *.xml
+ *.css
+ *.js
index.scroll
Changed around line 1
+ buildHtml
+ theme roboto
+
+ Hello World my name is