Add content to the website team section
This commit is contained in:
parent
835cc785dc
commit
50b8413fce
@ -63,7 +63,7 @@ class Footer extends React.Component {
|
||||
rel="noreferrer noopener">
|
||||
Docusaurus
|
||||
</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}
|
||||
</section>
|
||||
</footer>
|
||||
|
@ -41,40 +41,40 @@ const team = [
|
||||
caption: 'Gabriel Alfour',
|
||||
// You will need to prepend the image path with your baseUrl
|
||||
// if it is not '/', like: '/test-site/img/image.jpg'.
|
||||
image: 'https://thepowerofthedream.org/wp-content/uploads/2015/09/generic-profile-picture-600x600.jpg',
|
||||
infoLink: '#',
|
||||
image: '/img/user.png',
|
||||
infoLink: 'https://gitlab.com/gabriel.alfour',
|
||||
pinned: true,
|
||||
},
|
||||
{
|
||||
caption: 'Georges Dupéron',
|
||||
// You will need to prepend the image path with your baseUrl
|
||||
// if it is not '/', like: '/test-site/img/image.jpg'.
|
||||
image: 'https://thepowerofthedream.org/wp-content/uploads/2015/09/generic-profile-picture-600x600.jpg',
|
||||
infoLink: '#',
|
||||
image: '/img/user.png',
|
||||
infoLink: 'https://gitlab.com/georges.duperon',
|
||||
pinned: true,
|
||||
},
|
||||
{
|
||||
caption: 'Christian Rinderknecht',
|
||||
// You will need to prepend the image path with your baseUrl
|
||||
// if it is not '/', like: '/test-site/img/image.jpg'.
|
||||
image: 'https://thepowerofthedream.org/wp-content/uploads/2015/09/generic-profile-picture-600x600.jpg',
|
||||
infoLink: '#',
|
||||
image: '/img/christian.jpeg',
|
||||
infoLink: 'https://github.com/rinderknecht',
|
||||
pinned: true,
|
||||
},
|
||||
{
|
||||
caption: 'Brice Aldrich',
|
||||
// You will need to prepend the image path with your baseUrl
|
||||
// if it is not '/', like: '/test-site/img/image.jpg'.
|
||||
image: 'https://thepowerofthedream.org/wp-content/uploads/2015/09/generic-profile-picture-600x600.jpg',
|
||||
infoLink: '#',
|
||||
image: '/img/brice.png',
|
||||
infoLink: 'https://github.com/DefinitelyNotAGoat',
|
||||
pinned: true,
|
||||
},
|
||||
{
|
||||
caption: 'Matej Sima',
|
||||
// You will need to prepend the image path with your baseUrl
|
||||
// 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',
|
||||
infoLink: 'https://sk.linkedin.com/in/matejsima',
|
||||
image: '/img/matej.jpg',
|
||||
infoLink: 'https://github.com/maht0rz',
|
||||
pinned: true,
|
||||
},
|
||||
];
|
||||
|
BIN
gitlab-pages/website/static/img/brice.png
Normal file
BIN
gitlab-pages/website/static/img/brice.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.2 MiB |
BIN
gitlab-pages/website/static/img/christian.jpeg
Normal file
BIN
gitlab-pages/website/static/img/christian.jpeg
Normal file
Binary file not shown.
After Width: | Height: | Size: 32 KiB |
BIN
gitlab-pages/website/static/img/matej.jpg
Normal file
BIN
gitlab-pages/website/static/img/matej.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 51 KiB |
BIN
gitlab-pages/website/static/img/user.png
Normal file
BIN
gitlab-pages/website/static/img/user.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 11 KiB |
Loading…
Reference in New Issue
Block a user