Changes to gallery

root
root
3 months ago
Updated index.scroll
index.scroll
Changed around line 1
- buildHtml
-
- style.css
- theme dark
- div#theGal.gallery
- disk
- where name includes jpg
- compose tag
- printColumn tag
+ buildHtml
+
+ gallery.css
+ theme dark
+ div#theGal.gallery
+ disk
+ where name includes jpg
+ compose tag
+ printColumn tag
root
root
3 months ago
Updated gallery.css
gallery.css
Changed around line 1
+ .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);
+ }
root
root
3 months ago
Added nytimesfrontpagescover.jpg
nytimesfrontpagescover.jpg
root
root
3 months ago
Added spines.jpg
spines.jpg
root
root
3 months ago
Added postcard.jpg
postcard.jpg
root
root
3 months ago
Deleted gazette.css
gazette.css
root
root
3 months ago
Updated gazette.css
gazette.css
root
root
3 months ago
Updated index.scroll
index.scroll
Changed around line 1
- // 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
+ printColumn tag
root
root
3 months ago
Initial commit from blank template
index.scroll
Changed around line 1
+ 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