-
Notifications
You must be signed in to change notification settings - Fork 0
/
training.html
36 lines (33 loc) · 1.54 KB
/
training.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
<!DOCTYPE html>
<html>
<head>
<title> Training | Nutrition </title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="author" content="Karina Kozarova">
<link rel="stylesheet" type="text/css" href="style/zoom.css">
<link rel="stylesheet" type="text/css" href="style/cool_button.css">
<link href="https://fonts.googleapis.com/css?family=Bellefair" rel="stylesheet">
<link rel="stylesheet" href="style/navbar.css">
<link rel="stylesheet" href="style/nut.css">
<link rel="stylesheet" href="style/training.css">
</head>
<body>
<div id="navbar">
<a href = ""> <div class="zoom" style = "font-size: 150%;">HealthCalcMe</div> </a>
<div style="float: right;">
<a href="./empty_page_with_navbar.html"> <div class="zoom">LANDING PAGE</div></a>
<a href="./shop.html"><div class="zoom">SHOP</div></a>
<a href="./calculators.html"><div class="zoom">CALCULATORS</div></a>
<a href = "./nutrition.html"><div class="zoom"> NUTRITION </div></a>
</div>
</div>
<h1> How to train? </h1> <br>
<p> Training is very important. <br> Here are a few easy to do yet very important exercises! </p>
<div id = "video">
<iframe width=100% height="350px" src="https://www.youtube.com/embed/sxCeGmVWNw0"> </iframe>
</div>
<br>
<script src="./scripts/navbar.js"></script>
</body>
</html>