Skip to content

Commit

Permalink
Merge branch 'development'
Browse files Browse the repository at this point in the history
  • Loading branch information
Telofy committed Feb 25, 2024
2 parents a15131c + 15bd117 commit eafd9ac
Show file tree
Hide file tree
Showing 5 changed files with 169 additions and 114 deletions.
26 changes: 8 additions & 18 deletions components/welcome/heroText.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { Tooltip } from '@/lib/mantine'

import { buttonClasses } from '../button'
import { ButtonLink } from '../buttonLink'

export function HeroText() {
Expand All @@ -16,32 +15,23 @@ export function HeroText() {

<div className="my-8 mx-auto text-lg text-center prose">
<p>
The{' '}
<Tooltip label="Yelp … publishes crowd-sourced reviews about businesses. —Wikipedia">
<span className="hint">Yelp</span>
<Tooltip label="AngelList allows newbie angel investors to follow seasoned angel investors">
<span className="hint">AngelList</span>
</Tooltip>{' '}
for charities: Find or{' '}
<span className="text-highlight">promote</span> the best AI safety
projects.
<br />
<span className="text-highlight">
Regrant $700,000 from almost 50 donors.
</span>
for philanthropy: Follow expert grantmakers with your donations.
</p>
</div>

<div className="inline-flex flex-wrap gap-1 justify-center">
<ButtonLink href="/projects" variant="highlight">
Explore the projects
</ButtonLink>
<a
href="https://airtable.com/shr1eRlbcr43os6SX"
className={buttonClasses({ variant: 'primary' })}
target="_blank"
rel="noreferrer"
<ButtonLink
className="mr-2"
href="https://impactmarkets.substack.com/"
>
Proclaim your interest
</a>
Read the blog
</ButtonLink>
</div>
</div>
</div>
Expand Down
158 changes: 70 additions & 88 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@paralleldrive/cuid2": "^2.2.2",
"@prisma/client": "^5.5.2",
"@rollbar/react": "^0.11.2",
"@sendgrid/mail": "^7.7.0",
"@sendgrid/mail": "^8.1.1",
"@tabler/icons-react": "^2.39.0",
"@tanstack/react-query": "^4.36.1",
"@tawk.to/tawk-messenger-react": "^2.0.2",
Expand Down Expand Up @@ -112,7 +112,7 @@
"postcss": "^8.4.31",
"postcss-preset-mantine": "^1.8.0",
"postcss-simple-vars": "^7.0.1",
"prettier": "3.1",
"prettier": "^3.1.1",
"prisma": "^5.5.2",
"tailwindcss": "^3.3.3",
"typescript": "^5.2.2"
Expand Down

0 comments on commit eafd9ac

Please sign in to comment.