------------------------------------------------------------
commit 92a3bff91d289aa707218d8cf0c0b722fcac6c11
Author: ffff:72.234.190.31 <ffff:72.234.190.31@hub.scroll.pub> Date: Wed Nov 13 17:00:07 2024 +0000 Updated style.css diff --git a/style.css b/style.css index e69de29..d693d63 100644 --- a/style.css +++ b/style.css @@ -0,0 +1,40 @@ +body { + font-family: "Poppins", sans-serif; + background: linear-gradient(135deg, #1e3c72 0%, #2a5298 50%, #1e3c72 100%); + margin: 0 auto; + padding: 0; + height: 100vh; + color: #fff; + max-width: 600px; +} +input[type="text"], +input[type="email"] { + width: 100%; + padding: 15px; + margin: 15px 0; + border: 1px solid rgba(255, 255, 255, 0.3); + background: rgba(255, 255, 255, 0.2); + color: #fff; + border-radius: 30px; + outline: none; + font-size: 1rem; +} +input::placeholder { + color: rgba(255, 255, 255, 0.7); +} +button { + background: linear-gradient(135deg, #ff416c, #ff4b2b); + color: white; + border: none; + padding: 15px; + margin-top: 20px; + border-radius: 30px; + cursor: pointer; + font-size: 1.2rem; + letter-spacing: 1px; + width: 100%; + transition: background 0.3s ease; +} +button:hover { + background: linear-gradient(135deg, #ff4b2b, #ff416c); +} ------------------------------------------------------------
commit 79e450c956aa901877db7097732de6aa370e4cb6
Author: ffff:72.234.190.31 <ffff:72.234.190.31@hub.scroll.pub> Date: Wed Nov 13 17:00:01 2024 +0000 Updated style.css diff --git a/style.css b/style.css new file mode 100644 index 0000000..e69de29 ------------------------------------------------------------
commit ba9717a06adf832bc7fc035a689d9417eebde3db
Author: root <root@hub.scroll.pub> Date: Sun Nov 10 20:12:18 2024 +0000 initial teaser_template template diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..bd1a52d --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +.DS_Store +*.html +*.txt +*.xml +*.css +*.js +*.csv +requests.scroll \ No newline at end of file diff --git a/index.scroll b/index.scroll new file mode 100644 index 0000000..abfce27 --- /dev/null +++ b/index.scroll @@ -0,0 +1,24 @@ +buildHtml +metaTags +replace COMPANY_NAME Pied Piper +title COMPANY_NAME - Coming Soon +style.css + +center +# COMPANY_NAME - Coming Soon + +container +classicForm breck7+teaser@gmail.com Join COMPANY_NAME waitlist + +nameParser + extends abstractIdParser + description What is your name? + example + name Jane Doe + +emailAddressParser + extends abstractEmailMeasureParser + description What is your email address? + boolean isMeasureRequired true + example + name jane@doe.com