|
41 | 41 | <div class="row fullwidth"> |
42 | 42 | <div class="small-4 medium-4 large-4 small-only-text-center columns logo-and-copyright"> |
43 | 43 | <div class="logo"> |
44 | | - <a id="footer-return" href="/"><img src="{{ base_url }}/static/img/svg/footer-logo.svg" alt="Deis"></a> |
| 44 | + <a id="footer-return" href="//deis.com"><img src="{{ base_url }}/static/img/svg/footer-logo.svg" alt="Deis"></a> |
45 | 45 | </div> |
46 | 46 | <p class="copyright show-for-medium-up"> |
47 | | - <a id="footer-privacy" href="/policies/privacy">Privacy Policy</a> |
| 47 | + <a id="footer-privacy" href="//deis.com/policies/privacy">Privacy Policy</a> |
48 | 48 | </p> |
49 | 49 | <p class="copyright show-for-medium-up">Deis.com and the Deis project are maintained by <a href="https://engineyard.com/"><img src="{{ base_url }}/static/img/svg/footer-engine-yard.svg" alt="Engine Yard"></p> |
50 | 50 | </div> |
51 | 51 | <div class="small-8 medium-8 large-8 columns"> |
52 | | - <dl> |
53 | | - <dt><a id="footer-gh-community" href="/community">Deis Community</a></dt> |
54 | | - <dd><a id="footer-get-involved" href="/community">Get Involved</a></dd> |
55 | | - <dd><a id="footer-videos-events" href="/community#videos-events">Videos & Events</a></dd> |
56 | | - <dd><a id="footer-roadmap" href="https://docs-v2.readthedocs.io/en/latest/roadmap/roadmap/">Project Roadmap</a></dd> |
57 | | - </dl> |
58 | | - <dl> |
59 | | - <dt><a id="footer-docs" href="https://docs-v2.readthedocs.io/en/latest/">Docs</a></dt> |
60 | | - <dd><a id="footer-installing" href="https://docs-v2.readthedocs.io/en/latest/installing-workflow/">Installing Workflow</a></dd> |
61 | | - <dd><a id="footer-architecture" href="https://docs-v2.readthedocs.io/en/latest/understanding-workflow/architecture/">Architecture</a></dd> |
62 | | - </dl> |
63 | | - <dl> |
64 | | - <dt><a id="footer-services" href="/services">Services</a></dt> |
65 | | - <dd><a id="footer-support-plans" href="/services#support">Support Plans</a></dd> |
66 | | - <dd><a id="footer-pro-serv" href="/services">Pro Services</a></dd> |
67 | | - </dl> |
68 | | - <dl> |
69 | | - <dt><a id="footer-company" href="/about">Company</a></dt> |
70 | | - <dd><a id="footer-about" href="/about">About</a></dd> |
71 | | - <dd><a id="footer-careers" href="/careers">Careers</a></dd> |
72 | | - <dd><a id="footer-contact" href="/about#contact">Contact</a></dd> |
73 | | - </dl> |
| 52 | + <div class="row"> |
| 53 | + <div class="small-6 medium-3 columns"> |
| 54 | + <dl> |
| 55 | + <dt><a id="footer-gh-community" href="//deis.com/community"><span class="hide-for-medium-down">Deis</span> Community</a></dt> |
| 56 | + <dd><a id="footer-get-involved" href="//deis.com/community">Get Involved</a></dd> |
| 57 | + <dd><a id="footer-videos-events" href="//deis.com/community#videos-events">Videos & Events</a></dd> |
| 58 | + <dd><a id="footer-roadmap" href="https://docs-v2.readthedocs.io/en/latest/roadmap/roadmap/">Project Roadmap</a></dd> |
| 59 | + </dl> |
| 60 | + </div> |
| 61 | + <div class="small-6 medium-3 columns"> |
| 62 | + <dl> |
| 63 | + <dt><a id="footer-docs" href="https://docs-v2.readthedocs.io/en/latest/">Docs</a></dt> |
| 64 | + <dd><a id="footer-installing" href="https://docs-v2.readthedocs.io/en/latest/installing-workflow/">Installing Workflow</a></dd> |
| 65 | + <dd><a id="footer-architecture" href="https://docs-v2.readthedocs.io/en/latest/understanding-workflow/architecture/">Architecture</a></dd> |
| 66 | + </dl> |
| 67 | + </div> |
| 68 | + <div class="small-6 medium-3 columns"> |
| 69 | + <dl> |
| 70 | + <dt><a id="footer-services" href="//deis.com/services">Services</a></dt> |
| 71 | + <dd><a id="footer-support-plans" href="//deis.com/services#support">Support Plans</a></dd> |
| 72 | + <dd><a id="footer-pro-serv" href="//deis.com/services">Pro Services</a></dd> |
| 73 | + </dl> |
| 74 | + </div> |
| 75 | + <div class="small-6 medium-3 columns"> |
| 76 | + <dl> |
| 77 | + <dt><a id="footer-company" href="//deis.com/about">Company</a></dt> |
| 78 | + <dd><a id="footer-about" href="//deis.com/about">About</a></dd> |
| 79 | + <dd><a id="footer-careers" href="//deis.com/careers">Careers</a></dd> |
| 80 | + <dd><a id="footer-contact" href="//deis.com/about#contact">Contact</a></dd> |
| 81 | + </dl> |
| 82 | + </div> |
| 83 | + </div> |
74 | 84 | </div> |
75 | 85 | </div> |
76 | 86 | </section> |
|
0 commit comments