-
Notifications
You must be signed in to change notification settings - Fork 0
/
more_info.html
133 lines (132 loc) · 7.37 KB
/
more_info.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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>PetHealth</title>
<script src="https://www.jsdelivr.com/package/npm/pdfjs-dist" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js" integrity="sha384-oBqDVmMz9ATKxIep9tiCxS/Z9fNfEXiDAYTujMAeBAsjFuCZSmKbSSUnQlmh/jp3" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js" integrity="sha384-mQ93GR66B00ZXjt0YO5KlohRA5SY2XofN4zfuZxLkoj1gXtW8ANNCe9d5Y3eG5eD" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/masonry.pkgd.min.js" integrity="sha384-GNFwBvfVxBkLMJpYMOABq3c+d3KnQxudP/mGPkzpZSTYykLBNsZEnG2D9G/X/+7D" crossorigin="anonymous" async></script>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD" crossorigin="anonymous">
</head>
<body>
<nav class="navbar sticky-top bg-body-tertiary navbar-expand-md">
<div class="container-fluid">
<a class="navbar-brand" href="index.html" style="font-size: 27.5px;">
<img src="logo.svg" alt="Logo" width="45" height="35" class="d-inline-block align-text-top">
PetHealth
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="nav nav-pills">
<li class="nav-item"><a href="index.html" class="nav-link" aria-current="page">Home</a></li>
<li class="nav-item"><a href="more_info.html" class="nav-link active" aria-current="page">More Info</a></li>
<li class="nav-item"><a href="purchase.html" class="nav-link" aria-current="page">Purchase</a></li>
<li class="nav-item"><a href="about_us.html" class="nav-link " aria-current="page">About Us</a></li>
</ul>
</div>
</div>
</nav>
<div class=" p-5 bg-secondary text-white">
<h1 class="fs-1">More Info</h1>
<p>Additional information about PetHealth and reviews and testimonials from happy customers</p>
</div>
<div style="margin: 15px; margin-left: 40px;">
<h3>Additional Information</h3>
<p>The PetHealth SmartCollar is an affordable and easy-to-use smart collar which conforms to any dog or cat and using a variety of 12 sensors, collects data and information of the pet. It is powered via 3 rechargeable lithium ion batteries and can just be plugged into any standard USB-C charger. The collar contains an ESP32-S3 which reports data from the senors through PetHealth's cloud servers and back to your smartphone app. This means that you can check the health of your pet wherever internet is available.</p>
<p>To use the SmartCollar, please remove any existing collar (if applicable) from your cat or dog. Then, remove the SmartCollar from the packaging and click the button located on the left side of the SmartCollar to find how charged the battery is. If the red LED next to the button is red, please charge it by plugging into the provided USB-C cable or any USB-C cable that conforms to USB-PD and wait until it is flashing green upon pressing the button. Then, click the same button used for charge indication 2 in a 10 second period to enter pairing mode. Now, on a supported mobile device (Android or IOS) please open up the PetHealh mobile app and accept the request to pair. Now, your all set! Get vital statistcs and information about your pet in real time by simply opening the mobile app</p>
<br>
<div class="container text-center">
<div class="row">
<div class="col">
<img src="img_1.jpg" width="50%"/>
</div>
<div class="col">
<img src="img_2.jpg" width="50%"/>
</div>
</div>
</div>
<br>
<br>
<br>
<h3>Testimonials and Reviews<h3>
<br>
<div class="row" data-masonry='{"percentPosition": true }'>
<div class="col-sm-6 col-lg-4 mb-4">
<div class="card p-3 text-end">
<figure class="mb-0">
<blockquote class="blockquote">
<p>One of the most innovative and creative products ever seen!</p>
</blockquote>
<figcaption class="blockquote-footer mb-0 text-muted">
John Doe in <cite title="Source Title">TIME Magazine</cite>
</figcaption>
</figure>
</div>
</div>
<div class="col-sm-6 col-lg-4 mb-4">
<div class="card p-3 text-end">
<figure class="mb-0">
<blockquote class="blockquote">
<p>One the best products for keeping your pet healthy! (plus easy to use and affordable)</p>
</blockquote>
<figcaption class="blockquote-footer mb-0 text-muted">
Liam Williams in <cite title="Source Title">The New York Times</cite>
</figcaption>
</figure>
</div>
</div>
<div class="col-sm-6 col-lg-4 mb-4">
<div class="card p-3 text-end">
<figure class="mb-0">
<blockquote class="blockquote">
<p>这个产品真的是革命性的</p>
</blockquote>
<figcaption class="blockquote-footer mb-0 text-muted">
張偉在 <cite title="Source Title">惊人的新闻公司</cite>
</figcaption>
</figure>
</div>
</div>
<div class="col-sm-6 col-lg-4 mb-4">
<div class="card p-3 text-end">
<figure class="mb-0">
<blockquote class="blockquote">
<p>My dog was running around like a puppy after PetHealth's diagnosis helped my dog lose weight</p>
</blockquote>
<figcaption class="blockquote-footer mb-0 text-muted">
Sam Smith in <cite title="Source Title">The Washington Post</cite>
</figcaption>
</figure>
</div>
</div>
<div class="col-sm-6 col-lg-4 mb-4">
<div class="card p-3 text-end">
<figure class="mb-0">
<blockquote class="blockquote">
<p>PetHealthಗೆ ಧನ್ಯವಾದಗಳು, ನನ್ನ ನಾಯಿ ತುಂಬಾ ಆರೋಗ್ಯಕರ ಮತ್ತು ಸಕ್ರಿಯವಾಗಿದೆ.</p>
</blockquote>
<figcaption class="blockquote-footer mb-0 text-muted">
ಶಿವಂ ದ್ರಾವಿಡ <cite title="Source Title">ಡೆಕ್ಕನ್ ಹೆರಾಲ್ಡ್ ನಲಿ</cite>
</figcaption>
</figure>
</div>
</div>
<div class="col-sm-6 col-lg-4 mb-4">
<div class="card p-3 text-end">
<figure class="mb-0">
<blockquote class="blockquote">
<p>PetHealth ने मेरे पालतू जानवरों के जीवन को बेहतर के लिए बदल दिया है</p>
</blockquote>
<figcaption class="blockquote-footer mb-0 text-muted">
राजेश परमार शामिल हैं <cite title="Source Title">हिंदुस्तान टाइम्स</cite>
</figcaption>
</figure>
</div>
</div>
</body>
</html>