-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
46 lines (46 loc) · 1.9 KB
/
index.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
37
38
39
40
41
42
43
44
45
46
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="design.css">
<link href="https://fonts.googleapis.com/css2?family=Ranchers&family=Righteous&display=swap" rel="stylesheet">
<title>Anywhere Fitness</title>
</head>
<body>
<header>
<nav class="toplink">
<div class = 'title'>
<h1>Anywhere Fitness</h1>
<h3>Grow Together, Be Connected</h3>
</div>
<a class= "home" href="index.html" alt= "Link to Home Page">Home </a>
<a class="dashboard" href="dashboard.html" alt= "Link to Dashboard">Dashboard</a>
<a class="about" href="about.html" alt="Link to the About Us Page">About Us</a>
<a href="shop.html" alt="Link to our store">Store</a>
</nav>
</header>
<section class="registration">
<form action="#">
<button class= "click" onclick="document.location='
//bw-frontend-git-making-entirely-new-forms-nav-auth-ev-33f467.anywhere-fitness-704.vercel.app/login'"> Login</button>
</div>
<div>
<button class= "click" onclick="document.location='testimony.html'"> click here for more info!</button>
</div>
</form>
</section>
<footer>
<nav class="toplink">
<a class= "home" href="index.html" alt= "Link to Home Page">Home </a>
<a class="dashboard" href="dashboard.html" alt= "Link to Dashboard">Dashboard</a>
<a class="about" href="about.html" alt="Link to the About Us Page">About Us</a>
<a href="shop.html" alt="Link to our store">Store</a>
</nav>
<h3>Grow Together, Be Connected</h3>
<div class="copyright">
<p>© Anytime Fitness 2020</p>
</div>
</footer>
</body>
</html>