diff options
Diffstat (limited to 'rannak/kaart/index.html')
-rw-r--r-- | rannak/kaart/index.html | 29 |
1 files changed, 18 insertions, 11 deletions
diff --git a/rannak/kaart/index.html b/rannak/kaart/index.html index 9160fd4..bba5c51 100644 --- a/rannak/kaart/index.html +++ b/rannak/kaart/index.html @@ -12,24 +12,30 @@ <body class="bg-dark"> - <div class="container"> - <div class="row align-items-center"> - <div class="col-8 text-center text-white"> + <div class="upperContainer text-white"> + <div> <h1>Kaardimäng</h1> <p>Leia esimesed kümme riiki, kes tunnustasid De Facto Eesti iseseisvust - <br>(testiks leia Eesti, Holland ja Portugal)</p> + <br>(Praegu testiks leia Eesti, Holland ja Portugal)</p> </div> - <div class="col-4"> + <div> + + <button class="movementBtn" id="left-button">←</button> + <button class="movementBtn" id="right-button">→</button> + <button class="movementBtn" id="up-button">↑</button> + <button class="movementBtn" id="down-button">↓</button> + <button class="movementBtn" id="zoom-in-button">+</button> + <button class="movementBtn" id="zoom-out-button">−</button> + <button class="moveOn" disabled>Liigu Edasi</button> - </div> - </div> + + </div> </div> - <?xml version="1.0"?> <!-- - *************Map created by Simplemaps.com******************** + *************Map created by Simplemaps.com******************** *************Attribution is highly appreciated!*************** *************http://simplemaps.com**************************** @@ -54,8 +60,8 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - --> + --> + <div class="svgContainer"> <svg baseprofile="tiny" stroke-linecap="round" stroke-linejoin="round" version="1.2" viewbox="0 0 2000 857" xmlns="http://www.w3.org/2000/svg"> <path d="M1383 261.6l1.5 1.8-2.9 0.8-2.4 1.1-5.9 0.8-5.3 1.3-2.4 2.8 1.9 2.7 1.4 3.2-2 2.7 0.8 2.5-0.9 2.3-5.2-0.2 3.1 4.2-3.1 1.7-1.4 3.8 1.1 3.9-1.8 1.8-2.1-0.6-4 0.9-0.2 1.7-4.1 0-2.3 3.7 0.8 5.4-6.6 2.7-3.9-0.6-0.9 1.4-3.4-0.8-5.3 1-9.6-3.3 3.9-5.8-1.1-4.1-4.3-1.1-1.2-4.1-2.7-5.1 1.6-3.5-2.5-1 0.5-4.7 0.6-8 5.9 2.5 3.9-0.9 0.4-2.9 4-0.9 2.6-2-0.2-5.1 4.2-1.3 0.3-2.2 2.9 1.7 1.6 0.2 3 0 4.3 1.4 1.8 0.7 3.4-2 2.1 1.2 0.9-2.9 3.2 0.1 0.6-0.9-0.2-2.6 1.7-2.2 3.3 1.4-0.1 2 1.7 0.3 0.9 5.4 2.7 2.1 1.5-1.4 2.2-0.6 2.5-2.9 3.8 0.5 5.4 0z" id="AF" name="Afghanistan"> </path> @@ -1004,6 +1010,7 @@ <circle cx="1798.2" cy="719.3" id="2"> </circle> </svg> + </div> <!-- javascript --> <script src="js/kaart.js"></script> |