Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
breck7 committed Sep 27, 2024
1 parent dc9639b commit cbfe013
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 6 deletions.
30 changes: 30 additions & 0 deletions header.scroll
Original file line number Diff line number Diff line change
Expand Up @@ -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 => `<div class="iframeHolder"><iframe src="${url}" frameborder="0"></iframe></div>`).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;
}
11 changes: 5 additions & 6 deletions readme.scroll
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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.

Expand Down Expand Up @@ -47,8 +48,6 @@ After you buy your root name, check out the Getting Started Guide.

finePrint.scroll

root.scroll

stripeButton.scroll

# Values
Expand Down
2 changes: 2 additions & 0 deletions root.scroll
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
buildConcepts wws.csv wws.json wws.tsv
buildMeasures wwsMeasures.tsv
// The World Wide Scroll Root File

// Schema
Expand Down

0 comments on commit cbfe013

Please sign in to comment.