Skip to content

Commit d6bc7ea

Browse files
authored
Merge pull request #3225 from davidfischer/link-to-advertising-page-ethical-ads
Copy and form updates to the ethical ads page
2 parents 4a3fbee + 57663ed commit d6bc7ea

File tree

1 file changed

+19
-20
lines changed

1 file changed

+19
-20
lines changed

docs/ethical-advertising.rst

Lines changed: 19 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,19 @@ and also new companies that care about supporting the open source community.
1717
We feel like this is something we can be proud of,
1818
and we can start leading the ad industry in the right direction.
1919

20+
.. note::
21+
22+
**Are you a marketer?**
23+
`Learn more <https://readthedocs.org/sustainability/advertising/>`_ about how you can connect with the millions of developers who Read the Docs each month.
24+
25+
2026
We talk a bit :ref:`below <ethical-info>` about our worldview on advertising.
2127
We're a community,
2228
and we value your feedback.
2329
If you ever want to reach out about this effort,
2430
feel free to `shoot us an email <mailto:[email protected]>`_.
2531
You can also :ref:`opt out <opt-out>` if you prefer.
2632

27-
If you're a **marketer**,
28-
we have :ref:`information <ethical-buy-ads>` on how to get in touch with us about running ads.
29-
3033
We have gone into more detail about our views in our `blog post <https://blog.readthedocs.com/ads-on-read-the-docs/>`_ about this topic.
3134
Also,
3235
Eric Holscher,
@@ -104,19 +107,15 @@ We hope that others will join us in this mission:
104107

105108
.. _massive downsides: http://idlewords.com/talks/what_happens_next_will_amaze_you.htm
106109

107-
.. _ethical-buy-ads:
108-
109110
Advertise with us
110111
-----------------
111112

112113
If you like our vision,
113114
let's work together to get your ad in front of the Read the Docs audience.
114-
We have over 5 million developers reading documentation each month,
115+
We have over 7 million developers reading documentation each month,
115116
and provide a valuable service to the open source community.
116117

117-
**We only work with people who sell products that would be of interest to our audience of programmers and users of open source.**
118-
119-
Fill out your information and we'll get in touch.
118+
A member of our team will reach out to you with more information and help you to get started promoting your product or brand to millions of developers and ensure you reach your advertising goals.
120119

121120
.. raw:: html
122121

@@ -132,17 +131,17 @@ Fill out your information and we'll get in touch.
132131
}
133132
</style>
134133
<form action="https://formspree.io/[email protected]" method="POST" class="advertising">
135-
<label>Your name</label>
136-
<input type="text" name="name" size=50 />
137-
<label>Your work email</label>
138-
<input type="email" name="_replyto" size=40 required/>
139-
<label>What is your job?</label>
140-
<input type="text" name="job" size=50 />
141-
<input type="submit" value="Send" class="btn" />
142-
143-
<input type="hidden" name="_subject" value="Read the Docs Advertising Inquiry" />
144-
<input type="hidden" name="_next" value="//docs.readthedocs.io/en/latest/sponsors.html" />
145-
<input type="text" name="_gotcha" style="display:none" />
134+
<label>Name</label>
135+
<input type="text" name="name" size="50" placeholder="Your name" required>
136+
<label>Email</label>
137+
<input type="email" name="_replyto" size="50" placeholder="[email protected]" required>
138+
<label>Your Company</label>
139+
<input type="text" name="company" size="50" placeholder="Your company or organization" required>
140+
<input type="submit" value="Send" class="btn">
141+
142+
<input type="hidden" name="_subject" value="Read the Docs Advertising Inquiry">
143+
<input type="hidden" name="_next" value="//docs.readthedocs.io/en/latest/sponsors.html">
144+
<input type="text" name="_gotcha" style="display:none">
146145
</form>
147146

148147

0 commit comments

Comments
 (0)