-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex-mix.html
136 lines (135 loc) · 5.98 KB
/
index-mix.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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
<!DOCTYPE html>
<html lang="en">
<head>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-W79YQTESC1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "G-W79YQTESC1");
</script>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="keywords" content="heart rate graphing, pulse rate, heart data, syncing, customization" />
<title>HeartBond Support - Heartrate Graphing</title>
<style>
body {
font-family: Arial, sans-serif;
margin: 0;
background-color: #f4f4f4;
color: #333;
}
.container {
max-width: 800px;
margin: auto;
background: #fff;
padding: 20px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.logo {
text-align: center;
margin-bottom: 20px;
}
.logo img {
width: 192px;
}
h1 {
color: #444;
}
p {
line-height: 1.6;
}
footer {
text-align: center;
padding: 10px 0;
background-color: #fff;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
margin-top: 20px;
}
.feature-image {
text-align: center; /* Center the image */
margin: 20px 0; /* Add some margin above and below */
}
.feature-image img {
max-width: 100%; /* Ensure the image doesn't overflow the container */
height: auto; /* Maintain the aspect ratio */
}
.feature-image p {
font-style: italic; /* Optional: make the text italic for emphasis */
}
.download-buttons {
display: flex; /* Enable flex layout */
justify-content: center; /* Center horizontally */
align-items: center; /* Center vertically */
flex-direction: row; /* Arrange children in a row */
text-align: center; /* Center the badges */
margin: 20px 20px; /* Add some margin above and below */
}
.download-buttons img {
height: 50px; /* Set a fixed height */
width: auto; /* Automatically adjust the width */
margin: 20px; /* Add some margin between badges */
}
.download-buttons a {
text-decoration: none; /* Remove underline */
}
</style>
</head>
<body>
<div class="container">
<div class="logo">
<img src="image/icon-384.png" alt="HeartBond Logo" />
</div>
<h1>HeartBond - Discover The Bigger Picture with Unmatched Heart Rate Graphing for Apple Health</h1>
<div class="download-buttons">
<a href="https://apps.apple.com/app/apple-store/id6449156557?pt=126040921&ct=Get-HeartBond&mt=8">
<img src="image/Download_on_the_App_Store_Badge_US-UK_RGB_wht_092917.svg" alt="Download on the App Store" />
</a>
<a href="https://apps.apple.com/app/apple-store/id6449156557?pt=126040921&ct=Get-HeartBond&mt=8">
<img src="image/Download_on_the_Mac_App_Store_Badge_US-UK_RGB_wht_092917.svg" alt="Download on the Mac App Store" />
</a>
<a href="https://www.apple.com/health/">
<img src="image/Apple_Health_badge_US-UK_blk_sRGB.svg" alt="Works with Apple Health" />
</a>
</div>
<div class="feature-image">
<img
src="image/phone-landscape-brief-description-dark-phone.png"
alt="HeartBond App Features - Unmatched Heartrate Graphing for Apple Health"
/>
<p>
Tired of tiny bubble heart rate graphs? Experience clarity and insight with HeartBond, the premier heart rate graphing app that
reveals the bigger picture of your health and fitness. With beautiful, customizable graphs and seamless integration with your
favorite wearables like the Apple Watch and Oura Ring, HeartBond transforms the way you understand, connect with, and monitor your
heart's rhythms on iPhone, iPad, and Mac.
</p>
</div>
<p>
If you have any questions, concerns, or need help with anything related to HeartBond, please
<a href="https://github.com/ikiapps/HeartBond-Support/discussions">visit our discussions page.</a>
</p>
<p>We are here to assist you with:</p>
<ul>
<li>Understanding your heart/pulse rate data</li>
<li>Syncing issues across devices</li>
<li>Customizing colors and graph sizes</li>
<li>Any general inquiries about the app</li>
</ul>
<p>We'll be adding more support resources in the future, so please stay tuned!</p>
<p>Thank you for using HeartBond.</p>
<p>
<a href="getting-started.html">Click here for an overview of getting started with HeartBond</a>
</p>
</div>
<footer>
<p>
© 2023 Daniel Zhang. All Rights Reserved.
<a href="http://heartbond.ikiapps.com/privacy.html">Privacy Policy</a> |
<a href="http://heartbond.ikiapps.com/terms-of-service.html">Terms of Service</a>
</p>
</footer>
</body>
</html>