Skip to content

Commit

Permalink
Update sponsor page
Browse files Browse the repository at this point in the history
  • Loading branch information
fauust committed Oct 23, 2023
1 parent 2ba83e4 commit 9ab78ee
Showing 1 changed file with 25 additions and 32 deletions.
57 changes: 25 additions & 32 deletions master-web/templates/home.jade
Original file line number Diff line number Diff line change
Expand Up @@ -14,49 +14,45 @@
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
| ) 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
Expand Down Expand Up @@ -102,11 +98,11 @@
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
a(href="{{baseurl}}cr") Cross-reference
a(href="https://buildbot.mariadb.org/cr") Cross-reference
| allows to search for test failures in previous test runs.
h4 {{ buildsRunning.length }} Build{{ buildsRunning.length > 1 ? 's' : '' }} running currently
ul
Expand All @@ -125,16 +121,13 @@
h4 Sponsors
.row
.col-md-4
img(class="center-block", src="{{baseurl}}wsgi_dashboards/sponsor/static/AMD-logo.png", width="50%")
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="{{baseurl}}wsgi_dashboards/sponsor/static/IBM-Logo.svg", width="50%")
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="{{baseurl}}wsgi_dashboards/sponsor/static/Huawei-Logo.png", width="50%")
.col-md-4
img(class="center-block", src="{{baseurl}}wsgi_dashboards/sponsor/static/hetzner.png", width="50%")
.col-md-4
img(class="center-block", src="{{baseurl}}wsgi_dashboards/sponsor/static/worksonarm-logo.png", width="50%")
.col-md-4
img(class="center-block", src="{{baseurl}}wsgi_dashboards/sponsor/static/raptorcs.png", width="50%")
.col-md-4
img(class="center-block", src="{{baseurl}}wsgi_dashboards/sponsor/static/bytemark.png", width="40%")
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%")

0 comments on commit 9ab78ee

Please sign in to comment.