Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
adjusted the "buttons" text a bit ...
  • Loading branch information
schymane committed Oct 25, 2024
1 parent ab019e1 commit eec8ba2
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,25 +14,28 @@
<div class="col-sm-6 col-md-3">
<h2>MetFragWeb</h2>
<p><a class="btn btn-primary" href="/MetFrag/projects/metfragweb" role="button">Learn more</a></p>
<p>Use <a href="https://msbi.ipb-halle.de/MetFrag/">MetFrag</a> directly from your browser, which makes it pretty easy for beginners</p>
<p>Use <a href="https://msbi.ipb-halle.de/MetFrag/">MetFrag</a> directly from your browser for a visual,
interactive experience. Great for beginners or exploring your data</p>
</div>

<div class="col-sm-6 col-md-3">
<h2>MetFrag CL</h2>
<p><a class="btn btn-primary" href="/MetFrag/projects/metfragcl" role="button">Learn more</a></p>
<p>Use the <a href="/MetFrag/projects/metfragcl">MetFrag command line tool</a> for batch processing and additional features</p>
<p>Use the <a href="/MetFrag/projects/metfragcl">MetFrag command line tool</a> for batch processing and
additional features. See detailed documentation for settings</p>
</div>

<div class="col-sm-6 col-md-3">
<h2>MetFragR</h2>
<p><a class="btn btn-primary" href="/MetFrag/projects/metfragr" role="button">Learn more</a></p>
<p>Users familiar with R can download MetFrag as R-package</p>
<p>Users familiar with R can download the <a href="https://github.com/ipb-halle/MetFragR">MetFragR</a>
R-package, or use MetFrag built into the <a href="https://rickhelmus.github.io/patRoon/">patRoon</a> workflow</p>
</div>

<div class="col-sm-6 col-md-3">
<h2>Converter</h2>
<p><a class="btn btn-primary" href="/MetFrag/projects/converter" role="button">Learn more</a></p>
<p>Tools to convert between MetFrag related file formats</p>
<p>Tools to convert between MetFrag-related file formats, including MassBank to MetFrag and SDF to XLS</p>
</div>

</div>
Expand Down

0 comments on commit eec8ba2

Please sign in to comment.