-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
71 lines (63 loc) · 3.3 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
68
69
70
71
<!DOCTYPE html>
<html>
<head>
<title>Chest Day</title>
<meta property="og:title" content="Chest Day" />
<meta property="og:image" content="//chestday.com/img/yes_3.jpg" />
<meta property="og:description" content="Wondering whether it's Chest Day? Find out here." />
<meta property="og:url" content="//chestday.com" />
<meta property="og:type" content="website" />
<link href="css/bootstrap.min.css" rel="stylesheet" media="screen">
<link href="css/chest.css" rel="stylesheet">
<link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
<meta name="description" content="Wondering whether it's Chest Day? Find out here.">
<meta name="keywords" content="Chest Day, Chest, Day, Gym, Workout, Exercise, Arnold, Weights, Lifting, Monday, Pecs, Bench, Press, Hench, Player, Music, Tracks, Tunes, Songs, Motivation, Pump">
<meta name="author" content="Jack Stevenson">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href='//fonts.googleapis.com/css?family=Lato:400,900' rel='stylesheet' type='text/css'>
</head>
<body>
<div class="chest-centre">
<h1 id="chest-header" class="jigglable">Is it Chest Day?</h1>
<div class="well well-flat jigglable">
<div id="chest-img-container" class="jigglable">
<img id="chest-img" class="img-rounded" />
</div>
</div>
<h2 id="chest-footer" class="jigglable">Is it Chest Day?</h2>
<div id="peakin-track-container" class="peakin-track"></div>
<p class="copyright jigglable">Created by <a class="copyright" href="https://jack.st">Jack Stevenson</a></p>
<div>
<div class="social jigglable">
<a href="https://twitter.com/_chestday" class="twitter-share-button"><i class="fa fa-twitter fa-2x"></i></a>
<a href="https://facebook.com/whyarentyouunderabarbell" class="facebook-like-button"><i class="fa fa-facebook fa-2x"></i></a>
<a href="https://play.google.com/store/apps/details?id=com.chestday.chestday" class="android-app-button"><i class="fa fa-android fa-2x"></i></a>
<a href="https://github.com/cogwirrel/chestday.com" class="github-fork-button"><i class="fa fa-github fa-2x"></i></a>
</div>
</div>
<div width="0" height="0" id="waveform"></div>
</div>
<script src="//code.jquery.com/jquery-latest.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/utils.js"></script>
<script src="https://connect.soundcloud.com/sdk/sdk-3.1.2.js"></script>
<script src="js/waveform.js"></script>
<script src="js/peakin_track_manager.js"></script>
<script src="js/peakin_track_player.js"></script>
<script src="js/days.js"></script>
<script src="js/chest.js"></script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-37667521-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
</html>