-
Notifications
You must be signed in to change notification settings - Fork 45
/
annual-reports.html
83 lines (69 loc) · 2.31 KB
/
annual-reports.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
---
title: Annual Reports
slug: annual-reports
do_not_translate: 1
---
<main class="page-ar">
<section class="page-ar-container">
<blockquote>When an average day sees Let’s Encrypt issue millions of certificates, what’s an entire year at ISRG look like?</blockquote>
<p>Take a read through our Annual Reports for a closer look at everything ISRG—from the people powering Let’s Encrypt to the internet infrastructure we’re building.</p>
<div class="text-center mb-4">
<a href="/documents/2024-ISRG-Annual-Report.pdf" class="d-inline-block my-2 mx-auto btn big-blue-btn">2024 Annual Report</a>
</div>
<p>
<a href="/documents/2023-ISRG-Annual-Report.pdf" class="">2023 Annual Report</a>
</p>
<p>
<a href="/documents/2022-ISRG-Annual-Report.pdf" class="">2022 Annual Report</a>
</p>
<p>
<a href="/documents/2021-ISRG-Annual-Report.pdf" class="">2021 Annual Report</a>
</p>
<p>
<a href="/documents/2020-ISRG-Annual-Report.pdf" class="">2020 Annual Report</a>
</p>
<p>
<a href="/documents/2019-ISRG-Annual-Report-Desktop.pdf" class="">2019 Annual Report</a>
</p>
<p>
As a nonprofit organization, ISRG is 100% funded by charitable contributions from people and
<a href="/sponsors/">organizations around the world</a>. Every certificate we’ve issued, every person we’ve hired, and every project we’ve launched has happened because of people like you.
</p>
<p>If you or your company can support our work, take a look at what’s involved to <a href="/sponsor/">Become a Sponsor</a> or consider an <a href="/donate/">individual donation</a>.</p>
</section>
</main>
<style>
.page-ar {
line-height: 160%;
}
.page-ar blockquote {
font-size: 1.32rem;
line-height: 1.6;
text-align: center;
margin: 0px 0 40px;
}
.page-ar-container {
margin: 40px auto;
padding: 0 20px;
max-width: 680px;
}
.big-blue-btn {
padding: 15px 50px;
background: rgb(49, 102, 189);
border-radius: 40px;
color: #fff;
transition: transform 120ms;
}
.big-blue-btn:hover {
color: #fff;
transform: scale(1.01);
}
@media screen and (max-width: 400px) {
.big-blue-btn {
width: 100%;
display: block;
padding-left: 0;
padding-right: 0;
}
}
</style>