Welcome to the Perl Ad Server.
This site gives you a simple way to help to advertise Perl events.
There may well be an advertising banner at the very top of this page. You can have one like it on your web site too.
Simply add a small piece of Javascript to your site and we'll handle the rest. The Javascript looks like this:
<script src="https://perl-ads.perlhacks.com/perl-ads.js"></script>
If we're advertising something, then the banner will appear. If we're not currently running any ads, then nothing will change.
We may be running more than one ad simultaneously. Your site will display one at random.
Feel free to remove the Javascript whenever you like.
Advertising
If you want to advertise with us, it's really not very high-tech. You have two options:
- Send us a pull request (you'll want to edit the file perl-ads.json)
- Raise an issue if you'd like more help
CSS
In order to make it easier to style the ads so they fit in with the look and feel of your site, the HTML elements that we add to your site all have CSS IDs:
- The enclosing <div> has the ID "perl-ad"
- The <span> that contains the title has the ID "perl-ad-title"
- The <span> that contains the description has the ID "perl-ad-desc"
- The <span> that contains the link has the ID "perl-ad-link"
If you find you need anything else, then please raise an issue and we'll see what we can do.