-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchestobj.html
79 lines (69 loc) · 3.04 KB
/
chestobj.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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>object</title>
<!-- <link rel="stylesheet" href="../Homepage/footer.css"> -->
<link rel="stylesheet" href="chestobj.css">
<link rel="stylesheet" href="sandy_navbar.css">
<link rel="stylesheet" href="footer.css">
</head>
<body>
<div id="nav"><div id="one_div">
<a href="sandy.html"><img id="logo_gymwolf" src="https://www.gymwolf.com/img/gymwolf.png" alt=""></a>
</div>
<div id="two_div">
<div><a href="progress.html">Progress</a></div>
<div><a href="">Calculators</a></div>
<div><a href="frontend/main.html">Exercise and plans</a></div>
<div><a href="my_trainer.html">My personal trainer</a></div>
<div><a href=""><i class="fa-solid fa-comments"></i></a></div>
<div><p id="baljor">Sign In</p></div>
<div><a href=""><i class="fa-solid fa-magnifying-glass"></i></a></div>
</div>
<div id="three_div"></div></div>
<h1 id="title"></h1>
<div id="container">
<div id="img_div">
<div id="tc">
<p id="video"></p>
<p id="photo"></p>
</div>
<div id="imgdiv">
<img id="img" src="" alt="">
</div>
</div>
<div id="data_div"></div>
</div>
<div id="footer-top"><div id="footer">
<div>
<p class="top">ABOUT</p>
<p class="below"><a href="https://www.gymwolf.com/about">About us</a></p>
<p class="below"><a href="">Contact</a></p>
</div>
<div>
<p class="top">LEGAL</p>
<p class="below"><a href="https://www.gymwolf.com/tos">Terms of Service</a></p>
<p class="below"><a href="">Privacy</a></p>
<p class="below"><a href="">Pricing</a></p>
</div>
<div>
<p class="top">Get the app</p>
<div><a href="https://play.google.com/store/apps/details?id=com.mooncascade.gymwolf"><img id="gapp" src="https://www.rdsdelivery.com/wp-content/uploads/2016/11/get-it-on-google-play-icon-logo-e1486678715107-300x105.png.webp" alt=""></a></div>
<div><a href="https://apps.apple.com/us/app/gymwolf/id1228119580"><img id="aapp" src="https://upload.wikimedia.org/wikipedia/commons/thumb/0/0f/Available_on_the_App_Store_%28black%29_SVG.svg/203px-Available_on_the_App_Store_%28black%29_SVG.svg.png?20130522010834" alt=""></a> </div>
</div>
<div>
<p class="top">SOCIAL</p>
<img src="" alt="">
</div>
<div>
<p class="top">LANGUAGE</p>
<p class="below"><a href="">Eesti keeles</a></p>
</div>
</div>
<hr>
<p class="below1">Copyright © Mooncascade OÜ. All Rights Reserved. Tel: +372 5344 5686. E-mail: info@gymwolf.com</p></div>
</body>
</html>
<script src="chestobj.js"></script>