diff --git a/web/components/user-page.tsx b/web/components/user-page.tsx
index a780c109..192b3ec5 100644
--- a/web/components/user-page.tsx
+++ b/web/components/user-page.tsx
@@ -1,10 +1,14 @@
import clsx from 'clsx'
import { User } from '../lib/firebase/users'
import { CreatorContractsList } from './contracts-list'
-import { Title } from './title'
import { SEO } from './SEO'
import { Page } from './page'
import { SiteLink } from './site-link'
+import { Avatar } from './avatar'
+import { Col } from './layout/col'
+import { Linkify } from './linkify'
+import { Spacer } from './layout/spacer'
+import { Row } from './layout/row'
export function UserLink(props: {
name: string
@@ -29,6 +33,11 @@ export function UserPage(props: { user: User; currentUser?: User }) {
const possesive = isCurrentUser ? 'Your ' : `${user.name}'s `
+ const bannerImageUrl =
+ 'https://images.unsplash.com/photo-1548197253-652ffe79752c?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1975&q=80'
+
+ const placeholderBio = `Hi! Always happy to chat; reach out at akrolsmir@gmail.com, or find a time on https://calendly.com/austinchen/manifold !`
+
return (
-
+
-
+
+
+ {/* Then the user's name, username, brief bio, and link to their twitter */}
+
+ {user.name}
+ @{user.username}
+
+
+
+
+
+
+
+
+
+
+
+ akrolsmir
+
+
+
+
+
+
+ akrolsmir#4125
+
+
+
+
+
+
+
+
)
}
diff --git a/web/public/discord-logo.svg b/web/public/discord-logo.svg
new file mode 100644
index 00000000..3efe1ec1
--- /dev/null
+++ b/web/public/discord-logo.svg
@@ -0,0 +1,10 @@
+
diff --git a/web/public/twitter-logo.svg b/web/public/twitter-logo.svg
new file mode 100644
index 00000000..b25ac935
--- /dev/null
+++ b/web/public/twitter-logo.svg
@@ -0,0 +1,16 @@
+
+
+