diff --git a/master-web/static/digital-ocean.png b/master-web/static/digital-ocean.png deleted file mode 100644 index ee98b493..00000000 Binary files a/master-web/static/digital-ocean.png and /dev/null differ diff --git a/master-web/static/raptorcs.png b/master-web/static/raptorcs.png new file mode 100644 index 00000000..a72a1033 Binary files /dev/null and b/master-web/static/raptorcs.png differ diff --git a/master-web/static/tarsnap.png b/master-web/static/tarsnap.png deleted file mode 100644 index dfbd6f32..00000000 Binary files a/master-web/static/tarsnap.png and /dev/null differ diff --git a/master-web/templates/home.jade b/master-web/templates/home.jade index f5f43606..8ff66fcf 100644 --- a/master-web/templates/home.jade +++ b/master-web/templates/home.jade @@ -14,49 +14,49 @@ li | The Grid Display ( a(href="#grid?branch=10.3") 10.3 - | , + | , a(href="#grid?branch=10.4") 10.4 - | , + | , a(href="#grid?branch=10.5") 10.5 - | , + | , a(href="#grid?branch=10.6") 10.6 - | , + | , a(href="#grid?branch=10.8") 10.8 - | , + | , a(href="#grid?branch=10.9") 10.9 - | , + | , a(href="#grid?branch=10.10") 10.10 - | , + | , a(href="#grid?branch=10.11") 10.11 - | , + | , a(href="#grid?branch=11.0") 11.0 - | , + | , a(href="#grid?branch=11.1") 11.1 - | , - a(href="#grid?branch=11.2") 11.2 - | , - a(href="#grid?branch=11.3") 11.3 - | , - a(href="#grid?branch=11.4") 11.4 + | , + a(href="#grid?branch=11.1") 11.2 + | , + a(href="#grid?branch=11.1") 11.3 + | , + a(href="#grid?branch=11.2") 11.4 | ) will give you a developer-oriented summary of recent buildbot activity. li - | The + | The a(href="#builders") Builders | and their most recent builds are here. li - | The list of + | The list of a(href="#pendingbuildrequests") Pending Buildrequests | is here. li - | The latest + | The latest a(href="#changes") Changes | are here. li - | If you encounter any problems please open an issue on + | If you encounter any problems please open an issue on a(href="https://jira.mariadb.org/") Jira | . li - | If you have any more questions please contact us on + | If you have any more questions please contact us on a(href="https://mariadb.zulipchat.com/") Zulip | . li @@ -102,7 +102,7 @@ li | PyMySQL li - | Packages built by buildbot can be downloaded from + | Packages built by buildbot can be downloaded from a(href="https://ci.mariadb.org") here | . li @@ -125,13 +125,18 @@ h4 Sponsors .row .col-md-4 - img(class="center-block", src="https://buildbot.mariadb.org/wsgi_dashboards/sponsor/static/worksonarm-logo.png", width="50%") + img(class="center-block", src="https://buildbot.mariadb.org/wsgi_dashboards/sponsor/static/AMD-logo.png", width="50%", padding-top=10px) .col-md-4 img(class="center-block", src="https://buildbot.mariadb.org/wsgi_dashboards/sponsor/static/IBM-Logo.svg", width="50%") .col-md-4 img(class="center-block", src="https://buildbot.mariadb.org/wsgi_dashboards/sponsor/static/Huawei-Logo.png", width="50%") - .row - .col-md-6 - img(class="center-block", src="https://buildbot.mariadb.org/wsgi_dashboards/sponsor/static/AMD-logo.png", width="40%") - .col-md-6 - img(class="center-block", src="https://buildbot.mariadb.org/wsgi_dashboards/sponsor/static/bytemark.png", width="50%") + .col-md-4 + img(class="center-block", src="https://buildbot.mariadb.org/wsgi_dashboards/sponsor/static/hetzner.png", width="50%") + .col-md-4 + img(class="center-block", src="https://buildbot.mariadb.org/wsgi_dashboards/sponsor/static/worksonarm-logo.png", width="50%") + .col-md-4 + img(class="center-block", src="https://buildbot.mariadb.org/wsgi_dashboards/sponsor/static/raptorcs.png", width="50%") + .col-md-4 + img(class="center-block", src="https://buildbot.mariadb.org/wsgi_dashboards/sponsor/static/bytemark.png", width="40%") + .col-md-4 + img(class="center-block", src="https://buildbot.mariadb.org/wsgi_dashboards/sponsor/static/gameserverkings.png", width="40%") diff --git a/master-web/templates/sponsor.html b/master-web/templates/sponsor.html index 2eecd262..47696f90 100644 --- a/master-web/templates/sponsor.html +++ b/master-web/templates/sponsor.html @@ -1,45 +1,144 @@ diff --git a/static/AMD-logo.png b/static/AMD-logo.png new file mode 100644 index 00000000..8c76fcb5 Binary files /dev/null and b/static/AMD-logo.png differ diff --git a/static/digital-ocean.png b/static/digital-ocean.png deleted file mode 100644 index ee98b493..00000000 Binary files a/static/digital-ocean.png and /dev/null differ diff --git a/static/raptorcs.png b/static/raptorcs.png new file mode 100644 index 00000000..a72a1033 Binary files /dev/null and b/static/raptorcs.png differ diff --git a/static/tarsnap.png b/static/tarsnap.png deleted file mode 100644 index dfbd6f32..00000000 Binary files a/static/tarsnap.png and /dev/null differ diff --git a/static/worksonarm-logo.png b/static/worksonarm-logo.png new file mode 100644 index 00000000..d4df3ba3 Binary files /dev/null and b/static/worksonarm-logo.png differ