-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsidebar.html
More file actions
executable file
·19 lines (18 loc) · 1.21 KB
/
sidebar.html
File metadata and controls
executable file
·19 lines (18 loc) · 1.21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<p><a href="http://lsgc.org"><img src="images/lsgc-logo-small.png" alt="Life-Science Grid Community"></a></p>
<div class="btn-group-vertical" role="group">
<a class="btn btn-primary" role="button" href="index.html">LSGC Home</a>
<div class="btn-group" role="group">
<button type="button" class="btn btn-primary dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Virtual Organizations<span class="caret"></span></button>
<ul class="dropdown-menu">
<li><a href="biomed.html">biomed</a></li>
<li><a href="https://www.eu-decide.eu">DECIDE</a></li>
<li><a href="http://operations-portal.egi.eu/vo/view/voname/lsgrid">lsgrid</a></li>
<li><a href="medigrid.html">medigrid (NGI-DE)</a></li>
<li><a href="vlemed.html">vlemed</a></li>
<li><a href="https://mosgrid.de/portal">MOSGRID</a></li>
</ul>
</div>
<a class="btn btn-primary" role="button" href="index.html#contributors">Contributors</a>
<a class="btn btn-primary" role="button" href="applications.html">Applications</a>
<a class="btn btn-primary" role="button" href="mailto:life-science-grid-community@googlegroups.com">Contact us</a>
</div>