Add a card for the Picture Viewer project
This commit is contained in:
parent
15580bf047
commit
7a5a56ba7f
1 changed files with 11 additions and 0 deletions
11
index.html
11
index.html
|
|
@ -132,6 +132,17 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div class="card">
|
||||
<h4 class="card-header">Picture Viewer</h4>
|
||||
<div class="card-body">
|
||||
<p>
|
||||
A Windows program for viewing image files. Written using
|
||||
C# and WPF.
|
||||
</p>
|
||||
<a class="card-link" href="https://github.com/NeilBrommer/PictureViewer" target="_blank">Source Code</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="card">
|
||||
<h4 class="card-header">Website</h4>
|
||||
<div class="card-body">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue