-
Notifications
You must be signed in to change notification settings - Fork 3
/
perks.html
533 lines (506 loc) · 23.4 KB
/
perks.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
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
<!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>PC Perks|Rodan + Fields®</title>
<link rel="stylesheet" href="css/perks.css" />
<link rel="stylesheet" href="css/log.css">
<link rel="stylesheet" href="./css/style.css" />
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js" integrity="sha384-7+zCNj/IqJ95wo16oMtfsKbZ9ccEh31eOz1HGyDuCQ6wgnyJNSYdrPa03rtR1zdB" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/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">
<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 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>
<!-- <i class="fa-thin fa-user-plus"></i> -->
<!-- </div> -->
</div>
<!-- <div class="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>
</header>
<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="difference.html">R+F Differenace</a></li>
<li><a class="dropdown-item" href="personalized.html">Personalized Service</a></li>
<li><a class="dropdown-item" href="#">Explore Our Regimens</a></li>
<li><a class="dropdown-item" href="founder.html">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" href="consultnat.html" 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>
<div class="pc_perks_box">
<h1 class="pc_perks">PC PERKS</h1>
<div class="pc_img">
<img
src="https://www.rodanandfields.com/en-us/medias/?context=bWFzdGVyfGltYWdlc3w2Njl8aW1hZ2Uvc3ZnK3htbHxpbWFnZXMvaDY1L2g1Mi8xMTE2MjAyNjkzNDMwMi5zdmd8ZWZmYTdmMDMxYTU2NjU2YThjZmVlZTg0N2U5MzUxYmE3MzI0ZTdhY2ZiOThjODQyNjJkYmFjNzhlMWQyOTY2Mw"
/>
</div>
</div>
<div class="contents">
<p class="para">
Limited Time Only! Join PC Perks for Free to save on your favorite
products, enjoy free shipping and get a free gift ($50+ retail price)
with your 2nd order when you become a Preferred Customer (PC) and match
with a Consultant.
</p>
</div>
<div id="box"></div>
<div id="pics">
<div>
<img
src="https://www.rodanandfields.com/en-us/medias/20-PC-Perks-LP-Desktop-US-07.jpg?context=bWFzdGVyfHJvb3R8MTgxNzV8aW1hZ2UvanBlZ3xoZTgvaDE0LzExMDA0MzY2NDU0ODE0LmpwZ3xkZTk5NGI5MmEyMzZkNTZkNWVmY2I1OGIzMjZlMmMwOTU4MTQ2ZWMxOTc4YTUwMTdiMWU5NmNlMWQ3NzFlOWRi"
/>
</div>
<div class="o">
<div class="content">
<h2>HOW TO ENROLL</h2>
<p>
Add the products you want to your cart and check the PC Perks box in
your shopping bag to opt in on any order $80+
</p>
<button
onclick=window.location.href = 'https://www.rodanandfields.com/en-us/uploads/pdf/pc-perks-terms-conditions-us.pdf';
id="inside"
>
SHOP NOW
</button>
</div>
</div>
<div class="o">
<div class="content">
<h2>PCS LOVE THE PERKS</h2>
<p>
“My consultant makes me feel remembered and appreciated! – Brian
</p>
</div>
</div>
<div>
<img
src="https://www.rodanandfields.com/en-us/medias/21-June-PC-Perks-Consultant-Image.jpg?context=bWFzdGVyfHJvb3R8MTIwNTk2fGltYWdlL2pwZWd8aGM2L2gwNi8xMzI0Mjk2MDE1MDU1OC5qcGd8MWJiNGQzMzlkNjJkMWJjNDljYmVhZThjNjM3YjZmNWFlY2YyNGY1YTM0NWUwMWRmMzRiZTgxMTRkMWFlNDQ2Zg"
/>
</div>
<div>
<img
src="https://www.rodanandfields.com/en-us/medias/21-PC-Perks-Redefine-09.jpg?context=bWFzdGVyfHJvb3R8MzI4Nzd8aW1hZ2UvanBlZ3xoYTIvaDljLzEyNzgwOTE4NjM2NTc0LmpwZ3w5OGIwOWZkMTZhNGE1ZWJiMWYyZmRiYjMzZjJkYjI1NjAxMDdhY2UzMGRkNjE1NjZjZmQ5OTJmYTQ4NWExZjBi"
/>
</div>
<div class="o">
<div class="content">
<h2>PCS LOVE THE PERKS</h2>
<p>
“It's flexible. So, I'm not locked into buying something every month
if I don't need it.” – Sherry
</p>
</div>
</div>
<div class="o">
<div class="content">
<h2>PCS LOVE THE PERKS</h2>
<p>
“I find out about new products first, get 10% off everything and get
free shipping!!” – Jessica
</p>
</div>
</div>
<div>
<img
src="https://www.rodanandfields.com/en-us/medias/20-PC-Perks-LP-Desktop-US-10.jpg?context=bWFzdGVyfHJvb3R8MTUzMzU5fGltYWdlL2pwZWd8aDA5L2g1Ny8xMTAwNDM2NjY1MTQyMi5qcGd8Yjk4MWNlMzg5ZjYzN2ViMGMyY2RmZTk3ODZkNTBjNzJiOTkxNjAzNjU1ZmIyZDk5ZGVhZTcyMjkzOWJkMzg2Nw"
/>
</div>
</div>
<div id="al">
<h2>ALREADY A CUSTOMER?</h2>
<p>
If you’re an R+F Customer and want to upgrade to PC Perks, simply enroll
in your cart at checkout on your next order.
</p>
<a
href="https://www.rodanandfields.com/en-us/uploads/pdf/pc-perks-terms-conditions-us.pdf"
target="_blank"
>PC Perks Terms & Conditions</a
>
</div>
<div id="main">
<hr />
<details>
<summary>WHAT IS PC?</summary>
<div class="details-content">
<p>
“PC” stands for Preferred Customer. When you join the Rodan + Fields
PC Perks program, you become a PC, or a Preferred Customer.
</p>
</div>
</details>
<hr />
<details>
<summary>WHAT IS THE PC PERKS PROGRAM? </summary>
<div class="details-content">
<p>
PC Perks is a subscription program that offers a 10% discount on all
orders, free shipping on orders of $80 or more (after applying the
10% PC discount), a Perks Present, and deliveries every 60 days with
the flexibility to change future products and shipment dates in your
account settings. PC Perks members also gain access to exclusive
offers, promotions, a priority Customer Service line and receive a
60-day Satisfaction Guarantee on all products. You can join PC Perks
for a one-time fee of $19.95 with a minimum subscription order of
$80 or more.
</p>
</div>
</details>
<hr />
<details>
<summary>HOW DO I ENROLL IN THE PC PERKS PROGRAM?</summary>
<div class="details-content">
<p>
You may enroll in PC Perks through a Consultant’s Personal Website
or through the R+F website at the time of checkout for a one-time,
non-refundable $19.95 enrollment fee. Your initial subscription
order must total a minimum of $80, after the 10% PC Perks discount
is applied, and you’ll be asked to provide the required enrollment
information, including a valid credit card
</p>
</div>
</details>
<hr />
<details>
<summary>HOW DO I UPGRADE TO A PC PERKS ACCOUNT?</summary>
<div class="details-content">
<p>
If you are an existing Customer and would like to upgrade to
Preferred Customer status, simply enroll in your cart at checkout on
your next order
</p>
</div>
</details>
<hr />
<details>
<summary>HOW DOES FREE SHIPPING WORK IN THE PC PERKS PROGRAM?</summary>
<div class="details-content">
<p>
For Preferred Customers, shipping is free on all orders of $80 or
more, after the 10% PC Perks discount is applied. When you log in to
the R+F website or your Consultant’s Personal Website, you will
identify yourself as a PC by entering your email address and the
password that you selected when enrolling in PC Perks. Then you can
view and access the PC pricing and receive free shipping on all
orders of $80 or more, whether it is a subscription order or a
one-time order.
</p>
</div>
</details>
<hr />
<details>
<summary>
DO I HAVE TO CHOOSE A CONSULTANT WHEN I ENROLL AS A PREFERRED
CUSTOMER?
</summary>
<div class="details-content">
<p>
Yes, you must choose a Consultant at checkout when you enroll in the
PC Perks program. Your Consultant can answer questions you have
about PC Perks, offer personalized skincare recommendations and
more.
</p>
</div>
</details>
<hr />
<details>
<summary>WHAT IF I DON’T KNOW A CONSULTANT?</summary>
<div class="details-content">
<p>
If you don’t know any Consultants, we’ll provide the names of a few
at checkout who you can choose from based on various factors such as
your location.
</p>
</div>
</details>
<hr />
<details>
<summary>
DO PC PERKS MEMBERS AUTOMATICALLY RECEIVE THE PREFERRED CUSTOMER
PRICE?
</summary>
<div class="details-content">
<p>
Yes. Once your PC Perks account has been established, all orders
placed through your account, whether a subscription order or a
one-time order, qualify for Preferred Customer pricing.
</p>
</div>
</details>
<hr />
<details>
<summary>WHAT IS A PERKS PRESENT?</summary>
<div class="details-content">
<p>
U.S. Preferred Customers receive a Perks Present when you place your
second order, totaling $80 or more at the PC price, when placed
30-90 days after your enrollment date. The Perks Present is a free
Rodan + Fields product ($50+ retail price) and will automatically be
added to your cart once you meet the qualifying threshold amount.
Product may vary
</p>
</div>
</details>
<hr />
<details>
<summary>CAN I GET MORE THAN ONE PERKS PRESENT?</summary>
<div class="details-content">
<p>No, we only offer one Perks Present per Preferred Customer</p>
</div>
</details>
<hr />
<details>
<summary>WHEN AM I ELIGIBLE FOR THE PERKS PRESENT?</summary>
<div class="details-content">
<p>
You can qualify for your Perks Present 30 days after you enroll as a
U.S. Preferred Customer. If you place an order of $80+ at the PC
price (after the 10% discount) between 30-90 days of your enrollment
date, a Perks Present will automatically be added to your cart when
your cart meets the qualifing threshold of $80 at the PC price. This
offer is available for PCs who enroll on or after June 16, 2020. See
Terms & Conditions
</p>
</div>
</details>
<hr />
<details>
<summary>
IF I RETURN MY QUALIFYING ORDER, DO I HAVE TO RETURN THE PERKS GIFT?
</summary>
<div class="details-content">
<p>
Yes, we request that you include the free product with your returned
order.
</p>
</div>
</details>
<hr />
</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>
<script src="js/perks.js"></script>