Skip to content

Commit

Permalink
feat: update profile pic for land page (#45)
Browse files Browse the repository at this point in the history
* πŸ”’οΈ fix: added GA tracking ID env

* πŸ“ˆ feat: changed GA plugin

* πŸ“¦ feat: added official GA gatsby plugin

* ✏️ fix: fixed `trackingIds` typo

* πŸ™ˆ git[ignore]: removed wp cache

* πŸ’„ style: added styles for blog archive and post

* πŸ‘” feat: added images for blog post

* πŸ”– version: upgraded gatsby-wordpress-source to v7.19

* ✨ feat(about): add about page section data and  page style

* πŸ’„ style(blog-post): added style for paragraph tags

* πŸ”§ chore(landing): adds `id` for key props

* πŸ“ docs(Readme): adds guide for env vars

* πŸ› fix: changed `pointer-cursor` to `cursor-pointer` for the label htmlFor="menu-toggle".

* fix: changes card background to white

* fix: change max width to 1080px

* fix: updates text font-size to text-md css class

* fix: adjusts style for blog page

* πŸ“± fix: removes extra padding for mobile view

* Revert static assets commit

* ignore: updates git to ignore wordpress-cache

* Update footer component with social media links

* Refactor header component

* Add test for rendering header section with logo and site title

* ⬆️ updates dependencies

* Update app descriptions in apps.json
- adds cleo,soundsurfer,fatch and ks-axulia projects

* Update hero image source

* Update npm install command to include --legacy-peer-deps flag
  • Loading branch information
rabira-hierpa authored Mar 29, 2024
1 parent 9477996 commit 5de147c
Show file tree
Hide file tree
Showing 8 changed files with 17,824 additions and 103 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

- name: πŸ”¨ Build Project
run: |
npm install
npm install --legacy-peer-deps
npm run build
- name: πŸ“‚ Sync files
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

- name: πŸ”¨ Build Project
run: |
npm install
npm install --legacy-peer-deps
npm run build
- name: πŸ“‚ Sync files
Expand Down
Loading

0 comments on commit 5de147c

Please sign in to comment.