Skip to content

Commit decce48

Browse files
authored
Merge pull request #39 from KasselLabs/develop
Remove Luan.
2 parents ffdfc11 + 380c030 commit decce48

File tree

3 files changed

+0
-14
lines changed

3 files changed

+0
-14
lines changed

src/contants/paths.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ const externalPaths = {
2222
gameOfThronesIntroCreator: 'https://gameofthronesintrocreator.kassellabs.io',
2323
brunoLinkedin: 'https://www.linkedin.com/in/brorlandi/',
2424
niheyLinkedin: 'https://www.linkedin.com/in/nihey/',
25-
luanLinkedin: 'https://www.linkedin.com/in/luanorlandi/',
2625
};
2726

2827
const getPath = ({ pathName, query, paths }) => {

src/images/photos/luan.jpg

-954 KB
Binary file not shown.

src/pages/about.js

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,6 @@ export const query = graphql`
2020
}
2121
}
2222
}
23-
luanPhoto: file(relativePath: { eq: "photos/luan.jpg" }) {
24-
childImageSharp {
25-
fluid(maxWidth: 768) {
26-
...GatsbyImageSharpFluid
27-
}
28-
}
29-
}
3023
niheyPhoto: file(relativePath: { eq: "photos/nihey.jpg" }) {
3124
childImageSharp {
3225
fluid(maxWidth: 768) {
@@ -72,12 +65,6 @@ const About = ({ data }) => (
7265
image={() => <Image fluid={data.niheyPhoto.childImageSharp.fluid} />}
7366
isRight
7467
/>
75-
<CardPhoto
76-
name="Luan Orlandi"
77-
linkedin={externalPath('luanLinkedin')}
78-
description="With his knowledge of video editing, he made possible the creation of Westworld Intro Creator and Game of Thrones Intro Creator. In addition to helping users get the best videos, Luan also produces custom videos on demand for the best customers."
79-
image={() => <Image fluid={data.luanPhoto.childImageSharp.fluid} />}
80-
/>
8168
</div>
8269
</Container>
8370
</Layout>

0 commit comments

Comments
 (0)