------------------------------------------------------------
commit 3ac699bb57ba51c06c58b66346fc7ebf7cff76e6
Author: ffff:72.234.190.31 <ffff:72.234.190.31@hub.scroll.pub> Date: Wed Oct 2 01:47:10 2024 +0000 Updated index.scroll diff --git a/index.scroll b/index.scroll index 2e7223a..cef60a7 100644 --- a/index.scroll +++ b/index.scroll @@ -1,4 +1,5 @@ buildHtml +replace PHONE 808-425-5555 title Aloha Pizza Paradise - Honolulu's Best Pizza metaTags ------------------------------------------------------------
commit 69c2ca920d30eaf3d7345881a7fa0ec90133d45b
Author: ffff:72.234.190.31 <ffff:72.234.190.31@hub.scroll.pub> Date: Wed Oct 2 01:46:43 2024 +0000 Updated index.scroll diff --git a/index.scroll b/index.scroll index d82dc20..2e7223a 100644 --- a/index.scroll +++ b/index.scroll @@ -2,5 +2,7 @@ buildHtml title Aloha Pizza Paradise - Honolulu's Best Pizza metaTags + style.css + page.html ------------------------------------------------------------
commit 0e2005dcc48efec9c44f4c89858ac622aaa6800e
Author: ffff:72.234.190.31 <ffff:72.234.190.31@hub.scroll.pub> Date: Wed Oct 2 01:46:30 2024 +0000 Updated index.scroll diff --git a/index.scroll b/index.scroll index 64178f9..d82dc20 100644 --- a/index.scroll +++ b/index.scroll @@ -1,5 +1,6 @@ buildHtml title Aloha Pizza Paradise - Honolulu's Best Pizza +metaTags style.css page.html ------------------------------------------------------------
commit e861cdec60be6a6c2f1ff9401f692ab35f8e2bad
Author: ffff:72.234.190.31 <ffff:72.234.190.31@hub.scroll.pub> Date: Wed Oct 2 01:46:15 2024 +0000 Updated index.scroll diff --git a/index.scroll b/index.scroll index 926b60d..64178f9 100644 --- a/index.scroll +++ b/index.scroll @@ -1,138 +1,5 @@ buildHtml +title Aloha Pizza Paradise - Honolulu's Best Pizza style.css page.html - -<!DOCTYPE html> -<html lang="en"> -<head> - <meta charset="UTF-8"> - <meta name="viewport" content="width=device-width, initial-scale=1.0"> - <title>Aloha Pizza Paradise - Honolulu's Best Pizza</title> - <style> - body { - font-family: 'Arial', sans-serif; - margin: 0; - padding: 0; - background: linear-gradient(to bottom, #87CEEB, #4682B4); - color: #333; - } - .container { - max-width: 1200px; - margin: 0 auto; - padding: 20px; - } - header { - background-color: rgba(255, 255, 255, 0.8); - padding: 20px 0; - text-align: center; - } - h1 { - color: #FF6347; - font-size: 3em; - margin-bottom: 10px; - } - .tagline { - font-style: italic; - color: #4682B4; - } - .hero { - background: url('/api/placeholder/1200/600') no-repeat center center; - background-size: cover; - height: 400px; - display: flex; - align-items: center; - justify-content: center; - } - .cta { - background-color: rgba(255, 99, 71, 0.8); - padding: 20px; - border-radius: 10px; - text-align: center; - } - .phone { - font-size: 2em; - color: white; - margin-bottom: 10px; - } - .btn { - display: inline-block; - padding: 10px 20px; - background-color: #4682B4; - color: white; - text-decoration: none; - border-radius: 5px; - font-weight: bold; - transition: background-color 0.3s ease; - } - .btn:hover { - background-color: #3a6d8c; - } - .features { - display: flex; - justify-content: space-around; - margin-top: 40px; - } - .feature { - background-color: rgba(255, 255, 255, 0.8); - padding: 20px; - border-radius: 10px; - text-align: center; - width: 30%; - } - .feature img { - width: 100px; - height: 100px; - margin-bottom: 10px; - } - footer { - background-color: #333; - color: white; - text-align: center; - padding: 20px 0; - margin-top: 40px; - } - </style> -</head> -<body> - <header> - <div class="container"> - <h1>Aloha Pizza Paradise</h1> - <p class="tagline">Honolulu's Best Pizza, Served with Aloha!</p> - </div> - </header> - - <div class="hero"> - <div class="cta"> - <p class="phone">Call Now: 808-425-2322</p> - <a href="#" class="btn">Order Online</a> - </div> - </div> - - <div class="container"> - <div class="features"> - <div class="feature"> - <img src="/api/placeholder/100/100" alt="Fresh Ingredients"> - <h2>Fresh Ingredients</h2> - <p>We use only the freshest, locally-sourced ingredients for our pizzas.</p> - </div> - <div class="feature"> - <img src="/api/placeholder/100/100" alt="Unique Flavors"> - <h2>Unique Flavors</h2> - <p>Try our Hawaiian-inspired pizzas with a tropical twist!</p> - </div> - <div class="feature"> - <img src="/api/placeholder/100/100" alt="Fast Delivery"> - <h2>Fast Delivery</h2> - <p>Hot, delicious pizza delivered to your door in 30 minutes or less.</p> - </div> - </div> - </div> - - <footer> - <div class="container"> - <p>&copy; 2024 Aloha Pizza Paradise. All rights reserved.</p> - </div> - </footer> -</body> -</html> ------------------------------------------------------------
commit 15532ed7f372c86ac3dd17688e9ba7674c435613
Author: ffff:72.234.190.31 <ffff:72.234.190.31@hub.scroll.pub> Date: Wed Oct 2 01:45:45 2024 +0000 Updated style.css diff --git a/style.css b/style.css index e69de29..2025cf9 100644 --- a/style.css +++ b/style.css @@ -0,0 +1,82 @@ + body { + font-family: 'Arial', sans-serif; + margin: 0; + padding: 0; + background: linear-gradient(to bottom, #87CEEB, #4682B4); + color: #333; + } + .container { + max-width: 1200px; + margin: 0 auto; + padding: 20px; + } + header { + background-color: rgba(255, 255, 255, 0.8); + padding: 20px 0; + text-align: center; + } + h1 { + color: #FF6347; + font-size: 3em; + margin-bottom: 10px; + } + .tagline { + font-style: italic; + color: #4682B4; + } + .hero { + background: url('/api/placeholder/1200/600') no-repeat center center; + background-size: cover; + height: 400px; + display: flex; + align-items: center; + justify-content: center; + } + .cta { + background-color: rgba(255, 99, 71, 0.8); + padding: 20px; + border-radius: 10px; + text-align: center; + } + .phone { + font-size: 2em; + color: white; + margin-bottom: 10px; + } + .btn { + display: inline-block; + padding: 10px 20px; + background-color: #4682B4; + color: white; + text-decoration: none; + border-radius: 5px; + font-weight: bold; + transition: background-color 0.3s ease; + } + .btn:hover { + background-color: #3a6d8c; + } + .features { + display: flex; + justify-content: space-around; + margin-top: 40px; + } + .feature { + background-color: rgba(255, 255, 255, 0.8); + padding: 20px; + border-radius: 10px; + text-align: center; + width: 30%; + } + .feature img { + width: 100px; + height: 100px; + margin-bottom: 10px; + } + footer { + background-color: #333; + color: white; + text-align: center; + padding: 20px 0; + margin-top: 40px; + } \ No newline at end of file ------------------------------------------------------------
commit 118d41f9a34214e9311713ca6d7325eff8920577
Author: ffff:72.234.190.31 <ffff:72.234.190.31@hub.scroll.pub> Date: Wed Oct 2 01:45:43 2024 +0000 Updated style.css diff --git a/style.css b/style.css new file mode 100644 index 0000000..e69de29 ------------------------------------------------------------
commit a85204ff1264641796ecece1967b2edae01b079a
Author: ffff:72.234.190.31 <ffff:72.234.190.31@hub.scroll.pub> Date: Wed Oct 2 01:45:34 2024 +0000 Updated index.scroll diff --git a/index.scroll b/index.scroll index 6b06f2f..926b60d 100644 --- a/index.scroll +++ b/index.scroll @@ -1,5 +1,138 @@ buildHtml -theme roboto +style.css +page.html -Hello World my name is +<!DOCTYPE html> +<html lang="en"> +<head> + <meta charset="UTF-8"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <title>Aloha Pizza Paradise - Honolulu's Best Pizza</title> + <style> + body { + font-family: 'Arial', sans-serif; + margin: 0; + padding: 0; + background: linear-gradient(to bottom, #87CEEB, #4682B4); + color: #333; + } + .container { + max-width: 1200px; + margin: 0 auto; + padding: 20px; + } + header { + background-color: rgba(255, 255, 255, 0.8); + padding: 20px 0; + text-align: center; + } + h1 { + color: #FF6347; + font-size: 3em; + margin-bottom: 10px; + } + .tagline { + font-style: italic; + color: #4682B4; + } + .hero { + background: url('/api/placeholder/1200/600') no-repeat center center; + background-size: cover; + height: 400px; + display: flex; + align-items: center; + justify-content: center; + } + .cta { + background-color: rgba(255, 99, 71, 0.8); + padding: 20px; + border-radius: 10px; + text-align: center; + } + .phone { + font-size: 2em; + color: white; + margin-bottom: 10px; + } + .btn { + display: inline-block; + padding: 10px 20px; + background-color: #4682B4; + color: white; + text-decoration: none; + border-radius: 5px; + font-weight: bold; + transition: background-color 0.3s ease; + } + .btn:hover { + background-color: #3a6d8c; + } + .features { + display: flex; + justify-content: space-around; + margin-top: 40px; + } + .feature { + background-color: rgba(255, 255, 255, 0.8); + padding: 20px; + border-radius: 10px; + text-align: center; + width: 30%; + } + .feature img { + width: 100px; + height: 100px; + margin-bottom: 10px; + } + footer { + background-color: #333; + color: white; + text-align: center; + padding: 20px 0; + margin-top: 40px; + } + </style> +</head> +<body> + <header> + <div class="container"> + <h1>Aloha Pizza Paradise</h1> + <p class="tagline">Honolulu's Best Pizza, Served with Aloha!</p> + </div> + </header> + + <div class="hero"> + <div class="cta"> + <p class="phone">Call Now: 808-425-2322</p> + <a href="#" class="btn">Order Online</a> + </div> + </div> + + <div class="container"> + <div class="features"> + <div class="feature"> + <img src="/api/placeholder/100/100" alt="Fresh Ingredients"> + <h2>Fresh Ingredients</h2> + <p>We use only the freshest, locally-sourced ingredients for our pizzas.</p> + </div> + <div class="feature"> + <img src="/api/placeholder/100/100" alt="Unique Flavors"> + <h2>Unique Flavors</h2> + <p>Try our Hawaiian-inspired pizzas with a tropical twist!</p> + </div> + <div class="feature"> + <img src="/api/placeholder/100/100" alt="Fast Delivery"> + <h2>Fast Delivery</h2> + <p>Hot, delicious pizza delivered to your door in 30 minutes or less.</p> + </div> + </div> + </div> + + <footer> + <div class="container"> + <p>&copy; 2024 Aloha Pizza Paradise. All rights reserved.</p> + </div> + </footer> +</body> +</html> ------------------------------------------------------------
commit ae78ed9c7574a95bc5c72d136842699b7a3bf650
Author: root <root@hub.scroll.pub> Date: Wed Oct 2 01:17:38 2024 +0000 Initial commit from blank template diff --git a/index.scroll b/index.scroll new file mode 100644 index 0000000..6b06f2f --- /dev/null +++ b/index.scroll @@ -0,0 +1,5 @@ +buildHtml + +theme roboto + +Hello World my name is