Changes to homepages.pldb.io

ffff:66.75.90.209
ffff:66.75.90.209
2 months ago
Updated index.scroll
index.scroll
Changed around line 1
+ baseUrl https://homepages.pldb.io/
ffff:66.75.90.209
ffff:66.75.90.209
2 months ago
Updated index.scroll
index.scroll
Changed around line 12: data from pldb. a webpage by breck yunits
- template.scroll
+ loop.scroll
ffff:66.75.90.209
ffff:66.75.90.209
2 months ago
Renamed template.scroll to loop.scroll
loop.scroll
ffff:66.75.90.209
ffff:66.75.90.209
2 months ago
Updated template.scroll
template.scroll
Changed around line 1
- baseUrl https://homepages.pldb.io/
- openGraphImage og.jpg
- replace LIMIT 200
- title Homepages of programming language creators
-
- editButton /edit.html
-
-
- metaTags
-
- # homepages of programming language creators
-
ffff:66.75.90.209
ffff:66.75.90.209
2 months ago
Updated template.scroll
template.scroll
Changed around line 1
+ baseUrl https://homepages.pldb.io/
ffff:66.75.90.209
ffff:66.75.90.209
2 months ago
Updated index.scroll
index.scroll
Changed around line 4: title Homepages of programming language creators
+ style.scroll
ffff:66.75.90.209
ffff:66.75.90.209
2 months ago
Updated style.scroll
style.scroll
Changed around line 1
+ css
+ body {font-family: arial; text-align: center;}
+ :root {
+ --scale: 0.5; /* Change this single value to adjust the scale */
+ }
+ 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(var(--scale));
+ transform-origin: 0 0;
+ }
+ .iframeHolder {
+ width: calc(800px * var(--scale));
+ height: calc(600px * var(--scale));
+ box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.2);
+ border-radius: 8px;
+ margin: 3px;
+ display: inline-block;
+ position: relative;
+ overflow: hidden;
+ }
ffff:66.75.90.209
ffff:66.75.90.209
2 months ago
Updated style.scroll
style.scroll
ffff:66.75.90.209
ffff:66.75.90.209
2 months ago
Updated template.scroll
template.scroll
Changed around line 1
+ openGraphImage og.jpg
+ replace LIMIT 200
+ title Homepages of programming language creators
+
- css
- body {font-family: arial; text-align: center;}
- :root {
- --scale: 0.5; /* Change this single value to adjust the scale */
- }
- 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(var(--scale));
- transform-origin: 0 0;
- }
- .iframeHolder {
- width: calc(800px * var(--scale));
- height: calc(600px * var(--scale));
- box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.2);
- border-radius: 8px;
- margin: 3px;
- display: inline-block;
- position: relative;
- overflow: hidden;
- }
+ metaTags
+
+ # homepages of programming language creators
ffff:66.75.90.209
ffff:66.75.90.209
2 months ago
Updated template.scroll
template.scroll
Changed around line 1
- creators.tsv
- where homepage startsWith http
- limit 0 LIMIT
- orderBy born
- compose tag
- printColumn tag
-
Changed around line 26: css
+
+
+ creators.tsv
+ where homepage startsWith http
+ limit 0 LIMIT
+ orderBy born
+ compose tag
+ printColumn tag