------------------------------------------------------------
commit 17815215ce6daf969d1fac714ce101ae1cf45eb5
Author: ffff:136.24.35.108 <ffff:136.24.35.108@hub.scroll.pub>
Date: Tue Oct 8 21:56:19 2024 +0000
Updated index.scroll
diff --git a/index.scroll b/index.scroll
index c1f45c2..97c3b40 100644
--- a/index.scroll
+++ b/index.scroll
@@ -8,7 +8,7 @@ style.css
center
# COMPANY_NAME - Coming Soon
-## Like YCombinator, without the inefficiencies, evil, and stupid pretentious name
+## Like YCombinator, without the evil, inefficiencies and pretentious name
container
classicForm breck7+teaser@gmail.com Join COMPANY_NAME waitlist
------------------------------------------------------------
commit 7b39a7dc03d5eac569d47a8ee6ff4672fa24dc14
Author: ffff:136.24.35.108 <ffff:136.24.35.108@hub.scroll.pub>
Date: Tue Oct 8 21:56:04 2024 +0000
Updated index.scroll
diff --git a/index.scroll b/index.scroll
index c92a4c8..c1f45c2 100644
--- a/index.scroll
+++ b/index.scroll
@@ -8,7 +8,7 @@ style.css
center
# COMPANY_NAME - Coming Soon
-## Like YCombinator, except more effective, ethical and less pretentious
+## Like YCombinator, without the inefficiencies, evil, and stupid pretentious name
container
classicForm breck7+teaser@gmail.com Join COMPANY_NAME waitlist
------------------------------------------------------------
commit c49bff271de4f5391f04b7eb54adc8d0063b3095
Author: ffff:136.24.35.108 <ffff:136.24.35.108@hub.scroll.pub>
Date: Tue Oct 8 21:54:17 2024 +0000
Updated index.scroll
diff --git a/index.scroll b/index.scroll
index 50a5245..c92a4c8 100644
--- a/index.scroll
+++ b/index.scroll
@@ -8,6 +8,8 @@ style.css
center
# COMPANY_NAME - Coming Soon
+## Like YCombinator, except more effective, ethical and less pretentious
+
container
classicForm breck7+teaser@gmail.com Join COMPANY_NAME waitlist
------------------------------------------------------------
commit 9edadf92165c068256961140c4ff2f9197933c31
Author: ffff:136.24.35.108 <ffff:136.24.35.108@hub.scroll.pub>
Date: Tue Oct 8 21:50:45 2024 +0000
Updated style.css
diff --git a/style.css b/style.css
index e69de29..c241d0e 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 4d911b41a19e78b4f7aa8df3dc5d1955d4b70176
Author: ffff:136.24.35.108 <ffff:136.24.35.108@hub.scroll.pub>
Date: Tue Oct 8 21:50:43 2024 +0000
Updated style.css
diff --git a/style.css b/style.css
new file mode 100644
index 0000000..e69de29
------------------------------------------------------------
commit 45550f1ea79fbe6f48a1ebeeb8359745ad873020
Author: ffff:136.24.35.108 <ffff:136.24.35.108@hub.scroll.pub>
Date: Tue Oct 8 21:50:32 2024 +0000
Updated index.scroll
diff --git a/index.scroll b/index.scroll
index 6b06f2f..50a5245 100644
--- a/index.scroll
+++ b/index.scroll
@@ -1,5 +1,25 @@
-buildHtml
-
-theme roboto
-
-Hello World my name is
+buildHtml
+replace COMPANY_NAME batchmates.lol
+title COMPANY_NAME - Coming Soon
+
+metaTags
+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
------------------------------------------------------------
commit bdd5362df86397c9b532d70142147c91103cdc15
Author: root <root@hub.scroll.pub>
Date: Tue Oct 8 21:38:14 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