Skip to content

Commit 8315b9e

Browse files
Removing header/footer and styles
1 parent 5296b21 commit 8315b9e

File tree

5 files changed

+4
-169
lines changed

5 files changed

+4
-169
lines changed

content/en/docs/integration-guide.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ specific to your account.
4545

4646
# Who is the Subscriber
4747

48-
Our [CPS and Subscriber Agreement](/repository) indicate that the Subscriber is whoever holds the private key for a certificate. For hosting providers, that's the provider, not the provider's customer. If you're writing software that people deploy themselves, that's whoever is deploying the software.
48+
Our [CPS and Subscriber Agreement](https://letsencrypt.org/repository) indicate that the Subscriber is whoever holds the private key for a certificate. For hosting providers, that's the provider, not the provider's customer. If you're writing software that people deploy themselves, that's whoever is deploying the software.
4949

50-
The contact email provided when creating accounts (aka registrations) should go to the Subscriber. We'll send email to that address to warn of expiring certs, and notify about changes to our [privacy policy](/privacy). If you're a hosting provider, those notifications should go to you rather than a customer. Ideally, set up a mailing list or alias so that multiple people can respond to notifications, in case you are on vacation.
50+
The contact email provided when creating accounts (aka registrations) should go to the Subscriber. We'll send email to that address to warn of expiring certs, and notify about changes to our [privacy policy](https://letsencrypt.org/privacy). If you're a hosting provider, those notifications should go to you rather than a customer. Ideally, set up a mailing list or alias so that multiple people can respond to notifications, in case you are on vacation.
5151

5252
The upshot of this is that, if you are a hosting provider, you do not need to send us your customers' email addresses or get them to agree to our Subscriber Agreement. You can simply issue certificates for the domains you control and start using them.
5353

@@ -59,7 +59,7 @@ However, for most larger hosting providers we recommend using a single account a
5959

6060
# Multi-domain (SAN) Certificates
6161

62-
Our [issuance policy](/docs/rate-limits) allows for up to 100 names per certificate. Whether you use a separate certificate for every hostname, or group together many hostnames on a small number of certificates, is up to you.
62+
Our [issuance policy](https://letsencrypt.org/docs/rate-limits) allows for up to 100 names per certificate. Whether you use a separate certificate for every hostname, or group together many hostnames on a small number of certificates, is up to you.
6363

6464
Using separate certificates per hostname means fewer moving parts are required to logically add and remove domains as they are provisioned and retired. Separate certificates also minimize certificate size, which can speed up HTTPS handshakes on low-bandwidth networks.
6565

layouts/partials/footer.html

Lines changed: 0 additions & 83 deletions
Original file line numberDiff line numberDiff line change
@@ -1,83 +0,0 @@
1-
{{ if and (ne .Section "docs") (ne .Section "documents") (not .Params.no_donate_footer) }}
2-
<div class="donate-footer">
3-
<div class="wrapper text-center">
4-
<h2>{{ i18n "footer_support_us" }}</h2>
5-
<div class="buttons">
6-
<a class="accent" href="{{ "donate/" | relLangURL }}">{{ i18n "footer_donate" }}</a>
7-
</div>
8-
</div>
9-
</div>
10-
{{ end }}
11-
12-
{{ if ne .Section "documents" }}
13-
<footer class="site-footer">
14-
15-
<div class="wrapper">
16-
<div class="footer-col-wrapper">
17-
<div class="footer-col footer-col-2">
18-
<p>{{ .Site.Params.description | safeHTML }}</p>
19-
<p>
20-
<span itemscope itemtype="http://schema.org/PostalAddress">
21-
<span itemprop="streetAddress">548 Market St, PMB 77519</span>,
22-
<span itemprop="addressLocality">San Francisco</span>,
23-
<span itemprop="addressRegion">CA</span>
24-
<span itemprop="postalCode">94104-5401</span>,
25-
<span itemprop="addressCountry">USA</span>
26-
</span>
27-
</p>
28-
<p>{{ i18n "footer_mailing" }}</p>
29-
<p>
30-
<span itemscope itemtype="http://schema.org/PostalAddress">
31-
<span itemprop="streetAddress">PO Box 18666</span>,
32-
<span itemprop="addressLocality">Minneapolis</span>,
33-
<span itemprop="addressRegion">MN</span>
34-
<span itemprop="postalCode">55418-0666</span>,
35-
<span itemprop="addressCountry">USA</span>
36-
</span>
37-
</p>
38-
</div>
39-
40-
<div class="footer-col footer-col-1">
41-
<ul class="social-media-list">
42-
{{ with .Site.Params.github_username }}
43-
<li>
44-
<i class="fab fa-github" aria-hidden="true"></i>
45-
<a href="https://github.com/{{ . }}">
46-
<span class="username">GitHub</span>
47-
</a>
48-
</li>
49-
{{ end }}
50-
51-
{{ with .Site.Params.twitter_username }}
52-
<li>
53-
<i class="fab fa-twitter" aria-hidden="true"></i>
54-
<a href="https://twitter.com/{{ . }}">
55-
<span class="username">Twitter</span>
56-
</a>
57-
</li>
58-
{{ end }}
59-
{{ with .Site.Params.mastodon_username }}
60-
<li>
61-
<i class="fab fa-mastodon" aria-hidden="true"></i>
62-
<a rel="me" href="https://infosec.exchange/@{{ . }}">
63-
<span class="username">Mastodon</span>
64-
</a>
65-
</li>
66-
{{ end }}
67-
</ul>
68-
{{ i18n "footer_policies" | safeHTML }}
69-
</div>
70-
71-
<div class="footer-col footer-newsletter-col footer-col-3">
72-
<h6>{{ i18n "subscribe_to_newsletter_headline" }}</h6>
73-
<iframe src="https://outreach.abetterinternet.org/l/1011011/2023-02-16/6l51" height="200" style="width: 100%; border: 0"></iframe>
74-
</div>
75-
</div>
76-
77-
</div>
78-
79-
</footer>
80-
{{ end }}{{/* if ne .Section "documents" */}}
81-
82-
{{ $js := resources.Get "js/main.js" | fingerprint "sha512" }}
83-
<script src="{{ $js.RelPermalink }}" integrity="{{ $js.Data.Integrity }}"></script>

layouts/partials/head.html

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -3,28 +3,5 @@
33
<meta name="viewport" content="width=device-width initial-scale=1" />
44
<meta http-equiv="X-UA-Compatible" content="IE=edge">
55
<title>{{ if ne .Title .Site.Title }}{{ .Title }} - {{ end }} {{ .Site.Title }}</title>
6-
<meta name="description" content="{{ with .Description }}{{ . | plainify }}{{ else }}{{if .IsPage}}{{ .Summary | plainify }}{{ else }}{{ with .Site.Params.description }}{{ . | plainify }}{{ end }}{{ end }}{{ end -}}">
7-
<meta name="twitter:card" content="summary">
8-
<meta name="twitter:site" content="@letsencrypt">
9-
<meta name="twitter:title" content="{{ .Title }}">
10-
<meta name="twitter:url" content="{{ .Permalink }}">
11-
<meta name="twitter:description" content="{{ with .Description }}{{ . | plainify }}{{ else }}{{if .IsPage}}{{ .Summary | plainify }}{{ else }}{{ with .Site.Params.description }}{{ . | plainify }}{{ end }}{{ end }}{{ end -}}">
12-
<meta name="twitter:image:src" content="{{ "images/le-logo-twitter-noalpha.png" | absURL }}">
13-
<meta name="og:image" content="{{ "images/LetsEncrypt-SocialShare.png" | absURL }}">
14-
15-
{{ $style := resources.Get "css/main.scss" | resources.ToCSS | minify | fingerprint "sha512" }}
16-
<link rel="stylesheet" href="{{ $style.RelPermalink }}" integrity="{{ $style.Data.Integrity }}" crossorigin="anonymous">
17-
18-
<link rel="stylesheet" href="/fontawesome-free-5.12.1-web/css/all.min.css" />
19-
{{ if .Params.canonicalUrl }}
20-
<link rel="canonical" href="{{ .Params.canonicalUrl }}">
21-
{{ else }}
22-
<link rel="canonical" href="{{ .RelPermalink }}">
23-
{{ end }}
24-
{{ with .Site.Home.OutputFormats.Get "RSS" -}}
25-
<link rel="alternate" href="/feed.xml" type="application/rss+xml" title="{{ i18n "blog_feed" }}" />
26-
{{ end }}
27-
{{ if .Page.Params.do_not_index }}
286
<meta name="robots" content="noindex">
29-
{{ end }}
307
</head>

layouts/partials/header.html

Lines changed: 0 additions & 59 deletions
Original file line numberDiff line numberDiff line change
@@ -1,60 +1 @@
1-
{{ if ne .Section "documents" }}
2-
<header class="site-header">
3-
<a id="skiplink" href="#main-content">{{ i18n "header_skip_nav" }}</a>
4-
<div class="wrapper">
5-
<a class="site-title" href="{{ .Site.Home.RelPermalink }}"><img src="/images/letsencrypt-logo-horizontal.svg" alt="Let's Encrypt"></a>
6-
7-
<span id="menuIcon">
8-
<i class="fas fa-bars"></i>
9-
</span>
10-
<nav class="site-nav" id="menu">
11-
<div class="pure-menu pure-menu-horizontal custom-can-transform">
12-
<ul class="pure-menu-list">
13-
{{ range .Site.Menus.main }}
14-
<li class="pure-menu-item{{ if .HasChildren }} pure-menu-has-children{{ end }}">
15-
<a href="{{ if .HasChildren }}#{{ else }}{{ .URL }}{{ end }}" class="pure-menu-link" tabindex="0">{{ .Name }}</a>
16-
{{ if .HasChildren }}
17-
<ul class="pure-menu-children">
18-
{{ range .Children }}
19-
<li class="pure-menu-item">
20-
<a href="{{ .URL }}" class="pure-menu-link">{{ .Name }}</a>
21-
</li>
22-
{{ end }}
23-
</ul>
24-
{{ end }}
25-
</li>
26-
{{ end }}
27-
{{ $home := .Site.Home }}
28-
{{ $langs := slice }}
29-
{{ if .Translations }}
30-
{{ range .AllTranslations }}
31-
{{ $langs = $langs | append . }}
32-
{{ end }}
33-
{{ else }}
34-
{{ range $home.AllTranslations }}
35-
{{ $langs = $langs | append . }}
36-
{{ end }}
37-
{{ end }}
38-
{{ if gt (len $langs ) 1 }}
39-
<li class="pure-menu-item pure-menu-has-children">
40-
<a href="#" class="pure-menu-link" tabindex="0">{{ i18n "languages" }} <img src="/images/language-icon128px-black.png" class="inline-icon" alt="" aria-hidden="true"></a>
41-
<ul class="pure-menu-children menu-for-languages">
42-
{{ range $langs }}
43-
{{ $isCurrentLang := eq $home.Language .Language }}
44-
<li class="pure-menu-item">
45-
<a href="{{ .RelPermalink }}" lang="{{ .Language.Params.languageCode }}" hreflang="{{ .Language.Params.languageCode }}" class="pure-menu-link">{{ if $isCurrentLang }}✓ {{ end }}{{ .Language.LanguageName }}</a>
46-
</li>
47-
{{ end }}
48-
</ul>
49-
</li>
50-
{{ end }}
51-
</ul>
52-
</div>
53-
</nav>
54-
</div>
55-
</header>
56-
<div id="site-banner">
57-
<a href="https://abetterinternet.org/tenth-anniversary">{{ i18n "site_banner_text" }}</a>
58-
</div>
591
<div id="main-content"></div>
60-
{{ end }}{{/* if ne .Section "documents" */}}

layouts/partials/hero.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{{ if ne .Section "documents" }}
22
{{ $bgImage := printf "images/%d.jpg" (.Param "top_graphic") | relURL }}
3-
<div class="hero slim" style="background-image: url('{{ $bgImage }}');">
3+
<div class="hero slim">
44
<div class="container">
55
<h1>{{ .Title }}</h1>
66
</div>

0 commit comments

Comments
 (0)