Skip to content

Commit

Permalink
Improved about page to show linkedin profiles and personal sites (#308)
Browse files Browse the repository at this point in the history
  • Loading branch information
julien51 authored Oct 7, 2018
1 parent 9a4f129 commit 50406a1
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 0 deletions.
Binary file added unlock-app/public/images/illustrations/ben.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added unlock-app/public/images/illustrations/julien.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added unlock-app/public/images/illustrations/sascha.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions unlock-app/src/components/pages/About.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,21 @@ export const About = () => (
<ThreeColumns>
<Column>
<SubTitle>Julien Genestoux</SubTitle>
<Photo src="images/illustrations/julien.jpg" />
<p>I am an entrepreneur and a software engineer. I am a vocal web advocate who co-authored the W3C WebSub protocol. I sold my previous company, Superfeedr, an RSS feed API, to Medium. Born in France, I currently live in Brooklyn with my wife and our two young kids.</p>
<small><a href="https://www.ouvre-boite.com/">Personal site</a> - <a href="https://www.linkedin.com/in/juliengenestoux/">LinkedIn</a></small>
</Column>
<Column>
<SubTitle>Ben Werdmuller</SubTitle>
<Photo src="images/illustrations/ben.jpg" />
<p>I work at the intersection of technology, media, and democracy. I co-founded Elgg and Known, worked on Medium and Latakoo, and invested in innovative media startups to support a stronger democracy at Matter.</p>
<small><a href="https://benwerd.com/">Personal site</a> - <a href="https://www.linkedin.com/in/benwerd/">LinkedIn</a></small>
</Column>
<Column>
<SubTitle>Sascha Mombartz</SubTitle>
<Photo src="images/illustrations/sascha.jpg" />
<p>I am an artist and designer from no particular place. My work – multidisciplinary, spanning digital to physical – deals with the interaction between people and objects and questions our relationship with progress.</p>
<small><a href="http://mombartz.com/">Personal site</a> - <a href="https://www.linkedin.com/in/smombartz/">LinkedIn</a></small>
</Column>
</ThreeColumns>
</Section>
Expand All @@ -51,6 +57,11 @@ export const About = () => (

export default About

const Photo = styled.img`
width: 160px;
border-radius: 4px;
`

const News = styled.div`
display: grid;
grid-template-columns: 1fr 3fr;
Expand Down

0 comments on commit 50406a1

Please sign in to comment.