-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathempty_page_with_navbar.html
33 lines (30 loc) · 1.35 KB
/
empty_page_with_navbar.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
<!DOCTYPE html>
<html>
<head>
<title> HealthCalcMe </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" href="style/navbar.css">
<link href="https://fonts.googleapis.com/css?family=Bellefair" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Waiting+for+the+Sunrise" rel="stylesheet" type="text/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>
<br>
<script src="./scripts/navbar.js"></script>
<div style = "font-family: 'Waiting for the Sunrise', cursive">
<p style="padding: 2%;"> </p>
<div id="typedtext" style = "text-align: center;text-indent: 5%;font-size: 200%;color: gray "></div>
</div>
<script src="scripts/typer.js"> </script>
</body>
</html>