-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
49 lines (49 loc) · 2.06 KB
/
Copy pathindex.html
File metadata and controls
49 lines (49 loc) · 2.06 KB
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
<!DOCTYPE HTML>
<html>
<head>
<title>GymStreak | AI Workout App</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
<style media="screen">
@font-face {
font-family: "BwModelica";
src: url("assets/fonts/BwModelica-Bold.woff");
}
</style>
</head>
<body class="is-preload-0 is-preload-1">
<div id="wrapper">
<article id="home" class="panel special">
<div class="image">
<img src="images/atomfat.svg" alt="" />
</div>
<div class="content">
<div class="inner">
<div class="row">
<div class="row">
<img src="images/gymstreakbw.svg" alt="" width="50%" style="min-width:13em"/>
</div>
<nav id="nav" style="padding-top:10px">
<ul class="actions stacked special animated spinY">
<li><a href="https://gmstrk.app/try" class="button" style="background-color: #4482de;">App</a></li>
<li><a href="https://gmstrk.app/blog" class="button" style="background-color: #4482de;">Blog</a></li>
<li><a href="https://help.gymstreak.com" class="button" style="background-color: #4482de;">Help Center</a></li>
</ul>
</nav>
</div>
</div>
</div>
</article>
</div>
<footer id="footer">
<p class="copyright">© 2024 Gymstreak Ltd. All Rights Reserved.</p>
</footer>
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>