commit c70caf30bb58cf514f7067f761aba108d4f2c5df parent cc86305361785b7d075b2485d4461ad7323a51e1 Author: Nathan Randecker <nathan.randecker@gmail.com> Date: Sat, 11 Nov 2017 07:41:10 -0600 Remove links from header icons Diffstat:
| M | _includes/header.html | | | 8 | ++++---- |
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/_includes/header.html b/_includes/header.html @@ -5,10 +5,10 @@ <span class="site-description">{{site.user_title}}</span> </h1> <div class="header-icons"> - <a aria-label="Send email" href="mailto:{{site.email}}"><i class="icon fa fa-envelope"></i></a> - <a aria-label="My Twitter" target="_blank" href="https://twitter.com/{{site.twitter_username}}"><i class="icon fa fa-twitter" aria-hidden="true"></i></a> - <a aria-label="My Google Plus" target="_blank" href="https://plus.google.com/{{site.gplus_username}}/posts"><i class="icon fa fa-google-plus" aria-hidden="true"></i></a> - <a aria-label="My Github" target="_blank" href="https://github.com/{{site.github_username}}"><i class="icon fa fa-github-alt" aria-hidden="true"></i></a> + <a aria-label="Send email" href="#"><i class="icon fa fa-envelope"></i></a> + <a aria-label="My Twitter" target="_blank" href="#"><i class="icon fa fa-twitter" aria-hidden="true"></i></a> + <a aria-label="My Google Plus" target="_blank" href="#"><i class="icon fa fa-google-plus" aria-hidden="true"></i></a> + <a aria-label="My Github" target="_blank" href="#"><i class="icon fa fa-github-alt" aria-hidden="true"></i></a> </div> <div class="header-links"> <a class="link" href="#about" data-scroll>About Me</a>