------------------------------------------------------------
commit 0d655c80e3cd6f1e6787be47b92b9712486bb140
Author: root <root@hub.scroll.pub>
Date: Sat Sep 28 21:17:12 2024 +0000
Updated index.scroll
diff --git a/index.scroll b/index.scroll
index a509603..1090caa 100644
--- a/index.scroll
+++ b/index.scroll
@@ -1,9 +1,9 @@
-buildHtml
-
-style.css
-theme dark
-div#theGal.gallery
-disk
- where name includes jpg
- compose tag <a href="{name}" class="photo"><img src="{name}"/></a>
- printColumn tag
+buildHtml
+
+gallery.css
+theme dark
+div#theGal.gallery
+disk
+ where name includes jpg
+ compose tag <a href="{name}" class="photo"><img src="{name}"/></a>
+ printColumn tag
------------------------------------------------------------
commit f2c27b474a92ede650043ff75146afdf14bfb9c8
Author: root <root@hub.scroll.pub>
Date: Sat Sep 28 21:17:02 2024 +0000
Updated gallery.css
diff --git a/gallery.css b/gallery.css
new file mode 100644
index 0000000..2790e15
--- /dev/null
+++ b/gallery.css
@@ -0,0 +1,25 @@
+.gallery {
+ display: flex;
+ flex-wrap: wrap;
+ gap: 20px;
+ justify-content: center;
+}
+
+.photo {
+ width: 300px;
+ height: 300px;
+ overflow: hidden;
+ border-radius: 8px;
+ box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
+ transition: transform 0.3s ease;
+}
+
+.photo img {
+ width: 100%;
+ height: 100%;
+ object-fit: cover;
+}
+
+.photo:hover {
+ transform: scale(1.05);
+}
------------------------------------------------------------
commit e7acfa1d9e81ffa06cd8dae4b85c3471f21b3b7c
Author: root <root@hub.scroll.pub>
Date: Sat Sep 28 21:16:37 2024 +0000
Added nytimesfrontpagescover.jpg
diff --git a/nytimesfrontpagescover.jpg b/nytimesfrontpagescover.jpg
new file mode 100644
index 0000000..b424ad6
Binary files /dev/null and b/nytimesfrontpagescover.jpg differ
------------------------------------------------------------
commit 503b7c11ae6b7b8918afae35b9291f1adc32f6f6
Author: root <root@hub.scroll.pub>
Date: Sat Sep 28 21:16:34 2024 +0000
Added spines.jpg
diff --git a/spines.jpg b/spines.jpg
new file mode 100644
index 0000000..9f1c89e
Binary files /dev/null and b/spines.jpg differ
------------------------------------------------------------
commit 80429949f71939cca2ff237430f3c16d15de60a6
Author: root <root@hub.scroll.pub>
Date: Sat Sep 28 21:16:10 2024 +0000
Added postcard.jpg
diff --git a/postcard.jpg b/postcard.jpg
new file mode 100644
index 0000000..e15616d
Binary files /dev/null and b/postcard.jpg differ
------------------------------------------------------------
commit 8ff6816276ac2fd64080cf4f122d4032a77f35ed
Author: root <root@hub.scroll.pub>
Date: Sat Sep 28 21:15:42 2024 +0000
Deleted gazette.css
diff --git a/gazette.css b/gazette.css
deleted file mode 100644
index e69de29..0000000
------------------------------------------------------------
commit 55b3d31585102fc78ebdb1f2e3c3deb21f312fcd
Author: root <root@hub.scroll.pub>
Date: Sat Sep 28 21:15:34 2024 +0000
Updated gazette.css
diff --git a/gazette.css b/gazette.css
new file mode 100644
index 0000000..e69de29
------------------------------------------------------------
commit f858a6a0168c558e1369429d16f2c149836b5d34
Author: root <root@hub.scroll.pub>
Date: Sat Sep 28 21:15:05 2024 +0000
Updated index.scroll
diff --git a/index.scroll b/index.scroll
index 96da809..a509603 100644
--- a/index.scroll
+++ b/index.scroll
@@ -1,33 +1,9 @@
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.
-
-container
- // This line sets a container for the content
-
-printTitle
- // Prints the title of the page in the HTML and TXT output.
-
-// Put any content below
-Welcome to my folder.
-
-****
- // Just a decoration for the end of the page
-
-scrollVersionLink
- // Prints the version of Scroll used
+style.css
+theme dark
+div#theGal.gallery
+disk
+ where name includes jpg
+ compose tag <a href="{name}" class="photo"><img src="{name}"/></a>
+ printColumn tag
------------------------------------------------------------
commit d42161db6aa346ad729501eaadd61ee4db8e14de
Author: root <root@hub.scroll.pub>
Date: Sat Sep 28 21:14:26 2024 +0000
Initial commit from blank template
diff --git a/index.scroll b/index.scroll
new file mode 100644
index 0000000..96da809
--- /dev/null
+++ b/index.scroll
@@ -0,0 +1,33 @@
+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.
+
+container
+ // This line sets a container for the content
+
+printTitle
+ // Prints the title of the page in the HTML and TXT output.
+
+// Put any content below
+Welcome to my folder.
+
+****
+ // Just a decoration for the end of the page
+
+scrollVersionLink
+ // Prints the version of Scroll used