Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6b7a1df

Browse files
committed
Add survey banner
1 parent 5a5ae73 commit 6b7a1df

File tree

1 file changed

+17
-6
lines changed

1 file changed

+17
-6
lines changed

index.html

Lines changed: 17 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111
<link rel="stylesheet" href="_static/mpl.css?v3.4.2-2-gf801f04d09-dirty" type="text/css" />
1212
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
1313
<link rel="stylesheet" type="text/css" href="_static/graphviz.css" />
14-
<link rel="stylesheet" type="text/css" href="_static/plot_directive.css" />
1514
<link rel="stylesheet" type="text/css" href="_static/copybutton.css" />
1615
<link rel="stylesheet" type="text/css" href="_static/gallery.css" />
1716
<link rel="stylesheet" type="text/css" href="_static/gallery-binder.css" />
1817
<link rel="stylesheet" type="text/css" href="_static/gallery-dataframe.css" />
18+
<link rel="stylesheet" type="text/css" href="_static/gallery-rendered-html.css" />
1919
<script id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>
2020
<script src="_static/jquery.js"></script>
2121
<script src="_static/underscore.js"></script>
@@ -29,19 +29,30 @@
2929
href="_static/opensearch.xml"/>
3030
<link rel="shortcut icon" href="_static/favicon.ico"/>
3131

32-
<link rel="index" title="Index" href="genindex.html" />
33-
<link rel="search" title="Search" href="search.html" />
32+
<link rel="index" title="Index" href="stable/genindex.html" />
33+
<link rel="search" title="Search" href="stable/search.html" />
3434
<link rel="top" title="Matplotlib 3.4.2 documentation" href="#" />
3535
<link rel="canonical" href="https://matplotlib.org/stable/index.html" />
3636
<link rel="stylesheet" href="_static/custom.css" type="text/css" />
3737
<meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9" />
3838
</head>
3939
<body>
40-
<!--
41-
<div id="annc-banner">
40+
41+
42+
<div id="annc-banner" style="padding:10px; background-color:#eff9ff; background-image:none;">
43+
Matplotlib is participating in a research project being conducted
44+
by <a href="https://numfocus.org/">NumFOCUS</a> to understand diversity,
45+
inclusion and barriers to participation in NumFOCUS-sponsored projects and
46+
the wider open source community.
47+
48+
49+
<a href="https://numfocus.typeform.com/to/W6Bax8eq">The survey</a> will take
50+
15-20 mn to complete. We would appreciate your contribution by May 31, 2021.
51+
52+
53+
<a href="https://numfocus.typeform.com/to/W6Bax8eq"> Click here to participate in the survey</a>
4254

4355
</div>
44-
-->
4556

4657
<div style="background-color: white; text-align: left; padding: 10px 10px 15px 15px; position: relative;">
4758
<a href="stable/index.html">

0 commit comments

Comments
 (0)