templates/layout.mustache
... ...
@@ -112,58 +112,17 @@
112 112
113 113
{{{yield}}}
114 114
115
-<!-- HEADER FROM SBgrid -->
116
- <header id="top">
117
-
118
- <div class="container">
119
- <a href="https://biogrids.org/"><div class="logo">
120
- <!-- <img src="https://biogrids.org/static/images/logo.png" alt="https://biogrids.sbgrid.org/"> -->
121
- <img src="https://biogrids.org/wiki/images/logo.svg" alt="wiki/images/logo.png" style="width: 222px; height: 61px;">
122
- </div></a>
123
- <nav class="main-navigation">
124
- <ul>
125
-
126
- <!-- Links sbgrid.org must be changed to https://BIOGRIDS-DOMAIN.org/.../... when the page is published. -->
127
-
128
- <li><a href="#"><span>Supported </span>Software</a>
129
- <ol>
130
- <li><a href="/software/">Supported Applications</a></li>
131
- <li><a href="/newsletters/">Software Newsletter</a></li>
132
- <!-- <li><a href="#">Webinars</a></li> -->
133
- <li><a href="/software/tales/">Developer Tales</a></li>
134
- <li><a href="/software/deploy-your-software/">Deploy Your Software</a></li>
135
- </ol></li>
136
-
137
- <li><a href="#"><span>Get </span> Help</a>
138
- <ol>
139
- <li><a href="/wiki/" title="Biogrids Software Collection Help">Support Wiki</a></li>
140
- <li><a href="/help/?tab=bug">Report Software Bug</a></li>
141
- <li><a href="/help/?tab=software">Request New Software</a></li>
142
- <li><a href="/help/?tab=contact-us">Other Support</a></li>
143
- <li><a href="/help/?tab=grant">Grant Support</a></li>
144
- </ol></li>
145
- <li><a href="#">About Biogrids</a>
146
- <ol>
147
- <li><a href="/about/what-we-do/">What We Do</a></li>
148
- <li><a href="/members/">Members</a></li>
149
- <li><a href="/about/staff/">Staff</a></li>
150
- <li><a href="/about/history/">History</a></li>
151
- <li><a href="/about/advisory/">Advisory
152
- Board</a></li>
153
- <li><a href="/about/contact/">Contact Us</a></li>
154
- </ol></li>
155
- </ul>
156
- </nav>
157
-
158
- <a href="https://biogrids.org/"><div class="logo mobile-navigation" >
159
- <img src="/static/images/logo.svg" alt="images/logo.png" style="width: 222px; height: 61px;">
160
- <!-- <img src="https://biogrids.org/static/images/logo.png" alt="https://biogrids.org/" style="padding: 0 0 0 0;" ></div> -->
161
- </a>
162
-
163
- </div>
164
- </header>
165
-<!--END HEADER FROM SBgrid -->
166
-
115
+<!-- FOOTER FROM SB/BIOgrid -->
116
+ <footer id="footer_wiki">
117
+
118
+ <div class="copyrights">
119
+ <div class="container">
120
+ <p>Copyright © 2017, The President and Fellows of
121
+ Harvard College</p>
122
+ </div>
123
+ </div>
124
+ </footer>
125
+<!-- END FOOTER FROM SB/BIOgrid -->
167 126
168 127
</body>
169 128
</html>