Skip to content

Commit

Permalink
Merge branch 'development'
Browse files Browse the repository at this point in the history
  • Loading branch information
Telofy committed Apr 6, 2024
2 parents eafd9ac + d70b63c commit eb70b3e
Show file tree
Hide file tree
Showing 24 changed files with 346 additions and 148 deletions.
2 changes: 1 addition & 1 deletion components/user/profileInfo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ export function ProfileInfo({
<div key={childKey}>
<Head>
{/* https://stackoverflow.com/questions/75875037 */}
<title>{`${user.name}AI Safety GiveWiki`}</title>
<title>{`${user.name} – GiveWiki`}</title>
</Head>

<div className="relative flex items-start gap-4 py-8 overflow-hidden">
Expand Down
8 changes: 4 additions & 4 deletions components/welcome/comparisons.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import * as React from 'react'
export const Comparisons = () => (
<>
<div className="flex justify-center my-12 text-3xl font-display">
AI Safety GiveWiki is a …
GiveWiki is a …
</div>
<div className="max-w-screen-lg m-auto items-center flex my-10 flex-col sm:flex-row">
<div className="basis-full m-6">
Expand Down Expand Up @@ -53,9 +53,9 @@ export const Comparisons = () => (
as a kind of “impact credit,” a generalized carbon credit. Once our
scoring algorithm has matured we want to introduce such a playmoney
“impact credit,” the Wiki Credit, so that top donors can double as
evaluators. As AI safety enters the mainstream, it’ll become more and
more important to provide a scalable method to render donation
recommendations.
evaluators. As (say) AI safety enters the mainstream, it’ll become
more and more important to provide a scalable method to render
donation recommendations.
</div>
</div>
</div>
Expand Down
3 changes: 2 additions & 1 deletion components/welcome/heroText.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,15 @@ export function HeroText() {
<div className="max-w-[1400px] mb-12 text-center">
<div>
<h1 className="text-5xl font-display font-medium">
The AI Safety
Your Crowdsourced{' '}
<div>
<span className="text-highlight">Charity Evaluator</span>
</div>
</h1>

<div className="my-8 mx-auto text-lg text-center prose">
<p>
The{' '}
<Tooltip label="AngelList allows newbie angel investors to follow seasoned angel investors">
<span className="hint">AngelList</span>
</Tooltip>{' '}
Expand Down
8 changes: 4 additions & 4 deletions components/welcome/pitches.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ const Feature = ({ icon: Icon, title, children }: FeatureProps) => (
export const Pitches = () => (
<div className="w-full mx-auto my-5 py-6">
<div className="flex justify-center text-3xl font-display">
AI Safety GiveWiki is a platform for …
GiveWiki is a platform for …
</div>
<div className="flex gap-6 flex-col sm:flex-row my-12">
<Feature icon={IconShovel} title="AI safety projects" key="projects">
<Feature icon={IconShovel} title="Altruistic projects" key="projects">
<p>
You’re working on independent research or a{' '}
<span className="font-semibold">new AI safety venture</span>? Your
<span className="font-semibold">new charity venture</span>? Your
funding goal is &lt;&nbsp;$100,000 for now?
</p>

Expand Down Expand Up @@ -92,7 +92,7 @@ export const Pitches = () => (
<p>
You want to support{' '}
<span className="font-semibold">
funding-constrained AI safety projects
funding-constrained charity projects
</span>{' '}
but don’t know which?
</p>
Expand Down
6 changes: 3 additions & 3 deletions lib/emailEvents.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export const createEmail = (
<MjmlColumn>
<MjmlImage
width="200px"
src="https://ai.givewiki.org/static/images/logo-light.png"
src="https://givewiki.org/static/images/logo-light.png"
></MjmlImage>
<MjmlText>
<p>
Expand All @@ -77,7 +77,7 @@ export const createEmail = (
notifications of new projects, new bounties, or activity on your
own projects. You can change your notification preferences on
your{' '}
<a href={`https://ai.givewiki.org/profile/${recipient.id}`}>
<a href={`https://givewiki.org/profile/${recipient.id}`}>
GiveWiki profile
</a>
.
Expand All @@ -101,7 +101,7 @@ const renderSection = (events: Event[]) => {
<MjmlText key={objectId}>
<h2>
<a href={`https://ai.givewiki.org/${objectType}/${objectId}`}>
<a href={`https://givewiki.org/${objectType}/${objectId}`}>
{objectTitle}
</a>
Expand Down
175 changes: 126 additions & 49 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 @@ -26,7 +26,7 @@
"@mantine/next": "^6.0.21",
"@next-auth/prisma-adapter": "^1.0.7",
"@paralleldrive/cuid2": "^2.2.2",
"@prisma/client": "^5.5.2",
"@prisma/client": "^5.12.1",
"@rollbar/react": "^0.11.2",
"@sendgrid/mail": "^8.1.1",
"@tabler/icons-react": "^2.39.0",
Expand Down Expand Up @@ -113,7 +113,7 @@
"postcss-preset-mantine": "^1.8.0",
"postcss-simple-vars": "^7.0.1",
"prettier": "^3.1.1",
"prisma": "^5.5.2",
"prisma": "^5.12.1",
"tailwindcss": "^3.3.3",
"typescript": "^5.2.2"
}
Expand Down
2 changes: 1 addition & 1 deletion pages/bounties.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const Home: NextPageWithAuthAndLayout = () => {
return (
<div className="max-w-screen-lg mx-auto">
<Head>
<title>Bounties – AI Safety GiveWiki</title>
<title>Bounties – GiveWiki</title>
</Head>

<div className="flex justify-between flex-row-reverse flex-wrap gap-3 mt-3">
Expand Down

0 comments on commit eb70b3e

Please sign in to comment.