-
Notifications
You must be signed in to change notification settings - Fork 1
/
index_en.html
80 lines (74 loc) · 2.99 KB
/
index_en.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
78
79
80
---
layout: default_en
---
<div id="carouselExampleIndicators" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#carouselExampleIndicators" data-slide-to="0" class="active"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="1"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="2"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<img src="/pictures/photos/header3.png" class="d-block w-100 rounded-lg">
</div>
<div class="carousel-item">
<img src="/pictures/photos/header1.png" class="d-block w-100 rounded-lg">
</div>
<div class="carousel-item">
<img src="/pictures/photos/header2.png" class="d-block w-100 rounded-lg">
</div>
</div>
<a class="carousel-control-prev" href="#carouselExampleIndicators" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselExampleIndicators" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
<p></p>
<div class="container text-center">
<div class="row">
<div class="col">
<h1>Welcome</h1>
<p></p>
<p>
to the website of the Geogame GeoGami.
</p>
<figure class="figure">
<img src="/pictures/graphics/line.png" class="figure-img img-fluid rounded w-50 p-3">
</figure>
<h2>News</h2>
<p></p>
<h4>GeoGami is available in the Google PlayStore!</h4>
<p></p>
<p>
Follow the link to install GeoGami on your Android device!
</p>
<p>
<p>
<a class="btn btn-outline-warning" href="https://play.google.com/store/apps/details?id=com.ifgi.geogami" target=_blank role="button">to the PlayStore!</a>
</p>
<h4>Our app is now called GeoGami!</h4>
<p></p>
<p>
We have now renamed "OriGami" to "GeoGami".
Gradually, we will change everything to the new name.
For now, you can still find the app as "OriGami GeoGame" in the AppStore!
</p>
<p>
<h4>OriGami is available in the AppStore!</h4>
<p></p>
<p>
Follow the link to install OriGami on your iPhone or iPad!
</p>
<p>
<a class="btn btn-outline-warning" href="https://apps.apple.com/app/geogami/id1614864078" target=_blank role="button">to the AppStore!</a>
</p>
<figure class="figure">
<img src="/pictures/graphics/line.png" class="figure-img img-fluid rounded w-50 p-3">
</figure>
</div>
</div>
</div>