forked from purplapp/purplapp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
59 lines (39 loc) · 2.28 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
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<title>Purplapp!</title>
<meta name="description" content="Purplapp is an app.net application for mostly basic stats purposes, but our future plans go much further.">
<meta name="keywords" content="ADN,appdotnet,app.net,posts,pca,purplapp">
<meta name="author" content="Charl Dunois">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="stylesheet" type="text/css" href="css/index.css" />
<script>(function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src='//d2zh9g63fcvyrq.cloudfront.net/adn.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'adn-button-js'));</script>
</head>
<body>
<div id="divMain">
<h1>Purplapp is a stats app for App.net.</h1>
<h4>It's developed by <a href="https://app.net/charl">@charl</a>, with help from <a href="https://app.net/jvimedia">@jvimedia</a> and <a href="https://app.net/hu">@hu</a>.</h4>
<h5>We have a number of features currently - some of which are more useful than others. Here they are.</h5>
<hr>
<p>Want to get some details on your account? Want to find out more about the PCA clubs you're in?</p>
<h3><a href="/posts.php">This is the place for you.</a></h3>
<hr>
<p>Want to see the PCA clubs you're in - in a format great to just copy into your bio?</p>
<h3><a href="/pca.php">We have something for that too!</a></h3>
<hr>
<p>Auto updating bio with your latest PCA clubs? Fully customisable (maybe)?</p>
<h3>Coming soon.</h3>
<hr>
<p>Want notifications on people about to hit CookieClub? What about other clubs too?</p>
<h3>Coming soon.</h3><p><i>No, not that soon, @bondman!</i></p>
<hr>
<h3>Other cool things coming soon too.</h3>
<p>In the meantime, check us out on <a href="http://github.com/charldunois/purplapp">Github!</p>
<hr>
<a href='https://app.net/c/2zdw' class='adn-button' target='_blank' data-type='subscribe' data-width='139' data-height='21' data-size='11' data-channel-id='34622' >Subscribe on App.net</a>
<br>
<a href='https://alpha.app.net/purplapp' class='adn-button' target='_blank' data-type='follow' data-width='176' data-height='27' data-user-id='@purplapp' data-show-username='1' frameborder="0"; style="width: 280px;" rel='me'>Follow @purplapp on App.net</a>
</div>
</body>
</html>