Skip to content

Commit 71984f6

Browse files
Luke Billingtonnginx-jack
Luke Billington
authored andcommitted
feat: remove legacy feedback form links and layouts
1 parent 316050e commit 71984f6

File tree

3 files changed

+277
-121
lines changed

3 files changed

+277
-121
lines changed

layouts/feedback/single.html

Lines changed: 0 additions & 14 deletions
This file was deleted.

layouts/partials/footer.html

Lines changed: 277 additions & 84 deletions
Original file line numberDiff line numberDiff line change
@@ -1,90 +1,283 @@
11
<footer id="footer">
2-
<div class="container-fluid">
2+
<div class="container-fluid">
3+
<div class="row align-items-center">
4+
<div class="col-md-6 d-md-flex">
5+
<img class="nginx-logo-footer" src="{{
6+
"/images/icons/[email protected]" | absURL
7+
}}"/>
8+
</div>
9+
</div>
310

4-
<div class="row align-items-center">
11+
{{ if not ( in .Site.Params.buildtype "package" ) }}
12+
<div class="row d-print-none d-none d-md-flex">
13+
<div class="col-md-3 d-none d-md-block">
14+
<span class="footer-head">Company</span>
15+
<ul class="footer-text">
16+
<li>
17+
<a
18+
href="https://www.f5.com/go/product/welcome-to-nginx"
19+
target="_blank"
20+
alt="Select to learn about F5 NGINX"
21+
>About F5 NGINX</a
22+
>
23+
</li>
24+
<li>
25+
<a
26+
href="https://www.f5.com/company/events"
27+
target="_blank"
28+
alt="Select to learn about F5 events"
29+
>Events</a
30+
>
31+
</li>
32+
</ul>
33+
<br />
34+
<span class="footer-head">Resources</span>
35+
<ul class="footer-text">
36+
<li>
37+
<a
38+
href="https://www.f5.com/company/blog/nginx"
39+
target="_blank"
40+
alt="Select to visit the F5 NGINX blog"
41+
>Blog</a
42+
>
43+
</li>
44+
<li>
45+
<a
46+
href="https://www.f5.com/go/faq/nginx-faq"
47+
target="_blank"
48+
alt="Select to visit the F5 NGINX frequently asked questions page"
49+
>FAQ</a
50+
>
51+
</li>
52+
<li>
53+
<a
54+
href="https://www.f5.com/services"
55+
target="_blank"
56+
alt="Select to learn about F5 NGINX Support"
57+
>Professional Services</a
58+
>
59+
</li>
60+
<li>
61+
<a
62+
href="https://www.f5.com/learn/training"
63+
target="_blank"
64+
alt="Select to learn about F5 training offerings"
65+
>Training</a
66+
>
67+
</li>
68+
</ul>
69+
</div>
570

6-
<div class="col-md-6 d-md-flex">
7-
<img class="nginx-logo-footer" src="{{ "/images/icons/[email protected]" | absURL }}"/>
8-
</div>
71+
<div class="col-md-3 d-none d-md-block">
72+
<span class="footer-head">Products</span>
73+
<ul class="footer-text">
74+
<li>
75+
<a
76+
title="F5 NGINX One"
77+
aria-label="F5 NGINX One"
78+
href="https://www.f5.com/products/nginx/one"
79+
>F5 NGINX One</a
80+
>
81+
</li>
82+
<li>
83+
<a
84+
title="F5 NGINX Plus"
85+
aria-label="F5 NGINX Plus"
86+
href="https://www.f5.com/products/nginx/nginx-plus"
87+
>F5 NGINX Plus</a
88+
>
89+
</li>
90+
<li>
91+
<a
92+
title="F5 NGINX App Protect"
93+
aria-label="F5 NGINX App Protect"
94+
href="https://www.f5.com/products/nginx/nginx-app-protect"
95+
>F5 NGINX App Protect</a
96+
>
97+
</li>
98+
<li>
99+
<a
100+
title="F5 NGINX Instance Manager"
101+
aria-label="F5 NGINX Instance Manager"
102+
href="https://www.f5.com/products/nginx/instance-manager"
103+
>F5 NGINX Instance Manager</a
104+
>
105+
</li>
106+
<li>
107+
<a
108+
title="F5 NGINX Ingress Controller"
109+
aria-label="F5 NGINX Ingress Controller"
110+
href="https://www.f5.com/products/nginx/nginx-ingress-controller"
111+
>F5 NGINX Ingress Controller</a
112+
>
113+
</li>
114+
<li>
115+
<a
116+
title="F5 NGINX Gateway Fabric"
117+
aria-label="F5 NGINX Gateway Fabric"
118+
href="https://www.f5.com/products/nginx/nginx-gateway-fabric"
119+
>F5 NGINX Gateway Fabric</a
120+
>
121+
</li>
122+
<li>
123+
<a
124+
title="F5 NGINXaaS for Azure"
125+
aria-label="F5 NGINXaaS for Azure"
126+
href="https://www.f5.com/products/nginx/f5-nginxaas-for-azure"
127+
>F5 NGINXaaS for Azure</a
128+
>
129+
</li>
130+
</ul>
131+
</div>
9132

10-
{{ if not ( in .Site.Params.buildtype "package" ) }}
11-
<div class="col-md d-flex footer-text">
12-
<div class="col-xl d-none d-md-block align-self-center text-semibold align-right">
13-
<span>Found a bug? Looking for something new?</span>
14-
</div>
15-
<div class="col-lg d-none d-md-block pl-0">
16-
<button class="button footer-button"><a href="{{ "/feedback/" | absURL }}" alt="Select if you have feedback">Let Us Know</a></button>
17-
</div>
18-
</div>
19-
{{ end }}
133+
<div class="col-md-3 d-none d-md-block">
134+
<span class="footer-head">NGINX on GitHub</span>
135+
<ul class="footer-text">
136+
<li>
137+
<a
138+
title="NGINX Open Source"
139+
aria-label="NGINX Open Source"
140+
href="https://github.com/nginx/nginx"
141+
><span class="inner">NGINX Open Source</span></a
142+
>
143+
</li>
144+
<li>
145+
<a
146+
title="NGINX Unit"
147+
aria-label="NGINX Unit"
148+
href="https://github.com/nginx/unit"
149+
><span class="inner">NGINX Unit</span></a
150+
>
151+
</li>
152+
<li>
153+
<a
154+
title="NGINX Amplify"
155+
aria-label="NGINX Amplify"
156+
href="https://github.com/nginxinc/nginx-amplify-agent"
157+
><span class="inner">NGINX Amplify</span></a
158+
>
159+
</li>
160+
<li>
161+
<a
162+
title="NGINX Agent"
163+
aria-label="NGINX Agent"
164+
href="https://github.com/nginx/Agent"
165+
><span class="inner">NGINX Agent</span></a
166+
>
167+
</li>
168+
<li>
169+
<a
170+
title="NGINX Kubernetes Ingress Controller"
171+
aria-label="NGINX Kubernetes Ingress Controller"
172+
href="https://github.com/nginxinc/kubernetes-ingress"
173+
><span class="inner">NGINX Kubernetes Ingress Controller</span></a
174+
>
175+
</li>
176+
<li>
177+
<a
178+
title="NGINX Gateway Fabric"
179+
aria-label="NGINX Gateway Fabric"
180+
href="https://github.com/nginxinc/nginx-gateway-fabric"
181+
><span class="inner">NGINX Gateway Fabric</span></a
182+
>
183+
</li>
184+
</ul>
185+
</div>
20186

21-
</div>
22-
23-
24-
{{ if not ( in .Site.Params.buildtype "package" ) }}
25-
<div class="row d-print-none d-none d-md-flex">
26-
<div class="col-md-3 d-none d-md-block">
27-
<span class="footer-head">Company</span>
28-
<ul class="footer-text">
29-
<li><a href="https://www.f5.com/go/product/welcome-to-nginx" target="_blank" alt="Select to learn about F5 NGINX">About F5 NGINX</a></li>
30-
<li><a href="https://www.f5.com/company/events" target="_blank" alt="Select to learn about F5 events">Events</a></li>
31-
</ul>
32-
<br />
33-
<span class="footer-head">Resources</span>
34-
<ul class="footer-text">
35-
<li><a href="https://www.f5.com/company/blog/nginx" target="_blank" alt="Select to visit the F5 NGINX blog" >Blog</a></li>
36-
<li><a href="https://www.f5.com/go/faq/nginx-faq" target="_blank" alt="Select to visit the F5 NGINX frequently asked questions page" >FAQ</a></li>
37-
<li><a href="https://www.f5.com/services" target="_blank" alt="Select to learn about F5 NGINX Support">Professional Services</a></li>
38-
<li><a href="https://www.f5.com/learn/training" target="_blank" alt="Select to learn about F5 training offerings" >Training</a></li>
39-
</ul>
40-
</div>
41-
42-
<div class="col-md-3 d-none d-md-block">
43-
<span class="footer-head">Products</span>
44-
<ul class="footer-text">
45-
<li><a title="F5 NGINX One" aria-label="F5 NGINX One" href="https://www.f5.com/products/nginx/one">F5 NGINX One</a></li>
46-
<li><a title="F5 NGINX Plus" aria-label="F5 NGINX Plus" href="https://www.f5.com/products/nginx/nginx-plus">F5 NGINX Plus</a></li>
47-
<li><a title="F5 NGINX App Protect" aria-label="F5 NGINX App Protect" href="https://www.f5.com/products/nginx/nginx-app-protect">F5 NGINX App Protect</a></li>
48-
<li><a title="F5 NGINX Instance Manager" aria-label="F5 NGINX Instance Manager" href="https://www.f5.com/products/nginx/instance-manager">F5 NGINX Instance Manager</a></li>
49-
<li><a title="F5 NGINX Ingress Controller" aria-label="F5 NGINX Ingress Controller" href="https://www.f5.com/products/nginx/nginx-ingress-controller">F5 NGINX Ingress Controller</a></li>
50-
<li><a title="F5 NGINX Gateway Fabric" aria-label="F5 NGINX Gateway Fabric" href="https://www.f5.com/products/nginx/nginx-gateway-fabric">F5 NGINX Gateway Fabric</a></li>
51-
<li><a title="F5 NGINXaaS for Azure" aria-label="F5 NGINXaaS for Azure" href="https://www.f5.com/products/nginx/f5-nginxaas-for-azure">F5 NGINXaaS for Azure</a></li>
52-
</ul>
53-
</div>
54-
55-
<div class="col-md-3 d-none d-md-block">
56-
<span class="footer-head">NGINX on GitHub</span>
57-
<ul class="footer-text">
58-
<li><a title="NGINX Open Source" aria-label="NGINX Open Source" href="https://github.com/nginx/nginx"><span class="inner">NGINX Open Source</span></a></li>
59-
<li><a title="NGINX Unit" aria-label="NGINX Unit" href="https://github.com/nginx/unit"><span class="inner">NGINX Unit</span></a></li>
60-
<li><a title="NGINX Amplify" aria-label="NGINX Amplify" href="https://github.com/nginxinc/nginx-amplify-agent"><span class="inner">NGINX Amplify</span></a></li>
61-
<li><a title="NGINX Agent" aria-label="NGINX Agent" href="https://github.com/nginx/Agent"><span class="inner">NGINX Agent</span></a></li>
62-
<li><a title="NGINX Kubernetes Ingress Controller" aria-label="NGINX Kubernetes Ingress Controller" href="https://github.com/nginxinc/kubernetes-ingress"><span class="inner">NGINX Kubernetes Ingress Controller</span></a></li>
63-
<li><a title="NGINX Gateway Fabric" aria-label="NGINX Gateway Fabric" href="https://github.com/nginxinc/nginx-gateway-fabric"><span class="inner">NGINX Gateway Fabric</span></a></li>
64-
</ul>
65-
</div>
66-
67-
<div class="col-md-2 d-none d-md-block">
68-
<span class="footer-head">Social</span>
69-
<ul class="footer-social">
70-
<li><a href="https://www.facebook.com/nginxinc" title="facebook" aria-label="facebook" target="_blank" rel="noreferrer"><i class="fa-brands fa-facebook" aria-hidden="true"></i>
71-
</a></li>
72-
<li><a href="https://twitter.com/nginx" title="X" aria-label="x" target="_blank" rel="noreferrer"><i class="fa-brands fa-x-twitter" aria-hidden="true"></i></a></li>
73-
<li><a href="https://www.linkedin.com/company/nginx" title="linkedin" aria-label="linkedin" target="_blank" rel="noreferrer"><i class="fa-brands fa-linkedin" aria-hidden="true"></i>
74-
</a></li>
75-
<li><a href="https://www.youtube.com/user/NginxInc" title="youtube" aria-label="youtube" target="_blank" rel="noreferrer" alt="NGINX Youtube Channel"><i class="fa-brands fa-square-youtube" aria-hidden="true"></i>
76-
</a></li>
77-
</ul>
78-
</div>
79-
</div>
80-
{{ end }}
81-
<div class="site-info footer-text">
82-
83-
<div class="text-center">
84-
<p><a href="https://www.f5.com/"><img class="f5-logo-footer" src="{{ "/images/icons/Logo_F5.svg" | absURL }}" alt="F5 logo"></a>
85-
©2025 F5, Inc. All rights reserved.</p><p><a href="https://www.f5.com/company/policies/trademarks" rel="noopener" target="_blank">Trademarks</a> <a href="https://www.f5.com/company/policies" rel="noopener" target="_blank">Policies</a> <a href="https://docs.nginx.com/ossc">Open Source Components</a> <a href="https://www.f5.com/company/policies/privacy-notice" rel="noopener" target="_blank">Privacy</a> <a href="https://www.f5.com/company/policies/F5-California-privacy-summary" rel="noopener" target="_blank">California Privacy</a> <a href="https://www.f5.com/company/policies/privacy-notice#no-sell" rel="noopener" target="_blank">Do Not Sell My Personal Information</a> <span id="teconsent"></span></p>
86-
</div>
87-
88-
</div><!-- /.site-info -->
89-
</div><!-- /.container-fluid -->
187+
<div class="col-md-2 d-none d-md-block">
188+
<span class="footer-head">Social</span>
189+
<ul class="footer-social">
190+
<li>
191+
<a
192+
href="https://www.facebook.com/nginxinc"
193+
title="facebook"
194+
aria-label="facebook"
195+
target="_blank"
196+
rel="noreferrer"
197+
><i class="fa-brands fa-facebook" aria-hidden="true"></i>
198+
</a>
199+
</li>
200+
<li>
201+
<a
202+
href="https://twitter.com/nginx"
203+
title="X"
204+
aria-label="x"
205+
target="_blank"
206+
rel="noreferrer"
207+
><i class="fa-brands fa-x-twitter" aria-hidden="true"></i
208+
></a>
209+
</li>
210+
<li>
211+
<a
212+
href="https://www.linkedin.com/company/nginx"
213+
title="linkedin"
214+
aria-label="linkedin"
215+
target="_blank"
216+
rel="noreferrer"
217+
><i class="fa-brands fa-linkedin" aria-hidden="true"></i>
218+
</a>
219+
</li>
220+
<li>
221+
<a
222+
href="https://www.youtube.com/user/NginxInc"
223+
title="youtube"
224+
aria-label="youtube"
225+
target="_blank"
226+
rel="noreferrer"
227+
alt="NGINX Youtube Channel"
228+
><i class="fa-brands fa-square-youtube" aria-hidden="true"></i>
229+
</a>
230+
</li>
231+
</ul>
232+
</div>
233+
</div>
234+
{{ end }}
235+
<div class="site-info footer-text">
236+
<div class="text-center">
237+
<p>
238+
<a href="https://www.f5.com/"
239+
><img class="f5-logo-footer" src="{{ "/images/icons/Logo_F5.svg" |
240+
absURL }}" alt="F5 logo"></a
241+
>
242+
©2025 F5, Inc. All rights reserved.
243+
</p>
244+
<p>
245+
<a
246+
href="https://www.f5.com/company/policies/trademarks"
247+
rel="noopener"
248+
target="_blank"
249+
>Trademarks</a
250+
>
251+
<a
252+
href="https://www.f5.com/company/policies"
253+
rel="noopener"
254+
target="_blank"
255+
>Policies</a
256+
>
257+
<a href="https://docs.nginx.com/ossc">Open Source Components</a>
258+
<a
259+
href="https://www.f5.com/company/policies/privacy-notice"
260+
rel="noopener"
261+
target="_blank"
262+
>Privacy</a
263+
>
264+
<a
265+
href="https://www.f5.com/company/policies/F5-California-privacy-summary"
266+
rel="noopener"
267+
target="_blank"
268+
>California Privacy</a
269+
>
270+
<a
271+
href="https://www.f5.com/company/policies/privacy-notice#no-sell"
272+
rel="noopener"
273+
target="_blank"
274+
>Do Not Sell My Personal Information</a
275+
>
276+
<span id="teconsent"></span>
277+
</p>
278+
</div>
279+
</div>
280+
<!-- /.site-info -->
281+
</div>
282+
<!-- /.container-fluid -->
90283
</footer>

0 commit comments

Comments
 (0)