-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
408 lines (359 loc) · 10.5 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
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
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
<!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">
<link rel="icon" href="logo.jpg" type="image/icon type">
<title>Truecare : About us</title>
<style>
.contact-section {
height: 100px;
width: 100%;
display: flex;
justify-content: space-between;
/* border: 1px solid red; */
align-content: center;
margin-bottom: 30px;
}
.left-section {
width: 25%;
height: 100%;
display: flex;
justify-content: space-around;
margin-top: -10px;
}
a{
text-decoration: none;
}
.right-section {
width: 50%;
height: 100%;
display: flex;
font-size: 17px;
justify-content: space-evenly;
align-items: center;
font-family: 'Open Sans', sans-serif;
margin-right: 50px;
}
.left-section>a>img{
width: 250px;
height: 60px;
margin-top: 30px;
cursor: pointer;
}
.right-section>p{
color: #283338;;
cursor: pointer;
/* border: 2px solid red; */
}
.right-section>p>a:hover{
color: #ff763f;
}
.right-section>button{
padding: 12px 40px;
font-size: 16px;
font-weight: bold;
border: 1px solid #ff763f;
border-radius: 10px;
align-items: center;
background-color: white;
box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
cursor: pointer;
margin-top:2px;
color: #ff763f;
/* border: 2px solid green; */
}
.right-section>button>a{
color: orange;
}
.right-section>button:hover{
background-color: #fbfbfb;
}
hr{
width: 90%;
margin: auto;
}
h6{
margin-top: 0px;
margin-bottom: 0px;
color: #ff763f;
font-size: 1.41em;
line-height: 1.5em;
font-weight: bold;
letter-spacing: 2px;
text-transform: uppercase;
text-align: center;
font-family: 'Open Sans', sans-serif;
margin-top: 50px;
}
h2{
font-weight: 600;
text-align: center;
margin-top: 0px;
margin-bottom: 0px;
font-family: 'Open Sans', sans-serif;
color: #4f4e53;
font-size: 2.74em;
line-height: 1.3em;
}
.para{
margin: auto;
width: 90%;
margin-bottom: 90px;
}
p {
margin-bottom: 0px;
font-family: 'Open Sans', sans-serif;
color: #404040;
font-size: 1.125em;
line-height: 1.5em;
display: block;
margin-block-start: 1em;
margin-block-end: 1em;
margin-inline-start: 0px;
margin-inline-end: 0px;
}
img{
margin-left: 100px;
width: 85%;
height: 700px;
border-radius: 10px;
margin-bottom: 80px;
}
/* .affiliate */
h5{
margin-top: -25px;
margin-bottom: 30px;
font-family: 'Open Sans', sans-serif;
color: #4f4e53;
font-size: 1.41em;
line-height: 1.5em;
font-weight: 400;
text-align: left;
letter-spacing: normal;
text-transform: none;
text-align: center;
}
.affiliate{
width: 100%;
height: 100px;
border: 1px solid white;
text-align: center;
margin-top: 130px;
}
.affiliate>button{
padding: 15px 80px;
color: #ff763f;
background-color: white;
font-weight: 600;
font-size: 20px;
border: 1px solid#ff763f;
border-radius: 5px;
box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.affiliate>button:hover{
background-color: #f8f8f8;
}
/* new footer */
.main-footer{
margin-top: 80px;
width: 100%;
height: 680px;
border: 1px solid #4f4e53;
background-color: #4f4e53;
}
.main-footer>.f-icon{
margin-top: 50px;
width: 100%;
height: 40px;
/* border: 2px solid black; */
text-align: center;
display: flex;
justify-content: center;
gap: 30px;
}
#o,#n,#e,#s{
width: 40px;
height: 40px;
/* border: 2px solid red; */
}
#o,#n,#e,#s:hover{
cursor: pointer;
}
.f-logo{
margin-top: 20px;
width: 100%;
height: 50px;
/* border: 2px solid red; */
display: flex;
justify-content: center;
gap: 20px;
}
.f-logo>img{
width: 200px;
height: 90px;
}
.f-logo>img:hover{
cursor: pointer;
}
#f-hr{
margin-top: 50px;
}
/* bottom fotter */
.bottom-fotter{
margin: auto;
margin-top: 40px;
width: 90%;
height: 250px;
/* border: 2px solid red; */
display: grid;
grid-template-columns: repeat(4,1fr);
}
.footer-logo>img{
width: 450px;
height: 100px;
/* border: 2px solid red; */
margin-left: -69px;
}
.first,.second,.third{
font-family: 'Open Sans', sans-serif;
color: #fff;
}
.first>ul>li{
list-style-type: none;
font-size: 17px;
/* border: 2px solid red; */
height: 40px;
}
.second>ul>li{
list-style-type: none;
font-size: 17px;
/* border: 2px solid red; */
height: 40px;
}
.third>ul>li{
list-style-type: none;
font-size: 17px;
/* border: 2px solid red; */
height: 40px;
}
.first>ul>li>a:hover{
cursor: pointer;
color: #ff763f;
}
.second>ul>li>a:hover{
cursor: pointer;
color: #ff763f;;
}
.third>ul>li>a:hover{
cursor: pointer;
color: #ff763f;;
}
.bottom{
width: 90%;
margin: auto;
height: 100px;
/* border: 2px solid red; */
text-align: center;
}
.bottom>p{
margin-top: 60px;
color: white;
font-family: 'Open Sans', sans-serif;
}
</style>
</head>
<body>
<div class="contact-section">
<div class="left-section" >
<a href="index.html"><img src="carelogo.png" alt=""></a>
</div>
<div class="right-section">
<p><a href="">Products</a></p>
<p><a href="support.html">Support</a> </p>
<p><a href="">Blog</a></p>
<p><a href="">Forum</a></p>
<p><a href="">About</a></p>
<button><a href="login.html">Log In</a></button>
</div>
</div>
<hr>
<h6>Cronometer</h6>
<h2>About the Company</h2>
<div class="para">
<p>Cronometer is the most accurate, comprehensive nutrition tracking app on earth. Unlike other apps on the market, our nutritional data <br>
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 class="img">
<img src="https://cdn1.cronometer.com/2021/landing/cronometer-staff-3-p-1600.jpeg" alt="">
</div>
<h6>Cronometer</h6>
<h2>Who We Are</h2>
<div class="para">
<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: [email protected]</p>
</div>
<hr>
<div class="affiliate">
<h5>Help us spread the good word about nutrition and become an affiliate.</h5>
<button>Become an Affiliate</button>
</div>
<!-- Footer bar -->
<div class="main-footer">
<div class="f-icon">
<img id="o" src="https://cdn1.cronometer.com/2021/landing/social_instagram-icon.png" alt="">
<img id="n" src="https://cdn1.cronometer.com/2021/landing/social_facebook-icon.png" alt="">
<img id="e" src="https://cdn1.cronometer.com/2021/landing/social_twitter-icon.png" alt="">
<img id="s" src="https://cdn1.cronometer.com/2021/landing/social_youtube-icon.png" alt="">
</div>
<div class="f-logo">
<img src="https://cdn1.cronometer.com/2021/landing/ios-icon.svg" alt="">
<img src="https://cdn1.cronometer.com/2021/landing/android-icon.svg" alt="">
</div>
<hr id="f-hr">
<!-- bottom-fotter -->
<div class="bottom-fotter">
<div class="footer-logo">
<img src="grey.png" alt="">
</div>
<div class="first">
<ul>
<li><strong>Truecare</strong></li>
<li><a>For Individuals</a></li>
<li><a>For professionals</a></li>
<li><a>Privacy</a></li>
<li><a>Terms</a></li>
</ul>
</div>
<div class="second">
<ul>
<li><strong>The Company</strong></li>
<li><a>About Us</a></li>
<li><a >Crono Blog</a></li>
<li><a>Crono Forum</a></li>
<li><a>Jobs</a></li>
<li><a>Support</a></li>
</ul>
</div>
<div class="third">
<ul>
<li><strong>Partners & Affiliates</strong></li>
<li><a>Affilate Program</a></li>
<li><a>Media Kit</a></li>
</ul>
</div>
</div>
<div class="bottom">
<p>Copyright © 2011-2022 <br>
All rights reserved</p>
</div>
</div>
</body>
</html>