-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcsr.html
83 lines (83 loc) · 3.6 KB
/
csr.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">
<link rel="stylesheet" href="csr.css">
<link rel="shortcut icon" type="image/png" href="/favicon.png">
<script src="https://kit.fontawesome.com/24c494a6b6.js"
crossorigin="anonymous"></script>
<link rel="stylesheet" href="/enormous-step-3337/Sign-in.css">
<link rel="stylesheet" href="/enormous-step-3337/styles/admin_login.css">
<link rel="stylesheet" href="/enormous-step-3337/styles/navbar.css">
<link
rel="stylesheet"
href="https://site-assets.fontawesome.com/releases/v6.1.1/css/all.css"
/>
<title>Corporate Responsibility | J.Crew</title>
</head>
<body>
<div id="navbar"></div>
<div id="sec1">
<p>Have a question? We can help.</p>
</div>
<div id="csrHero">
<div id="csrHeroInner">
<img src="https://www.jcrew.com/brand_creative/corporate_responsibility2021/2021may_CSR_reimagined_logo.png" alt="">
</div>
</div>
<div id="sec2">
<h2>We imagine a world where doing good is part of doing business.</h2>
<h2>Here are a few important ways we’re re-imagining retail for the better at J.Crew…</h2>
</div>
<div id="sec3">
<div>
<img src="https://www.jcrew.com/brand_creative/corporate_responsibility2021/2021may_CSR_LP_img1.jpg" alt="csr1">
<h3>Product & Planet</h3>
<p>RE-IMAGINED</p>
<p>From the people who create our products to the impact we have on the planet, we’re committed to doing better at every step of the way—right down to the moment your package arrives at your door.</p>
<button>Learn More</button>
</div>
<div>
<img src="https://www.jcrew.com/brand_creative/corporate_responsibility2021/2021may_CSR_LP_img2.jpg" alt="csr2">
<h3>People & Partnerships</h3>
<p>RE-IMAGINED</p>
<p>Whether we’re growing our associate volunteer program or connecting customers with nonprofits we admire, we’re proud to create opportunities to give back in the communities where we live and work.</p>
<button>Learn More</button>
</div>
</div>
<div id="sec4">
<img src="https://www.jcrew.com/brand_creative/corporate_responsibility2021/2021may_CSR_reimagined_logo_globe_144px.png" alt="log213">
<h3>learn about our progress and plans for the future</h3>
<p>Check out our 2021 Environmental, Social and Governance report for more on our progress toward our sustainability goals.</p>
<p>Read the report</p>
<p>Or contact us at <span id="blue">socialresponsibility@jcrew.com</span></p>
</div>
<div id="sec5">
<button>Learn more about policies</button>
<button>Shop Re-imagined styles</button>
</div>
<div id="sec6">
<div id="sc6Icons">
<div>
<i class="fa-brands fa-twitter"></i>
<p>@jcrew_help</p>
</div>
<div>
<i class="fa-solid fa-phone"></i>
<p>1434 385 5775</p>
</div>
<div>
<i class="fa-solid fa-envelope"></i>
<p>Email Us</p>
</div>
</div>
</div>
<div id="footer"></div>
</body>
</html>
<script type="module" src="csr.js"></script>
<script type="module" src="./Sign-in.js"></script>
<script type="module" src="./Auth-Component/admin_login_component.js"></script>
<script type="module" src="./scripts/admin_login.js"></script>