-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
67 lines (54 loc) · 3.05 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="shortcut icon" type="image/x-icon" href="assets/capoeiraSongBotFaviconAlt.png">
<link href="https://fonts.googleapis.com/css?family=Roboto|Galada&display=swap" rel="stylesheet">
<link href="styles/styles.css" type="text/css" rel="stylesheet">
<title>Capoeira Song Bot</title>
</head>
<body>
<img src="assets/previewS.jpg" class="preview-hidden" alt="A preview of the website">
<header>
<img src="assets/capoeiraSongBotAlt.png" class="logo" alt="CapoeiraSongBot logo">
<h1>Capoeira Song Bot</h1>
<h2>Because even the singularity starts with a ladainha!</h2>
</header>
<div class="content">
<div class="preview">
<img src="assets/iphone_xr.png" alt="A preview of the application interface">
</div>
<div>
<div class="card">
<h2>Get access to <code>2166</code> capoeira songs!</h2>
<h3>How to get started</h3>
<p>📱 Start a new chat in the <a href="https://telegram.org/" target="_blank">Telegram app</a> and search for <code>Capoeira Song Bot</code> or click here: <a href="https://t.me/CapoeiraSongBot/" target="_blank">@CapoeiraSongBot</a>.</p>
<p>📬 A new chat opens automatically</p>
<p>🚀 Click on <code>Start</code> on the bottom of the chat</p>
<p>💬 Ask for a song (e.g. "Give me a random song!")</p>
</div>
<p>
Don't have the Telegram app?
<a
href="https://telegram.org/"
target="_blank"
>Download it here.</a>
</p>
</div>
</div>
<footer>
<p>© 2019 | <a href="https://github.com/samihamed" target="_blank">developed</a> by <a href="https://samihamed.io" target="_blank">Sami Hamed</a></p>
<p>Got feedback? Send an <a href="mailto:[email protected]?subject=Feedback%20for%20CapoeiraSongBot"">Email</a></p>
<div>
<p>Wanna help out with hosting fees? Donate via PayPal:</p>
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
<input type="hidden" name="cmd" value="_s-xclick" />
<input type="hidden" name="hosted_button_id" value="ZAPWEQURP4TMY" />
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_SM.gif" border="0" name="submit" title="PayPal - The safer, easier way to pay online!" alt="Donate with PayPal button"/>
<img alt="" border="0" src="https://www.paypal.com/en_DE/i/scr/pixel.gif" width="1" height="1" />
</form>
</div>
</footer>
</body>
</html>