Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
53 commits
Select commit Hold shift + click to select a range
6d5f9fe
button color change
pr862 Jul 4, 2025
997caf7
Updated homepage greeting
pr862 Jul 4, 2025
4d02579
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Jul 4, 2025
58d9dde
change color
pr862 Jul 4, 2025
523eeb4
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Jul 4, 2025
5990396
change some effect
pr862 Jul 8, 2025
9dfbb72
change effect of font
pr862 Jul 8, 2025
316cadb
Updates
pr862 Jul 9, 2025
845a1ba
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Jul 9, 2025
fed50f7
init code
pr862 Jul 9, 2025
f0fdd94
init code
pr862 Jul 9, 2025
76afe30
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Jul 9, 2025
d1ff15a
init code
pr862 Jul 10, 2025
9f50f19
init code
pr862 Jul 10, 2025
1f5fe15
init code
pr862 Jul 10, 2025
141104a
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Jul 10, 2025
88e96ff
init code
pr862 Jul 10, 2025
35572df
contact button color change
pr862 Jul 10, 2025
943e06a
Resolved merge conflicts and completed merge
pr862 Jul 10, 2025
0fdfe29
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Jul 10, 2025
357d0d0
changes
pr862 Jul 10, 2025
33c59e7
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Jul 10, 2025
5b01052
update dotenv version
pr862 Jul 10, 2025
8bf7508
add dark mode
pr862 Jul 11, 2025
911dfa6
update version
pr862 Jul 14, 2025
aed86e4
change header section
pr862 Jul 14, 2025
88065be
change shadow
pr862 Jul 14, 2025
e8907e0
change header section
pr862 Jul 14, 2025
244fae4
change shadow
pr862 Jul 14, 2025
e7139f3
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Jul 14, 2025
52bffa9
Update README.md
pr862 Jul 14, 2025
3c79910
Update README.md
pr862 Jul 14, 2025
725ab5d
add project
pr862 Jul 16, 2025
51eee00
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Jul 16, 2025
d56b1cb
fix: update deploy script for GitHub Pages
your-name123 Jul 16, 2025
0d06cd2
chore: setup GitHub Pages deployment
pr862 Jul 16, 2025
8de7c23
fix(scripts): add openssl-legacy-provider flag for Node.js compatibility
pr862 Jul 16, 2025
76c2abf
fix: update package.json for Node.js compatibility
pr862 Jul 16, 2025
82b98f1
fix: remove developerFolio from submodules
pr862 Jul 16, 2025
fc4cfc7
trigger: rebuild after submodule fix
pr862 Jul 16, 2025
af701c5
add gh-pages
pr862 Jul 16, 2025
c8a331e
fix: remove unnecessary npm update step
pr862 Jul 17, 2025
a22842b
add font size of heading
pr862 Jul 17, 2025
f91dffa
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Jul 17, 2025
fae465a
make in perfect format
pr862 Jul 17, 2025
5c04bed
change font style
pr862 Jul 18, 2025
da7da1a
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Jul 18, 2025
4dee452
add logo name
pr862 Jul 18, 2025
d188062
add env
pr862 Jul 18, 2025
e5dcdad
disable open source
pr862 Jul 18, 2025
7578cc4
add env
pr862 Jul 18, 2025
88952b5
change color of logo
pr862 Jul 18, 2025
aa6e372
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Jul 18, 2025
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
7 changes: 2 additions & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,9 @@ jobs:
persist-credentials: false

- name: Setup Node.js 🔧
uses: actions/setup-node@v3.8.1
uses: actions/setup-node@v3
with:
node-version: 18.x

- name: Update npm 🚀
run: npm install -g npm@latest
node-version: '20'

- name: Install and Build 🔧 # Build the Project
run: |
Expand Down
3 changes: 3 additions & 0 deletions .idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

835 changes: 835 additions & 0 deletions .idea/caches/deviceStreaming.xml

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions .idea/developerFolio-master.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 15 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "chrome",
"request": "launch",
"name": "Launch Chrome against localhost",
"url": "http://localhost:8080",
"webRoot": "${workspaceFolder}"
}
]
}
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"githubPullRequests.ignoredPullRequestBranches": ["master"]
}
384 changes: 14 additions & 370 deletions README.md

Large diffs are not rendered by default.

Empty file added [email protected]
Empty file.
Empty file added gh-pages
Empty file.
Loading