-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
205 lines (166 loc) · 6.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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
<!DOCTYPE html>
<head>
<title>Fitness Monkey Site</title>
<!-- meta data -->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- bootstrap 3 -->
<link rel="stylesheet" type="text/css" href="bootstrap/bootstrap-3.3.5/css/bootstrap.min.css">
<!-- my styles -->
<link rel="stylesheet" type="text/css" href="lib/nv.d3.css">
<link rel="stylesheet" type="text/css" href="css/main.css">
<script type="text/javascript" src="lib/d3.js"></script>
<script type="text/javascript" src="lib/nv.d3.min.js"></script>
</head>
<body>
<!-- wrapper for entire page -->
<div class="wrapper">
<!-- fm-banner container-fluid for first two rows -->
<div class="fm-banner ">
<!-- Navbar content -->
<nav class="my-navbar navbar navbar-inverse">
<img id="logo" class="pull-left" src="assets/fitness_monkey_logo_new.png">
<a id="logo-brand" class="navbar-brand" href="index.html"> Fitness Monkey</a>
<!--Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target=".navbar-collapse" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<div class="collapse navbar-collapse">
<ul class="navbar-nav nav navbar-right ">
<li><a href="#">Home</a></li>
<li><a href="#about-section">About</a></li>
<li><a href="working_copy.html">Demo</a></li>
<li><a href="#features">Features</a></li>
</ul>
</div>
</nav>
<div class="row">
<div class="col-md-12 text-center margin-top-45 fitness p">
<h1>FITNESS MONKEY</h1>
<p>A PERSONAL HEALTH & RECOVERY TRACKER</p>
</div>
</div> <!-- row1 -->
<div class="row">
<div class="col-md-12 text-center">
<a href="working_copy.html"><button type="button" class="btn btn-primary btn-lg demo-btn">TRY OUR DEMO</button></a>
</div>
</div> <!-- row2 -->
</div> <!-- end of fm-banner container-fluid-->
<!-- members numbers -->
<div class="row">
<div class="col-md-12 running">
<h2 class="text-center">Over <span class="num">5638</span> days free from addiction and counting</h2>
</div>
</div>
<!-- features section -->
<div class="row top">
<div class="col-md-12 text-center">
<h2>FITNESS MONKEY FEATURES</h2>
</div>
</div>
<div id="features" class="row text-center">
<div class="col-md-4 description-graphs p pic">
<h2>REAL-TIME <span>CHARTS</span></h2>
<figure class = "effect-ruby">
<img class="images" src="assets/donut_chart.png">
<figcaption>
<p>Charts monitor the best workouts<br>for staying clean</p>
<a href="#">View more</a>
</figcaption>
</figure>
</div>
<div class="col-md-4 pic">
<h2><span>RELAPSE</span> METER</span></h2>
<figure class = "effect-ruby">
<img class="images" src="assets/relapse_meter.png">
<figcaption>
<p>Receive daily updates based on<br> urge to relapse</p>
<a href="#">View more</a>
</figcaption>
</figure>
</div>
<div class="col-md-4 pic">
<h2>DAILY <span>CHALLENGE</span></h2>
<figure class = "effect-ruby">
<img class="images" src="assets/fitness_challenge.png">
<figcaption>
<p>Take the Daily Fitness Challenge<br>and measure up</p>
<a href="#">View more</a>
</figcaption>
</figure>
</div>
</div>
<section class="container" id="about-section">
<div class="jumbotron text-justify">
<h2 class="text-center text-info"><u>Founder's Story</u></h2><br>
<div class="row">
<div class="col-sm-4">
<img src="assets/bottle_shoes.png" class="img-responsive img-rounded">
</div>
<div class="col-sm-8">
<p class="lead">"15 years ago, my addiction to drugs & alcohol spiraled out of control and led me to a life sentence in prison...</p>
</div>
</div>
<div class="row">
<div class="col-sm-8">
<p class="lead">...Realizing the harm that I caused would motivate me to stop using and start looking to fitness for a new way of life.</p>
</div>
<div class="col-sm-4">
<img src="assets/chris.png" class="img-responsive img-rounded">
</div>
</div>
<div class="row">
<div class="col-sm-4">
<img src="assets/fitness_monkey_logo_new.png" class="img-responsive img-rounded">
</div>
<div class="col-sm-8">
<p class="lead">Fitness Monkey was created to empower others overcome substance abuse by developing a healthy addiction to fitness."</p>
<div class="pull-right">
<p class="lead">Chris Schuhmacher<br>Founder of Fitness Monkey</p>
</div>
</div>
</div>
</div>
</section>
<div class="container">
<div class="row text-center">
<h3>CLICK HERE TO JOIN THE FITNESS MONKEY RECOVERY REVOLUTION!</h3>
<a href="working_copy.html">
<button type="button" class="btn btn-primary btn-lg demo-btn">TRY OUR DEMO</button>
</a><br>
</div>
</div>
<!-- footer -->
<div class="footer">
<div class="row text-center">
<div class="col-sm-4">
<img class="img-responsive" src="assets/code7370.jpg">
</div>
<div class="col-sm-4">
<h2 class="text-info">Created by Team Fitness Monkey</h2>
<ul class="list-unstyled">
<li>Chris Schuhmacher</li>
<li>Jorge Heredia</li>
<li>Joe Demerson</li>
<li>Luke Padgett</li>
</ul>
<small>© Fitness Monkey 2015</small>
</div>
<div class="col-sm-4">
<img src="assets/tlmlogo.png">
</div>
</div>
</div>
</div> <!--end of wrapper for entire page -->
<script type="text/javascript" src="lib/jquery.js"></script>
<script type="text/javascript" src="lib/jquery-ui-1.11.4/jquery-ui.min.js"></script>
<script type="text/javascript" src="bootstrap/bootstrap-3.3.5/js/bootstrap.min.js"></script>
<script type="text/javascript" src="scripts/script.js"></script>
<!-- <script type="text/javascript" src="scripts/working_copy_d3.js"></script> -->
</body>
</htm>