------------------------------------------------------------
commit 42b4dc6c91f23c16d882370ecbaed8f540a5861c
Author: Breck Yunits <breck7@gmail.com>
Date: Fri Oct 18 18:41:43 2024 -0700
diff --git a/index.scroll b/index.scroll
index 333cb86..cb07817 100644
--- a/index.scroll
+++ b/index.scroll
@@ -11,3 +11,5 @@ style.css
hello@aientist.com
class email
+
+viewSourceButton /edit.html
------------------------------------------------------------
commit 6d171e738d3a19b20f279c48ebe52525f8e5f3d0
Author: root <root@hub.scroll.pub>
Date: Sat Oct 19 01:41:03 2024 +0000
temp
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..74c9e57
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,3 @@
+*.html
+*.txt
+*.xml
\ No newline at end of file
diff --git a/gazette.css b/gazette.css
new file mode 100644
index 0000000..d23542b
--- /dev/null
+++ b/gazette.css
@@ -0,0 +1,385 @@
+figure {
+ margin: 0;
+ padding: 0;
+}
+.dropcap:first-letter {
+ font-size: 3rem;
+ line-height: 0.9em;
+ margin-right: 0.125rem;
+ display: block;
+ float: left;
+}
+.dinkus {
+ text-align: center;
+ padding: 1rem;
+}
+.dinkus span {
+ vertical-align: sub;
+}
+details {
+ margin-top: 10px;
+}
+summary {
+ font-family: "SF Pro", "Helvetica Neue", "Segoe UI", "Arial";
+ cursor: pointer;
+}
+.scrollCaptionedFigure {
+ display: block;
+ break-inside: avoid;
+ max-width: 100%;
+ text-align: center;
+}
+.scrollCaptionedFigure img {
+ max-width: 100%;
+ height: auto;
+ margin-top: 0.1875rem;
+}
+.scrollCaptionedFigure figcaption {
+ font-family: "SF Pro", "Helvetica Neue", "Segoe UI", "Arial";
+ font-size: 0.8rem;
+}
+.scrollCaptionedFigure figcaption .scrollParagraph {
+ margin-top: 0;
+}
+.scrollCodeBlock {
+ overflow: auto;
+ font-size: 0.8rem;
+ hyphens: none;
+ white-space: pre;
+ break-inside: avoid;
+ display: block;
+ margin: 0.5rem 0;
+ padding: 0.5rem;
+ border-radius: 0;
+ position: relative;
+}
+.codeWithHeader {
+ break-inside: avoid-column;
+ margin: 10px 0;
+}
+.codeHeader {
+ font-size: 80%;
+ text-align: center;
+ background: rgba(224, 224, 224, 0.4);
+ border: 1px solid rgba(204, 204, 204, 0.8);
+ border-bottom: 0;
+ margin-bottom: -7px;
+ padding: 4px 2px;
+ border-top-left-radius: 3px;
+ border-top-right-radius: 3px;
+}
+.scrollCodeBlock:hover .scrollCopyButton {
+ opacity: 0.5;
+}
+.scrollCodeBlock:hover .scrollCopyButton:hover {
+ opacity: 0.8;
+}
+.scrollCodeBlock:hover .scrollCopyButton:active {
+ opacity: 1;
+}
+.scrollCopyButton {
+ position: absolute;
+ top: 0.125rem;
+ right: 0.125rem;
+ font-size: 0.875rem;
+ cursor: pointer;
+ opacity: 0;
+}
+.scrollCopyButton::after {
+ content: "[ ]";
+}
+.scrollCopiedButton::after {
+ content: "[✓]";
+}
+html,
+body,
+div,
+span,
+p,
+ol,
+ul,
+li,
+table,
+figure {
+ margin: 0;
+ padding: 0;
+ border: 0;
+ vertical-align: baseline;
+ border-spacing: 0;
+}
+ol,
+ul {
+ padding-left: 1rem;
+}
+li {
+ margin-top: 0.4rem;
+ line-height: 1.4;
+}
+a {
+ text-decoration-color: transparent;
+ color: #36c;
+}
+a:hover {
+ text-decoration-color: initial;
+}
+.scrollButton {
+ background-color: rgba(10, 92, 202, 0.8);
+ border-radius: 6px;
+ color: white;
+ padding: 10px 20px;
+ display: inline-block;
+ border: 0;
+ cursor: pointer;
+}
+.scrollButton a {
+ color: white;
+ text-decoration: none;
+}
+.scrollButton:hover {
+ background-color: rgb(10, 92, 202, 0.9);
+}
+.scrollButton:active {
+ background-color: rgb(10, 92, 202, 1);
+}
+sup,
+sub {
+ vertical-align: baseline;
+ position: relative;
+ top: -0.375rem;
+}
+sub {
+ top: 0.375rem;
+}
+html {
+ padding: 0.25rem;
+ background-color: rgb(244, 244, 244);
+ font-family: Exchange, Georgia, serif;
+ color: #000;
+ font-size: var(--base-font-size, 16px);
+ hyphens: auto;
+}
+p {
+ margin-top: 0.4rem;
+ line-height: 1.4rem;
+}
+.scrollQuote {
+ break-inside: avoid;
+ display: block;
+ margin: 0.5rem 0;
+ padding: 0.5rem;
+ background: rgba(204, 204, 204, 0.5);
+ white-space: pre-line;
+ border-left: 0.5rem solid rgba(204, 204, 204, 0.8);
+}
+code {
+ font-size: 0.9rem;
+ background-color: rgba(204, 204, 204, 0.5);
+ padding: 0.125rem 0.25rem;
+ border-radius: 0.25rem;
+}
+.scrollParagraph {
+ text-align: justify;
+}
+center .scrollParagraph {
+ text-align: center;
+}
+.scrollColumns {
+ column-count: auto;
+ column-fill: balance;
+ column-width: 35ch;
+ column-gap: 1.5rem;
+ padding-left: 1.25rem;
+ padding-right: 1.25rem;
+ margin: auto;
+}
+.scrollSnippetContainer {
+ padding: 1ch 0;
+ break-inside: avoid;
+ text-align: justify;
+}
+h1,
+h2,
+h3,
+h4 {
+ margin: 0.625rem 0;
+}
+h1 {
+ font-size: 1.25rem;
+}
+h2 {
+ font-size: 1.125rem;
+}
+h3,
+h4 {
+ font-size: 1rem;
+}
+h1.scrollTitle {
+ text-align: center;
+ margin: auto;
+ margin-bottom: 0.15625rem;
+ margin-top: 0;
+ font-size: 1.75rem;
+ max-width: calc(100vw - 2 * (1.5625rem + 1.875rem));
+}
+h1.scrollTitle a {
+ color: #000;
+}
+.scrollDateline {
+ font-style: italic;
+ line-height: 1.4rem;
+ font-size: 0.75rem;
+}
+.scrollSection {
+ break-inside: avoid;
+}
+.scrollSection h1,
+.scrollSection h2,
+.scrollSection h3,
+.scrollSection h4 {
+ text-align: center;
+}
+h4.scrollQuestion {
+ text-align: left;
+ margin: 1.4rem 0 0 0;
+}
+.scrollSection:first-child h1,
+.scrollSection:first-child h2,
+.scrollSection:first-child h3,
+.scrollSection:first-child h4 {
+ margin-top: 0;
+}
+.scrollSection:first-child h4.scrollQuestion {
+ margin-top: 0;
+}
+.scrollNoteLink {
+ opacity: 0.4;
+ text-decoration: none;
+}
+.scrollNoteLink:hover {
+ opacity: 1;
+}
+.scrollFootNoteUsageLink {
+ opacity: 0.7;
+ text-decoration: none;
+}
+.scrollFootNoteUsageLink:hover {
+ opacity: 1;
+}
+.scrollHoverNote {
+ text-decoration: underline dashed 1px rgba(0, 0, 0, 0.1);
+ cursor: default;
+}
+.scrollCodeBlock {
+ border-left: 0.5rem solid rgba(204, 204, 204, 0.8);
+}
+.scrollTable {
+ table-layout: fixed;
+ font-family: "SF Pro", "Helvetica Neue", "Segoe UI", "Arial";
+ margin: 0.5rem 0;
+ overflow: hidden;
+ font-size: 0.8rem;
+ width: 100%;
+ hyphens: none;
+ border: 1px solid rgba(224, 224, 224, 0.8);
+}
+.scrollTable td,
+.scrollTable th {
+ padding: 0.1875rem;
+ overflow: hidden;
+ white-space: nowrap;
+}
+.scrollTable th {
+ text-transform: capitalize;
+ border-bottom: 2px solid rgba(0, 0, 0, 0.6);
+ text-align: left;
+}
+.scrollTable tr:nth-child(even) {
+ background: rgba(224, 224, 224, 0.6);
+}
+.scrollTable pre {
+ white-space: nowrap;
+ overflow: hidden;
+ margin: 0;
+}
+.scrollTable.expandedTable {
+ table-layout: unset;
+ background: white;
+ position: relative;
+ z-index: 10;
+ overflow: unset;
+}
+.scrollTable.expandedTable pre {
+ white-space: unset;
+ overflow: unset;
+}
+.scrollTable.expandedTable td,
+.scrollTable.expandedTable th {
+ overflow: unset;
+ white-space: unset;
+}
+.scrollByLine {
+ font-size: 0.875rem;
+ font-style: italic;
+ margin: 0.25rem 0;
+ text-align: center;
+}
+.abstractTextLinkParser {
+ text-align: center;
+ margin: 0.5em auto;
+ font-family: Verdana;
+ font-weight: 100;
+}
+.abstractTextLinkParser a {
+ color: rgba(204, 204, 204, 0.5);
+}
+.abstractTextLinkParser a:hover {
+ color: #333;
+}
+.scrollContinueReadingLink {
+ display: block;
+ text-align: center;
+}
+.scrollDashboard {
+ width: 100%;
+ font-size: 1.875rem;
+ text-align: center;
+ font-weight: bold;
+ break-inside: avoid;
+ margin-top: 0.5rem;
+ margin-bottom: 0.5rem;
+}
+.scrollDashboard td {
+ width: 33.3%;
+ border: 1px solid #e8e8e8;
+}
+.scrollDashboard span {
+ font-size: 1.25rem;
+ display: block;
+}
+.scrollChat span {
+ font-family: Verdana;
+ margin-top: 0.3125rem;
+ padding: 0.3125rem 1.25rem;
+ border-radius: 0.9375rem;
+ display: inline-block;
+}
+.scrollChatLeft span {
+ background: rgba(204, 204, 204, 0.5);
+}
+.scrollChatRight span {
+ color: white;
+ background: rgb(0, 132, 255);
+}
+.scrollYouTubeHolder {
+ position: relative;
+ width: 100%;
+ height: 0;
+ padding-bottom: 56.25%;
+}
+.scrollYouTubeEmbed {
+ position: absolute;
+ top: 0;
+ left: 0;
+ width: 100%;
+ height: 100%;
+}
diff --git a/index.html b/index.html
index 7ef1f89..3f99f68 100644
--- a/index.html
+++ b/index.html
@@ -3,39 +3,22 @@
<head>
<meta charset="utf-8">
<title>Aientist</title>
- <script>/* This HTML was generated by 📜 Scroll v97.4.0. https://scroll.pub */</script>
+ <script>/* This HTML was generated by 📜 Scroll v142.1.0. https://scroll.pub */</script>
<style>@media print {.doNotPrint {display: none !important;}}</style>
<link rel="canonical" href="https://aientist.com/index.html">
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta name="description" content="hello@aientist.com">
- <meta name="generator" content="Scroll v97.4.0">
+ <meta name="generator" content="Scroll v142.1.0">
<meta property="og:title" content="Aientist">
<meta property="og:description" content="hello@aientist.com">
<meta property="og:image" content="https://aientist.com/hero.jpeg">
+ <link rel="source" type="application/git" title="Source Code Repository" href="index.scroll">
+
<meta name="twitter:card" content="summary_large_image">
</head>
<body>
-<p class="email"><a href="mailto:hello@aientist.com">hello@aientist.com</a></p>
-<style>.email {
- text-align: center;
- padding: 300px 0 0 0;
- font-size: 36px;
- margin: 0;
-}
-.email a {
- text-decoration: none;
- font-family: "SF Pro Text", "Myriad Set Pro", "SF Pro Icons", "Apple Legacy Chevron", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
- color: white;
- text-shadow: 0 0 5px rgba(255, 255, 255, 0.7), 0 0 10px rgba(255, 255, 255, 0.7), 0 0 15px rgba(255, 255, 255, 0.7);
-}
-body, html {
- margin: 0;
- padding: 0;
- width: 100%;
- height: 100%;
- background: url('hero.jpeg') no-repeat center center fixed;
- background-size: cover;
-}</style>
+<link rel="stylesheet" type="text/css" href="style.css">
+<p id="particle11" class="email"><a href="mailto:hello@aientist.com">hello@aientist.com</a></p>
</body>
</html>
\ No newline at end of file
------------------------------------------------------------
commit 9682cdc76706e29f9779c59e8be0e92853eb1447
Author: root <root@hub.scroll.pub>
Date: Mon Sep 30 02:10:11 2024 +0000
Updated index.scroll
diff --git a/index.scroll b/index.scroll
index e5d6ad1..333cb86 100644
--- a/index.scroll
+++ b/index.scroll
@@ -1,17 +1,13 @@
-title Aientist
-
-baseUrl https://aientist.com
-email hello@aientist.com
-git https://github.com/breck7/aientist
-permalink index.html
-
-openGraphImage hero.jpeg
-
-metaTags
-style.css
-
-hello@aientist.com
- class email
-
-buildTxt
-buildHtml
\ No newline at end of file
+baseUrl https://aientist.com
+buildHtml
+buildTxt
+email hello@aientist.com
+openGraphImage hero.jpeg
+permalink index.html
+title Aientist
+
+metaTags
+style.css
+
+hello@aientist.com
+ class email
------------------------------------------------------------
commit 222aa83f07c1128e400b4157d88068139cfc1963
Author: root <root@hub.scroll.pub>
Date: Mon Sep 30 02:10:02 2024 +0000
Deleted readme.scroll
diff --git a/readme.scroll b/readme.scroll
deleted file mode 100644
index 8b13789..0000000
--- a/readme.scroll
+++ /dev/null
@@ -1 +0,0 @@
-
------------------------------------------------------------
commit 520004d81a18c78d8eb41fe55504e92f7df040ae
Author: root <root@hub.scroll.pub>
Date: Mon Sep 30 02:09:57 2024 +0000
Updated readme.scroll
diff --git a/readme.scroll b/readme.scroll
index cc0c3ff..8b13789 100644
--- a/readme.scroll
+++ b/readme.scroll
@@ -1,38 +1 @@
-title Aientist
-baseUrl https://aientist.com
-email hello@aientist.com
-git https://github.com/breck7/aientist
-permalink index.html
-
-openGraphImage hero.jpeg
-
-metaTags
-
-hello@aientist.com
- class email
-
-css
- .email {
- text-align: center;
- padding: 300px 0 0 0;
- font-size: 36px;
- margin: 0;
- }
- .email a {
- text-decoration: none;
- font-family: "SF Pro Text", "Myriad Set Pro", "SF Pro Icons", "Apple Legacy Chevron", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
- color: white;
- text-shadow: 0 0 5px rgba(255, 255, 255, 0.7), 0 0 10px rgba(255, 255, 255, 0.7), 0 0 15px rgba(255, 255, 255, 0.7);
- }
- body, html {
- margin: 0;
- padding: 0;
- width: 100%;
- height: 100%;
- background: url('hero.jpeg') no-repeat center center fixed;
- background-size: cover;
- }
-
-
-writeText
\ No newline at end of file
------------------------------------------------------------
commit e12937b9fdc28e2f4b3dcade97419679d6d2fb86
Author: root <root@hub.scroll.pub>
Date: Mon Sep 30 02:09:33 2024 +0000
Added style.css
diff --git a/style.css b/style.css
new file mode 100644
index 0000000..6d90ec7
--- /dev/null
+++ b/style.css
@@ -0,0 +1,23 @@
+.email {
+ text-align: center;
+ padding: 300px 0 0 0;
+ font-size: 36px;
+ margin: 0;
+}
+.email a {
+ text-decoration: none;
+ font-family: "SF Pro Text", "Myriad Set Pro", "SF Pro Icons",
+ "Apple Legacy Chevron", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
+ color: white;
+ text-shadow: 0 0 5px rgba(255, 255, 255, 0.7),
+ 0 0 10px rgba(255, 255, 255, 0.7), 0 0 15px rgba(255, 255, 255, 0.7);
+}
+body,
+html {
+ margin: 0;
+ padding: 0;
+ width: 100%;
+ height: 100%;
+ background: url("hero.jpeg") no-repeat center center fixed;
+ background-size: cover;
+}
------------------------------------------------------------
commit d8442a50d41a07ce862b555157557c3286dc702e
Author: root <root@hub.scroll.pub>
Date: Mon Sep 30 02:09:32 2024 +0000
Added index.scroll
diff --git a/index.scroll b/index.scroll
index 96da809..e5d6ad1 100644
--- a/index.scroll
+++ b/index.scroll
@@ -1,33 +1,17 @@
-buildHtml
- // Your site is live on the web!
- // You can edit this file and click Publish to update your site live!
- // This is a comment. It won't appear on the web page.
- // The buildHTML line generates an HTML file from this program.
-buildTxt
- // Generates a TXT file from this program.
-title Hello world
- // Sets the page title for meta and printTitle parsers.
-
-metaTags
- // Generates HTML meta tags in the HTML.
-theme gazette
- // Adds a theme stylesheet to the HTML.
-homeButton
- // Adds a home button to go to your index page.
-viewSourceButton
- // Adds a view source button to go to the source code for this page.
+title Aientist
-container
- // This line sets a container for the content
+baseUrl https://aientist.com
+email hello@aientist.com
+git https://github.com/breck7/aientist
+permalink index.html
-printTitle
- // Prints the title of the page in the HTML and TXT output.
+openGraphImage hero.jpeg
-// Put any content below
-Welcome to my folder.
+metaTags
+style.css
-****
- // Just a decoration for the end of the page
+hello@aientist.com
+ class email
-scrollVersionLink
- // Prints the version of Scroll used
+buildTxt
+buildHtml
\ No newline at end of file
------------------------------------------------------------
commit 9e47c626b79737202068c3959df0429b8dfeda73
Author: root <root@hub.scroll.pub>
Date: Mon Sep 30 02:07:05 2024 +0000
Deleted .gitignore.scroll
diff --git a/.gitignore.scroll b/.gitignore.scroll
deleted file mode 100644
index 8b13789..0000000
--- a/.gitignore.scroll
+++ /dev/null
@@ -1 +0,0 @@
-
------------------------------------------------------------
commit 801d3cd5d70ba4d510ab7e6a072dfa275a05004d
Author: root <root@hub.scroll.pub>
Date: Mon Sep 30 02:06:56 2024 +0000
Updated .gitignore.scroll
diff --git a/.gitignore.scroll b/.gitignore.scroll
new file mode 100644
index 0000000..8b13789
--- /dev/null
+++ b/.gitignore.scroll
@@ -0,0 +1 @@
+
------------------------------------------------------------
commit 7fabd9751604e2d9a1989f82dafd69b48d648340
Author: Breck Yunits <breck7@gmail.com>
Date: Sun Sep 29 16:04:21 2024 -1000
diff --git a/favicon.ico b/favicon.ico
new file mode 100644
index 0000000..425f693
Binary files /dev/null and b/favicon.ico differ
diff --git a/hero.jpeg b/hero.jpeg
new file mode 100644
index 0000000..9ff04f8
Binary files /dev/null and b/hero.jpeg differ
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..7ef1f89
--- /dev/null
+++ b/index.html
@@ -0,0 +1,41 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <meta charset="utf-8">
+ <title>Aientist</title>
+ <script>/* This HTML was generated by 📜 Scroll v97.4.0. https://scroll.pub */</script>
+ <style>@media print {.doNotPrint {display: none !important;}}</style>
+ <link rel="canonical" href="https://aientist.com/index.html">
+ <meta name="viewport" content="width=device-width,initial-scale=1">
+ <meta name="description" content="hello@aientist.com">
+ <meta name="generator" content="Scroll v97.4.0">
+ <meta property="og:title" content="Aientist">
+ <meta property="og:description" content="hello@aientist.com">
+ <meta property="og:image" content="https://aientist.com/hero.jpeg">
+
+ <meta name="twitter:card" content="summary_large_image">
+</head>
+<body>
+<p class="email"><a href="mailto:hello@aientist.com">hello@aientist.com</a></p>
+<style>.email {
+ text-align: center;
+ padding: 300px 0 0 0;
+ font-size: 36px;
+ margin: 0;
+}
+.email a {
+ text-decoration: none;
+ font-family: "SF Pro Text", "Myriad Set Pro", "SF Pro Icons", "Apple Legacy Chevron", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
+ color: white;
+ text-shadow: 0 0 5px rgba(255, 255, 255, 0.7), 0 0 10px rgba(255, 255, 255, 0.7), 0 0 15px rgba(255, 255, 255, 0.7);
+}
+body, html {
+ margin: 0;
+ padding: 0;
+ width: 100%;
+ height: 100%;
+ background: url('hero.jpeg') no-repeat center center fixed;
+ background-size: cover;
+}</style>
+</body>
+</html>
\ No newline at end of file
diff --git a/index.txt b/index.txt
new file mode 100644
index 0000000..f74f735
--- /dev/null
+++ b/index.txt
@@ -0,0 +1 @@
+hello@aientist.com
diff --git a/readme.scroll b/readme.scroll
new file mode 100644
index 0000000..cc0c3ff
--- /dev/null
+++ b/readme.scroll
@@ -0,0 +1,38 @@
+title Aientist
+
+baseUrl https://aientist.com
+email hello@aientist.com
+git https://github.com/breck7/aientist
+permalink index.html
+
+openGraphImage hero.jpeg
+
+metaTags
+
+hello@aientist.com
+ class email
+
+css
+ .email {
+ text-align: center;
+ padding: 300px 0 0 0;
+ font-size: 36px;
+ margin: 0;
+ }
+ .email a {
+ text-decoration: none;
+ font-family: "SF Pro Text", "Myriad Set Pro", "SF Pro Icons", "Apple Legacy Chevron", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
+ color: white;
+ text-shadow: 0 0 5px rgba(255, 255, 255, 0.7), 0 0 10px rgba(255, 255, 255, 0.7), 0 0 15px rgba(255, 255, 255, 0.7);
+ }
+ body, html {
+ margin: 0;
+ padding: 0;
+ width: 100%;
+ height: 100%;
+ background: url('hero.jpeg') no-repeat center center fixed;
+ background-size: cover;
+ }
+
+
+writeText
\ No newline at end of file
diff --git a/receipt.png b/receipt.png
new file mode 100644
index 0000000..2219802
Binary files /dev/null and b/receipt.png differ