Skip to content

Commit

Permalink
[MPT-119] Mentorship 2024 Launch (#810)
Browse files Browse the repository at this point in the history
* feat(index): update stats & apply link

* chore: shift assets consts to src/

* chore: reorganise directory structure

* chore(faq): update qna

* fix(styles): rm unnecessary nav

* fix: typescript build errors

* fixup! chore(faq): update qna

* chore: load 2024 mentors

* fix: make Apply Now white text + open in new tab

* fix(faq): vertical align accordion text

* fix(index): update partner logos

* fix(index): use yearless programme logo

* fix(index): disable testimonials
  • Loading branch information
wei2912 authored Jul 21, 2024
1 parent a300c36 commit 639b555
Show file tree
Hide file tree
Showing 83 changed files with 498 additions and 404 deletions.
59 changes: 0 additions & 59 deletions components/Logo.tsx

This file was deleted.

34 changes: 0 additions & 34 deletions components/assets/index.ts

This file was deleted.

6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<meta itemprop="description" content="The Advisory Mentorship Programme" />
<meta
itemprop="image"
content="%PUBLIC_URL%/advisory-mentorship-logo.jpg"
content="%PUBLIC_URL%/advisory-mentorship-logo.png"
/>
<!-- Facebook / OpenGraph -->
<meta property="og:url" content="https://mentorship.advisory.sg" />
Expand All @@ -28,7 +28,7 @@
/>
<meta
property="og:image"
content="%PUBLIC_URL%/advisory-mentorship-logo.jpg"
content="%PUBLIC_URL%/advisory-mentorship-logo.png"
/>
<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image" />
Expand All @@ -39,7 +39,7 @@
/>
<meta
name="twitter:image"
content="%PUBLIC_URL%/advisory-mentorship-logo.jpg"
content="%PUBLIC_URL%/advisory-mentorship-logo.png"
/>

<script
Expand Down
7 changes: 7 additions & 0 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
Expand Up @@ -27,7 +27,7 @@
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"start": "npx serve@latest out",
"prepare": "husky install"
},
"eslintConfig": {
Expand All @@ -49,6 +49,7 @@
"devDependencies": {
"@elastic/elasticsearch": "^8.8.0",
"@next/eslint-plugin-next": "^14.0.4",
"@types/js-cookie": "^3.0.6",
"@types/react": "^18.3.3",
"airtable": "^0.12.2",
"autoprefixer": "^10.4.16",
Expand Down
Loading

0 comments on commit 639b555

Please sign in to comment.