Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

replace v5 docs banner with survey #2721

Merged
merged 1 commit into from
Nov 18, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file removed docs/_static/banner/pychain-2022.png
Binary file not shown.
Binary file added docs/_static/banner/user-survey.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions docs/_static/css/banner.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Styles to display PyChain 2022 banner under the search box.
* Styles to display banner under the search box.
*/

.search-banner-wrapper img {
Expand All @@ -8,4 +8,4 @@
padding: 0;
border-radius: 0;
margin: 12px 0 0 0;
}
}
6 changes: 3 additions & 3 deletions docs/_templates/searchbox.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
</form>
</div>

{# Include PyChain banner under the search box #}
{# Include banner under the search box #}
<div class="search-banner-wrapper">
<a href="https://www.pychain.org/?utm_source=web3py">
<img src="{{ pathto('_static/banner/pychain-2022.png', 1) }}" alt="PyChain 2022 - Python and blockchain developer conference">
<a href="https://forms.gle/Nt56JVeWgpXtJi5F6">
<img src="{{ pathto('_static/banner/user-survey.png', 1) }}" alt="Web3.py User Survey">
</a>
</div>

Expand Down
1 change: 1 addition & 0 deletions newsfragments/2721.doc.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add user survey to v5 docs banner