-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
83 lines (62 loc) · 3.65 KB
/
about.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
<!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>About Cronometer</title>
<link rel="stylesheet" href="./styles/navbar.css">
<link rel="stylesheet" href="./styles/footer.css">
<link rel="icon" href="./assets/crono-icon-main-nav.svg">
<script src="https://kit.fontawesome.com/c0adbb8084.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="./styles/about.css">
</head>
<body>
<div id="nav_container">
</div>
<hr>
<div>
<h3 class="bold">CRONOMETER</h3>
<h1 class="title">About the Company</h1>
<div id="p_content">
<p>Cronometer is the most accurate, comprehensive nutrition tracking app on earth. Unlike other apps on the
market, our nutritional data is curated from verified, accurate sources. We aim to provide a complete
solution – no matter what diet you choose to be on.</p>
<p> Our CEO, Aaron Davidson, built Cronometer as a side project in 2005. He was following the CRON diet
(Calorie Restriction with Optimal Nutrition) and being the nutrition nerd/software developer that he is,
decided to build an app to track his diet. Thus, Cronometer was born. It was several years later before
he came to the conclusion that maybe he was onto something and quit his six-figure corporate job to
focus on improving Cronometer. </p>
<p>There are now over 5 million users who are happy he did.</p>
<p>Cronometer's success has hinged entirely on positive word-of-mouth from its users. The company is still –
and plans to continue being – a bootstrap startup to this day.</p>
</div>
</div>
<div class="image_content">
<img src="https://cdn1.cronometer.com/2021/landing/cronometer-staff-3-p-1600.jpeg" alt="Group photo">
</div>
<div class="second_bold_title">
<h3 class="bold">CRONOMETER</h3>
<h1 class="title">Who We Are</h1>
</div>
<div id="p_content">
<p>While our staff spans the globe our headquarters is based in the small-town of Revelstoke, British Columbia,
Canada. Revelstoke is a health-centric mountain town brimming with endless options for staying active and a
growing tech community – the perfect combination to call home. </p>
<p>We are an eclectic mix of web developers, designers, nutrition scientists, business majors and personal
trainers brought together by a love of nutrition. While our company has grown our mission and values have
remained the same; we believe full spectrum nutrition is the best way to understand your diet’s effect on
your health. We also believe in empowering everyone by ensuring they have access to accurate and
comprehensive data to make informed decisions.</p>
<p>Our goal is to build the best software for people and professionals to manage their nutrition. And we have
the passion to make that happen; amazing data paired with awesome customer support truly are the Cronometer
difference.</p>
<p>If you have interest in your personal nutrition or working with your client’s nutrition check us out!</p>
<p>Have questions? We would love to hear from you. Email us at: <a
href="[email protected]">[email protected]</a></p>
</div>
<div id="footer_container">
</div>
</body>
</html>
<script type="module" src="./scripts/about.js"></script>