diff --git a/gitlab-pages/website/core/Footer.js b/gitlab-pages/website/core/Footer.js index c7c74a108..f0a61f7e2 100644 --- a/gitlab-pages/website/core/Footer.js +++ b/gitlab-pages/website/core/Footer.js @@ -63,7 +63,7 @@ class Footer extends React.Component { rel="noreferrer noopener"> Docusaurus by Facebook. -
Icons made by Lucy G from www.flaticon.com is licensed by CC 3.0 BY
+
Icons made by Freepik & Lucy G from www.flaticon.com is licensed by CC 3.0 BY
{this.props.config.copyright} diff --git a/gitlab-pages/website/siteConfig.js b/gitlab-pages/website/siteConfig.js index ce411a67c..71ba23d65 100644 --- a/gitlab-pages/website/siteConfig.js +++ b/gitlab-pages/website/siteConfig.js @@ -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, }, ]; diff --git a/gitlab-pages/website/static/img/brice.png b/gitlab-pages/website/static/img/brice.png new file mode 100644 index 000000000..16e6f1919 Binary files /dev/null and b/gitlab-pages/website/static/img/brice.png differ diff --git a/gitlab-pages/website/static/img/christian.jpeg b/gitlab-pages/website/static/img/christian.jpeg new file mode 100644 index 000000000..c534ca684 Binary files /dev/null and b/gitlab-pages/website/static/img/christian.jpeg differ diff --git a/gitlab-pages/website/static/img/matej.jpg b/gitlab-pages/website/static/img/matej.jpg new file mode 100644 index 000000000..a8a5c5f5e Binary files /dev/null and b/gitlab-pages/website/static/img/matej.jpg differ diff --git a/gitlab-pages/website/static/img/user.png b/gitlab-pages/website/static/img/user.png new file mode 100644 index 000000000..1079d42d7 Binary files /dev/null and b/gitlab-pages/website/static/img/user.png differ