9dbae8a7558124773ba20cadb410a2186b42805d
templates/layout.mustache
... | ... | @@ -70,7 +70,7 @@ |
70 | 70 | <div class="container"> |
71 | 71 | <a href="https://biogrids.org/"><div class="logo"> |
72 | 72 | <!-- <img src="https://biogrids.org/static/images/logo.png" alt="https://biogrids.sbgrid.org/"> --> |
73 | - <img src="images/logo.svg" alt="images/logo.png"> |
|
73 | + <img src="/images/logo.svg" alt="images/logo.png" style="width: 222px; height: 61px;"> |
|
74 | 74 | </div></a> |
75 | 75 | <nav class="main-navigation"> |
76 | 76 | <ul> |
... | ... | @@ -79,36 +79,37 @@ |
79 | 79 | |
80 | 80 | <li><a href="#"><span>Supported </span>Software</a> |
81 | 81 | <ol> |
82 | - <li><a href="https://sbgrid.org/software/">Supported Applications</a></li> |
|
83 | - <li><a href="https://sbgrid.org/newsletters/">Software Newsletter</a></li> |
|
82 | + <li><a href="/software/">Supported Applications</a></li> |
|
83 | + <li><a href="/newsletters/">Software Newsletter</a></li> |
|
84 | 84 | <!-- <li><a href="#">Webinars</a></li> --> |
85 | - <li><a href="https://sbgrid.org/software/tales/">Developer Tales</a></li> |
|
86 | - <li><a href="https://sbgrid.org/software/deploy-your-software/">Deploy Your Software</a></li> |
|
85 | + <li><a href="/software/tales/">Developer Tales</a></li> |
|
86 | + <li><a href="/software/deploy-your-software/">Deploy Your Software</a></li> |
|
87 | 87 | </ol></li> |
88 | 88 | |
89 | 89 | <li><a href="#"><span>Get </span> Help</a> |
90 | 90 | <ol> |
91 | - <li><a href="https://sbgrid.org/wiki/" title="Biogrids Software Collection Help">Support Wiki</a></li> |
|
92 | - <li><a href="https://sbgrid.org/help/?tab=bug">Report Software Bug</a></li> |
|
93 | - <li><a href="https://sbgrid.org/help/?tab=software">Request New Software</a></li> |
|
94 | - <li><a href="https://sbgrid.org/help/?tab=contact-us">Other Support</a></li> |
|
95 | - <li><a href="https://sbgrid.org/help/?tab=grant">Grant Support</a></li> |
|
91 | + <li><a href="/wiki/" title="Biogrids Software Collection Help">Support Wiki</a></li> |
|
92 | + <li><a href="/help/?tab=bug">Report Software Bug</a></li> |
|
93 | + <li><a href="/help/?tab=software">Request New Software</a></li> |
|
94 | + <li><a href="/help/?tab=contact-us">Other Support</a></li> |
|
95 | + <li><a href="/help/?tab=grant">Grant Support</a></li> |
|
96 | 96 | </ol></li> |
97 | 97 | <li><a href="#">About Biogrids</a> |
98 | 98 | <ol> |
99 | - <li><a href="https://sbgrid.org/about/what-we-do/">What We Do</a></li> |
|
100 | - <li><a href="https://sbgrid.org/members/">Members</a></li> |
|
101 | - <li><a href="https://sbgrid.org/about/staff/">Staff</a></li> |
|
102 | - <li><a href="https://sbgrid.org/about/history/">History</a></li> |
|
103 | - <li><a href="https://sbgrid.org/about/advisory/">Advisory |
|
99 | + <li><a href="/about/what-we-do/">What We Do</a></li> |
|
100 | + <li><a href="/members/">Members</a></li> |
|
101 | + <li><a href="/about/staff/">Staff</a></li> |
|
102 | + <li><a href="/about/history/">History</a></li> |
|
103 | + <li><a href="/about/advisory/">Advisory |
|
104 | 104 | Board</a></li> |
105 | - <li><a href="https://sbgrid.org/about/contact/">Contact Us</a></li> |
|
105 | + <li><a href="/about/contact/">Contact Us</a></li> |
|
106 | 106 | </ol></li> |
107 | 107 | </ul> |
108 | 108 | </nav> |
109 | 109 | |
110 | 110 | <a href="https://biogrids.org/"><div class="logo mobile-navigation" > |
111 | - <img src="https://sbgrid.org/static/images/logo.png" alt="https://biogrids.org/" style="padding: 0 0 0 0;" ></div> |
|
111 | + <img src="/images/logo.svg" alt="images/logo.png" style="width: 222px; height: 61px;"> |
|
112 | + <!-- <img src="https://biogrids.org/static/images/logo.png" alt="https://biogrids.org/" style="padding: 0 0 0 0;" ></div> --> |
|
112 | 113 | </a> |
113 | 114 | |
114 | 115 | </div> |