Skip to content

Commit

Permalink
Add GL icon, link, and appropriate CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
brycewray committed Oct 6, 2023
1 parent 571210c commit c2f7957
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions assets/css/partials/090-footer.css
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ footer {
}

circle.GitHub,
path.GitLab,
circle.RSS,
path.Calckey,
path.MastodonBody,
Expand All @@ -43,6 +44,7 @@ path.RSS {
}

path.GitHub,
circle.GitLab,
circle.MastodonCircle,
path.MastodonM,
circle.Calckey,
Expand All @@ -53,6 +55,7 @@ circle.JSON {
}

a:hover path.GitHub,
a:hover circle.GitLab,
a:hover circle.MastodonCircle,
a:hover path.MastodonM,
a:hover circle.Calckey,
Expand Down
3 changes: 3 additions & 0 deletions layouts/partials/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
<a class="icon" rel="me" title="GitHub" href="https://github.com/brycewray" rel="noopener" aria-label="GitHub">
{{- partialCached "svgGitHubIcon.html" . -}}
</a>
<a class="icon" rel="me" title="GitLab" href="https://gitlab.com/brycewray" rel="noopener" aria-label="GitLab">
{{- partialCached "svgGitLabIcon.html" . -}}
</a>
<a class="icon" rel="me" title="Mastodon" href="https://fosstodon.org/@BryceWrayTX" rel="noopener" aria-label="Mastodon">
{{- partialCached "svgMastodonIcon.html" . -}}
</a>
Expand Down
1 change: 1 addition & 0 deletions layouts/partials/svgGitLabIcon.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<svg width="36px" height="36px" viewBox="0 0 300 300" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/"><g><circle cx="150" cy="150" r="150" class="GitLab"/><g transform="matrix(1.09366,0,0,1.09366,-57.791,-47.7828)"><path d="M282.83,170.73L282.56,170.04L256.42,101.82C255.888,100.483 254.946,99.349 253.73,98.58C251.243,97.036 248.038,97.208 245.73,99.01C244.613,99.917 243.803,101.146 243.41,102.53L225.76,156.53L154.29,156.53L136.64,102.53C136.257,101.139 135.445,99.903 134.32,99C132.012,97.198 128.807,97.026 126.32,98.57C125.106,99.342 124.165,100.475 123.63,101.81L97.44,170L97.18,170.69C89.472,190.829 96.065,213.803 113.28,226.79L113.37,226.86L113.61,227.03L153.43,256.85L173.13,271.76L185.13,280.82C188.006,283.004 192.014,283.004 194.89,280.82L206.89,271.76L226.59,256.85L266.65,226.85L266.75,226.77C283.925,213.782 290.505,190.849 282.83,170.73Z" class="GitLab" /></g></g></svg>

0 comments on commit c2f7957

Please sign in to comment.