diff --git a/.github/dependabot.yml b/.github/dependabot.yml index cfeb1514..6dc01f68 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,4 +6,12 @@ updates: interval: weekly reviewers: - "AdvisorySG/mentorship-reviewers" - open-pull-requests-limit: 4 + open-pull-requests-limit: 3 + + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + reviewers: + - "AdvisorySG/mentorship-reviewers" + open-pull-requests-limit: 1 diff --git a/.github/workflows/deploy-lambda.yml b/.github/workflows/deploy-lambda.yml index 9fa3eb56..c703bf96 100644 --- a/.github/workflows/deploy-lambda.yml +++ b/.github/workflows/deploy-lambda.yml @@ -10,7 +10,7 @@ jobs: should_skip: ${{ steps.skip_check.outputs.should_skip }} steps: - id: skip_check - uses: fkirc/skip-duplicate-actions@v4 + uses: fkirc/skip-duplicate-actions@v5 with: concurrent_skipping: "same_content_newer" paths: '["scripts/**/*"]' @@ -21,7 +21,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [18.x] + node-version: [20.x] steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/prettier.yml b/.github/workflows/prettier.yml index e816807f..c018eec6 100644 --- a/.github/workflows/prettier.yml +++ b/.github/workflows/prettier.yml @@ -7,21 +7,14 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [18.x] + node-version: [20.x] steps: - uses: actions/checkout@v4 - - name: Cache Node modules - uses: actions/cache@v1 - with: - path: ~/.npm - key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }} - restore-keys: | - ${{ runner.os }}-node- - name: Setup Node uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} + cache: "npm" - - run: npm install - - run: npx prettier -c . + - run: npx --yes prettier -c . diff --git a/.prettierignore b/.prettierignore index e3e7e87f..4edbdfef 100644 --- a/.prettierignore +++ b/.prettierignore @@ -1,3 +1,4 @@ /.next +/build /out /public diff --git a/components/Logo.tsx b/components/Logo.tsx deleted file mode 100644 index b336ec66..00000000 --- a/components/Logo.tsx +++ /dev/null @@ -1,59 +0,0 @@ -import React from "react"; -import "../styles/Logo.css"; - -import * as logos from "../components/assets"; - -const Logo: React.FC = () => { - const logoArray = [ - logos.aisp, - logos.avanade, - logos.basf, - logos.bcg, - logos.bigIdea, - logos.bloomberg, - logos.citi, - logos.csa, - logos.dbs, - logos.deloitte, - logos.edb, - logos.edelman, - logos.ey, - logos.gic, - logos.govtech, - logos.ipr, - logos.kearney, - logos.maxeon, - logos.mha, - logos.nac, - logos.nvpc, - logos.one, - logos.sap, - logos.sc, - logos.sgtech, - logos.ttsh, - logos.we, - logos.google, - ]; - - return ( -
-
- {logoArray.map((logo, index) => ( - {`Logo - ))} -
- -
- {logoArray.map((logo, index) => ( - {`Logo - ))} -
-
- ); -}; - -export default Logo; diff --git a/components/assets/index.ts b/components/assets/index.ts deleted file mode 100644 index 0023de8b..00000000 --- a/components/assets/index.ts +++ /dev/null @@ -1,34 +0,0 @@ -export const advisoryLogo = `/advisory-logo.png`; -export const advisoryMentorshipLogo = `/advisory-mentorship-logo-2023.png`; -export const advisoryMentorshipPartners = `/advisory-mentorship-partners.png`; - -export const aisp = "/logos/AISP.png"; -export const avanade = "/logos/avanade.png"; -export const basf = "/logos/basf.png"; -export const bcg = "/logos/bcg.jpg"; -export const bigIdea = "/logos/bigIdea.png"; -export const bloomberg = "/logos/bloomberg.png"; -export const citi = "/logos/citi.png"; -export const csa = "/logos/csa.png"; -export const dbs = "/logos/dbs.png"; -export const deloitte = "/logos/deloitte.jpg"; -export const edb = "/logos/edb.png"; -export const edelman = "/logos/edelman.jpg"; -export const ey = "/logos/ey.png"; -export const gic = "/logos/gic.png"; -export const govtech = "/logos/govtech.png"; -export const ipr = "/logos/ipr.png"; -export const kearney = "/logos/kearney.png"; -export const maxeon = "/logos/maxeon.png"; -export const mha = "/logos/mha.png"; -export const nac = "/logos/nac.png"; -export const nvpc = "/logos/nvpc.png"; -export const one = "/logos/one.png"; -export const sap = "/logos/sap.jpg"; -export const sc = "/logos/sc.jpg"; -export const sgtech = "/logos/sgtech.png"; -export const ttsh = "/logos/ttsh.png"; -export const we = "/logos/we.png"; -export const google = "/logos/google.png"; - -export const footerLogo = "/footer-logo.png"; diff --git a/index.html b/index.html index d66e570c..4d4b3dbc 100644 --- a/index.html +++ b/index.html @@ -1,4 +1,4 @@ - + @@ -16,7 +16,7 @@ @@ -28,7 +28,7 @@ /> @@ -39,7 +39,7 @@ />