Your IP : 216.73.217.71


Current Path : /home/hrpsychology/public_html/soulfood.gr/nutrition.soulfood.gr/bmi-eng/
Upload File :
Current File : /home/hrpsychology/public_html/soulfood.gr/nutrition.soulfood.gr/bmi-eng/index.html

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
  <meta http-equiv="Content-Language" content="el" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>BMI</title>

    <link href="https://fonts.googleapis.com/css?family=Quicksand:400,700" rel="stylesheet">
    <!-- My own stylesheet -->
    <link href="css/style.css" rel="stylesheet">
  </head>
  <body>
   
 <h3><b>B</b>ody <b>M</b>ass <b>I</b>ndex</h3>
<form class="form" id="form" onsubmit="return validateForm()">
<div class="row-one">
  <input type="text" class="text-input" id="age" autocomplete="off" required/><p class="text">Age</p>
  <label class="container">
  <input type="radio" name="radio" id="f"><p class="text">Female</p>
    <span class="checkmark"></span>
  </label>
  <label class="container">
  <input type="radio" name="radio" id="m"><p class="text">Male</p>
    <span class="checkmark"></span>
  </label>
  </div>

<div class="row-two">
  <input type="text" class="text-input" id="height" autocomplete="off" required><p class="text">Height (cm)</p>
  <input type="text" class="text-input" id="weight" autocomplete="off" required><p class="text">Weight (kg)</p>
</div>
<div class="row-three">
<select id="exer">
	<option value="" disabled selected>-- Choose your physical activity</option>
	<option value="1">Little or no exercise</option>
<option value="2">Low exercise (1-3 times/week)</option>
<option value="3">Moderate exercise (3-5 times/week)</option>
<option value="4">High exercise (6-7 times/week)</option>
<option value="5">Very high exercise (2 times a day, extremely intense exercise)</option>
</select>
<p></p>
<select id="goal">
	<option value="" disabled selected>-- Choose your goal</option>
	<option value="1">Stay at this weight</option>
	<option value="2">Lose weight</option>
</select>
</div>
<button type="button" id="submit">Calculate</button>
</form>
<div id="bmi_results" style="text-align:center;">
<h1 id="bmi_text_result" style="color: #289df6;"></h1>
<h2 id="bmi_numeric_result"></h2>
<h2 id="bmr_numeric_result"></h2>
<h3 id="bmi_link"><a target="_blank" rel="noopener noreferrer" href="/2/hub-διατροφολογια">Find the best nutrition plan for your needs </a></h3>
<h3 id="bmi_link"><a target="_blank" rel="noopener noreferrer" href="/2/index.php?option=com_content&view=article&id=532">FIND MORE INFO ABOUT THE BMI SCALE HERE</a></h3>
</div>
<script src="js/bmi.js">
</script>
  </body>
</html>