-
Notifications
You must be signed in to change notification settings - Fork 3
/
privacy.html
54 lines (47 loc) · 2.4 KB
/
privacy.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
<!DOCTYPE html>
<html>
<head>
<title>Chest Day Privacy Policy</title>
<meta property="og:title" content="Chest Day" />
<meta property="og:image" content="http://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="http://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="http://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">
<link href='http://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">Privacy Policy</h1>
<div class="well well-flat jigglable">
<p>
We don't store any of your data!
</p>
</div>
<div id="squat-img-container">
<a href="http://squat.chestday.com/">
<img id="squat-img" src="http://squat.chestday.com/img/squat_high_res.png" />
</a>
</div>
<p class="copyright jigglable">Created by <a class="copyright" href="http://cogwirrel.com">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>
<script src="http://code.jquery.com/jquery-latest.js"></script>
<script src="js/bootstrap.min.js"></script>
</body>
</html>