Skip to content

Commit

Permalink
Merge branch 'main' into copy-reviewclub-cohort
Browse files Browse the repository at this point in the history
  • Loading branch information
emjshrx committed Dec 18, 2023
2 parents f372799 + e749c53 commit b2f05b1
Show file tree
Hide file tree
Showing 29 changed files with 740 additions and 360 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@
"astro": "^3.2.3",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-icons": "^4.12.0",
"react-sliding-pane": "^7.3.0",
"sharp": "^0.33.0",
"tailwindcss": "^3.0.24"
},
"devDependencies": {
Expand Down
253 changes: 246 additions & 7 deletions pnpm-lock.yaml

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

Binary file removed public/home/headerbg.png
Binary file not shown.
Binary file added public/home/headerbg.webp
Binary file not shown.
Binary file added public/people/emil.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed public/testimonial/background.png
Binary file not shown.
Binary file added public/testimonial/background.webp
Binary file not shown.
File renamed without changes
File renamed without changes
File renamed without changes
3 changes: 3 additions & 0 deletions src/components/cohort/Checkerboard.astro
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
<img
src="/website-v2/cohort/checkerboard1.png"
class="w-auto"
alt="Cohort Community"
/>
</div>
</div>
Expand All @@ -29,6 +30,7 @@
<img
src="/website-v2/cohort/checkerboard2.png"
class="w-auto"
alt="Structured Cohort"
/>
</div>
<div
Expand Down Expand Up @@ -63,6 +65,7 @@
<img
src="/website-v2/cohort/checkerboard3.png"
class="w-auto"
alt="Cohort Job Board"
/>
</div>
</div>
Expand Down
Loading

0 comments on commit b2f05b1

Please sign in to comment.