Create an Advertising information page

This commit is contained in:
Robbie Antenesse 2019-06-03 13:23:49 -06:00 committed by Robbie Antenesse
parent 3d3a69c65f
commit 15d9201ef3
3 changed files with 112 additions and 1 deletions

109
advertising.html Normal file
View File

@ -0,0 +1,109 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Advertising on Lexiconga</title>
<meta property="og:url" content="https://lexicon.ga/advertising.html" />
<meta property="og:type" content="article" />
<meta property="og:title" content="Advertising on Lexiconga" />
<meta property="og:description" content="Buy advertisement space on Lexiconga" />
<!--meta property="og:image" content="http://lexicon.ga/images/logo.svg" /-->
<link rel="stylesheet" href="src/main.scss" />
</head>
<body id="defaultTheme">
<header id="top">
<a href="./">
<h1 id="title">Lexiconga</h1>
</a>
</header>
<main>
<section id="mainColumn">
<section id="detailsSection">
<h2 id="dictionaryName">Advertising on Lexiconga</h2>
<article id="detailsPanel" style="max-height:unset;">
<h3>About</h3>
<p>
Advertisements are shown in-line with dictionary entries as plain text with a link to your advertised
content.
You get up to 50 characters for your headline, up to 200 characters for your body text, and 20 characters
for the
text in a button that links wherever you would like it to go.
</p>
<p>
At Lexiconga, we only want to display advertisements that will appeal to our users, so we work directly with
our
advertisers to maintain a manually curated selection of ads. As an advertiser, you will be creating a
professional
relationship with Lexiconga to ensure that your advertisements are up to par with what we want our users to
see.
All this means is that as long as your advertisement is relevant and your product is not predatory, you're
good to go.
</p>
<p>
"Relevant" advertisements include but are not limited to:
</p>
<ul>
<li>Books and Authors</li>
<li>Conlanging tools</li>
<li>Writing resoruces</li>
<li>Video and tabletop games</li>
<li>Blogs and vlogs</li>
<li>Cool and interesting products</li>
<li>Kickstarters related to the above</li>
</ul>
<p>
We want to help you get the word out about your project or product to Lexiconga users in a way that doesn't
interfere with their work while also allowing them to find your cool, interesting, and helpful things.
</p>
<h3>Pricing</h3>
<p>
As with the advertisements themselves, the pricing structure is fairly simple, too:
</p>
<ul>
<li>
<strong>Monthly:</strong> $5.00 per ad
<ul>
<li>With Priority: $20.00 per ad</li>
</ul>
</li>
<li>
<strong>Yearly:</strong> $50.00 per ad
<ul>
<li>With Priority: $200.00 per ad</li>
</ul>
</li>
</ul>
<h3>What's Priority?</h3>
<p>
All current advertisements are shuffled and then displayed to Lexiconga users once every 10 words. If you
rent your ad space with Priority, then your ads will be shuffled among any other Priority ads and shown
<em>before</em> any other ads that were not rented with priority.
</p>
<h3>Get in Touch</h3>
<p>
If you would like to advertise on Lexiconga or if you have any questions, please contact us at
<a href="mailto:ads@lexicon.ga?subject=Advertising%20on%20Lexiconga">ads@lexicon.ga</a> to get
started!
</p>
</article>
</section>
</section>
</main>
<footer id="bottom">
<a href="https://buymeacoff.ee/robbieantenesse" target="_blank" class="small button">Support Lexiconga</a>
<a href="https://blog.lexicon.ga" target="_blank" class="small button">Blog</a>
<a href="./" target="_blank" class="small button">Advertise</a>
<a href="https://github.com/Alamantus/Lexiconga/issues" target="_blank" class="small button">Issues</a>
<a href="https://github.com/Alamantus/Lexiconga/releases" target="_blank" class="small button">Updates</a>
<span class="separator">|</span>
<a class="button" id="helpInfoButton">Help</a>
<a class="button" id="termsInfoButton">Terms</a>
<a class="button" id="privacyInfoButton">Privacy</a>
</footer>
</body>
</html>

View File

@ -135,6 +135,7 @@
<footer id="bottom">
<a href="https://buymeacoff.ee/robbieantenesse" target="_blank" class="small button">Support Lexiconga</a>
<a href="https://blog.lexicon.ga" target="_blank" class="small button">Blog</a>
<a href="./advertising.html" target="_blank" class="small button">Advertise</a>
<a href="https://github.com/Alamantus/Lexiconga/issues" target="_blank" class="small button">Issues</a>
<a href="https://github.com/Alamantus/Lexiconga/releases" target="_blank" class="small button">Updates</a>
<span class="separator">|</span>

View File

@ -143,9 +143,10 @@
<footer id="bottom">
<a href="https://buymeacoff.ee/robbieantenesse" target="_blank" class="small button">Support Lexiconga</a>
<a href="https://blog.lexicon.ga" target="_blank" class="small button">Blog</a>
<a href="./advertising.html" target="_blank" class="small button">Advertise</a>
<a href="https://github.com/Alamantus/Lexiconga/issues" target="_blank" class="small button">Issues</a>
<a href="https://github.com/Alamantus/Lexiconga/releases" target="_blank" class="small button">Updates</a>
|
<span class="separator">|</span>
<a class="button" id="helpInfoButton">Help</a>
<a class="button" id="termsInfoButton">Terms</a>
<a class="button" id="privacyInfoButton">Privacy</a>