Skip to content

Commit

Permalink
Substitute account handles in header
Browse files Browse the repository at this point in the history
  • Loading branch information
maxpowis committed Aug 11, 2023
1 parent 341022b commit 357b028
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ user_description: 'I am a data engineer with deep functional and technical exper
data modeling, data integration, system integration, reference data management and business analytics.'
user_title: Data Expert
email: [email protected]
linkedin_username: maxpowis
twitter_username: maxpowis
github_username: maxpowis

Expand All @@ -28,6 +29,7 @@ collections:
defaults:
-
scope:
path: _redirects
type: redirects
values:
layout: redirect
8 changes: 4 additions & 4 deletions _includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ <h1>
<span class="site-description">{{site.user_title}}</span>
</h1>
<div class="header-icons">
<a aria-label="Send email" href="mailto:[email protected]"><i class="icon fa-solid fa-envelope"></i></a>
<a aria-label="My LinkedIn" target="_blank" href="https://www.linkedin.com/in/maxpowis/"><i class="icon fa-brands fa-linkedin-in" aria-hidden="true"></i></a>
<a aria-label="Send email" href="mailto:{{email}}"><i class="icon fa-solid fa-envelope"></i></a>
<a aria-label="My LinkedIn" target="_blank" href="https://www.linkedin.com/in/{{linkedin_username}}"><i class="icon fa-brands fa-linkedin-in" aria-hidden="true"></i></a>
<a aria-label="CV (Printout Edition)" target="_blank" href="cv"><i class="icon fa-solid fa-file-pdf" style="border-color:#B10A00;" aria-hidden="true"></i></a>
<a aria-label="CV (Dark Edition)" target="_blank" href="cv_dark"><i class="icon fa-regular fa-file-pdf" style="border-color:#B10A00;" aria-hidden="true"></i></a>
<a aria-label="My Twitter" target="_blank" href="https://twitter.com/maxpowis"><i class="icon fa-brands fa-x-twitter" aria-hidden="true"></i></a>
<a aria-label="My Github" target="_blank" href="https://github.com/maxpowis"><i class="icon fa-brands fa-github" aria-hidden="true"></i></a>
<a aria-label="My Twitter" target="_blank" href="https://twitter.com/{{twitter.username}}"><i class="icon fa-brands fa-x-twitter" aria-hidden="true"></i></a>
<a aria-label="My Github" target="_blank" href="https://github.com/{{github.username}}"><i class="icon fa-brands fa-github" aria-hidden="true"></i></a>
</div>
<div class="header-links">
<a class="link" href="#about" data-scroll>About Me</a>
Expand Down

0 comments on commit 357b028

Please sign in to comment.