------------------------------------------------------------
commit 86d07dc58e13c87953338f984ea38fd1105be12a
Author: root <root@sand.scroll.pub> Date: Tue Sep 10 18:39:55 2024 +0000 Updated index.scroll diff --git a/index.scroll b/index.scroll index 277c47f..8b13789 100644 --- a/index.scroll +++ b/index.scroll @@ -1,248 +1 @@ -buildHtml - -<!DOCTYPE html> -<html lang="en"> - <head> - <meta charset="UTF-8" /> - <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <title>El Metate - Authentic Mexican Cuisine</title> - <link - href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap" - rel="stylesheet" - /> - <style type="text/css"> -* { - margin: 0; - padding: 0; - box-sizing: border-box; -} - -body { - font-family: 'Poppins', sans-serif; - color: #333; - line-height: 1.6; - background-color: #f4f4f4; -} - -.container { - width: 80%; - margin: auto; - overflow: hidden; -} - -/* Header */ -#header { - background: #e74c3c; - color: #fff; - padding: 60px 0; - text-align: center; -} - -#header h1 { - font-size: 48px; -} - -#header p { - font-size: 24px; - margin-top: 10px; -} - -/* About */ -#about { - padding: 40px 0; - background: #fff; - text-align: center; -} - -#about h2 { - font-size: 36px; - margin-bottom: 20px; -} - -/* Menu */ -#menu { - padding: 40px 0; - background: #f4f4f4; - text-align: center; -} - -#menu h2 { - font-size: 36px; - margin-bottom: 20px; -} - -.menu-item { - margin-bottom: 20px; -} - -.button { - display: inline-block; - background: #e74c3c; - color: #fff; - padding: 10px 20px; - text-decoration: none; - border-radius: 5px; - margin-top: 20px; -} - -/* Specials */ -#specials { - padding: 40px 0; - background: #fff; - text-align: center; -} - -#specials h2 { - font-size: 36px; - margin-bottom: 20px; -} - -/* Location */ -#location { - padding: 40px 0; - background: #f4f4f4; - text-align: center; -} - -#location h2 { - font-size: 36px; - margin-bottom: 20px; -} - -/* Contact */ -#contact { - padding: 40px 0; - background: #fff; - text-align: center; -} - -#contact h2 { - font-size: 36px; - margin-bottom: 20px; -} - -/* Footer */ -footer { - background: #333; - color: #fff; - padding: 20px 0; - text-align: center; -} - -footer p { - margin-bottom: 10px; -} - -.social a { - color: #fff; - margin: 0 10px; - text-decoration: none; - font-size: 20px; -} - -.social a:hover { - text-decoration: underline; -} - - </style> - </head> - <body> - <!-- Header Section --> - <header id="header"> - <div class="container"> - <h1>El Metate</h1> - <p>Authentic Mexican Cuisine</p> - </div> - </header> - - <!-- About Section --> - <section id="about"> - <div class="container"> - <h2>About Us</h2> - <p> - At El Metate, we bring the vibrant flavors of Mexico to your - plate, using traditional recipes passed down through - generations. From our signature tacos to our fresh-made - salsas, every dish is crafted with love and tradition. - </p> - </div> - </section> - - <!-- Menu Section --> - <section id="menu"> - <div class="container"> - <h2>Menu</h2> - <div class="menu-item"> - <h3>Tacos al Pastor</h3> - <p> - Marinated pork with pineapple, served with fresh - cilantro and onions. - </p> - </div> - <div class="menu-item"> - <h3>Enchiladas Verdes</h3> - <p> - Corn tortillas stuffed with shredded chicken, topped - with green tomatillo sauce and melted cheese. - </p> - </div> - <div class="menu-item"> - <h3>Guacamole & Chips</h3> - <p> - Freshly made guacamole served with crispy tortilla - chips. - </p> - </div> - <a href="#" class="button">Full Menu</a> - </div> - </section> - - <!-- Specials Section --> - <section id="specials"> - <div class="container"> - <h2>Specials</h2> - <p><strong>Taco Tuesdays</strong>: $1.50 Tacos</p> - <p> - <strong>Margarita Madness</strong>: Half-price margaritas - all day Saturday. - </p> - </div> - </section> - - <!-- Location & Hours Section --> - <section id="location"> - <div class="container"> - <h2>Location & Hours</h2> - <p><strong>Address</strong>: 1234 Main Street, Your City</p> - <p><strong>Hours</strong>:</p> - <ul> - <li>Monday to Friday: 11 AM - 10 PM</li> - <li>Saturday: 12 PM - 11 PM</li> - <li>Sunday: Closed</li> - </ul> - <div id="map"></div> - </div> - </section> - - <!-- Contact & Reservations Section --> - <section id="contact"> - <div class="container"> - <h2>Contact & Reservations</h2> - <p><strong>Phone</strong>: (123) 456-7890</p> - <p><strong>Email</strong>: contact@elmetate.com</p> - <a href="tel:1234567890" class="button">Make a Reservation</a> - </div> - </section> - - <!-- Footer Section --> - <footer> - <div class="container"> - <p>&copy; 2024 El Metate. All Rights Reserved.</p> - <div class="social"> - <a href="#">Facebook</a> - <a href="#">Instagram</a> - </div> - </div> - </footer> - </body> -</html> + ------------------------------------------------------------
commit 0fd83ccdf6529f88e5911bb5119ebda825d3294c
Author: root <root@sand.scroll.pub> Date: Tue Sep 10 18:25:42 2024 +0000 Updated index.scroll diff --git a/index.scroll b/index.scroll index 8af6bb3..277c47f 100644 --- a/index.scroll +++ b/index.scroll @@ -1,3 +1,5 @@ +buildHtml + <!DOCTYPE html> <html lang="en"> <head> ------------------------------------------------------------
commit a0b17a6a38e0be1456e51ebe715d7c28d1dd182e
Author: root <root@sand.scroll.pub> Date: Tue Sep 10 18:25:30 2024 +0000 Updated index.scroll diff --git a/index.scroll b/index.scroll index 86c509e..8af6bb3 100644 --- a/index.scroll +++ b/index.scroll @@ -1,7 +1,246 @@ -title Hello world - -header.scroll - -Welcome to my folder. - -scrollVersionLink +<!DOCTYPE html> +<html lang="en"> + <head> + <meta charset="UTF-8" /> + <meta name="viewport" content="width=device-width, initial-scale=1.0" /> + <title>El Metate - Authentic Mexican Cuisine</title> + <link + href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap" + rel="stylesheet" + /> + <style type="text/css"> +* { + margin: 0; + padding: 0; + box-sizing: border-box; +} + +body { + font-family: 'Poppins', sans-serif; + color: #333; + line-height: 1.6; + background-color: #f4f4f4; +} + +.container { + width: 80%; + margin: auto; + overflow: hidden; +} + +/* Header */ +#header { + background: #e74c3c; + color: #fff; + padding: 60px 0; + text-align: center; +} + +#header h1 { + font-size: 48px; +} + +#header p { + font-size: 24px; + margin-top: 10px; +} + +/* About */ +#about { + padding: 40px 0; + background: #fff; + text-align: center; +} + +#about h2 { + font-size: 36px; + margin-bottom: 20px; +} + +/* Menu */ +#menu { + padding: 40px 0; + background: #f4f4f4; + text-align: center; +} + +#menu h2 { + font-size: 36px; + margin-bottom: 20px; +} + +.menu-item { + margin-bottom: 20px; +} + +.button { + display: inline-block; + background: #e74c3c; + color: #fff; + padding: 10px 20px; + text-decoration: none; + border-radius: 5px; + margin-top: 20px; +} + +/* Specials */ +#specials { + padding: 40px 0; + background: #fff; + text-align: center; +} + +#specials h2 { + font-size: 36px; + margin-bottom: 20px; +} + +/* Location */ +#location { + padding: 40px 0; + background: #f4f4f4; + text-align: center; +} + +#location h2 { + font-size: 36px; + margin-bottom: 20px; +} + +/* Contact */ +#contact { + padding: 40px 0; + background: #fff; + text-align: center; +} + +#contact h2 { + font-size: 36px; + margin-bottom: 20px; +} + +/* Footer */ +footer { + background: #333; + color: #fff; + padding: 20px 0; + text-align: center; +} + +footer p { + margin-bottom: 10px; +} + +.social a { + color: #fff; + margin: 0 10px; + text-decoration: none; + font-size: 20px; +} + +.social a:hover { + text-decoration: underline; +} + + </style> + </head> + <body> + <!-- Header Section --> + <header id="header"> + <div class="container"> + <h1>El Metate</h1> + <p>Authentic Mexican Cuisine</p> + </div> + </header> + + <!-- About Section --> + <section id="about"> + <div class="container"> + <h2>About Us</h2> + <p> + At El Metate, we bring the vibrant flavors of Mexico to your + plate, using traditional recipes passed down through + generations. From our signature tacos to our fresh-made + salsas, every dish is crafted with love and tradition. + </p> + </div> + </section> + + <!-- Menu Section --> + <section id="menu"> + <div class="container"> + <h2>Menu</h2> + <div class="menu-item"> + <h3>Tacos al Pastor</h3> + <p> + Marinated pork with pineapple, served with fresh + cilantro and onions. + </p> + </div> + <div class="menu-item"> + <h3>Enchiladas Verdes</h3> + <p> + Corn tortillas stuffed with shredded chicken, topped + with green tomatillo sauce and melted cheese. + </p> + </div> + <div class="menu-item"> + <h3>Guacamole & Chips</h3> + <p> + Freshly made guacamole served with crispy tortilla + chips. + </p> + </div> + <a href="#" class="button">Full Menu</a> + </div> + </section> + + <!-- Specials Section --> + <section id="specials"> + <div class="container"> + <h2>Specials</h2> + <p><strong>Taco Tuesdays</strong>: $1.50 Tacos</p> + <p> + <strong>Margarita Madness</strong>: Half-price margaritas + all day Saturday. + </p> + </div> + </section> + + <!-- Location & Hours Section --> + <section id="location"> + <div class="container"> + <h2>Location & Hours</h2> + <p><strong>Address</strong>: 1234 Main Street, Your City</p> + <p><strong>Hours</strong>:</p> + <ul> + <li>Monday to Friday: 11 AM - 10 PM</li> + <li>Saturday: 12 PM - 11 PM</li> + <li>Sunday: Closed</li> + </ul> + <div id="map"></div> + </div> + </section> + + <!-- Contact & Reservations Section --> + <section id="contact"> + <div class="container"> + <h2>Contact & Reservations</h2> + <p><strong>Phone</strong>: (123) 456-7890</p> + <p><strong>Email</strong>: contact@elmetate.com</p> + <a href="tel:1234567890" class="button">Make a Reservation</a> + </div> + </section> + + <!-- Footer Section --> + <footer> + <div class="container"> + <p>&copy; 2024 El Metate. All Rights Reserved.</p> + <div class="social"> + <a href="#">Facebook</a> + <a href="#">Instagram</a> + </div> + </div> + </footer> + </body> +</html> ------------------------------------------------------------
commit 2b3cc697717910c253ca334fcd54f8686f10ffba
Author: root <root@sand.scroll.pub> Date: Tue Sep 10 18:25:03 2024 +0000 Initial commit diff --git a/header.scroll b/header.scroll new file mode 100644 index 0000000..3e8cc10 --- /dev/null +++ b/header.scroll @@ -0,0 +1,9 @@ +buildHtml +buildTxt + +metaTags +gazetteCss +homeButton +viewSourceButton +printTitle +mediumColumns 1 diff --git a/index.scroll b/index.scroll new file mode 100644 index 0000000..86c509e --- /dev/null +++ b/index.scroll @@ -0,0 +1,7 @@ +title Hello world + +header.scroll + +Welcome to my folder. + +scrollVersionLink