Skip to content

Commit

Permalink
Pull request to tman (#13)
Browse files Browse the repository at this point in the history

* componentization and full search expansion for resume items

* responsive padding on resume sections

* fix some overlapping text in experience section

* fix styling  parameters in social media block component

* only avatar for fab

* remove physical address from resume bio and style portfolio entries
  • Loading branch information
tmanundercover committed Dec 7, 2023
1 parent 804d066 commit be1147f
Show file tree
Hide file tree
Showing 36 changed files with 1,036 additions and 587 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/firebase-hosting-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ jobs:
- uses: FirebaseExtended/action-hosting-deploy@v0
with:
repoToken: '${{ secrets.GITHUB_TOKEN }}'
firebaseServiceAccount: '${{ secrets.FIREBASE_SERVICE_ACCOUNT }}'
firebaseServiceAccount: '${{ secrets.FIREBASE_SERVICE_ACCOUNT_THE_HANDSOMEST_NERD }}'
channelId: live
projectId: chowworks-website
projectId: the-handsomest-nerd-internal
2 changes: 1 addition & 1 deletion .github/workflows/firebase-hosting-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ jobs:
with:
repoToken: '${{ secrets.GITHUB_TOKEN }}'
firebaseServiceAccount: '${{ secrets.FIREBASE_SERVICE_ACCOUNT }}'
projectId: chowworks-website
projectId: the-handsomest-nerd-internal
2 changes: 1 addition & 1 deletion functions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "functions",
"version": "0.3.1",
"version": "0.5.0",
"scripts": {
"lint": "eslint --ext .js,.ts .",
"build": "tsc",
Expand Down
67 changes: 4 additions & 63 deletions package-lock.json

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

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chowworks-website",
"version": "0.3.1",
"version": "0.5.0",
"license": "GPL-3.0-or-later",
"private": true,
"dependencies": {
Expand All @@ -9,6 +9,7 @@
"@mui/icons-material": "^5.14.18",
"@mui/material": "^5.14.18",
"@mui/styles": "^5.14.18",
"@react-google-maps/api": "^2.19.2",
"@storybook/addon-mdx-gfm": "^7.4.6",
"@storybook/react-webpack5": "^7.4.6",
"@tanstack/react-query": "^4.36.1",
Expand Down
4 changes: 2 additions & 2 deletions public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"short_name": "Chow Works Webpage",
"name": "Chow Works Webpage",
"short_name": "React Website Builder",
"name": "The Handsomest Nerd React Website Builder",
"icons": [
{
"src": "favicon.ico",
Expand Down
Loading

0 comments on commit be1147f

Please sign in to comment.