Skip to content
This repository has been archived by the owner on May 12, 2024. It is now read-only.

Commit

Permalink
Fixed typo and added links to card modal
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusVirg committed Jun 9, 2018
1 parent d39ca97 commit 6044f53
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ <h2>I love to develop, create, and learn using the power of web</h2>
<span class="icon is-small">
<i class="fab fa-instagram"></i>
</span>
<span>Intagram</span>
<span>Instagram</span>
</a>
</div>
<div class="modal">
<div id="btn-modal" class="modal">
<div class="modal-background"></div>
<div class="modal-content">
<div class="card">
Expand All @@ -58,18 +58,18 @@ <h2>I love to develop, create, and learn using the power of web</h2>
My Blog is coming soon!
</p>
<p class="subtitle">
In the meantime
In the meantime, check out my Twitter or Instagram:
</p>
</div>
<footer class="card-footer">
<p class="card-footer-item">
<span>
View on <a href="https://twitter.com/codinghorror/status/506010907021828096">Twitter</a>
View my <a href="https://twitter.com/MarcusVirg">Twitter</a>
</span>
</p>
<p class="card-footer-item">
<span>
Share on <a href="#">Facebook</a>
View my <a href="https://www.instagram.com/marcusv345/">Instagram</a>
</span>
</p>
</footer>
Expand Down

0 comments on commit 6044f53

Please sign in to comment.