Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
e5a85ff
Update portfolio.js
thedownsideup Dec 13, 2021
f3aa98f
Update portfolio.js
thedownsideup Dec 13, 2021
5e42f6a
Add files via upload
thedownsideup Dec 13, 2021
a1ffee7
Update portfolio.js
thedownsideup Dec 13, 2021
96bb4ab
Update portfolio.js
thedownsideup Dec 13, 2021
e5fd083
Update portfolio.js
thedownsideup Dec 13, 2021
44f8943
Update portfolio.js
thedownsideup Dec 13, 2021
e00fb43
Update portfolio.js
thedownsideup Dec 13, 2021
47beb3f
Update portfolio.js
thedownsideup Dec 13, 2021
d5132e9
Update portfolio.js
thedownsideup Dec 13, 2021
a48b2d0
Add files via upload
thedownsideup Dec 13, 2021
86e13d3
Update portfolio.js
thedownsideup Dec 13, 2021
05e1551
Update portfolio.js
thedownsideup Dec 13, 2021
40faacf
Update portfolio.js
thedownsideup Dec 13, 2021
50b9037
DONE
thedownsideup Dec 13, 2021
996de0c
Update portfolio.js
thedownsideup Dec 14, 2021
841b0e1
Revised, Updated and Improved Info, detail, texts and etc.
Feb 4, 2024
7fd33cf
Committing my packages
Feb 10, 2024
d3b57db
Merge pull request #3 from thedownsideup/002_InfoUpdateAndRevise
thedownsideup Feb 10, 2024
45f3f7a
Create static.yml
thedownsideup Feb 10, 2024
4528492
Fixed a bug where line height was responsive base on width whilst it …
Feb 11, 2024
208a7f2
Improved Min size for experiences card
Feb 11, 2024
22ed6eb
Merge pull request #4 from thedownsideup/002_InfoUpdateAndRevise
thedownsideup Feb 11, 2024
40f8d49
Updated Resume
Feb 11, 2024
d2c7efe
Merge pull request #5 from thedownsideup/002_InfoUpdateAndRevise
thedownsideup Feb 11, 2024
763110e
Increased texts line hieght a bit
Feb 11, 2024
04cd64e
Increased Greeting line height a bit
Feb 11, 2024
2bb7dc8
Updated Resume to the new version created on 17-feb-24
Feb 17, 2024
0c5b07f
Merge pull request #7 from thedownsideup/002_InfoUpdateAndRevise
thedownsideup Feb 17, 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
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: ["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@v4
- 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
3 changes: 3 additions & 0 deletions .vs/ProjectSettings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"CurrentProjectSetting": null
}
Binary file added .vs/slnx.sqlite
Binary file not shown.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Created something awesome for your fork of the portfolio and want to share it? F
✔️ Twitter Timeline\
✔️ GitHub Profile

To view a live example, **[click here](https://developerfolio.js.org/)**.
To view a live example, **[click here](https://thedownsideup.github.io/)**.


## Getting Started
Expand Down Expand Up @@ -222,7 +222,7 @@ The Profile and the Repository information from GitHub is only created at the ti

This section guides you to deploy your portfolio on GitHub pages.

- Navigate to `package.json` and enter your domain name instead of `https://developerfolio.js.org/` in `homepage` variable. For example, if you want your site to be `https://<your-username>.github.io/developerFolio`, add the same to the homepage section of `package.json`.
- Navigate to `package.json` and enter your domain name instead of `https://thedownsideup.github.io/` in `homepage` variable. For example, if you want your site to be `https://<your-username>.github.io/developerFolio`, add the same to the homepage section of `package.json`.

- In short you can also add `/devloperFolio` to `package.json` as both are exactly same. Upon doing so, you tell `create-react-app` to add the path assets accordingly.

Expand Down
Loading