Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
added icons to project cards
  • Loading branch information
NukeVdnt committed Jul 15, 2023
1 parent 6c0aac5 commit ca52d0d
Showing 1 changed file with 28 additions and 2 deletions.
30 changes: 28 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,20 @@ <h2 class="proj-heading">Projects</h2>
<div class="face face2">
<div class="content">
<h3>
<a href="https://github.com/NukeVdnt/Portfolio-Site" target="_blank">Portfolio</a>
<a href="https://github.com/NukeVdnt/Portfolio-Site" target="_blank">Portfolio
<svg
xmlns="http://www.w3.org/2000/svg"
fill="none"
viewBox="0 0 24 24"
stroke-width="1.5"
stroke="currentColor"
class="share-icon"
>
<path
stroke-linecap="round"
stroke-linejoin="round"
d="M8.625 12a.375.375 0 11-.75 0 .375.375 0 01.75 0zm0 0H8.25m4.125 0a.375.375 0 11-.75 0 .375.375 0 01.75 0zm0 0H12m4.125 0a.375.375 0 11-.75 0 .375.375 0 01.75 0zm0 0h-.375M21 12a9 9 0 11-18 0 9 9 0 0118 0z"
/></a>
</h3>
<p>Minimal Portofolio Website developed using HTML, CSS and JavaScript.</p>
</div>
Expand All @@ -116,7 +129,20 @@ <h3>
<a
href="https://github.com/NukeVdnt/TSF-Banking-System"
target="_blank"
>VedaBank</a
>VedaBank
<svg
xmlns="http://www.w3.org/2000/svg"
fill="none"
viewBox="0 0 24 24"
stroke-width="1.5"
stroke="currentColor"
class="share-icon"
>
<path
stroke-linecap="round"
stroke-linejoin="round"
d="M8.625 12a.375.375 0 11-.75 0 .375.375 0 01.75 0zm0 0H8.25m4.125 0a.375.375 0 11-.75 0 .375.375 0 01.75 0zm0 0H12m4.125 0a.375.375 0 11-.75 0 .375.375 0 01.75 0zm0 0h-.375M21 12a9 9 0 11-18 0 9 9 0 0118 0z"
/></a
>
</h3>
<p>
Expand Down

0 comments on commit ca52d0d

Please sign in to comment.