Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit83c0e65

Browse files
authored
Merge pull request#15972 from tacaswell/jobs_banner
Jobs banner
2 parents4da7b4b +4a56626 commit83c0e65

File tree

2 files changed

+41
-7
lines changed

2 files changed

+41
-7
lines changed

‎doc/_static/mpl.css

Lines changed: 31 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
font-family:'CarlogoRegular';
99
font-style: normal;
1010
src:local('Carlito'),
11-
url('fonts/carlogo-regular.woff2')format('woff2'),
11+
url('fonts/carlogo-regular.woff2')format('woff2'),
1212
url('fonts/carlogo-regular.woff')format('woff'),
1313
url('fonts/carlogo-regular.ttf')format('truetype')
1414
}
@@ -17,7 +17,7 @@
1717
font-family:'CarlogoBold';
1818
font-style: bold;
1919
src:local('Carlito Bold'),
20-
url('fonts/carlogo-bold.woff2')format('woff2'),
20+
url('fonts/carlogo-bold.woff2')format('woff2'),
2121
url('fonts/carlogo-bold.woff')format('woff'),
2222
url('fonts/carlogo-bold.ttf')format('truetype')
2323
}
@@ -926,6 +926,30 @@ figcaption {
926926
#unreleased-messagea {
927927
color:#fff;
928928
text-decoration:underline;
929+
930+
}
931+
932+
/* "We're hiring" message. */
933+
#job-posting {
934+
box-sizing: border-box;
935+
left:0;
936+
min-height:3em;
937+
padding:0.7em;
938+
top:0;
939+
width:100%;
940+
z-index:10000;
941+
background-image:linear-gradient(90deg,#440154,#482475,#414487,#355f8d,#2a788e,#21908d,#22a884,#42be71,#7ad151,#bddf26,#bddf26);
942+
padding:5px
943+
}
944+
945+
#job-postinga {
946+
font-weight: bold;
947+
}
948+
949+
#job-postingp{
950+
background-color:rgba(255,255,255,.8);
951+
padding:13px;
952+
margin:0;
929953
}
930954

931955
/* Fork me on GitHub "button" */
@@ -1150,23 +1174,23 @@ nav.main-nav{
11501174
font-family:'CarlogoRegular','Carlito', sans-serif;
11511175
font-size:16px;
11521176
}
1153-
1177+
11541178
nav.main-navul{
11551179
margin:0;
11561180
padding:0;
11571181
display: flex;
11581182
flex-direction: row;
11591183
}
1160-
1184+
11611185
nav.main-navli{
11621186
margin:8px15px;
11631187
list-style-type: none;
11641188
}
1165-
1189+
11661190
nav.main-nava{
11671191
color: white;
11681192
}
1169-
1193+
11701194
nav.main-nava:hover{
11711195
text-decoration: underline;
1172-
}
1196+
}

‎doc/_templates/layout.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,15 @@ <h3>{{ _('Navigation') }}</h3>
171171
<body>
172172
{%- block header %}{% endblock %}
173173

174+
<divid="job-posting">
175+
<p>Matplotlib is hiring a Research Software Engineering Fellow!
176+
<ahref="https://discourse.matplotlib.org/t/now-hiring-matplotlib-research-software-engineering-fellow/20701"> See discourse for details.
177+
</a>
178+
179+
Apply by January 3, 2020</p>
180+
</div>
181+
182+
174183
{% block relbar1 %}
175184

176185
{%- if '+' in release %}
@@ -180,6 +189,7 @@ <h3>{{ _('Navigation') }}</h3>
180189
Try searching for the released version of this page instead?
181190
</a>
182191
</div>
192+
183193
{%- endif %}
184194

185195
<divstyle="background-color: white; text-align: left; padding: 10px 10px 15px 15px; position: relative;">

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp