|
32 | 32 |
|
33 | 33 | <% include DownloadAppModal %> |
34 | 34 |
|
35 | | - <!-- Footer --> |
36 | | - <footer> |
37 | | - <div class="container"> |
38 | | - <div class="row footer-links"> |
39 | | - <div class="col-lg-2 col-sm-2"> |
40 | | - <h3>OpenStack</h3> |
41 | | - <ul> |
42 | | - <li><a href="/foundation">About The Foundation</a></li> |
43 | | - <li><a href="http://openstack.org/projects/">Projects</a></li> |
44 | | - <li><a href="http://openstack.org/projects/openstack-security/">OpenStack Security</a></li> |
45 | | - <li><a href="http://openstack.org/projects/openstack-faq/">Common Questions</a></li> |
46 | | - <li><a href="http://openstack.org/blog/">Blog</a></li> |
47 | | - </ul> |
48 | | - </div> |
49 | | - <div class="col-lg-2 col-sm-2"> |
50 | | - <h3>Community</h3> |
51 | | - <ul> |
52 | | - <li><a href="http://openstack.org/community/">User Groups</a></li> |
53 | | - <li><a href="http://openstack.org/community/events/">Events</a></li> |
54 | | - <li><a href="http://openstack.org/community/jobs/">Jobs</a></li> |
55 | | - <li><a href="http://openstack.org/foundation/companies/">Companies</a></li> |
56 | | - <li><a href="https://wiki.openstack.org/wiki/How_To_Contribute">Contribute</a></li> |
57 | | - </ul> |
58 | | - </div> |
59 | | - <div class="col-lg-2 col-sm-2"> |
60 | | - <h3>Documentation</h3> |
61 | | - <ul> |
62 | | - <li><a href="http://docs.openstack.org">OpenStack Manuals</a></li> |
63 | | - <li><a href="http://openstack.org/software/start/">Getting Started</a></li> |
64 | | - <li><a href="http://developer.openstack.org">API Documentation</a></li> |
65 | | - <li><a href="https://wiki.openstack.org">Wiki</a></li> |
66 | | - </ul> |
67 | | - </div> |
68 | | - <div class="col-lg-2 col-sm-2"> |
69 | | - <h3>Branding & Legal</h3> |
70 | | - <ul> |
71 | | - <li><a href="http://openstack.org/brand/">Logos & Guidelines</a></li> |
72 | | - <li><a href="http://openstack.org/brand/openstack-trademark-policy/">Trademark Policy</a></li> |
73 | | - <li><a href="http://openstack.org/privacy/">Privacy Policy</a></li> |
74 | | - <li><a href="https://wiki.openstack.org/wiki/How_To_Contribute#Contributor_License_Agreement">OpenStack CLA</a></li> |
75 | | - </ul> |
76 | | - </div> |
77 | | - <div class="col-lg-4 col-sm-4"> |
78 | | - <h3>Stay In Touch</h3> |
79 | | - <a href="https://twitter.com/OpenStack" target="_blank" class="social-icons footer-twitter"></a> |
80 | | - <a href="https://www.facebook.com/openstack" target="_blank" class="social-icons footer-facebook"></a> |
81 | | - <a href="https://www.linkedin.com/company/openstack" target="_blank" class="social-icons footer-linkedin"></a> |
82 | | - <a href="https://www.youtube.com/user/OpenStackFoundation" target="_blank" class="social-icons footer-youtube"></a> |
83 | | - <!-- <form class="form-inline"> |
84 | | - <div class="form-group newsletter-form"> |
85 | | - <label>Join Our Newsletter</label> |
86 | | - <input class="newsletter-input" type="input" placeholder="Email"> |
87 | | - <button type="submit" class="newsletter-btn">Join</button> |
88 | | - </div> |
89 | | - </form> --> |
90 | | - <p class="fine-print"> |
91 | | - The OpenStack project is provided under the Apache 2.0 license. Openstack.org is powered by <a href="http://rackspace.com" target="_blank">Rackspace Cloud Computing</a>. |
92 | | - </p> |
93 | | - </div> |
94 | | - </div> |
95 | | - </div> |
96 | | - </footer> |
| 35 | + <% include SummitPageFooter %> |
97 | 36 |
|
98 | 37 | <!-- Hidden Sidebar Nav --> |
99 | 38 | <div class="sidebar-nav"> |
|
0 commit comments