Add content to the website team section

This commit is contained in:
Matej Sima 2019-06-10 19:30:54 +02:00
parent 835cc785dc
commit 50b8413fce
6 changed files with 11 additions and 11 deletions

View File

@ -63,7 +63,7 @@ class Footer extends React.Component {
rel="noreferrer noopener"> rel="noreferrer noopener">
Docusaurus Docusaurus
</a> by Facebook. </a> by Facebook.
<div>Icons made by <a href="https://www.flaticon.com/authors/lucy-g" title="Lucy G">Lucy G</a> from <a href="https://www.flaticon.com/" title="Flaticon">www.flaticon.com</a> is licensed by <a href="http://creativecommons.org/licenses/by/3.0/" title="Creative Commons BY 3.0" target="_blank">CC 3.0 BY</a></div> <div>Icons made by <a href="https://www.freepik.com/" title="Freepik">Freepik</a> & <a href="https://www.flaticon.com/authors/lucy-g" title="Lucy G">Lucy G</a> from <a href="https://www.flaticon.com/" title="Flaticon">www.flaticon.com</a> is licensed by <a href="http://creativecommons.org/licenses/by/3.0/" title="Creative Commons BY 3.0" target="_blank">CC 3.0 BY</a></div>
{this.props.config.copyright} {this.props.config.copyright}
</section> </section>
</footer> </footer>

View File

@ -41,40 +41,40 @@ const team = [
caption: 'Gabriel Alfour', caption: 'Gabriel Alfour',
// You will need to prepend the image path with your baseUrl // You will need to prepend the image path with your baseUrl
// if it is not '/', like: '/test-site/img/image.jpg'. // if it is not '/', like: '/test-site/img/image.jpg'.
image: 'https://thepowerofthedream.org/wp-content/uploads/2015/09/generic-profile-picture-600x600.jpg', image: '/img/user.png',
infoLink: '#', infoLink: 'https://gitlab.com/gabriel.alfour',
pinned: true, pinned: true,
}, },
{ {
caption: 'Georges Dupéron', caption: 'Georges Dupéron',
// You will need to prepend the image path with your baseUrl // You will need to prepend the image path with your baseUrl
// if it is not '/', like: '/test-site/img/image.jpg'. // if it is not '/', like: '/test-site/img/image.jpg'.
image: 'https://thepowerofthedream.org/wp-content/uploads/2015/09/generic-profile-picture-600x600.jpg', image: '/img/user.png',
infoLink: '#', infoLink: 'https://gitlab.com/georges.duperon',
pinned: true, pinned: true,
}, },
{ {
caption: 'Christian Rinderknecht', caption: 'Christian Rinderknecht',
// You will need to prepend the image path with your baseUrl // You will need to prepend the image path with your baseUrl
// if it is not '/', like: '/test-site/img/image.jpg'. // if it is not '/', like: '/test-site/img/image.jpg'.
image: 'https://thepowerofthedream.org/wp-content/uploads/2015/09/generic-profile-picture-600x600.jpg', image: '/img/christian.jpeg',
infoLink: '#', infoLink: 'https://github.com/rinderknecht',
pinned: true, pinned: true,
}, },
{ {
caption: 'Brice Aldrich', caption: 'Brice Aldrich',
// You will need to prepend the image path with your baseUrl // You will need to prepend the image path with your baseUrl
// if it is not '/', like: '/test-site/img/image.jpg'. // if it is not '/', like: '/test-site/img/image.jpg'.
image: 'https://thepowerofthedream.org/wp-content/uploads/2015/09/generic-profile-picture-600x600.jpg', image: '/img/brice.png',
infoLink: '#', infoLink: 'https://github.com/DefinitelyNotAGoat',
pinned: true, pinned: true,
}, },
{ {
caption: 'Matej Sima', caption: 'Matej Sima',
// You will need to prepend the image path with your baseUrl // You will need to prepend the image path with your baseUrl
// if it is not '/', like: '/test-site/img/image.jpg'. // if it is not '/', like: '/test-site/img/image.jpg'.
image: 'https://scontent-frt3-2.xx.fbcdn.net/v/t1.0-9/56644817_2276459725943174_4007605942056124416_n.jpg?_nc_cat=107&_nc_ht=scontent-frt3-2.xx&oh=e8a86a2cfe76798cbdc28a0769ebccb1&oe=5D5423F0', image: '/img/matej.jpg',
infoLink: 'https://sk.linkedin.com/in/matejsima', infoLink: 'https://github.com/maht0rz',
pinned: true, pinned: true,
}, },
]; ];

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 51 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB