Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>Workout Book</title>
<meta name="description" content="Workout Tracking App Gym">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="apple-touch-icon" href="apple-touch-icon.png">
<!-- Place favicon.ico in the root directory -->
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/main.css">
<link rel='stylesheet prefetch' href='http://netdna.bootstrapcdn.com/font-awesome/3.1.1/css/font-awesome.css'>
<link rel="stylesheet" href="css/style.css">
<script src="js/vendor/modernizr-2.8.3.min.js"></script>
</head>
<body>
<!--[if lt IE 8]>
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<!-- Add your site or application content here -->
<main>
<div id="home">
<section id="title">
<h2>Workout Book</h2>
<h4>Fitness Tracking App</h4>
</section>
<div class="maxwidthh">
<img src="photos/workoutbook1.png" id="homephoto">
</div>
</div>
<div id="intro">
<div class="maxwidthh">
<section class="text inline middle">
<h4 id="biggertext">"I don't really need all those complex fitness-tracking apps out there. What I do need tho is is easily track my workouts"</h4>
</section>
<section id="realphotos" class="inline">
<img src="photos/gym iphone.jpg" class="realphoto">
<img src="photos/woman-at-gym-on-her-phone.jpg" class="realphoto">
</section>
</div>
</div>
<div class="features">
<div class="maxwidth">
<section class="text">
<h3>Home</h3>
<h4>Check your status and previous workout stats at a glance. No additional taps, right from the home screen.</h4>
</section>
<img src="photos/home.png" id="homescreen">
</div>
</div>
<div class="features">
<div class="maxwidth">
<section class="text">
<h3>Setting Up a Workout</h3>
<h4>Once you've checked your previous workout sets and weight easily start a new workout.</h4>
</section>
<img src="photos/settingworkouts.gif" class="demo">
</div>
</div>
<div class="features">
<div class="maxwidth">
<section class="text">
<h3>Exercise Screen</h3>
<h4>Right after set is done you have a few minutes to rest. Track Your set in the app with just a few taps.</h4>
</section>
<img src="photos/exercises.gif" class="demo">
</div>
</div>
<div class="features">
<div class="maxwidth">
<section class="text">
<h3>Workout Plans</h3>
<h4>Choose workout plan or create your own and set it as you like. Name it, choose week day for specific workout, manage exercises, sets and weights.</h4>
</section>
<img src="photos/workoutplan1.png" class="photo2">
<img src="photos/exercises.gif" class="demo">
</div>
</div>
<div class="features">
<div class="maxwidthh">
<section class="text">
<h3>Workouts History</h3>
<h4>All your workouts gathered in one place. Each workout has its own color tag, so it's really easy to look over them.</h4>
</section>
<img src="photos/workouthistory.png" class="photo2">
</div>
</div>
<footer>
<section id="authors">
<h5>Created by Vitaly Rubstov</h5>
<h5>Made in Yalantis</h5>
<h5>Website by Andrew Wolf</h5>
</section>
<section id="socialmedia">
<a href="http://twitter.com/minimalmonkey" class="icon-button twitter"><i class="icon-twitter"></i><span></span></a>
<a href="http://facebook.com" class="icon-button facebook"><i class="icon-facebook"></i><span></span></a>
<a href="http://plus.google.com" class="icon-button google-plus"><i class="icon-google-plus"></i><span></span></a>
</section
</footer>
<script src="https://code.jquery.com/jquery-1.12.0.min.js"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-1.12.0.min.js"><\/script>')</script>
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>
<script src="js/index.js"></script>
<!-- Google Analytics: change UA-XXXXX-X to be your site's ID. -->
<script>
(function(b,o,i,l,e,r){b.GoogleAnalyticsObject=l;b[l]||(b[l]=
function(){(b[l].q=b[l].q||[]).push(arguments)});b[l].l=+new Date;
e=o.createElement(i);r=o.getElementsByTagName(i)[0];
e.src='https://www.google-analytics.com/analytics.js';
r.parentNode.insertBefore(e,r)}(window,document,'script','ga'));
ga('create','UA-XXXXX-X','auto');ga('send','pageview');
</script>
</body>
</html>