templates/layout.mustache
... ...
@@ -58,8 +58,112 @@
58 58
<title>{{title}}</title>
59 59
</head>
60 60
<body>
61
-<div class="container-lg clearfix">
61
+<!-- HEADER FROM SBgrid -->
62
+ <header id="top">
63
+
64
+ <div class="container">
65
+ <a href="https://biogrids.org/"><div class="logo">
66
+ <!-- <img src="https://biogrids.org/static/images/logo.png" alt="https://biogrids.sbgrid.org/"> -->
67
+ <img src="https://biogrids.org/wiki/images/logo.svg" alt="wiki/images/logo.png" style="width: 222px; height: 61px;">
68
+ </div></a>
69
+ <nav class="main-navigation">
70
+ <ul>
71
+
72
+ <!-- Links sbgrid.org must be changed to https://BIOGRIDS-DOMAIN.org/.../... when the page is published. -->
73
+
74
+ <li><a href="#"><span>Supported </span>Software</a>
75
+ <ol>
76
+ <li><a href="/software/">Supported Applications</a></li>
77
+ <li><a href="/newsletters/">Software Newsletter</a></li>
78
+ <!-- <li><a href="#">Webinars</a></li> -->
79
+ <li><a href="/software/tales/">Developer Tales</a></li>
80
+ <li><a href="/software/deploy-your-software/">Deploy Your Software</a></li>
81
+ </ol></li>
82
+
83
+ <li><a href="#"><span>Get </span> Help</a>
84
+ <ol>
85
+ <li><a href="/wiki/" title="Biogrids Software Collection Help">Support Wiki</a></li>
86
+ <li><a href="/help/?tab=bug">Report Software Bug</a></li>
87
+ <li><a href="/help/?tab=software">Request New Software</a></li>
88
+ <li><a href="/help/?tab=contact-us">Other Support</a></li>
89
+ <li><a href="/help/?tab=grant">Grant Support</a></li>
90
+ </ol></li>
91
+ <li><a href="#">About Biogrids</a>
92
+ <ol>
93
+ <li><a href="/about/what-we-do/">What We Do</a></li>
94
+ <li><a href="/members/">Members</a></li>
95
+ <li><a href="/about/staff/">Staff</a></li>
96
+ <li><a href="/about/history/">History</a></li>
97
+ <li><a href="/about/advisory/">Advisory
98
+ Board</a></li>
99
+ <li><a href="/about/contact/">Contact Us</a></li>
100
+ </ol></li>
101
+ </ul>
102
+ </nav>
103
+
104
+ <a href="https://biogrids.org/"><div class="logo mobile-navigation" >
105
+ <img src="/static/images/logo.svg" alt="images/logo.png" style="width: 222px; height: 61px;">
106
+ <!-- <img src="https://biogrids.org/static/images/logo.png" alt="https://biogrids.org/" style="padding: 0 0 0 0;" ></div> -->
107
+ </a>
108
+
109
+ </div>
110
+ </header>
111
+<!--END HEADER FROM SBgrid -->
112
+
62 113
{{{yield}}}
63
-</div>
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
+
167
+
64 168
</body>
65 169
</html>