Fix links in releases.o.o footer
A routine 404 check revealed that some links in our footer were leading to 404 pages. This updates the footer on releases.o.o so that it is consistent with the one displayed on openstack.org main website. Change-Id: Icc9290fb07ea4083b1499f1a245bad2e686759c8
This commit is contained in:
parent
4e378ad16f
commit
5876f4c714
@ -4,9 +4,9 @@
|
|||||||
<div class="col-lg-2 col-sm-2">
|
<div class="col-lg-2 col-sm-2">
|
||||||
<h3>OpenStack</h3>
|
<h3>OpenStack</h3>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="http://openstack.org/projects/">Projects</a></li>
|
<li><a href="http://openstack.org/software/project-navigator/">Projects</a></li>
|
||||||
<li><a href="http://openstack.org/projects/openstack-security/">OpenStack Security</a></li>
|
<li><a href="https://security.openstack.org" target="_blank">Security</a></li>
|
||||||
<li><a href="http://openstack.org/projects/openstack-faq/">Common Questions</a></li>
|
<li><a href="http://openstack.org/software/">Software</a></li>
|
||||||
<li><a href="http://openstack.org/blog/">Blog</a></li>
|
<li><a href="http://openstack.org/blog/">Blog</a></li>
|
||||||
<li><a href="http://openstack.org/news/">News</a></li>
|
<li><a href="http://openstack.org/news/">News</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
@ -14,7 +14,7 @@
|
|||||||
<div class="col-lg-2 col-sm-2">
|
<div class="col-lg-2 col-sm-2">
|
||||||
<h3>Community</h3>
|
<h3>Community</h3>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="http://openstack.org/community/">User Groups</a></li>
|
<li><a href="https://www.meetup.com/pro/openinfradev">User Groups</a></li>
|
||||||
<li><a href="http://openstack.org/community/events/">Events</a></li>
|
<li><a href="http://openstack.org/community/events/">Events</a></li>
|
||||||
<li><a href="http://openstack.org/community/jobs/">Jobs</a></li>
|
<li><a href="http://openstack.org/community/jobs/">Jobs</a></li>
|
||||||
<li><a href="http://openstack.org/foundation/companies/">Companies</a></li>
|
<li><a href="http://openstack.org/foundation/companies/">Companies</a></li>
|
||||||
@ -33,22 +33,21 @@
|
|||||||
<div class="col-lg-2 col-sm-2">
|
<div class="col-lg-2 col-sm-2">
|
||||||
<h3>Branding & Legal</h3>
|
<h3>Branding & Legal</h3>
|
||||||
<ul>
|
<ul>
|
||||||
|
<li><a href="http://openstack.org/legal/">Legal Docs</a></li>
|
||||||
<li><a href="http://openstack.org/brand/">Logos & Guidelines</a></li>
|
<li><a href="http://openstack.org/brand/">Logos & Guidelines</a></li>
|
||||||
<li><a href="http://openstack.org/brand/openstack-trademark-policy/">Trademark Policy</a></li>
|
<li><a href="http://openstack.org/brand/openstack-trademark-policy/">Trademark Policy</a></li>
|
||||||
<li><a href="http://openstack.org/privacy/">Privacy Policy</a></li>
|
<li><a href="http://openstack.org/privacy/">Privacy Policy</a></li>
|
||||||
<li><a href="https://wiki.openstack.org/wiki/How_To_Contribute#Contributor_License_Agreement">OpenStack CLA</a></li>
|
<li><a href="https://docs.openstack.org/contributors/common/setup-gerrit.html#individual-contributor-license-agreement">OpenStack CLA</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-lg-4 col-sm-4">
|
<div class="col-lg-4 col-sm-4">
|
||||||
<h3>Stay In Touch</h3>
|
<h3>Stay In Touch</h3>
|
||||||
<a href="https://twitter.com/OpenStack" target="_blank" class="social-icons footer-twitter"></a>
|
<a href="https://twitter.com/OpenStack" target="_blank" class="social-icons footer-twitter"></a>
|
||||||
<a href="https://www.facebook.com/openstack" target="_blank" class="social-icons footer-facebook"></a>
|
<a href="https://www.facebook.com/openinfradev/" target="_blank" class="social-icons footer-facebook"></a>
|
||||||
<a href="https://www.linkedin.com/company/openstack" target="_blank" class="social-icons footer-linkedin"></a>
|
<a href="https://www.linkedin.com/groups/3239106/" target="_blank" class="social-icons footer-linkedin"></a>
|
||||||
<a href="https://www.youtube.com/user/OpenStackFoundation" target="_blank" class="social-icons footer-youtube"></a>
|
<a href="https://www.youtube.com/user/OpenStackFoundation" target="_blank" class="social-icons footer-youtube"></a>
|
||||||
<p class="fine-print">
|
<p class="fine-print">
|
||||||
The OpenStack project is provided under the
|
The OpenStack project is provided under the Apache 2.0 license. The project is supported by the <a href="https://openinfra.dev">OpenInfra Foundation</a>. openstack.org is powered by <a href="https://vexxhost.com" target="_blank">VEXXHOST</a>.
|
||||||
<a href="http://www.apache.org/licenses/LICENSE-2.0">Apache 2.0 license</a>. Openstack.org is powered by
|
|
||||||
<a href="http://rackspace.com" target="_blank">Rackspace Cloud Computing</a>.
|
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user