diff --git a/MAINTAINERS b/MAINTAINERS index c87cee5..bb461e7 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1,4 +1,3 @@ -Hong Phuc Dang Chris Szafranek Oliver Trosien Karsten Gallinowski diff --git a/README.md b/README.md index 75f5870..fb8536e 100644 --- a/README.md +++ b/README.md @@ -32,10 +32,6 @@ If you have general questions around Open Source @ zalando, the quickest way to Please read [CONTRIBUTING.md](CONTRIBUTING.md) for details on our code of conduct, and the process for submitting pull requests to us. -## Team members - -* **Hong Phuc Dang** - hong.dang@zalando.de - [@hpdang](https://github.com/hpdang) - ## License This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details diff --git a/_includes/footer.html b/_includes/footer.html index ce72350..db5c706 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -60,7 +60,7 @@

Links

  • Docs
  • Blog
  • Purpose
  • -
  • Team
  • + diff --git a/_includes/header.html b/_includes/header.html index cae1977..c127fd1 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -14,7 +14,7 @@
  • Blog
  • Purpose
  • -
  • Team
  • + diff --git a/_pages/index.md b/_pages/index.md index a4ace98..940a534 100644 --- a/_pages/index.md +++ b/_pages/index.md @@ -78,12 +78,14 @@ banner: + diff --git a/assets/js/config.js b/assets/js/config.js index 57b6bdd..0854a5c 100644 --- a/assets/js/config.js +++ b/assets/js/config.js @@ -3,14 +3,14 @@ * Get the relevant fields from the output and add it to to below team array. */ const team = [ - { - username: "hpdang", - title: "Inner Source Manager", - name: "Hong Phuc Dang", - html_url: "https://github.com/hpdang", + /*{ + username: "username", + title: "Title", + name: "Full Name", + html_url: "https://github.com/username", avatar_url: "https://avatars1.githubusercontent.com/u/1658742?s=400&u=47f83edbdae3ede5eba1aca10ea3eb378a74b8fd&v=4", bio: - "Inner source consultant | Open source specialist | Community leader | Mentor | " - } + "Role1 | Role 2" + }*/ ];