-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
80 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
#conclusionExtra h1 { | ||
font-size: 1.5rem; | ||
margin-bottom: 1rem; | ||
} | ||
#conclusionExtra { | ||
font-size: 90%; | ||
} | ||
#conclusionExtra td { | ||
font-size: 90%; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,70 @@ | ||
<footer> | ||
<style> | ||
footer { | ||
background-color: #f8f8f8; | ||
margin: 0 -32px -16px -32px; | ||
padding-bottom: .5rem; | ||
} | ||
footer > div { | ||
font-family: arial, helvetica, sans-serif; | ||
font-size: 75%; | ||
color: #777; | ||
max-width: 1000px; | ||
margin: auto; | ||
line-height: 1.4; | ||
padding: .5rem; | ||
} | ||
p { | ||
margin-bottom: .25rem; | ||
} | ||
</style> | ||
|
||
<div class="navbar-light text-center"> | ||
<p class="mb-3"> | ||
UseGalaxy.eu is maintained largely by the | ||
<a href="https://usegalaxy-eu.github.io/freiburg/"> | ||
Freiburg Galaxy Team | ||
</a> | ||
but also collectively by groups and individuals from across Europe. All of the member sites in this repository contribute to the European Galaxy Project. For | ||
<b>acknowledgement</b>, | ||
please refer to the | ||
<a href="https://usegalaxy-eu.github.io/about"> | ||
About | ||
</a> | ||
section. | ||
All content on this site is available under | ||
<a href="https://creativecommons.org/share-your-work/public-domain/cc0/"> | ||
CC0-1.0 | ||
</a> | ||
unless otherwise specified. | ||
</p> | ||
|
||
<p> | ||
<span> | ||
<i class="fab fa-github"></i> | ||
<a href="https://github.com/galaxyproject/galaxy_codex/tree/subdomain_unification/subdomains/singlecell">Edit this page on GitHub</a> | ||
</span> | ||
<span> | ||
<i class="fa fa-envelope"></i> | ||
<a href="mailto:[email protected]">[email protected]</a> | ||
</span> | ||
<span> | ||
<i class="fab fa-github"></i> | ||
<a href="https://github.com/usegalaxy-eu"> | ||
usegalaxy-eu | ||
</a> | ||
</span> | ||
<span> | ||
<a href="https://xn--baw-joa.social/@galaxyfreiburg"> | ||
<i class="fab fa-mastodon" style="color: #777"></i> | ||
<span style="font-size: 0.9em">@</span>galaxyfreiburg | ||
</a> | ||
</span> | ||
<span> | ||
<i class="fa fa-rss"></i> | ||
Subscribe | ||
<a href="https://usegalaxy-eu.github.io/feed.xml">via RSS (UseGalaxy.eu Feed)</a> | ||
</span> | ||
</p> | ||
</div> | ||
</footer> |
File renamed without changes.