-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhowto.html
77 lines (57 loc) · 2.78 KB
/
howto.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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
<html>
<head>
<title>Poor Happy World</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0">
<script src="https://code.jquery.com/jquery-3.1.1.min.js"></script>
<!-- <script>if (!window.jQuery){document.write('<script src="./js/lib/jquery-3.1.1.min.js"><\/script>');}</script> -->
<!-- <script src="./js/lib/three.js"></script> -->
<!-- <script src="./js/lib/require.js"></script> -->
<script>if (!window.jQuery){document.write('<script src="./js/jquery-3.1.1.min.js"><\/script>');}</script>
<script src="./js/three.js"></script>
<!-- https://github.com/mapbox/earcut -->
<script src="./js/earcut.min.js"></script>
<!-- https://github.com/Wilt/three.js_triangulation -->
<script src="./js/triangulation.js"></script>
<!-- https://github.com/evanw/csg.js/ -->
<script src="./js/csg.js"></script>
<!-- https://github.com/chandlerprall/ThreeCSG -->
<script src="./js/ThreeCSG.js"></script>
<!-- <script src="./js/Country-dist.js"></script>
<script src="./js/Earth-dist.js"></script>
<script src="./js/app-dist.js"></script>
<script src="./js/OrbitCamera-dist.js"></script> -->
<script src="./js/Country.js"></script>
<script src="./js/Earth.js"></script>
<script src="./js/OrbitCamera.js"></script>
<script src="./js/app.js"></script>
<!-- <script async src="./js/app.js"></script> -->
<link type="text/css" rel="stylesheet" href="./css/intro.css" />
<link type="text/css" rel="stylesheet" href="./css/futura/stylesheet.css" />
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700" rel="stylesheet">
</head>
<body>
<div id="earth-container"></div>
<!-- Intro-->
<section id="intro" class="intro-box">
<div class="intro-text">
<p class="description">how to use visual world</p>
<p class="information">STEP 1: Your country is already selected. Change the country you want informations about.<br>
<font color="#F2F2F2">STEP 1: </font>You also have the opportunitity to take part in the Quiz and test your knowledge.<br>
STEP 2: Use the Visual Scales (ON/OFF) to show/hide the parameters.<br>
STEP 3: Read the Information on the right side and get ready for the Quiz. </p>
<!-- grüner Button-->
<div class="intro-button">
<a href="interface.html">Select my country</a>
</div>
</section>
<!-- footer-->
<footer>
<ul id="menu">
<li><a href="whatis.html">what is visual world?</a></li>
<li><a href="howto.html">how to use visual world</a></li>
<li><a href="contact.html">questions? Contact us</a></li>
</ul>
</footer>
</body>
</html>