From cbfe013d0b17e4d52abc7e0341cd4adea68d31a9 Mon Sep 17 00:00:00 2001 From: Breck Yunits Date: Fri, 27 Sep 2024 05:44:27 -1000 Subject: [PATCH] --- header.scroll | 30 ++++++++++++++++++++++++++++++ readme.scroll | 11 +++++------ root.scroll | 2 ++ 3 files changed, 37 insertions(+), 6 deletions(-) diff --git a/header.scroll b/header.scroll index 7863358..3650a73 100644 --- a/header.scroll +++ b/header.scroll @@ -11,3 +11,33 @@ homeButton viewSourceButton copyButtons css html {font-family: "SF Pro", "Helvetica Neue", "Segoe UI", "Arial"; font-size: var(--base-font-size, 14px);} + +iframeThumbsParser + extends iframesParser + javascript + compile () { + return this.atoms.slice(1).map(url => `
`).join("\n") + } + +css + iframe { + width: 800px; + height: 600px; + border-radius: 15px; + box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1); + padding: 20px; + display: inline-block; + border: 0; + transform: scale(0.25); + transform-origin: 0 0; + } + .iframeHolder { + width: 200px; + height: 150px; + box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.2); + border-radius: 8px; + margin: 10px; + display: inline-block; + position: relative; + overflow: hidden; + } \ No newline at end of file diff --git a/readme.scroll b/readme.scroll index 9b11bfe..7820856 100644 --- a/readme.scroll +++ b/readme.scroll @@ -1,5 +1,3 @@ -buildConcepts wws.csv wws.json wws.tsv -buildMeasures wwsMeasures.tsv title The World Wide Scroll Readme replace DESCRIPTION A non-toxic, intelligent, trustworthy successor to the web that works offline. description DESCRIPTION @@ -8,10 +6,13 @@ header.scroll printTitle -container 800px - # DESCRIPTION +center +iframeThumbs https://scroll.pub https://pldb.io https://breckyunits.com https://news.pub https://zombo.com + +container 800px + # Why build this? To provide every human with their own copy of humanity's most intelligent information. @@ -47,8 +48,6 @@ After you buy your root name, check out the Getting Started Guide. finePrint.scroll -root.scroll - stripeButton.scroll # Values diff --git a/root.scroll b/root.scroll index d1e722d..499286d 100644 --- a/root.scroll +++ b/root.scroll @@ -1,3 +1,5 @@ +buildConcepts wws.csv wws.json wws.tsv +buildMeasures wwsMeasures.tsv // The World Wide Scroll Root File // Schema