-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
192 lines (191 loc) · 8.97 KB
/
index.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
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Noto+Serif&display=swap" rel="stylesheet">
<title>#AppleToo</title>
<style>
body {
color: rgb(68, 68, 68);
background-color: #FFF7F0;
font-family: 'Noto Serif', serif;
font-size: 1.25rem;
display: flex;
min-height: 100vh;
width: 100vw;
padding: 0;
margin: 0;
}
a {
color: rgb(17, 74, 70);
text-decoration: none;
font-weight: bold;
}
a:hover, a:active {
filter: brightness(1.5);
text-decoration: underline;
}
.connect {
font-weight: 700;
transition-duration: 0.1s;
transition-property: background-color, color, border-color, opacity, box-shadow;
transition-timing-function: ease-out;
outline: none;
border: 1px solid transparent;
margin: 0px;
box-shadow: rgb(0 0 0 / 10%) 0px 3px 12px 0px;
padding: 8px 18px;
min-height: 48px;
background-color: rgb(121, 225, 217);
color: rgb(17, 74, 70);
border-radius: 4px;
display: inline-flex;
flex-direction: column;
justify-content: center;
}
.connect:hover, connect:active {
background-color: rgb(141, 230, 223);
filter: none;
text-decoration: none;
}
.content {
text-align: center;
margin: auto;
position: relative;
height: 100%;
width: 100%;
display: flex;
align-items: center;
flex-direction: column;
}
.content:before {
content: '';
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
background: transparent url('https://imposter-syndrome.herokuapp.com/_nuxt/img/f2e7c7f.png') center center no-repeat;
background-size: contain;
mix-blend-mode: color-dodge;
z-index: -1;
}
p, a, ul, ol {
max-width: 800px;
padding: 0 16px;
}
p a {
padding: initial;
}
ul {
display: flex;
flex-direction: column;
font-size: 1rem;
align-items: center;
}
ul li {
list-style-type: none;
}
ol {
text-align: left;
font-size: 1rem;
}
blockquote {
position: relative;
}
blockquote:before {
content: '"';
font-size: 14rem;
font-family: cursive;
opacity: .4;
position: absolute;
top: -7rem;
left: -4rem;
z-index: -1;
}
cite {
font-size: .8rem;
display: block;
margin-left: auto;
}
.contact {
font-size: .8rem;
}
</style>
</head>
<body>
<div class="content">
<a href="https://medium.com/appletoo">Read Our Stories</a>
<h1>Apple's workers are Apple</h1>
<p>
For too long, Apple has evaded public scrutiny. The truth is that for many Apple workers -- a reality faced disproportionately by our Black, Indigenous, and other colleagues from minoritized racial, gender, and historically marginalized groups of people -- the culture of secrecy creates an opaque, intimidating fortress. When we press for accountability and redress to the persistent injustices we witness or experience in our workplace, we are faced with a pattern of isolation, degradation, and gaslighting.
</p>
<p>
<strong>No more.</strong> We've exhausted all internal avenues. We've talked with our leadership. We've gone to the People team. We've escalated through Business Conduct. Nothing has changed.
</p>
<h2>It's time to Think Different.</h2>
<p>
A group of Apple workers have joined together to organize and protect ourselves. We are asking fellow Apple workers who want to see real change at Apple to share their stories. When our stories are collected and presented together, they help expose persistent patterns of racism, sexism, inequity, discrimination, intimidation, suppression, coercion, abuse, unfair punishment, and unchecked privilege.
</p>
<p>
We <strong>must</strong> work together, as colleagues - Corporate, AppleCare, and Retail; salaried and hourly; part-time and full-time - to demand systemic change in our work place. We all share a spot in Directory, and yet, we don't share the same treatment, and aren't all given equal rights.
</p>
<p>
Connect with us to share your own experience, stay informed, or unite in solidarity with other current or former Apple workers. United, we can collaborate to iterate a healthier workplace.
</p>
<p>
We are working together to craft a statement on our behalf, reflecting our stories and an outline of changes we expect to see Apple make. Follow along on <a href="https://twitter.com/AppleLaborers">Twitter</a>.
</p>
<a class="connect" href="/connect" rel="nofollow">Connect with #AppleToo</a>
<hr />
<p class="contact"><a href="https://twitter.com/AppleLaborers">@AppleLaborers</a> - <a href="mailto:[email protected]">[email protected]</a> - <a href="https://cherscarlett.typeform.com/to/kGkjNEPy">Wage Transparency Survey</a> - <a href="https://medium.com/appletoo">#AppleToo Stories</a></p>
<h3>Work for another company experiencing similar issues?</h3>
<p class="contact">
Cher Scarlett open-sourced the wage transparency survey and our story survey and resources.
<hr />
<a href="https://github.com/cherscarlett/pay-transparency-survey">Wage Transparency survey</a> - <a href="https://github.com/cherscarlett/it-happens-here-too">It happens #HereToo</a>
</p>
<h2>Know the laws</h2>
<h3>United States</h3>
<ul>
<li>
<blockquote>
Congress enacted the National Labor Relations Act ("NLRA") in 1935 to protect the rights of employees and employers, to encourage collective bargaining, and to curtail certain private sector labor and management practices, which can harm the general welfare of workers, businesses and the U.S. economy.
<cite><a href="https://www.nlrb.gov/about-nlrb/rights-we-protect/the-law">National Labor Relations Board</a></cite>
</blockquote>
</li>
<li>
<blockquote>
You have the right to act with coworkers to address work-related issues in many ways. Examples include: talking with one or more co-workers about your wages and benefits or other working conditions, circulating a petition asking for better hours, participating in a concerted refusal to work in unsafe conditions, and joining with coworkers to talk directly to your employer, to a government agency, or to the media about problems in your workplace. Your employer cannot discharge, discipline, or threaten you for, or coercively question you about, this "protected concerted" activity.
<cite><a href="https://www.nlrb.gov/about-nlrb/rights-we-protect/whats-law">National Labor Relations Board</a></cite>
</blockquote>
</li>
<li>
<blockquote>
The purpose behind pursuing systemic enforcement is to dismantle the pattern, practice or policy that results in or facilitates decisions that are discriminatory. While systemic discrimination can affect significant numbers of employees or applicants, it can also impact small numbers as well.
<cite><a href="https://www.eeoc.gov/systemic-enforcement-eeoc">U.S. Equal Employment Opportunity Commission</a></cite>
</blockquote>
</li>
<li>
<blockquote>
The EEO laws prohibit punishing job applicants or employees for asserting their rights to be free from employment discrimination including harassment. Asserting these EEO rights is called "protected activity," and it can take many forms.
<cite><a href="https://www.eeoc.gov/retaliation">U.S. Equal Employment Opportunity Commission</a></cite>
</blockquote>
</li>
<li>
<blockquote>
California law (called the Fair Employment and Housing Act or FEHA) prohibits discrimination, harassment and retaliation. The law also requires that employers “take reasonable steps to prevent and correct wrongful (harassing, discriminatory, retaliatory) behavior in the workplace (Cal. Govt. Code §12940(k)).
<cite><a href="https://www.dfeh.ca.gov/">The Department of Fair Employment and Housing</a></cite>
</blockquote>
</li>
<ul>
<h3>International</h3>
<ul>
<li>
<a href="http://www.ilo.org/global/standards/introduction-to-international-labour-standards/conventions-and-recommendations/lang--en/index.htm">International Labour Organization</a>
</li>
</ul>
</div>
</body>
</html>