Skip to content

Commit

Permalink
Added an E-mail address to contact options.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tech-Tac committed May 25, 2024
1 parent 90b70aa commit 7bc50e5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,10 @@
<h1 style="margin-block: 0">I'm&nbsp;<span class="tech-tac">Tech-Tac</span>.</h1>
<p>An avid JavaScript enjoyer.</p>
<div class="button-group" id="contact">
<a href="mailto:[email protected]"><button class="email">E-mail</button></a>
<a href="https://github.com/Tech-Tac"><button class="github">GitHub</button></a>
<a href="https://youtube.com/@Tech-Tac"><button class="youtube">YouTube</button></a>
<a href="https://discord.com/users/730090182715375666"><button class="discord" title="techtac">Discord</button></a>
<a href="https://youtube.com/@Tech-Tac"><button class="youtube">YouTube</button></a>
</div>
<hr />
</header>
Expand Down
4 changes: 4 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,10 @@ button.primary {
color: #fff;
}

button.email {
background-color: #ee4;
color: #000;
}
button.github {
background-color: #222;
color: #fff;
Expand Down

0 comments on commit 7bc50e5

Please sign in to comment.