Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Yup #16

Closed
wants to merge 50 commits into from
Closed

Yup #16

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
50 commits
Select commit Hold shift + click to select a range
8d73e52
Update
psyfercom May 16, 2024
68a4848
Delete index.html
psyfercom May 16, 2024
bd8d7e6
Rename index-1.html to index.html
psyfercom May 16, 2024
7018d52
changed
psyfercom May 16, 2024
08b715f
Create static.yml
psyfercom May 16, 2024
8c0d335
Merge pull request #1 from psyferlab/lily
psyfercom May 16, 2024
4fb3c5f
Update index.html
psyfercom May 16, 2024
4e7f13a
Update index.html
psyfercom May 16, 2024
4c1a176
Update art.html
psyfercom May 16, 2024
639de3f
Update astrologytarot.html
psyfercom May 16, 2024
f25af09
Update art.html
psyfercom May 16, 2024
5c54e7b
Add files via upload
psyfercom May 16, 2024
c732140
Update art.html
psyfercom May 16, 2024
75cca42
Update static.yml
psyfercom May 16, 2024
807aed6
Create html-static.yml
psyfercom May 16, 2024
a8fabeb
Merge pull request #2 from psyferlab/master
psyfercom May 16, 2024
cdbab72
Update index.html
psyfercom May 16, 2024
926777b
Update index.html
psyfercom May 16, 2024
b542a45
Update index.html
psyfercom May 16, 2024
f01d4b5
Create dj.html
psyfercom May 16, 2024
2d4ff8f
Update dj.html
psyfercom May 16, 2024
c7addd1
Update dj.html
psyfercom May 16, 2024
a1bd8ce
Update dj.html
psyfercom May 16, 2024
8d6ffd7
Update dj.html
psyfercom May 16, 2024
3ec8eac
Update dj.html
psyfercom May 16, 2024
dc83e6f
Merge pull request #3 from psyferlab/lily
psyfercom May 16, 2024
8e3230e
Update art.html
psyfercom May 16, 2024
43d6db6
Update index.html
psyfercom May 16, 2024
1be75e0
Update art.html
psyfercom May 16, 2024
66c9064
Add files via upload
psyfercom May 16, 2024
e6082bc
Update dj.html
psyfercom May 16, 2024
25907fe
Update dj.html
psyfercom May 16, 2024
690b601
Update index.html
psyfercom May 16, 2024
3ff7a9b
Update index.html
psyfercom May 16, 2024
2a92163
Update dj.html
psyfercom May 16, 2024
6342048
Update index.html
psyfercom May 16, 2024
70fc45a
Update index.html
psyfercom May 16, 2024
6445216
Create dependency-review.yml
psyfercom May 16, 2024
bf682a9
Update index.html
psyfercom May 16, 2024
8727170
Update index.html
psyfercom May 16, 2024
dacf181
Update index.html
psyfercom May 16, 2024
9161a28
Update index.html
psyfercom May 16, 2024
49ac88c
Update index.html
psyfercom May 16, 2024
0fe285d
Update index.html
psyfercom May 16, 2024
af4be48
Create main.yml
psyfercom May 16, 2024
32c6479
Update art.html
psyfercom May 16, 2024
d41dde2
Update dj.html
psyfercom May 16, 2024
4b6b4a0
Update astrologytarot.html
psyfercom May 16, 2024
a504400
Create new.yml
psyfercom May 18, 2024
a3c180c
Create CNAME
psyfercom Jun 1, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added .DS_Store
Binary file not shown.
39 changes: 39 additions & 0 deletions .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
# Dependency Review Action
#
# This Action will scan dependency manifest files that change as part of a Pull Request,
# surfacing known-vulnerable versions of the packages declared or updated in the PR.
# Once installed, if the workflow run is marked as required, PRs introducing known-vulnerable
# packages will be blocked from merging.
#
# Source repository: https://github.com/actions/dependency-review-action
# Public documentation: https://docs.github.com/en/code-security/supply-chain-security/understanding-your-software-supply-chain/about-dependency-review#dependency-review-enforcement
name: 'Dependency review'
on:
pull_request:
branches: [ "master" ]

# If using a dependency submission action in this workflow this permission will need to be set to:
#
# permissions:
# contents: write
#
# https://docs.github.com/en/enterprise-cloud@latest/code-security/supply-chain-security/understanding-your-software-supply-chain/using-the-dependency-submission-api
permissions:
contents: read
# Write permissions for pull-requests are required for using the `comment-summary-in-pr` option, comment out if you aren't using this option
pull-requests: write

jobs:
dependency-review:
runs-on: ubuntu-latest
steps:
- name: 'Checkout repository'
uses: actions/checkout@v4
- name: 'Dependency Review'
uses: actions/dependency-review-action@v4
# Commonly enabled options, see https://github.com/actions/dependency-review-action#configuration-options for all available options.
with:
comment-summary-in-pr: always
# fail-on-severity: moderate
# deny-licenses: GPL-1.0-or-later, LGPL-2.0-or-later
# retry-on-snapshot-warnings: true
43 changes: 43 additions & 0 deletions .github/workflows/html-static.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
# Simple workflow for deploying static content to GitHub Pages
name: Deploy static content to Pages

on:
# Runs on pushes targeting the default branch
push:
branches: ["master"]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:
contents: read
pages: write
id-token: write

# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
concurrency:
group: "pages"
cancel-in-progress: false

jobs:
# Single deploy job since we're just deploying
deploy:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Pages
uses: actions/configure-pages@v5
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
# Upload entire repository
path: '.'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

43 changes: 43 additions & 0 deletions .github/workflows/new.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
# Simple workflow for deploying static content to GitHub Pages
name: Deploy static content to Pages

on:
# Runs on pushes targeting the default branch
push:
branches: ["master"]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:
contents: read
pages: write
id-token: write

# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
concurrency:
group: "pages"
cancel-in-progress: false

jobs:
# Single deploy job since we're just deploying
deploy:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Pages
uses: actions/configure-pages@v5
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
# Upload entire repository
path: '.'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
43 changes: 43 additions & 0 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
# Simple workflow for deploying static content to GitHub Pages
name: Deploy static content to Pages

on:
# Runs on pushes targeting the default branch
push:
branches: ["lily"]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:
contents: read
pages: write
id-token: write

# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
concurrency:
group: "pages"
cancel-in-progress: false

jobs:
# Single deploy job since we're just deploying
deploy:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Pages
uses: actions/configure-pages@v5
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
# Upload entire repository
path: '.'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
Binary file added 091A6ACD-1EEA-4C1F-95CC-E0F5405100E7.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 0F7D39F5-FC32-4AED-9507-F8B1EB697930.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 16FBBD4E-042C-45FD-991F-053B490A5AE8.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 457108F8-BE63-4D9B-ABE2-AD17DDFBF8C5.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 49EF1423-5C82-470C-A699-A026A99212A0.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 4F878FBE-AB96-46B9-B07C-6610C35AE680.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 528B6999-F97B-4592-A1DB-BC4FDDB4CF0B.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 531B336E-D6A4-4979-B943-420DD739EC47.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 565C7759-C51E-4427-A918-BCA02F15A4C4.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 62AB25CE-2F80-4EF8-8AFA-BF60304BB02D.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 89CE41A5-FE0F-40CF-8A8A-F88289E0D399.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added A2F8857A-618E-4F85-A721-E604205CFE93.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added A51EC8C6-6BB0-4B22-9E24-9900EEC35C52.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added B98445E2-103D-46F9-950C-0D86E47CF308.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
lilyheltzerstiles.com
Binary file added DF9EDAD0-E8F3-421B-8A96-B406B817CA81.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added DFA41D6D-D7AA-40A8-85E2-A4844BB31FE8.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added E3B8D2E7-A78D-4E63-B706-C095DFFE3C50.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added E4A5718F-14D0-4F55-9C27-B828AE6DA763.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added F39FDB8A-AE69-42D2-BE58-3D334713179C.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added F51708B9-D13B-4E99-9CAA-F796A77B772A.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added FA7D98BA-931E-4111-B2C9-103F725D84DF.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 0 additions & 21 deletions LICENSE.md

This file was deleted.

66 changes: 0 additions & 66 deletions README.md

This file was deleted.

68 changes: 68 additions & 0 deletions art.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Photo Grid</title>
<link rel="stylesheet" href="style.css">
<style>
.grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
gap: 10px;
padding: 10px;
width: 100%;
max-width: 1200px;
margin: 20px auto;
}

.grid img {
width: 100%;
height: auto;
cursor: pointer;
transition: transform 0.3s ease;
}

.grid img.enlarged {
transform: scale(2);
z-index: 1;
}
</style>
</head>
<body>
<center>
<p><a style="link" href="./index.html">Go Home</a></p>
<div style="background: #fff; border-radius: 20px; padding: 40px; max-width: 700px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2); text-align: center; line-height: 1.8; margin: 20px;">
<h2 style="margin-top: 0; color: #2d5f73; font-size: 2.5em; letter-spacing: 1px;">Art</h2>
<p style="margin: 15px 0; color: #555; font-size: 1.1em;"><strong>Abstract Painter, Mixed Media Artist</strong></p>
<p style="margin: 15px 0; color: #555; font-size: 1.1em;"><strong>Art Vendor & Live Painting since 2019</strong></p>
<p style="margin: 15px 0; color: #555; font-size: 1.1em;">Art has been shown in Sacramento and Los Angeles</p>
<p style="margin: 15px 0; color: #555; font-size: 1.1em;">Influences:</p>
<ul style="list-style-type: none; padding-left: 0; margin: 0; font-style: italic;">
<li style="margin-bottom: 14px;">Pop Art</li>
<li style="margin-bottom: 14px;">Op Art</li>
<li style="margin-bottom: 14px;">Impressionism</li>
<li style="margin-bottom: 14px;">Nature and patterns</li>
</ul>
<container class="grid">
<img src="https://raw.githubusercontent.com/psyferlab/lilytree/master/091A6ACD-1EEA-4C1F-95CC-E0F5405100E7.jpeg" alt="Photo 1">
<img src="https://raw.githubusercontent.com/psyferlab/lilytree/master/457108F8-BE63-4D9B-ABE2-AD17DDFBF8C5.jpeg" alt="Photo 2">
<img src="https://raw.githubusercontent.com/psyferlab/lilytree/master/DFA41D6D-D7AA-40A8-85E2-A4844BB31FE8.jpeg" alt="Photo 3">
<img src="https://raw.githubusercontent.com/psyferlab/lilytree/master/565C7759-C51E-4427-A918-BCA02F15A4C4.jpeg" alt="Photo 4">
<img src="https://raw.githubusercontent.com/psyferlab/lilytree/master/B98445E2-103D-46F9-950C-0D86E47CF308.jpeg" alt="Photo 5">
<img src="https://raw.githubusercontent.com/psyferlab/lilytree/master/F51708B9-D13B-4E99-9CAA-F796A77B772A.jpeg" alt="Photo 6">
<!-- Add more photos as needed -->
</container>
</div>

</center>

<script>
document.querySelectorAll('.grid img').forEach(img => {
img.addEventListener('click', () => {
img.classList.toggle('enlarged');
});
});
</script>
</body>
</html>
Loading