-
Notifications
You must be signed in to change notification settings - Fork 2
/
index-light.html
executable file
·53 lines (53 loc) · 1.97 KB
/
index-light.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<!DOCTYPE html>
<html lang="pt">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Portugal SVG</title>
<link rel="shortcut icon" href="assets/demo/img/favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="assets/demo/css/pagina-demo.css" />
</head>
<body>
<div class="container">
<div class="row">
<div class="col100">
<h1>Mapas de Portugal em SVG</h1>
</div>
<div class="col">
<div id="mapPortugal"></div>
<div id="zonaDesc"></div>
</div><!--
--><div class="col">
<div class="mapSelect">
<label for="mapSelect">Escolha um mapa</label>
<select id="mapSelect"></select>
</div>
<div class="mapZonas">
<p>Zonas neste mapa</p>
<div id="mapZonasLista" class="lista"></div>
</div>
<div class="mudarTema">
<p>Mudar tema de cores</p>
<a href="index.html">Tema escuro</a>
<a href="index-light.html">Tema claro</a>
</div>
<div class="github-informations">
<p>Colabore no Github!</p>
<a class="github-button" href="https://github.com/AfonsoFG"
aria-label="Follow @AfonsoFG on GitHub">Follow @AfonsoFG</a>
<a class="github-button" href="https://github.com/AfonsoFG/PortugalSVG" data-icon="octicon-star"
aria-label="Star AfonsoFG/PortugalSVG on GitHub">Star</a>
<a class="github-button" href="https://github.com/AfonsoFG/PortugalSVG/fork"
data-icon="octicon-repo-forked" aria-label="Fork AfonsoFG/PortugalSVG on GitHub">Fork</a>
<a class="github-button" href="https://github.com/AfonsoFG/PortugalSVG/archive/master.zip"
data-icon="octicon-cloud-download"
aria-label="Download AfonsoFG/PortugalSVG on GitHub">Download</a>
</div>
</div>
</div>
</div>
<script async defer src="https://buttons.github.io/buttons.js"></script>
<script src="assets/demo/js/pagina-demo.js"></script>
</body>
</html>