-
Notifications
You must be signed in to change notification settings - Fork 0
/
features.html
79 lines (78 loc) · 4.68 KB
/
features.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
<!DOCTYPE html>
<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>Feature Archives - Cronometer</title>
<link rel="icon" href="./assets/crono-icon-main-nav.svg">
<link rel="stylesheet" href="./styles/navbar.css">
<link rel="stylesheet" href="./styles/nutrition.css">
<script src="https://kit.fontawesome.com/c0adbb8084.js" crossorigin="anonymous"></script>
</head>
<body>
<div id="navbar_container"></div>
<div id="top_div">
<h2>Category: Features</h2>
</div>
<div id="templates">
<div class="temp">
<img src="https://sp-ao.shortpixel.ai/client/to_webp,q_lossy,ret_img,w_1296/https://cronometer.com/blog/wp-content/uploads/2022/02/woman_using_app_to_track_nutrition_in_kitchen_1296x728-header-1296x729-1.jpeg" alt="">
<div>
<a href="#">What’s Included Under The Free Account In Cronometer?</a>
<p>Free Of Charge Features And Functionality Our mission here at Cronometer is to empower people to reach their health and wellness goals – whatever those</p>
</div>
</div>
<div class="temp">
<img src="https://sp-ao.shortpixel.ai/client/to_webp,q_lossy,ret_img,w_768/https://cronometer.com/blog/wp-content/uploads/2021/09/Freshpicked1.jpg" alt="">
<div>
<a href="#">New & Improved: The Latest Cronometer Updates</a>
<p>New & Improved: The Latest Cronometer Updates Whatever the reason you’re using Cronometer, we want to make your experience with our app as seamless as</p>
</div>
</div>
<div class="temp">
<img src="https://sp-ao.shortpixel.ai/client/to_webp,q_lossy,ret_img,w_654/https://cronometer.com/blog/wp-content/uploads/2022/06/Heart-rate-symbol.png" alt="">
<div>
<a href="#">How To: Track Your Heart Rate Over Time</a>
<p>Recent Improvements To Biometric Tracking Allow You To Track Heart Rate Over Time We have made some big improvements to our imported heart rate tracking</p>
</div>
</div>
<div class="temp">
<img src="https://sp-ao.shortpixel.ai/client/to_webp,q_lossy,ret_img,w_600/https://cronometer.com/blog/wp-content/uploads/2022/05/Apple-watch-app-low-res.jpeg" alt="">
<div>
<a href="#">Now Available: Cronometer On Your Apple Watch</a>
<p>Introducing Cronometer On Apple Watch Since its introduction in 2014, the Apple Watch has gained its fair share of the wearable market. And for good</p>
</div>
</div>
<div class="temp">
<img src="https://sp-ao.shortpixel.ai/client/to_webp,q_lossy,ret_img,w_2048/https://cronometer.com/blog/wp-content/uploads/2020/12/FeatureFridayStevenIG-scaled.jpg" alt="">
<div>
<a href="#">Feature Friday: @steven.duckwiler</a>
<p>How did you learn about Cronometer? I learned about Cronometer through a YouTube video I watched a while back on micronutrients. What is your favourite</p>
</div>
</div>
<div class="temp">
<img src="https://sp-ao.shortpixel.ai/client/to_webp,q_lossy,ret_img,w_1080/https://cronometer.com/blog/wp-content/uploads/2019/11/Image-from-iOS-20.jpg" alt="">
<div>
<a href="#">Feature Friday: @aaron_straker</a>
<p>Meet Aaron Straker! You know the popular movie quote “You had me at hello”? Well, Aaron Straker had us at Instagram Bio. In particular the “evidence-based,</p>
</div>
</div>
<div class="temp">
<img src="https://sp-ao.shortpixel.ai/client/to_webp,q_lossy,ret_img,w_2048/https://cronometer.com/blog/wp-content/uploads/2019/03/DSC_0664_1.jpg" alt="">
<div>
<a href="#">Feature Friday: Staffer Karen</a>
<p>1. What kind of diet do you follow. Why? While I am pregnant, I am aiming for healthy weight gain and to reach my micronutrient</p>
</div>
</div>
<div class="temp">
<img src="https://sp-ao.shortpixel.ai/client/to_webp,q_lossy,ret_img,w_1125/https://cronometer.com/blog/wp-content/uploads/2019/03/IMG_7907.jpg" alt="">
<div>
<a href="#">Feature Friday: @paulidaniele</a>
<p>As word about Cronometer is getting out we are seeing so many people using the app for different purposes; weight loss, managing diabetes, monitoring the</p>
</div>
</div>
</div>
</body>
</html>
<script src="./scripts/nutrition.js" type="module"></script>