Compare commits
4 Commits
f112e3b143
...
5c38f2f53a
Author | SHA1 | Date |
---|---|---|
Robbie Antenesse | 5c38f2f53a | |
Robbie Antenesse | 441dfb4d6e | |
Robbie Antenesse | e9c6cd7824 | |
Robbie Antenesse | cf2ab82b12 |
|
@ -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>
|
|
@ -5,6 +5,7 @@
|
|||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>Lexiconga</title>
|
||||
<link rel="stylesheet" href="src/main.scss" />
|
||||
<script src="src/index.js"></script>
|
||||
</head>
|
||||
<body id="defaultTheme">
|
||||
|
@ -134,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>
|
||||
|
|
|
@ -20,7 +20,8 @@
|
|||
"autoprefixer": "^9.5.1",
|
||||
"concurrently": "^4.1.0",
|
||||
"cpx": "^1.5.0",
|
||||
"parcel-bundler": "^1.12.3",
|
||||
"node-sass": "^4.12.0",
|
||||
"parcel-bundler": "1.9.7",
|
||||
"rimraf": "^2.6.3",
|
||||
"sass": "^1.19.0"
|
||||
},
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
import './main.scss';
|
||||
|
||||
import setupListeners from './js/setupListeners';
|
||||
import { renderAll } from './js/render';
|
||||
import { hasToken } from './js/utilities';
|
||||
|
|
|
@ -192,7 +192,7 @@ export function syncWords(remoteWords, deletedWords) {
|
|||
}
|
||||
|
||||
remoteWords.forEach(remoteWord => {
|
||||
const localWord = words.find(word => word.wordId === remoteWord.wordId);
|
||||
let localWord = words.find(word => word.wordId === remoteWord.wordId);
|
||||
if (localWord) {
|
||||
if (localWord.lastUpdated < remoteWord.lastUpdated) {
|
||||
localWord = remoteWord;
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
import '../../main.scss';
|
||||
import { renderAll } from './render';
|
||||
import setupListeners from './setupListeners';
|
||||
|
||||
|
|
|
@ -21,6 +21,7 @@
|
|||
@import 'scss/themes/grape';
|
||||
|
||||
html, body {
|
||||
margin: 0;
|
||||
font-family: $font;
|
||||
|
||||
* {
|
||||
|
|
|
@ -11,6 +11,7 @@
|
|||
<meta property="og:description" content="A Lexiconga dictionary by {{public_name}}" />
|
||||
<!--meta property="og:image" content="http://lexicon.ga/images/logo.svg" /-->
|
||||
<script>window.currentDictionary = JSON.parse('{{dict_json}}');</script>
|
||||
<link rel="stylesheet" href="src/main.scss" />
|
||||
<script src="src/js/view/index.js"></script>
|
||||
</head>
|
||||
<body id="defaultTheme">
|
||||
|
@ -142,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>
|
||||
|
|
Loading…
Reference in New Issue