Skip to content

Commit 2db934e

Browse files
committed
Docs: Adds CTA button to pymupdf.io in header
1 parent 6b9e31f commit 2db934e

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

docs/header.rst

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,14 @@
9494
margin-left:10px;
9595
}
9696
97+
#visit-pymupdf-io {
98+
width:23%;
99+
min-width:130px;
100+
margin:8px 2% 0 0;
101+
}
102+
97103
.sidebar-search-container.top {
98-
width: 65%;
104+
width: 40%;
99105
}
100106
101107
#button-select-en {
@@ -165,6 +171,7 @@
165171
</style>
166172

167173
<div id="searchAndLangugeHolder">
174+
<button id="visit-pymupdf-io" class="cta orange" onclick="window.location='https://pymupdf.io?utm_source=rtd-pymupdf&utm_medium=rtd&utm_content=cta-button'">pymupdf.io</button>
168175
<form id="headerSearchWidget" class="sidebar-search-container top" method="get" action="search.html" role="search">
169176
<input class="sidebar-search" placeholder="Search" name="q" aria-label="Search">
170177
<input type="hidden" name="check_keywords" value="yes">

0 commit comments

Comments
 (0)