Update snippet manager card
This commit is contained in:
parent
6cb600b5ed
commit
d679942eac
10
index.html
10
index.html
|
@ -21,7 +21,7 @@
|
||||||
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
|
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
|
||||||
|
|
||||||
<!-- Bootstrap -->
|
<!-- Bootstrap -->
|
||||||
<link id="bootstrapStyle" href="lib/bootstrap/css/bootstrap.min.css" rel="stylesheet">
|
<link href="lib/bootstrap/css/bootstrap.min.css" rel="stylesheet">
|
||||||
|
|
||||||
|
|
||||||
<!-- font awesome -->
|
<!-- font awesome -->
|
||||||
|
@ -121,9 +121,13 @@
|
||||||
<div class="card">
|
<div class="card">
|
||||||
<h4 class="card-header">Snippets</h4>
|
<h4 class="card-header">Snippets</h4>
|
||||||
<div class="card-body">
|
<div class="card-body">
|
||||||
|
<p class="text-danger">
|
||||||
|
<small>Incomplete</small>
|
||||||
|
</p>
|
||||||
<p>A web based tool for managing reusable pieces of code and useful programming resources</p>
|
<p>A web based tool for managing reusable pieces of code and useful programming resources</p>
|
||||||
<a class="card-link" href="https://webdev.neilbrommer.com/multiTable/multiTable.html" target="_blank">Web Client</a>
|
<a class="card-link" href="https://snippets.neilbrommer.com" target="_blank">Web Client</a>
|
||||||
<a class="card-link" href="https://webdev.neilbrommer.com/multiTable/documentation.html" target="_blank">Documentation</a>
|
<a class="card-link" href="https://snippets.neilbrommer.com/documentation.html" target="_blank">Documentation</a>
|
||||||
|
<a class="card-link" href="https://github.com/NeilBrommer/SnippetManager" target="_blank">Source Code</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue