forked from ruddfawcett/HabitRPG-GitHub
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.php
69 lines (62 loc) · 3.59 KB
/
index.php
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
<!DOCTYPE html>
<html lang='en'>
<head>
<link href="//netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css" rel="stylesheet">
<link href="//netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-responsive.min.css" rel="stylesheet">
<script src='http://code.jquery.com/jquery-1.9.1.min.js' type='javascript/text'></script>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
<link href='styles/main.css' rel='stylesheet' type='text/css'>
<head>
<body>
<div class="container">
<div class="masthead">
<h3 class="muted">HabitRPG-GitHub</h3>
<div class="navbar">
<div class="navbar-inner">
<div class="container">
<ul class="nav">
<li class="active"><a href="#">Home</a></li>
<li><a href="changelog.php">Changelog</a></li>
<li><a href="//github.com/ruddfawcett/HabitRPG-GitHub">Downloads</a></li>
<li><a href="about.php">About</a></li>
<li><a href="myaccount.php">My Account</a></li>
</ul>
</div>
</div>
</div><!-- /.navbar -->
</div>
<!-- Jumbotron -->
<div class="jumbotron">
<h1>Sync with GitHub</h1>
<p class="lead">Sync your HabitRPG account with your GitHub account. Up or down vote habits based on your commit rate. It's up to you! Is GitHub a good habit or a bad habit? Or both?</p>
<a class="btn btn-large btn-success" href="myaccount.php">Signup or login now!</a>
</div>
<hr>
<!-- Example row of columns -->
<div class="row-fluid">
<div class="span4">
<h2>HabitRPG</h2>
<p>The website for which this service is built. Habit tracking which treats your goals like a Role Playing Game. Level up as you succeed, lose HP as you fail, earn money to buy weapons and armor. Open sourced on <a href='//github.com/lefnire/habitrpg'>GitHub</a>.</p>
<p><a class="btn" href="//habitrpg.com">Visit Website »</a></p>
</div>
<div class="span4">
<h2>Setup</h2>
<p>Please read these instructions in order to properly connect your HabitRPG and GitHub accounts. <strong>Remember to use your GitHub username! Otherwise, this service will not work!</strong></p>
<p><a class="btn" href="http://ruddfawcett.com/habitrpg-github/about.php#setup">View details »</a></p>
</div>
<div class="span4">
<h2>Find Me</h2>
<p>Find me on GitHub! I'm completely open sourced, just like HabitRPG! Fork me, watch me, send me a pull request, open an issue! It all helps! Be sure to star HabitRPG while you're at it! Need private help? <a href="mailto:rudd.fawcett@gmail.com">Email me.</a></p>
<p><a class="btn" href="http://github.com/ruddfawcett/habitrpg-github">Visit repository »</a></p>
</div>
</div>
<hr>
<div class="footer">
<p>© Rudd Fawcett 2013. Design directly taken from <a href='http://twitter.github.com/bootstrap/examples/justified-nav.html#'>Bootstrap</a>.</p>
<span class='pull-right' style='margin-top: -30px;'><iframe src="http://ghbtns.com/github-btn.html?user=ruddfawcett&repo=HabitRPG-GitHub&type=watch&count=true"
allowtransparency="true" frameborder="0" scrolling="0" width="110" height="20"></iframe><iframe src="http://ghbtns.com/github-btn.html?user=ruddfawcett&repo=HabitRPG-GitHub&type=fork&count=true"
allowtransparency="true" frameborder="0" scrolling="0" width="95" height="20"></iframe></span>
</div>
</div>
</body>
</html>