Skip to content

Commit

Permalink
add links to local tours to sample welcome
Browse files Browse the repository at this point in the history
  • Loading branch information
martenson committed Nov 15, 2016
1 parent 594e44b commit 063bb61
Showing 1 changed file with 37 additions and 38 deletions.
75 changes: 37 additions & 38 deletions static/welcome.html.sample
@@ -1,43 +1,42 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="style/base.css" type="text/css" />
</head>
<body style="margin: 0">

<div class="jumbotron">
<div class="container">
<h2>Hello, <strong>Galaxy</strong> is running!</h2>
To customize this page edit <code>static/welcome.html</code>

<head>
<meta charset="utf-8">
<link rel="stylesheet" href="style/base.css" type="text/css" />
</head>
<body style="margin: 0">
<div class="jumbotron">
<div class="container">
<h2>Hello, <strong>Galaxy</strong> is running!</h2>
To customize this page edit <code>static/welcome.html</code>
<br>
<a target="_blank" href="https://wiki.galaxyproject.org/Admin/Config" class="btn btn-primary btn-lg">Configuring Galaxy »</a>
<a target="_blank" href="https://wiki.galaxyproject.org/Admin/Tools/AddToolFromToolShedTutorial" class="btn btn-primary btn-lg">Installing Tools »</a>
</div>
<br>

<a target="_blank" href="https://wiki.galaxyproject.org/Admin/Config" class="btn btn-primary btn-lg">Configuring Galaxy »</a>
<a target="_blank" href="https://wiki.galaxyproject.org/Admin/Tools/AddToolFromToolShedTutorial" class="btn btn-primary btn-lg">Installing Tools »</a>

<div class="container">
<p>Take an interactive tour:
<a target="_parent" href="/tours/core.galaxy_ui" class="btn btn-default btn-xs">Galaxy UI</a>
<a target="_parent" href="/tours/core.history" class="btn btn-default btn-xs">History</a>
<a target="_parent" href="/tours/core.scratchbook" class="btn btn-default btn-xs">Scratchbook</a>
</p>
</div>
</div>
<div class="container">
<p class="lead">
<a target="_blank" class="reference" href="http://galaxyproject.org/">
Galaxy</a> is an open platform for supporting data intensive
research. Galaxy is developed by <a target="_blank" class="reference" href="http://wiki.galaxyproject.org/GalaxyTeam">The Galaxy Team</a>
with the support of <a target="_blank" class="reference" href="https://github.com/galaxyproject/galaxy/blob/dev/CONTRIBUTORS.md">many contributors</a>.
</p>
<footer>
The <a target="_blank" class="reference" href="http://galaxyproject.org/">Galaxy Project</a>
is supported in part by <a target="_blank" class="reference" href="http://www.genome.gov">NHGRI</a>,
<a target="_blank" class="reference" href="http://www.nsf.gov">NSF</a>,
<a target="_blank" class="reference" href="http://www.huck.psu.edu">The Huck Institutes of the Life Sciences</a>,
<a target="_blank" class="reference" href="http://www.ics.psu.edu">The Institute for CyberScience at Penn State</a>,
and <a target="_blank" class="reference" href="http://www.jhu.edu/">Johns Hopkins University</a>.
</footer>
</div>
</div>

<div class="container">

<p class="lead">
<a target="_blank" class="reference" href="http://galaxyproject.org/">
Galaxy</a> is an open platform for supporting data intensive
research. Galaxy is developed by <a target="_blank" class="reference" href="http://wiki.galaxyproject.org/GalaxyTeam">The Galaxy Team</a>
with the support of <a target="_blank" class="reference" href="https://github.com/galaxyproject/galaxy/blob/dev/CONTRIBUTORS.md">many contributors</a>.
</p>

<footer>
The <a target="_blank" class="reference" href="http://galaxyproject.org/">Galaxy Project</a>
is supported in part by <a target="_blank" class="reference" href="http://www.genome.gov">NHGRI</a>,
<a target="_blank" class="reference" href="http://www.nsf.gov">NSF</a>,
<a target="_blank" class="reference" href="http://www.huck.psu.edu">The Huck Institutes of the Life Sciences</a>,
<a target="_blank" class="reference" href="http://www.ics.psu.edu">The Institute for CyberScience at Penn State</a>,
and <a target="_blank" class="reference" href="http://www.jhu.edu/">Johns Hopkins University</a>.
</footer>

</div>

</body>
</body>
</html>

0 comments on commit 063bb61

Please sign in to comment.