-
Notifications
You must be signed in to change notification settings - Fork 0
UI Overhaul: New Pages, Redesigned Components & Assets #10
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
Merged
Merged
Changes from all commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
13f9a15
refactor(video-player): rewrite with robust autoplay and poster fallback
actions-user 99b3b00
style(globals.css): add separator-3 style, fix separator display, and…
actions-user 4d21780
feat(about): add Counter, ProgressBar, and TeamMember components
actions-user 4fdb8cc
feat(portfolio): add PortfolioCard and PortfolioModal components
actions-user d79dea5
refactor(layout): add shared ContactSection banner component
actions-user 917d7ff
feat(header): add built-in route loading progress bar and navigation …
actions-user 5d3bf5f
redesign(footer): dark theme with social links, contact info, and sit…
actions-user 2903af8
redesign(accordion-tabs): add tabbed navigation with icons and improv…
actions-user 8d4974c
style(scrolling-portfolio): condense JSX formatting and inline short …
actions-user 4f5023f
fix(pages): update ContactSection import path and use avif image format
actions-user 04a43c5
feat(about): redesign about page with team members, counters, and com…
actions-user 3e3d289
feat(pages): add Contact, Portfolio, and Services pages with contact API
actions-user e4ac7d0
assets: add portfolio images, staff photos, and background videos
actions-user 09471b2
feat: enable GitHub Pages preview deployments for all branches/PRs
actions-user 88f6cac
Updated node version to 24 and fixed manager error/warning.
actions-user 7055b39
fix: remove repo name from basePath when using custom domain
actions-user ea1042f
Potential fix for pull request finding
digitalnomad91 955ef9e
fix(ci): add CNAME to gh-pages deployment for custom domain
actions-user 2ce3752
fix(ci): preserve preview directories when deploying main to gh-pages
actions-user File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,37 @@ | ||
| name: 🧹 Cleanup GitHub Pages Preview | ||
|
|
||
| on: | ||
| pull_request: | ||
| types: [closed] | ||
|
|
||
| permissions: | ||
| contents: write | ||
|
|
||
| jobs: | ||
| cleanup: | ||
| name: 🗑 Remove Preview Deployment | ||
| runs-on: ubuntu-latest | ||
|
|
||
| steps: | ||
| - name: 🔍 Checkout gh-pages branch | ||
| uses: actions/checkout@v4 | ||
| with: | ||
| ref: gh-pages | ||
| fetch-depth: 1 | ||
|
|
||
| - name: 🧹 Remove preview directory | ||
| run: | | ||
| BRANCH="${{ github.head_ref }}" | ||
| SAFE_BRANCH=$(echo "$BRANCH" | sed 's/[^a-zA-Z0-9._-]/-/g') | ||
| PREVIEW_DIR="preview/${SAFE_BRANCH}" | ||
|
|
||
| if [ -d "$PREVIEW_DIR" ]; then | ||
| echo "Removing preview directory: $PREVIEW_DIR" | ||
| git config user.name "github-actions[bot]" | ||
| git config user.email "github-actions[bot]@users.noreply.github.com" | ||
| git rm -rf "$PREVIEW_DIR" | ||
| git commit -m "🧹 Remove preview for closed PR #${{ github.event.pull_request.number }} ($BRANCH)" | ||
| git push | ||
| else | ||
| echo "No preview directory found at $PREVIEW_DIR, skipping cleanup." | ||
| fi |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Check warning
Code scanning / CodeQL
Unpinned tag for a non-immutable Action in workflow Medium