forked from sillysecurityawards/awards-site
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
230 lines (224 loc) · 8.6 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<title>Stop Silly Security Awards</title>
<meta
name="description"
content="It's time to end the practice of pay-to-play technology awards."
/>
<meta name="canonical" content="https://sillysecurityawards.com/" />
<link
rel="preload"
as="font"
crossorigin
type="font/woff2"
href="./JetBrainsMono.woff2"
/>
<link
rel="preload"
as="font"
crossorigin
type="font/woff2"
href="./JetBrainsMono-Italic.woff2"
/>
<script type="importmap">
{
"imports": {
"three": "./three/three.module.min.js",
"cannon-es": "./cannon-es.js"
}
}
</script>
<link rel="modulepreload" href="./three/three.module.min.js" />
<link rel="modulepreload" href="./three/jsm/loaders/GLTFLoader.js" />
<link rel="modulepreload" href="./three/jsm/utils/BufferGeometryUtils.js" />
<link rel="modulepreload" href="./toastify-es.js" />
<link rel="modulepreload" href="./cannon-es.js" />
<link rel="stylesheet" href="./toastify.css" />
<link rel="stylesheet" href="./styles.css" />
<script src="./awards.js" type="module"></script>
<script src="./share.js" type="module"></script>
<link rel="icon" href="./favicon.svg" />
<meta property="og:title" content="Stop Silly Security Awards" />
<meta
property="og:description"
content="It's time to end the practice of pay-to-play technology awards."
/>
<meta property="og:url" content="https://sillysecurityawards.com/" />
<meta property="og:type" content="website" />
<meta property="og:site_name" content="Stop Silly Security Awards" />
<meta property="og:locale" content="en" />
<meta
property="og:image"
content="https://sillysecurityawards.com/social.png"
/>
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="600" />
<meta
property="og:image:alt"
content="Stop Silly Security Awards. It's time to end the practice of security technology awards run by marketing companies.
<meta name="twitter:title" content="Stop Silly Security Awards" />
<meta
name="twitter:description"
content="It's time to end the practice of pay-to-play technology awards."
/>
<meta name="twitter:url" content="https://sillysecurityawards.com/" />
<meta
name="twitter:image"
content="https://sillysecurityawards.com/social.png"
/>
<meta
name="twitter:image:alt"
content="Stop Silly Security Awards. It's time to end the practice of pay-to-play technology awards. Sign the pledge and see the awards."
/>
<meta name="twitter:card" content="summary_large_image" />
</head>
<body class="home">
<div class="background"><div></div></div>
<canvas class="three-canvas" id="three-canvas"></canvas>
<div class="nominate">
<div class="nominate__inner container-padding">
<p class="nominate__text" id="nominate-phrase">
Got some spare cash? Nominate yourself for your own award!
</p>
<i class="nominate__arrow"></i>
<button
class="nominate__button button button--primary"
id="nominate-button"
type="button"
>
Get Your Own Award Here<span class="nominate__button__mobile">
for an award</span
>
</button>
</div>
</div>
<div class="nominate__clear" id="nominate-clear">
<button class="button button--secondary button--small" type="button">
Clear out your hard-earned awards?
</button>
</div>
<div class="share" id="share">
<div class="share__inner">
<a
class="share__link"
aria-label="Share on Twitter"
href="https://twitter.com/intent/tweet?url=https%3A%2F%2Fsillysecurityawards.com&text=Stop%20Silly%20Security%20Awards"
target="_blank"
rel="noopener noreferrer"
>
<svg
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
>
<path
d="M23 3a10.9 10.9 0 0 1-3.14 1.53 4.48 4.48 0 0 0-7.86 3v1A10.66 10.66 0 0 1 3 4s-4 9 5 13a11.64 11.64 0 0 1-7 2c9 5 20 0 20-11.5a4.5 4.5 0 0 0-.08-.83A7.72 7.72 0 0 0 23 3z"
></path>
</svg>
</a>
<a
class="share__link"
aria-label="Share on LinkedIn"
href="https://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fsillysecurityawards.com"
target="_blank"
rel="noopener noreferrer"
>
<svg
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
>
<path
d="M16 8a6 6 0 0 1 6 6v7h-4v-7a2 2 0 0 0-2-2 2 2 0 0 0-2 2v7h-4v-7a6 6 0 0 1 6-6z"
></path>
<rect x="2" y="9" width="4" height="12"></rect>
<circle cx="4" cy="4" r="2"></circle>
</svg>
</a>
</div>
</div>
<div class="hero">
<div class="hero__inner container">
<h1 class="hero__title">Stop Silly Security Awards</h1>
<p class="hero__subtitle">
It's time to end the practice of security awards run by marketing companies.
</p>
<div class="hero__text rich-text">
<p>
Marketing firms create their own security awards, and some desperate
companies pay them to be the winners. Some security awards are
sponsored by vendors, who join the judging panel with their vested
interests in specific nominees winning. Others still, are judged by
people with no domain knowledge. We call these Silly Security
Awards, a practice that has been covered in public talks like
<a
href="https://www.youtube.com/watch?v=GHuQC1qLnJ4&t=1471s"
target="_blank"
rel="noopener noreferrer"
>The security products you deserve</a
>
and articles like
<a
href="https://www.linkedin.com/pulse/why-you-should-give-fck-security-awards-mark-curphey"
target="_blank"
rel="noopener noreferrer"
>Why you shouldn't give a f*ck about security awards</a
>. <br /><br />These awards aren’t always obvious to spot, but they
always make it harder to differentiate between real, and made-up
industry recognition. There are lots of variants in the type of
awards, but we all know what silly is when we see it. You might know an award is silly when: <ul>
<li>Organized by a marketing or a PR firm</li>
<li>A company has to pay to participate</li>
<li>The judging criteria is subjective</li>
<li>Judging is done by folks that aren't subject matter experts in the space</li>
<li>Folks running the "competition" reach out to you, like they are selling a product</li>
</ul>
<br />We want the
practice of Silly Security Awards to stop, and so have created a
simple page for companies to pledge to not participate. If no one
plays the game, this practice will hopefully stop.
</p>
</div>
</div>
</div>
<div class="tiles tiles--fit container">
<div class="tile tile--internal">
<h2 class="tile__title">The Industry Pledge</h2>
<ul class="tile__details">
<li>
<span>Companies that have signed</span>
</li>
<li><span>Add your company to the list</span></li>
</ul>
<a class="tile__action button button--primary" href="./pledge"
>See the pledge</a
>
</div>
<div class="tile tile--internal">
<h2 class="tile__title">The Silly Awards List</h2>
<ul class="tile__details">
<li><span>Check out the list of awards</span></li>
<li><span>Nominate an award for the list</span></li>
</ul>
<a class="tile__action button button--primary" href="./awards"
>See the awards</a
>
</div>
</div>
</body>
</html>