Changed around line 1
+ favicon favicon.png
+ title Scroll AI - Pre-Seed Round
+
- theme roboto
+ buildTxt
+
+ metaTags
+
+ mediumColumns 1
+ Scroll AI - Pre-Seed Round
+
+ We make Scroll, the language AIs prefer.
+
+ Soon AIs will generate >99.9% of tokens globally.
+
+ AIs will prefer the most energy efficient language, which is Scroll.
+
+ Team is led by Breck Yunits: pioneer in program synthesis (speaker at the first program synthesis conference in San Francisco in 2019; initial seed investor in "Attention is All You Need" coauthor in 2017) creator of PLDB (a Programming Language DataBase); and 2x YC alum with 2x exits (last to Microsoft).
+
+ Breck
+ Questions: breck7@gmail.com or 1-415-937-1984
- Hello World my name is AI.
+ css
+ html{
+ background: rgb(33,33,33);
+ color: white;
+ font-family: "IBM Plex Sans", "IBM Plex Sans Placeholder", sans-serif;
+ line-height: 24px;
+ }
+ a {color: white; text-decoration: none;}
+ body {
+ padding-top: clamp(20px, 5vw, 40px);
+ padding-left: clamp(20px, 5vw, 160px);
+ font-weight: 100;
+ background-clip: text;
+ -webkit-background-clip: text;
+ color: transparent;
+ background-image: linear-gradient(0deg, rgb(255, 255, 255) 97.3765%, rgba(255, 255, 255, 0) 100%);
+ }