-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
315 lines (307 loc) · 10 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Perf.Email | Your best source of web performance news</title>
<meta
name="title"
content="Perf.Email | Your best source of web performance news"
/>
<meta
name="description"
content="Curated, fortnightly newsletter on speed, accessibility and user experience."
/>
<meta
content="width=device-width, initial-scale=1, maximum-scale=5"
name="viewport"
/>
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://perf.email/" />
<meta
property="og:title"
content="Perf.Email | Your best source of web performance news"
/>
<meta
property="og:description"
content="Curated, fortnightly newsletter on speed, accessibility and user experience."
/>
<meta
property="og:image"
content="https://perf.email/social/perf-email-social-preview.png"
/>
<link
rel="alternate"
type="application/atom+xml"
title="Feed"
href="https://perf.email/rss"
/>
<link rel="icon" href="https://perf.email/favicons/favicon.ico" />
<link
rel="icon"
href="https://perf.email/favicons/icon.svg"
type="image/svg+xml"
/>
<link
rel="apple-touch-icon"
href="https://perf.email/favicons/apple-touch-icon.png"
/>
<link rel="manifest" href="https://perf.email/manifest.webmanifest" />
<script
src="https://a.perf.email/script.js"
data-site="DTGXNNZT"
defer
></script>
</head>
<body>
<header role="banner">
<div class="container">
<div class="header-content">
<h1>
Your best source of <strong>web performance news</strong>.
Every two weeks.
</h1>
<p>
Receive fresh articles, tools and case studies that will make you a
better web performance advocate. See
<a href="https://mailchi.mp/perf.email/74"
>how it looks</a
>
and
<a
href="https://us2.campaign-archive.com/home/?u=9067434ef642e9c92aa7453d2&id=7cba5dc7bd"
>browse the archives</a
>.
</p>
<a
href="http://eepurl.com/dvw6Cj"
class="button"
onclick="fathom.trackGoal('PNQS9IOB', 0);"
>Subscribe</a
>
<p>No spam. We treat your information with care.</p>
</div>
<!-- header-content -->
<div class="header-image-wrapper">
<picture>
<source
srcset="perf-email-preview-dark.webp"
media="(prefers-color-scheme: dark)"
/>
<source
srcset="perf-email-preview-light.webp"
media="(prefers-color-scheme: light)"
/>
<img
src="perf-email-preview-light.png"
class="header-promo-image"
width="720"
height="835"
alt="A preview of Performance Newsletter showcasing the editor's note"
/>
</picture>
</div>
<!-- header-image-wrapper -->
</div>
<!-- container -->
</header>
<main role="main" class="container">
<h2>Here’s what our readers think:</h2>
<section class="testimonials-container flex">
<div class="testimonial bg-green100 box">
<div class="testimonial-inner">
<p>
“Well curated and includes articles I would not have otherwise
come across.”
</p>
<div class="testimonial-author">
<img
src="/testimonials/addy-osmani.png"
alt="Addy Osmani"
class="testimonial-author-photo"
width="50"
height="50"
/>
<a href="https://addyosmani.com/">Addy Osmani</a>
<p>Engineering Manager</p>
</div>
<!-- testimonial-author -->
</div>
<!-- testimonial-inner -->
</div>
<!-- testimonial -->
<div class="testimonial bg-yellow200 box">
<div class="testimonial-inner">
<p>“I love️ the Performance Newsletter! 👏🏻 ”</p>
<div class="testimonial-author">
<img
src="/testimonials/alice-orru.png"
alt="Alice Orrù"
class="testimonial-author-photo"
width="50"
height="50"
/>
<a href="https://www.aliceorru.me/">Alice Orrù</a>
<p>Inclusive Copywriter</p>
</div>
<!-- testimonial-author -->
</div>
<!-- testimonial-inner -->
</div>
<!-- testimonial -->
<div class="testimonial bg-red100 box">
<div class="testimonial-inner">
<p>
“This newsletter is easily the best performance publication we
have.”
</p>
<div class="testimonial-author">
<img
src="/testimonials/harry-roberts.png"
alt="Harry Roberts"
class="testimonial-author-photo"
width="50"
height="50"
/>
<a href="https://csswizardry.com/">Harry Roberts</a>
<p>Web Performance Engineer</p>
</div>
<!-- testimonial-author -->
</div>
<!-- testimonial-inner -->
</div>
<!-- testimonial -->
<div class="testimonial bg-blue100 box">
<div class="testimonial-inner">
<p>
“Reliably one of the best value for no money newsletters in my
inbox.”
</p>
<div class="testimonial-author">
<img
src="/testimonials/alex-russell.png"
alt="Alex Russell"
class="testimonial-author-photo"
width="50"
height="50"
/>
<a href="https://infrequently.org/">Alex Russell</a>
<p>Tech Lead</p>
</div>
<!-- testimonial-author -->
</div>
<!-- testimonial-inner -->
</div>
<!-- testimonial -->
<div class="testimonial bg-grey100 box">
<div class="testimonial-inner">
<p>
“A goldmine of resources to make your webperf adventures more
fruitful.”
</p>
<div class="testimonial-author">
<img
src="/testimonials/cosima-mielke.png"
alt="Cosima Mielke"
class="testimonial-author-photo"
width="50"
height="50"
/>
<a href="https://www.smashingmagazine.com/author/cosima-mielke/"
>Cosima Mielke</a
>
<p>Editor</p>
</div>
<!-- testimonial-author -->
</div>
<!-- testimonial-inner -->
</div>
<!-- testimonial -->
<div class="testimonial bg-purple100 box">
<div class="testimonial-inner">
<p>
“It looks beautiful. Probably one of the nicest newsletters
I know. 👌🏻 ”
</p>
<div class="testimonial-author">
<img
src="/testimonials/anton-sten.png"
alt="Anton Sten"
class="testimonial-author-photo"
width="50"
height="50"
/>
<a href="https://www.antonsten.com/">Anton Sten</a>
<p>Design and UX Lead</p>
</div>
<!-- testimonial-author -->
</div>
<!-- testimonial-inner -->
</div>
<!-- testimonial -->
</section>
<!-- testimonials-container -->
</main>
<footer role="contentinfo">
<div class="footer-links">
<div class="container">
<div class="flex">
<a class="box narrow" rel="me" href="https://webperf.social/@calibre">Follow on Mastodon</a>
<a class="box narrow" href="/rss">Receive issues via RSS</a>
<a class="box narrow" href="mailto:[email protected]">Suggest new content</a>
</div>
<!-- flex -->
</div>
<!-- container -->
</div>
<div class="footer-disclaimer bg-blue500">
<div class="container flex">
<div class="box">
<a href="https://calibreapp.com/">
<img
src="calibre-logo.svg"
width="134"
height="40"
alt="Calibre logo"
/>
</a>
</div>
<!-- box -->
<div class="box">
<p>
Performance Newsletter is brought to you by <a
href="https://calibreapp.com/"
>Calibre</a
>: an all-in-one speed monitoring platform.
</p>
<p>
Curated by <a href="https://karolinaszczur.com/">Karolina Szczur</a>.
</p>
</div>
<!-- box -->
<div class="box">
<p>
This newsletter is sent from the traditional lands of the
Wurundjeri/Woiwurrung people of the Kulin nation. We acknowledge
that
<a
href="https://www.firstpeoplesvic.org/about/the-treaty-journey-so-far/"
>sovereignty was never ceded</a
>
and pay respects to the Elders past, present and emerging.
</p>
<img
src="aboriginal-flag.svg"
width="50"
height="30"
alt="Aboriginal flag"
/>
</div>
<!-- box -->
</div>
<!-- container flex -->
</div>
</footer>
<script type="module" src="/main.js"></script>
</body>
</html>