-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
28 lines (27 loc) · 1.15 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
<!DOCTYPE html>
<html>
<head>
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600&display=swap" rel="stylesheet">
<link rel="stylesheet" href="styles.css">
<script data-goatcounter="https://alpine.goatcounter.com/count" async src="//gc.zgo.at/count.js"></script>
</head>
<body>
<div id="box">
<img id="app_icon" src="AppIcon.png"/>
<h1>Transmission Buddy</h1>
<div id="blurb">
<p>Menu bar companion app for macOS</p>
<p>Connects directly to your server</p>
<p>Fast, small and free</p>
</div>
<img id="screenshot" src="screenshot_1.png"/>
<div id="actions">
<a href="https://github.com/ashleycameron/transmission-buddy-web/raw/master/TransmissionBuddy-v1.0.zip" id="download">Download</a>
<a href="https://www.paypal.me/ashleylcameron" id="donate">Donate</a>
<a href="https://www.twitter.com/ashleylcameron" id="twitter">Twitter</a>
<a href="mailto:transmissionbuddy@icloud.com" id="email">Email</a>
</div>
</div>
</body>
</html>