-
Notifications
You must be signed in to change notification settings - Fork 6
/
about.html
53 lines (48 loc) · 2.46 KB
/
about.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
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.2.2/semantic.min.css">
</link>
<link href="https://fonts.googleapis.com/css?family=Satisfy" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="style.css">
</link>
<style>
body {
margin: 20px
}
</style>
</head>
<body>
<div class="ui">
<div class="ui container text center">
<h1 class="header huge"><span class="logoscript">Cardboard Butler</span></h1>
<h1 class="header">What is this?</h1>
<p><span>Cardboard Butler</span> is an open-source web page, that helps you decide the next boardgame to play.</p>
<h1 class="header">Why?</h1>
<p>As boardgame collections grow, it gets more and more difficult decicde on what to play. This will help
you decide.</p>
<h1 class="header">Who?</h1>
<p><span>Cardboard Butler</span> is created and maintained by <a
href="https://boardgamegeek.com/user/Warium">Philip Kristoffersen</a></p>
<h1 class="header">How can i help</h1>
<p>If you like this page, send me a <a
href="https://boardgamegeek.com/geekmail/compose?touser=Warium">message</a>,
and let me know that you like my work.</p>
<p>All game data is from <a href="www.boardgamegeek.com">BoardGameGeek</a>. So you should consider
supporting BGG
<a href="https://boardgamegeek.com/support">here</a>, as <span>Cardboard Butler</span> would not be
possible without BGG. </p>
<p>If you are a developer, head over to <span>Cardboard Butler</span> <a href="https://github.com/PhilipK/CardboardButler">Github Page</a> and code away.
<h1 class="header">I have a great idea for a new feature!</h1>
<p>Great! Head over to the <span>Cardboard Butler</span> <a
href="https://github.com/PhilipK/CardboardButler/issues">Github Page</a>,
and make a feature request.</p>
<h1 class="header">There is a bug!</h1>
<p>Not great! Head over to the <span>Cardboard Butler</span> <a
href="https://github.com/PhilipK/CardboardButler/issues">Github Page</a>,
make a bug report.</p>
</div>
</div>
</body>
</html>