-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcredits.html
17 lines (16 loc) · 865 Bytes
/
credits.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html>
<html>
<head>
<title>Geology in VR - Credits</title>
</head>
<body>
<h1>Credits</h1>
<p>DEM from <a href="https://tinitaly.pi.ingv.it/">Tinitaly DEM</a></p>
<p>Orthophoto, geological maps and geological info from <a href='https://geoportale.regione.emilia-romagna.it/servizi/servizi-ogc/elenco-capabilities-dei-servizi-wms'>Geoportale Emilia Romagna</a></p>
<p>Icons from <a href="https://fonts.google.com/icons">Material Icons</a></p>
<p>Written by Luca Fornasari: <a href="mailto:[email protected]">[email protected]</a></p>
<p>
If you have suggestions, bugs to report, or if you want to contribute, <a href="mailto:[email protected]">write me</a> or visit <a href="https://github.com/fornaeffe/geology-vr">the repo</a>.
</p>
</body>
</html>