Skip to content

Commit a633f12

Browse files
committed
Added premium sponsors to Insiders page
1 parent f1058ec commit a633f12

File tree

8 files changed

+41
-6
lines changed

8 files changed

+41
-6
lines changed

docs/insiders/index.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,26 @@ You can cancel your sponsorship anytime.[^4]
9898

9999
[:octicons-heart-fill-24:{ .mdx-heart } &nbsp; Join our <span class="mdx-sponsorship-count" data-mdx-component="sponsorship-count"></span> awesome sponsors][5]{ .md-button .md-button--primary .mdx-sponsorship-button }
100100

101+
<hr />
102+
103+
<div class="mdx-premium" markdown="1">
104+
105+
**Special thanks** to our **premium sponsors**:
106+
107+
[![Hummingbot]](https://hummingbot.io/){ target=_blank }
108+
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
109+
[![Basler]](https://docs.baslerweb.com/){ target=_blank }
110+
&nbsp;&nbsp;
111+
[![Cirrus CI]](https://cirrus-ci.org/){ target=_blank }
112+
113+
</div>
114+
115+
[Hummingbot]: https://raw.githubusercontent.com/squidfunk/mkdocs-material/master/.github/assets/sponsors/hummingbot.png
116+
[Basler]: https://raw.githubusercontent.com/squidfunk/mkdocs-material/master/.github/assets/sponsors/basler.png
117+
[Cirrus CI]: https://raw.githubusercontent.com/squidfunk/mkdocs-material/master/.github/assets/sponsors/cirrus-ci.svg
118+
119+
<hr />
120+
101121
<div class="mdx-sponsorship" data-mdx-component="sponsorship" hidden>
102122
<div class="mdx-sponsorship__list"></div>
103123
<small>

material/overrides/assets/stylesheets/main.14225c90.min.css.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

material/overrides/assets/stylesheets/main.14225c90.min.css renamed to material/overrides/assets/stylesheets/main.a9869c0c.min.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

material/overrides/assets/stylesheets/main.a9869c0c.min.css.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

material/overrides/main.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
-#}
44
{% extends "base.html" %}
55
{% block extrahead %}
6-
<link rel="stylesheet" href="{{ 'overrides/assets/stylesheets/main.14225c90.min.css' | url }}">
6+
<link rel="stylesheet" href="{{ 'overrides/assets/stylesheets/main.a9869c0c.min.css' | url }}">
77
{% endblock %}
88
{% block announce %}
99
<a href="https://twitter.com/squidfunk">

material/partials/languages/zh-Hant.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"search.result.one": "找到 1 个符合條件的結果",
2121
"search.result.other": "# 個符合條件的結果",
2222
"skip.link.title": "跳轉至",
23-
"source.link.title": "前往 GitHub 倉庫",
23+
"source.link.title": "前往倉庫",
2424
"source.revision.date": "最後更新",
2525
"source.file.date.updated": "最後更新",
2626
"source.file.date.created": "建立日期",

material/partials/languages/zh.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"search.result.one": "找到 1 个符合条件的结果",
2121
"search.result.other": "# 个符合条件的结果",
2222
"skip.link.title": "跳转至",
23-
"source.link.title": "前往 GitHub 仓库",
23+
"source.link.title": "前往仓库",
2424
"source.revision.date": "最后更新",
2525
"source.file.date.updated": "最后更新",
2626
"source.file.date.created": "创建日期",

src/overrides/assets/stylesheets/main/layout/_sponsorship.scss

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,21 @@
2727
// Scoped in typesetted content to match specificity of regular content
2828
.md-typeset {
2929

30+
// Premium sponsors
31+
.mdx-premium {
32+
33+
// Paragraphs
34+
p {
35+
margin: 2em 0;
36+
text-align: center;
37+
}
38+
39+
// Images
40+
img {
41+
height: px2rem(40px);
42+
}
43+
}
44+
3045
// Sponsorship
3146
.mdx-sponsorship {
3247

0 commit comments

Comments
 (0)