142 lines
4.5 KiB
HTML
142 lines
4.5 KiB
HTML
<!DOCTYPE html>
|
|
<!-- saved from url=(0112)file:///Users/stevenh/Desktop/Side_Projects/What_Are_You_Lifting-App/WhatAreYouLifting/whatareyouliftingapp.html -->
|
|
<html class="no-js" lang=""><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
|
|
<meta http-equiv="x-ua-compatible" content="ie=edge">
|
|
<title>What are you lifting?</title>
|
|
<meta name="description" content="">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
<link rel="manifest" href="file:///Users/stevenh/Desktop/Side_Projects/What_Are_You_Lifting-App/WhatAreYouLifting/site.webmanifest">
|
|
<link rel="apple-touch-icon" href="file:///Users/stevenh/Desktop/Side_Projects/What_Are_You_Lifting-App/WhatAreYouLifting/icon.png">
|
|
<!-- Place favicon.ico in the root directory -->
|
|
|
|
<link rel="stylesheet" href="./What are you lifting__files/normalize.css">
|
|
<link rel="stylesheet" href="./What are you lifting__files/main.css">
|
|
</head>
|
|
<body>
|
|
<!--[if lte IE 9]>
|
|
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="https://browsehappy.com/">upgrade your browser</a> to improve your experience and security.</p>
|
|
<![endif]-->
|
|
|
|
<!-- Add your site or application content here -->
|
|
<div>
|
|
<h1>What are you lifting?</h1>
|
|
<p>Type in your weight below and it will calculate the plates needed.</p>
|
|
</div>
|
|
|
|
<!-- Plate Visuals -->
|
|
<div></div>
|
|
|
|
<!-- Plate Requirements -->
|
|
<div>
|
|
<p>Plates Needed on Each Side</p>
|
|
<ul>
|
|
<li>45 LBS
|
|
<ul>
|
|
<input type="number">
|
|
</ul>
|
|
</li>
|
|
<li>35 LBS
|
|
<ul>
|
|
<input type="number">
|
|
</ul>
|
|
</li>
|
|
<li>25 LBS
|
|
<ul>
|
|
<input type="number">
|
|
</ul>
|
|
</li>
|
|
<li>10 LBS
|
|
<ul>
|
|
<input type="number">
|
|
</ul>
|
|
</li>
|
|
<li>5 LBS
|
|
<ul>
|
|
<input type="number">
|
|
</ul>
|
|
</li>
|
|
<li>2.5 LBS
|
|
<ul>
|
|
<input type="number">
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
|
|
<!-- Color Space -->
|
|
|
|
<div></div>
|
|
|
|
<!-- Weight Entry -->
|
|
|
|
<div>
|
|
<p>WEIGHT</p>
|
|
<input type="number" name="weight">
|
|
<input type="submit" name="calculate">
|
|
<h2>Options</h2>
|
|
</div>
|
|
|
|
<!-- Options Section -->
|
|
|
|
<div>
|
|
<p>BAR WEIGHT</p>
|
|
<input type="number" name="barweight">
|
|
<p>PERCENT OF WEIGHT</p>
|
|
<select name="percent"></select>
|
|
<p>Plates Available</p>
|
|
<ul>
|
|
<li>45 LBS
|
|
<ul>
|
|
<input type="number">
|
|
</ul>
|
|
</li>
|
|
<li>35 LBS
|
|
<ul>
|
|
<input type="number">
|
|
</ul>
|
|
</li>
|
|
<li>25 LBS
|
|
<ul>
|
|
<input type="number">
|
|
</ul>
|
|
</li>
|
|
<li>10 LBS
|
|
<ul>
|
|
<input type="number">
|
|
</ul>
|
|
</li>
|
|
<li>5 LBS
|
|
<ul>
|
|
<input type="number">
|
|
</ul>
|
|
</li>
|
|
<li>2.5 LBS
|
|
<ul>
|
|
<input type="number">
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
<!-- Back to top Button -->
|
|
|
|
<div>
|
|
<h2>Back to Top</h2>
|
|
</div>
|
|
|
|
|
|
<script src="file:///Users/stevenh/Desktop/Side_Projects/What_Are_You_Lifting-App/WhatAreYouLifting/js/vendor/modernizr-3.5.0.min.js"></script>
|
|
<script src="./What are you lifting__files/jquery-3.2.1.min.js" integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4=" crossorigin="anonymous"></script>
|
|
<script>window.jQuery || document.write('<script src="js/vendor/jquery-3.2.1.min.js"><\/script>')</script>
|
|
<script src="file:///Users/stevenh/Desktop/Side_Projects/What_Are_You_Lifting-App/WhatAreYouLifting/js/plugins.js"></script>
|
|
<script src="file:///Users/stevenh/Desktop/Side_Projects/What_Are_You_Lifting-App/WhatAreYouLifting/js/main.js"></script>
|
|
|
|
<!-- Google Analytics: change UA-XXXXX-Y to be your site's ID. -->
|
|
<script>
|
|
window.ga=function(){ga.q.push(arguments)};ga.q=[];ga.l=+new Date;
|
|
ga('create','UA-XXXXX-Y','auto');ga('send','pageview')
|
|
</script>
|
|
<script src="./What are you lifting__files/analytics.js" async="" defer=""></script>
|
|
|
|
</body></html> |