-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconvenience.html
More file actions
117 lines (94 loc) · 5.02 KB
/
convenience.html
File metadata and controls
117 lines (94 loc) · 5.02 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
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<meta name="description" content="Discover the ways Fitbits impacts society from various perspectives of health, sleep, and convenience.">
<title>Fitbit:Convenience</title>
<link href="style.css" rel="stylesheet" type="text/css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link href="https://fonts.googleapis.com/css?family=Montserrat|Titillium+Web&display=swap" rel="stylesheet">
<link rel="shortcut icon" href="images/favicon.ico" />
</head>
<body>
<script src="script.js">
</script>
<header>
<div class="left-cell">
<div class="dropdown">
<!-- <button class="dropbtn" >Menu</button> -->
<div class="mobile-nav">
<div class="menu-btn" id="menu-btn" onclick="myFunction(this)">
<div></div>
<span></span>
<span></span>
<span></span>
</div>
</div>
<div class="dropdown-content">
<a href="index.html">Home</a>
<a href="healthandfitness.html">Health and Fitness</a>
<a href="sleep.html">Sleep</a>
<a href="convenience.html">Convenience</a>
<a href="credits.html">Credits</a>
</div>
</div>
</div>
<div class="middle-cell">
<h1><a href="index.html">Fitbit</a></h1>
</div>
<div class="right-cell">
<a href="https://www.facebook.com/fitbit" target="_blank"><i class="fa fa-facebook" style="font-size:18px"></i></a>
<a href="https://www.instagram.com/fitbit" target="_blank"><i class="fa fa-instagram" style="font-size:18px"></i></a>
<a href="https://www.twitter.com/fitbit" target="_blank"><i class="fa fa-twitter" style="font-size:18px"></i></a>
</div>
</header>
<section>
<div class="first">
<div class="right">
<div class="first-text">
<h2>Convenience</h2>
<body> The Fitbit is perfect for busy students like us and for day-to-day use, helping us with our daily tasks and schedule.
<br><br>
<span style="color:#008080"><b>See your day in a whole new way!</b></span>
</body>
</div>
</div>
<div class="right">
<img src="images/convenience.jpg" alt="Convenience of Fitbit: App Example" title="Convenience of Fitbit: App Example" style="border: 3px solid #daf0ee">
</div>
</div>
</section>
<div class="content">
<h2>Basic Features</h2>
<ul>
<li>Accept calls</li>
<li>See phone alerts & send replies</li>
<li>Get Fitbit notifications</li>
</ul>
<h2>Personalization</h2>
<p>The personalized dashboard helps us see our progress overtime, from steps to water intake, view recommendations, and receive reminders so that we can reach our goals. A cool customizable part of Fitbit is the way you can select your own interface. Whether you want a minimalistic or bright interface, Fitbit has them all!</p>
<h2>Third-Party Apps</h2>
<p>From cycling to listening to the radio, you can make your watch experience more personal by downloading popular apps from the Fitbit App Gallery to your watch. Examples include Peloton and Pandora!</p>
<h2>Music</h2>
<p>High paced music often boosts that needed motivation for working out. With a watch that stores music, you'll have that motivation. For extra confidence, use Ionic or Versa with Fitbit Flyer—wireless headphones.</p>
<h2>Fitbit Pay</h2>
<p>Water after a workout, bubble tea during the weekends, shopping at the mall. Wherever you are, Fitbit Pay™ allows you to make purchases right from your wrist! No phone or wallet needed. </p>
<hr>
<h2> Abby's Experience </h2>
<body> With the Fitbit Versa, I have been able to customize the screen to my liking and use it to improve my daily life. As a student, I often get stressed with work, but my Fitbit reminds me when to workout, what I have next in my day, and what I need to get done by a certain time. One part that has improved my lifestyle is how the Fitbit helps track my water intake. Even with a hectic lifestyle, it's still important to reach the goal of 8 cups of water per day! Nevertheless, my favorite part of the Fitbit however is where it helps me reach my goals. I've set a lot of SMART (Specific, Measurable, Achievable, Realistic, and Timely) goals for myself as I enter college, so the Fitbit has helped me stay productive and on track. I really enjoy the Fitbit and will continue to use it in the future, especially in college! I highly recommend this if you're looking for a convenient wearable that can track so many things, from sleep to workouts!
<br>
<p class="con">Stay motivated with Fitbit. With just a glance, see the updates you need to make the most of your day, from smart notifications to your fitness goals.</p>
</body>
</div>
<!-- Footer -->
<footer id="footer">
<p><a href="index.html">Home</a> •
<a href="healthandfitness.html">Health & Fitness</a> • <a href="sleep.html">Sleep</a> • <a href="convenience.html">Convenience</a> • <a href="credits.html">Credits</a>
</p>
<p>© Lily Yang & Abby Liang.<br>
2019
</p>
</footer>
</body>
</html>