diff --git a/_includes/nav.html b/_includes/nav.html index ac6c7880a..4a31ef05a 100644 --- a/_includes/nav.html +++ b/_includes/nav.html @@ -31,6 +31,7 @@
  • Commercial Support
  • Issue Tracker
  • Community Development
  • +
  • Sponsorship
  • Roadmap
  • Wiki
  • Contributors
  • @@ -41,5 +42,7 @@ - Fork me on GitHub + Fork me on GitHub + diff --git a/comm/index.html b/comm/index.html index 05686b9d0..8d645366c 100644 --- a/comm/index.html +++ b/comm/index.html @@ -39,12 +39,11 @@

    User List

    Do not report security vulnerabilities here. See the Responsible disclosure instructions above.

    @@ -86,6 +79,19 @@

    Question and Answer Forum

    + +
    +

    Social Media

    +

    + Connect with GeoServer enthusiasts world wide: +

    + +
    +

    Chat

    @@ -93,8 +99,8 @@

    Chat

    Connect with community members:

    Keep in mind this is a venue to meet others and not intended to be a live question and answer session. diff --git a/devel/index.html b/devel/index.html index 75950256b..ee5b772a5 100644 --- a/devel/index.html +++ b/devel/index.html @@ -32,7 +32,12 @@

    Dev here. See the "Responsible disclosure" instructions.

    -

    - The same OSGeo code of conduct and post guidelines as the user list apply to the developer list.

    + +

    @@ -86,10 +88,17 @@

    GeoServer Meeting

    -

    Monthly Bug Stomp

    +

    Chat

    +

    + Development and release coordination: +

    + +

    + Keep in mind this is a venue to work on GeoServer and not intended to be a live question and answer session. +

    - The GeoServer team has setup a bug stomp to work on GeoServer maintenance activities - on the last Friday of each month. If you would like to take part please introduce - yourself on the developper list - we look forward to working with you. +

    diff --git a/img/foss4g.png b/img/foss4g.png index 39109ce8a..045a82786 100644 Binary files a/img/foss4g.png and b/img/foss4g.png differ diff --git a/index.html b/index.html index 695a564d6..f2ed5f358 100644 --- a/index.html +++ b/index.html @@ -36,6 +36,11 @@ margin-bottom: 10px; } +#core-contributors img { + margin-left: 5px; + margin-right: 5px; +} + .ol-attribution { background: rgba(255,255,255,0.8); color: #333; @@ -44,6 +49,8 @@ .ol-attribution a { color: #7b98bc; } + +a.masto-link { display:none; }