-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathfounder.html
479 lines (452 loc) · 23.2 KB
/
founder.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
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
<!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>Meet Our Founder | Rodan + fields</title>
<style>
#x{
margin-top:40px;
}
h1{
margin-top: 250px;
font-family: RFFontRoman;
font-size: 40px;
font-weight: normal;
color: #222;
line-height: normal;
letter-spacing: normal;
text-align: center;
margin-bottom:-12px
}
p{
font-family: HCoGothamSSmRegular,Sans-Serif;
font-size: 16px;
font-weight: lighter;
color: rgb(46, 45, 45);
line-height: 24px;
letter-spacing: 1px;
text-align: center;
margin-top: 50px;
}
#container{
height: 500px;
width:75%;
/* border: 1px solid red; */
margin-left: 180px;
margin-top: 70px;
grid-template-rows: repeat(1,100%);
display:grid ;
}
/* #container>div{
border: 1px solid blue;
} */
#container>div>img{
width:100%;
}
#container1{
height: 2000px;
width:75%;
/* border: 1px solid red; */
margin-left: 180px;
margin-top: 70px;
grid-template-columns: repeat(2,50%);
grid-template-rows: repeat(4,500px);
display:grid ;
background-color: #f5f5f5 ;
}
/* #container1>div{
border: 1px solid blue;
} */
#container1>div>img{
width:100%;
display:block;
height:100%;
}
h2{
text-align:center;
font-family: RFFontRoman;
font-size: 37px;
font-weight: normal;
color:#222;
line-height: normal;
letter-spacing: normal;
text-align: center;
margin-bottom:12px;
margin-top:150px;
}
#container1 > div > p{
font-family: HCoGothamSSmRegular,Arial,Sans-Serif;
font-size: 17px;
font-weight: lighter;
color: rgb(46, 45, 45);
line-height: 24px;
letter-spacing: 1px;
text-align: center;
margin-top:50px;
}
#box>h2{
margin-top: 50px;
}
#container2{
height: 1150px;
width:75%;
/* border: 1px solid red; */
margin-left: 180px;
margin-top: 70px;
grid-template-columns: repeat(3,1fr);
grid-template-rows: repeat(2,550px);
display:grid ;
gap:20px;
}
/* #container2 > div{
border: 1px solid blue;
} */
#container2 > div >img{
width:100%;
}
#container2 > div > p{
font-size: 14px;
}
#box2{
height: 220px;
width:75%;
/* border: 1px solid red; */
margin-left: 180px;
margin-top: 70px;
}
#box2>p{
font-size: 12px;
font-family: HCoGothamSSmRegular,Arial,Sans-Serif;
text-align: initial;
}
</style>
<link rel="stylesheet" href="css/con_log.css" />
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="css/log.css">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.10.2/dist/umd/popper.min.js" integrity="sha384-7+zCNj/IqJ95wo16oMtfsKbZ9ccEh31eOz1HGyDuCQ6wgnyJNSYdrPa03rtR1zdB" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.min.js" integrity="sha384-QJHtvGhmr9XOIpI6YVutG+2QOK9T+ZnN4kzFN1RtK3zEFEIsxhlmWl5/YESvpZ13" crossorigin="anonymous"></script>
<script src="https://kit.fontawesome.com/24c494a6b6.js" crossorigin="anonymous"></script>
<style type="text/css">
.dropdown:hover .dropdown-menu {
display: block;
}
h4 {
color: #555;
font-size: 14px;
font-weight: bold;
}
</style>
</head>
<body>
<header>
<div class="header">
<div class="box1">
<p>
Take 15% off (up to $20 savings) the first time you pay with Klarna.
<a href="#"><strong>Learn more</strong></a>
</p>
</div>
<div class="box2">
<div>
<a href="FindConsultant.html" target="blank" class="logo size"
>find a consultant</a
>
</div>
<div>
<a href="index.html">
<img
src="https://www.rodanandfields.com/en-us/medias/rf-logo.svg?context=bWFzdGVyfGltYWdlc3w3MzczfGltYWdlL3N2Zyt4bWx8aW1hZ2VzL2g2MC9oYWIvODgyMjE0NzE4NjcxOC5zdmd8YjNmMmU2YTg5MTM0NTMzM2Y2ODg2ZmRkZTJhNmY2OWZhYmYyYjk5NWQxODkxODFiYjVkY2MxY2NjOWRlMzA5OA"
alt=""/>
</a>
</div>
<!-- <div class="menu_box">
-->
<!-- <div><span class="size">Search</span><i class="fa-solid fa-magnifying-glass"></i></div>
<div><a href="Login.html"><span class="size">Sing in<i class="fa-solid fa-user"></i></a></div>
<div><span class="size">English</span><i class="fa-solid fa-flag-usa"></i></div>
</div>
</div> -->
<!-- <div class="box3" id="box3">
<div class="child-box">
<div><a href="#" class="logo size">shop</a></div>
<div><a href="#" class="logo size">Best selling</a></div>
<div><a href="#" class="logo size">Featured</a></div>
<div><a href="#" class="logo size">Our story</a></div>
<div><a href="perks.html" class="logo size">perks program</a></div>
<div><a href="#" class="logo size">become a consultant</a></div>
<div><a href="blogpage.html" class="logo size">blog</a></div>
</div>
</div> -->
<div class="menu_box">
<ul class="nav nav-pills">
<span class="span-tag" >Search<i class="fa-solid fa-magnifying-glass"></i></span>
<!-- <span class="size span-tag">Search <i class="fa-solid fa-magnifying-glass"></i></span> -->
<li class="nav-item dropdow">
<!-- <a id="login"><span id="blog" class="nav-link" data-bs-toggle="dropdown">Sing in<i class="fa-solid fa-user"></i></a> -->
<a id="login" class="nav-log size" data-bs-toggle="dropdown">Sign In<i class="fa-solid fa-user"></i></a>
<ul class="dropdown-menu">
<div id="form">
<form>
<label>Email</label><br />
<input type="text" id="email" /><br />
<label>Password</label>
<a href="#" id="forgot">Forgot Password?</a><br />
<input type="password" id="pass" /><br />
<div id="term">
<p>This site is protected by reCAPTCHA and the</p>
<a href="#">Google Privacy Policy</a> <p> and</p>
<a href="#">Terms of Service</a><p> apply</p>
</div>
<input type="submit" id="submit" value="SIGN IN" />
</form>
</div>
</ul>
<span class="size span-tag">English</span><i class="fa-solid fa-flag-usa"></i>
</li>
</ul>
</div>
</div>
</header>
<!-- drop nav -->
<div id="nav_section" style="background-color: white;">
<div id="nav-container">
<ul class="nav nav-pills">
<li class="nav-item dropdown">
<a class="nav-link" data-bs-toggle="dropdown" href="#" role="link" style="color: #404142;">shop</a>
<ul class="dropdown-menu" style="margin-top: 45px;">
<div style="display: flex; margin-right: 400px; float:inherit;">
<div class="navbarOfdrop">
<li><a class="dropdown-item " href="#"><bold>SHOP BY CATAGORY</bold></a></li><br>
<li><a class="dropdown-item" href="#">Relimens</a></li>
<li><a class="dropdown-item" href="#">Face Serums</a></li>
<li><a class="dropdown-item" href="#">Eye, Lips & Lashes</a></li>
<li><a class="dropdown-item" href="#">Face Marks</a></li>
<li><a class="dropdown-item" href="#">Dermacosmetics</a></li>
<li><a class="dropdown-item" href="#">Hand & Body</a></li>
<li><a class="dropdown-item" href="#">Sun Protection</a></li>
<li><a class="dropdown-item" href="#">Pro Skincare Tools</a></li>
<li><a class="dropdown-item" href="#">Accessories</a></li>
<li><a class="dropdown-item" href="#">Special Offers</a></li>
</div>
<div class="navbarOfdrop">
<li><a class="dropdown-item" href="#"><bold>SHOP BY CONCERN</bold></a></li><br>
<li><a class="dropdown-item" href="#">Life lines & Deep Wrinkles</a></li>
<li><a class="dropdown-item" href="#">Lifting & Firming</a></li>
<li><a class="dropdown-item" href="#">Dull & Tired Skin</a></li>
<li><a class="dropdown-item" href="#">Acne & Breakouts</a></li>
<li><a class="dropdown-item" href="#">Teen Acne</a></li>
<li><a class="dropdown-item" href="#">Uneven Tone & Brown Spots</a></li>
<li><a class="dropdown-item" href="#">Sensitivity/Visible Redness</a></li>
<li><a class="dropdown-item" href="#">Pores & Blckheads</a></li>
<li><a class="dropdown-item" href="#">Dry Skin</a></li>
</div>
<div>
<li><a class="dropdown-item" href="#"><bold> SHOP BY PRODUCT LINE</bold></a></li><br>
<li><a class="dropdown-item" href="#">Redefine</a></li>
<li><a class="dropdown-item" href="#">Reverse</a></li>
<li><a class="dropdown-item" href="#">Recharge</a></li>
<li><a class="dropdown-item" href="#">Unblemish</a></li>
<li><a class="dropdown-item" href="#">Soothe</a></li>
<li><a class="dropdown-item" href="#">Enhancements</a></li>
<li><a class="dropdown-item" href="#">Essentials</a></li>
<li><a class="dropdown-item" href="#">Dermacosmetics</a></li>
<li><a class="dropdown-item" href="#">Pro Skincare Tools</a></li>
<li><a class="dropdown-item" href="#">All products</a></li>
</div>
</div>
</ul>
</li>
<li class="nav-item dropdown">
<a href="bestseller.html" class="nav-link" id="blog">Best Sellers</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link" data-bs-toggle="dropdown" href="#" role="link" style="color: #404142;">Featured</a>
<ul class="dropdown-menu" style="margin-top: 45px;">
<div style="display: flex; margin-right: 400px; float:inherit;">
<div>
<li><a class="dropdown-item" href="Special-offers.html">Special Offers</a></li>
<li><a class="dropdown-item" href="#">New Total RF Serum</a></li>
<li><a class="dropdown-item" href="#">Spotless For Teen</a></li>
<li><a class="dropdown-item" href="Self_care.html">Self-Care Essentials</a></li>
</div>
</div>
</ul>
</li>
<li class="nav-item dropdown">
<a class="nav-link" data-bs-toggle="dropdown" href="#" role="link" style="color: #404142;">Our story</a>
<ul class="dropdown-menu" style="margin-top: 45px;">
<div style="display: flex; margin-right: 400px; float:inherit;">
<div>
<li><a class="dropdown-item" href="#">R+F Differenace</a></li>
<li><a class="dropdown-item" href="#">Personalized Service</a></li>
<li><a class="dropdown-item" href="#">Explore Our Regimens</a></li>
<li><a class="dropdown-item" href="#">Our Founders</a></li>
<li><a class="dropdown-item" href="#">Our Impacts</a></li>
</div>
</div>
</ul>
</li>
<li class="nav-item dropdown">
<a class="nav-link" href="perks.html" style="color: #404142;">perks
program</a>
<ul >
<div style="display: flex; margin-right: 0px; float:inherit;">
</div>
</ul>
</li>
<li class="nav-item dropdown">
<a class="nav-link" data-bs-toggle="dropdown" href="#" role="link" style="color: #404142;">become a
consultant</a>
<ul >
<div style="display: flex; margin-right: 0px; float:inherit;">
</div>
</ul>
</li>
<li class="nav-item dropdown">
<a href="blogpage.html" id="blog" class="nav-link">Blog</a>
<ul >
<div style="display: flex; margin-right: 0px; float:inherit;">
</div>
</ul>
</li>
</ul>
</div>
</div>
<h1 id="x">MEET OUR FOUNDERS</h1>
<p>Dr. Katie Rodan and Dr. Kathy Fields founded Rodan + Fields on the belief that everyone deserves great skin. They’re<br> dermatologists, innovators and entrepreneurs who create revolutionary products that deliver real results.
</p>
<div id="container">
<div>
<img
src="https://www.rodanandfields.com/en-us/medias/meet-our-founders-fullwidth-1-d.jpg?context=bWFzdGVyfGltYWdlc3wyMjIxODl8aW1hZ2UvanBlZ3xpbWFnZXMvaDljL2g2YS85Mjc3NzUzNzIwODYyLmpwZ3wxMmZlOTcwZDY1YmQxZDdhOTAzZGQ3YjI3ZjAxMmZlYTQ5MThlNDk5OWFjM2I0YzdhZTVlZWU4MjgzZmUwOWE4"
alt=""/>
</div>
</div>
<div id="container1">
<div>
<img
src="https://www.rodanandfields.com/en-us/medias/lp-MeetOurFounders-6TextImage-Dermatologists-Desktop.jpg?context=bWFzdGVyfGltYWdlc3wxNzYzNTF8aW1hZ2UvanBlZ3xpbWFnZXMvaDBkL2g5NC84ODIyMTU2OTE4ODE0LmpwZ3wwODExNWU0NjU5ZTNhYTZiYzIwZTFiYjI2NmM3OWUxMjM1MmY5Y2Q2M2YzYjcxMDg0NGFkNGM4NmRlYjk5NzEw"
/>
</div>
<div><h2>STANFORD-TRAINED DERMATOLOGISTS</h2>
<p>Their ongoing experience as dermatologists and<br> product formulators uniquely positions them to create<br> innovative products that address skin concerns<br> effectively.</p></div>
<div>
<h2>ENTREPRENEURS</h2>
<p>Their spirit for sharing knowledge led them to use a<br> Consumer Connected Commerce model that allows<br> Consultants to impart their experience directly to<br> Customers, thereby becoming entrepreneurs as well.</p>
</div>
<div>
<img
src="https://www.rodanandfields.com/en-us/medias/lp-MeetOurFounders-6TextImage-Entrepreneurs-Desktop.jpg?context=bWFzdGVyfGltYWdlc3wyNzUwNjN8aW1hZ2UvanBlZ3xpbWFnZXMvaGRmL2g0NC84ODIyMTU2OTg0MzUwLmpwZ3xkY2JiY2MyMTZkNzIxZWQzOTA3N2RhZDYyMWVmNDIzNjc5MTAzNGQ4OGJiYjY5MjYyOTZlMjA1MDBhMWQ5OWU2"/>
</div>
<div>
<img
src="https://www.rodanandfields.com/en-us/medias/PFC-6grid-Desktop.jpg?context=bWFzdGVyfGltYWdlc3wyMjA3MjR8aW1hZ2UvanBlZ3xpbWFnZXMvaGM3L2hmOC84ODIyMTY0MTkzMzEwLmpwZ3w1ODkwZDk4YjYwZDFjZDFhZjIwZDhhNDFkNTY4NWIyYzk4NmM2NTA1N2YzMmM4YTViMjBjNjE4MDBiYWQ1ZmI0"/>
</div>
<div>
<h2>LIFE-CHANGING SKINCARE</h2>
<p>Their shared passion for healthy-looking skin led them<br> to develop their proprietary Multi-Med Therapy system<br> that takes the guesswork out of skincare and delivers<br> visible results.</p>
</div>
<div>
<h2>GIVING BACK</h2>
<p>Their commitment to making the world better inspired<br> them to found the Rodan + Fields Prescription for<br> Change Foundation, which gives young people access<br> to life-changing empowerment programs.</p>
</div>
<div>
<img
src="https://www.rodanandfields.com/en-us/medias/PFC-6grid-Desktop.jpg?context=bWFzdGVyfGltYWdlc3wyMjA3MjR8aW1hZ2UvanBlZ3xpbWFnZXMvaGM3L2hmOC84ODIyMTY0MTkzMzEwLmpwZ3w1ODkwZDk4YjYwZDFjZDFhZjIwZDhhNDFkNTY4NWIyYzk4NmM2NTA1N2YzMmM4YTViMjBjNjE4MDBiYWQ1ZmI0"/>
</div>
</div>
<div id="box"><h2>THE EVOLUTION OF R+F</h2></div>
<div id="container2">
<div>
<img
src="https://www.rodanandfields.com/en-us/medias/lp-MeetOurFounders-4VerticalImageLockup-2007-Desktop.jpg?context=bWFzdGVyfGltYWdlc3w2OTkxM3xpbWFnZS9qcGVnfGltYWdlcy9oMjIvaGMyLzg4MjIxNTcxMTU0MjIuanBnfDU1ZDk4YTc3MTNhMTA1YzFmNjFkYmMxNTQyNjkyNjJhYWQ5YTZjMTMzNmVmMzMxNDk3YTFiMTM5NjRhYjI5NGI"
/>
<p>After meeting at Stanford University School of<br> Medicine in the 1980s, Dr. Katie Rodan and Dr.<br> Kathy Fields develop Proactiv® Solution.</p>
</div>
<div>
<img
src="https://www.rodanandfields.com/en-us/medias/lp-MeetOurFounders-4VerticalImageLockup-2000-Desktop.jpg?context=bWFzdGVyfGltYWdlc3w1MDk4OXxpbWFnZS9qcGVnfGltYWdlcy9oMmYvaDIwLzg4MjIxNTcwODI2NTQuanBnfDcwMTYwM2NhZWJiZGRhYjUyYzI3MGM2NWJlYWY5ZjUyNDQ2NmQyZjlkZWQ2NTc0M2FjZGMyNGNmNmNmMGM3NWY"/>
<p>The Doctors launch Rodan + Fields with<br> Regimens for a range of skin concerns like<br> signs of aging. Rodan + Fields is acquired by<br> The Estée Lauder Companies, Inc. in 2003.</p>
</div>
<div>
<img
src="https://www.rodanandfields.com/en-us/medias/lp-MeetOurFounders-4VerticalImageLockup-2007-Desktop.jpg?context=bWFzdGVyfGltYWdlc3w2OTkxM3xpbWFnZS9qcGVnfGltYWdlcy9oMjIvaGMyLzg4MjIxNTcxMTU0MjIuanBnfDU1ZDk4YTc3MTNhMTA1YzFmNjFkYmMxNTQyNjkyNjJhYWQ5YTZjMTMzNmVmMzMxNDk3YTFiMTM5NjRhYjI5NGI"/>
<p>The Doctors announce a company buy-back<br> from The Estée Lauder Companies Inc.<br> Relaunching in 2008, they empower others to<br> become entrepreneurs as R+F Independent<br> Consultants.</p>
</div>
<div> <img
src="https://www.rodanandfields.com/en-us/medias/lp-MeetOurFounders-4VerticalImageLockup-2014-Desktop.jpg?context=bWFzdGVyfGltYWdlc3w2Nzk2NXxpbWFnZS9qcGVnfGltYWdlcy9oMDUvaDAxLzg4MjIxNTcxNDgxOTAuanBnfGJjNDNhMzA2ODRkNDc5N2YwYjM3NWMxMzAzYzU1Y2JhZGVjNzA2YTYyOTYxOTZjZmMwMTJmZTRmYzMwMTk3OWE"/>
<p>Products including REVERSE Lightening,<br> REDEFINE ACUTE CARE and the AMP MD<br> System are recognized for innovation and<br> efficacy with awards from Allure, Forbes and<br> TotalBeauty.</p>
</div>
<div> <img
src="https://www.rodanandfields.com/en-us/medias/lp-MeetOurFounders-4VerticalImageLockup-2017-Desktop.jpg?context=bWFzdGVyfGltYWdlc3w1MzgwNnxpbWFnZS9qcGVnfGltYWdlcy9oNGIvaDk5Lzg4MjIxNTcxODA5NTguanBnfDEwMDNjZWRlNmFkYWUxOWIyNTNjMGEyMzViZDU1MGM2ZTMyMzMyMDRjZmY4MzlmZWI5YTllMzc2OGQ3NjRiNTQ"/>
<p>The Doctors continue to build the company.<br> Rodan + Fields becomes the #1 Skincare Brand<br> in the U.S. in 20161 and is the #1 Fastest<br> Growing Skincare Brand in the U.S. over the last<br> 6 years2.</p>
</div>
<div> <img
src="https://www.rodanandfields.com/en-us/medias/lp-MeetOurFounders-4VerticalImageLockup-2018-Desktop.jpg?context=bWFzdGVyfGltYWdlc3w1NjA0OHxpbWFnZS9qcGVnfGltYWdlcy9oYzEvaGM0Lzg4MjIxNTcyMTM3MjYuanBnfDY2YjNhYjI3ZGEyZWUwY2JkOWFkNDY5MjNiOWIzMjdhOTAxNGRmZGU0ZjI1YWE4YTViYWQ5YzBlOGU5ZjZkZDg"/>
<p>Celebrating 10 years of Life-changing Skincare,<br> Rodan + Fields is named the #1 Skincare Brand<br> in North America3 and is the fastest growing<br> beauty and personal care brand in<br> the U.S. in 20174.</p>
</div>
</div>
<div id="box2">
<p>1Source Euromonitor International Limited; retail value RSP terms; all channels, USA; extracted from internal system on March 15, 2017; claim effective starting March 28, 2017.<br>
2Source Euromonitor International Limited; retail value RSP terms; all channels, USA; extracted from internal system on March 15, 2017; claim effective starting March 15, 2017.<br>
3Source Euromonitor International Limited; Beauty and Personal Care 2018 Edition, retail value RSP terms; all channels, Skin Care includes Sets and Kits; North America<br> defined as Canada and the United States<br>
4Source Euromonitor International Limited; Beauty and Personal Care 2018 Edition; covering entire product category including sets and kits, the fastest growth amongst the<br> top 397 brands captured in sales; retail value RSP terms; all channels
</p>
</div>
<div class="footer" id="footerId">
<div>
<ul class="size">
<li>
<h4>About R+F</h4>
</li>
<li>Press Room</li>
<li>Company Info</li>
<li>Executive Team</li>
<li>Careers</li>
<li>R+F Recycling Program</li>
<li>Blog</li>
</ul>
</div>
<div>
<ul class="size">
<li>
<h4>help</h4>
</li>
<li>Product & Help Center</li>
<li>Shipping</li>
<li>Satisfaction Guarantee</li>
<li>Promotional erms & Conditions</li>
<li>R+F FAQS</li>
<li>Klarna</li>
<li>Site Map</li>
</ul>
</div>
<div></div>
<div>
<h3 class="title2">Let's get Social</h3>
<div class="social">
<i class="fa-brands fa-facebook-f"></i>
<i class="fa-brands fa-twitter"></i>
<i class="fa-brands fa-instagram"></i>
<i class="fa-brands fa-youtube"></i>
</div>
</div>
</div>
<br>
<!-- ============footer end ============-->
<!-- =============copyright start ===== -->
<div class="cpoyright">
<div><span>© 2022 Rodan & FieldsPrivacy Policy</span></div>
<div><span>Terms & Conditions</span></div>
<div><span>Accessibility</span></div>
<div><span>California Supply Chains Act</span></div>
<div>DSA Code of Ethics</div>
<div><span>Disclaimer</span></div>
<div>Preference Center</div>
</div>
<!-- ========copyright end============ -->
<br><br> </body>
</html>