Skip to content

Commit

Permalink
Merge pull request #47 from rmzelle/2024-09-30
Browse files Browse the repository at this point in the history
Add card showing other web tools
  • Loading branch information
rmzelle authored Oct 1, 2024
2 parents 1fc0949 + df81cf9 commit 898af3a
Showing 1 changed file with 26 additions and 2 deletions.
28 changes: 26 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -173,14 +173,38 @@ <h6>Selecting an output format</h6>
</div>
<div class="col-lg-3">
<div class="card bg-light">
<h5 class="card-header text-white bg-info">Support</h5>
<h5 class="card-header text-white bg-success">Support</h5>
<div class="card-body">
<p class="card-text">If this tool was useful to you, please consider making a small <a href="https://ko-fi.com/rintzezelle">donation</a>, or starring the <a href="https://github.com/rmzelle/ref-extractor/">GitHub repository</a>. Your support is much appreciated.</p>
<div class="text-center" style="font-size: small;">
<a href='https://ko-fi.com/rintzezelle' target='_blank'><img height='36' style='border:0px;height:36px;' src='https://cdn.ko-fi.com/cdn/kofi4.png?v=2' border='0' alt='Buy Me a Coffee at ko-fi.com'></a>
<a href='https://ko-fi.com/rintzezelle' target='_blank'><img height='36' style='border:0px;height:36px;' src='https://cdn.ko-fi.com/cdn/kofi1.png?v=2' border='0' alt='Buy Me a Coffee at ko-fi.com'></a>
</div>
</div>
</div>
<br>
<div class="card bg-light">
<h5 class="card-header text-white bg-success">Other Tools</h5>
<div class="card-body">
<p class="card-text">My other web tools:</p>
<ul>
<li><a href="https://validator.citationstyles.org/" class="card-link">CSL Style and Locale Validator</a>
<ul>
<li><small>Check CSL files for correctness</small></li>
</ul>
</li>
<li><a href="https://formatter.citationstyles.org/" class="card-link">CSL Style Formatter</a>
<ul>
<li><small>Reformat CSL styles to repository standards</small></li>
</ul>
</li>
<li><a href="https://rintze.zelle.me/dna-flip/" class="card-link">DNA-Flip</a>
<ul>
<li><small>Reverse-complement DNA and RNA sequences</small></li>
</ul>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
Expand Down

0 comments on commit 898af3a

Please sign in to comment.