Change to the wording on the landing page
This commit is contained in:
parent
d72e9eb10b
commit
96275a1a7e
|
@ -19,9 +19,12 @@
|
||||||
<p class="lead">
|
<p class="lead">
|
||||||
Find a location anywhere in the world identified by three simple words.
|
Find a location anywhere in the world identified by three simple words.
|
||||||
</p>
|
</p>
|
||||||
<p class="text-warning">This is a very early pre-alpha release. Don't expect anything to work properly or reproducible. Especially since the underlying word-list will most likely change soon.</p>
|
<p class="text-warning">This is hot off the press. We are still
|
||||||
|
finalising the word list so locations might not be
|
||||||
|
reproducible. So do not use it to mark the location of your
|
||||||
|
antarctic resupply drop quite yet!</p>
|
||||||
<p id="input3wordsContainer">
|
<p id="input3wordsContainer">
|
||||||
<input type="text" class="form-control" id="input3words" placeholder="spitting-ripple-fontanel">
|
<input type="text" class="form-control" id="input3words" placeholder="Your address OR opulent-crusade-zaar">
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
<button id="button3words" class="btn btn-lg btn-primary">Find on Map</button>
|
<button id="button3words" class="btn btn-lg btn-primary">Find on Map</button>
|
||||||
|
@ -32,7 +35,7 @@
|
||||||
</footer>
|
</footer>
|
||||||
<script>
|
<script>
|
||||||
(function() {
|
(function() {
|
||||||
var default3words = 'spitting-ripple-fontanel';
|
var default3words = 'opulent-crusade-zaar';
|
||||||
var threewordsField = document.getElementById('input3words');
|
var threewordsField = document.getElementById('input3words');
|
||||||
document.getElementById('button3words').addEventListener('click', function(evt) {
|
document.getElementById('button3words').addEventListener('click', function(evt) {
|
||||||
var threewords = threewordsField.value;
|
var threewords = threewordsField.value;
|
||||||
|
|
Loading…
Reference in New Issue