-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
82 lines (82 loc) · 2.71 KB
/
index.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
81
82
<!DOCTYPE html>
<html lang='en'>
<head>
<meta charset='utf-8'>
<title>Games Keeper: track scores on iPhone, iPad, and Mac</title>
<link href='style.css?2021b' rel='stylesheet' type='text/css'>
<link href='https://www.studioamanga.com/gameskeeper/' rel='canonical'>
<link href='https://www.studioamanga.com/img/favicon.ico' rel='shortcut icon'>
<meta content='Games Keeper lets you track scores, no matter what game you play. From tabletop board games to role-playing games, and even outdoor sports.' name='description'>
<meta content='width=device-width' name='viewport'>
<meta content='app-id=674138310' name='apple-itunes-app'>
</head>
<body>
<nav class='general'>
<a href='https://www.studioamanga.com/'>
<img alt='StdAMG' src='img/icon-amg.png'>
<span>Studio AMANgA</span>
</a>
</nav>
<header class='top cropped-bottom'>
<div class='title'>
<img alt='Icon' class='icon' src='img/icon-72-2x.png'>
<h1>Games Keeper</h1>
</div>
<div>
<img alt='Screens' class='showcase' src='img/screens.png'>
</div>
</header>
<section class='main'>
<p class='tagline'>
Games Keeper lets you track scores, no matter what game you play.
<blockquote>
<q>Perfect. This app is amazing.</q>
★★★★★
</blockquote>
<blockquote>
<q>The only scoring app I’ll use.</q>
★★★★★
</blockquote>
</p>
<p class='download'>
<a href='https://apps.apple.com/app/memorii/id674138310'>
<img alt='Download on the App Store' src='img/download-appstore.svg'>
</a>
</p>
<p>
<strong>From tabletop board games to role-playing games, and even outdoor sports.</strong>
Games Keeper can track any number of players, with different game options (starting scores, hidden scores, lowest score wins, big and small points). It offers quick access to a timer, a dictionary, and dice roll. And you can track games on the go with the stand-alone Apple Watch app.
</p>
<p>
<strong>Visualize the scores with ranks and charts.</strong>
You can also browse your full games history, with players and scores details, and export them as CSV (requires in-app purchase).
</p>
<p>
<a href='https://apps.apple.com/app/memorii/id674138310'>
Download Games Keeper for free on the App Store and Mac App Store.
</a>
</p>
</section>
<div class='screenshots'>
<img alt='Screenshot game' src='img/device-1.png'>
<img alt='Screenshot scores' src='img/device-2.png'>
<img alt='Screenshot new game' src='img/device-3.png'>
</div>
<footer>
<a href='https://www.studioamanga.com'>
<img alt='StdAMG' src='img/amgmini-black.png'>
</a>
<p>
“Games Keeper” for iPhone, iPad, Apple Watch, and Mac
<br>
Available in English and French / Disponible en anglais et français
<br>
<a href='releasenotes'>Release Notes</a>
,
<a href='privacy-policy'>Privacy Policy</a>
<br>
Made by Studio AMANgA 2013–2022
</p>
</footer>
</body>
</html>