Skip to content

Commit

Permalink
Merge branch 'main' into karl-is-leaving
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesstrange2 authored May 31, 2024
2 parents 0c98eb9 + e304693 commit 23548c0
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 21 deletions.
8 changes: 8 additions & 0 deletions src/data/tribers/harry.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ words:
- Performing
- Stripey shirts
image: images/collins.jpg
social: # Harry carries the burden of having every social, so that the schema is correctly generated
twitter: ''
github: ''
linkedin: ''
instagram: ''
twitch: ''
facebook: ''
youtube: ''
---

I helped found Neontribe after a pre-to-post acquisition tour of duty on a fintech start-up. I’ve discovered you don’t need to be able to draw to design, and that life is journeys and pain points. I love to solve the latter and find listening always helps.
Binary file removed src/data/tribers/images/Nick.jpg
Binary file not shown.
18 changes: 0 additions & 18 deletions src/data/tribers/nick.md

This file was deleted.

6 changes: 3 additions & 3 deletions src/examples/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import VerticalSpacing from '../components/VerticalSpacing'

import kenneth from '../data/tribers/images/kenneth.jpg'
import harry from '../data/tribers/images/collins.jpg'
import nick from '../data/tribers/images/Nick.jpg'
import neil from '../data/tribers/images/neil.jpg'

export { default as TribeMemberExample } from './TribeMemberExample'
export { default as WorkDescriptionExample } from './WorkDescriptionExample'
Expand Down Expand Up @@ -75,7 +75,7 @@ export const CarouselExamples = () => (
<H>Harry</H>
</Carousel.Item>

<Carousel.Item image={nick}>
<Carousel.Item image={neil}>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do
eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim
Expand All @@ -87,7 +87,7 @@ export const CarouselExamples = () => (

<VerticalSpacing size={1} />

<H>Nick</H>
<H>Neil</H>
</Carousel.Item>
</Carousel>
</Section>
Expand Down

0 comments on commit 23548c0

Please sign in to comment.