Update to use Fork Awesome
This commit is contained in:
parent
ff0e47266e
commit
27d985e82a
3 changed files with 41 additions and 33 deletions
|
@ -28,25 +28,25 @@
|
||||||
</p>
|
</p>
|
||||||
</section>
|
</section>
|
||||||
<section id="social">
|
<section id="social">
|
||||||
<a class="u-url" rel="me" href="https://github.com/VagabondAzulien">
|
<a class="u-url" rel="me" href="https://github.com/VagabondAzulien"
|
||||||
<img src="{{ site.url }}/src/images/github_light.png"
|
aria-label="Link to my GitHub profile">
|
||||||
width="32" height="32" alt="GitHub"
|
<span class="fa fa-github fa-2x" aria-hidden="true"
|
||||||
title="My GitHub Repos" />
|
title="My GitHub profile"</span>
|
||||||
</a>
|
</a>
|
||||||
<a class="u-url" rel="me" href="https://www.twitch.tv/vagabondazulien/profile">
|
<a class="u-url" rel="me" href="https://www.twitch.tv/vagabondazulien/profile"
|
||||||
<img src="{{ site.url }}/src/images/twitch_light.png"
|
aria-label="Link to my Twitch channel">
|
||||||
width="32" height="32" alt="Twitch"
|
<span class="fa fa-twitch fa-2x" aria-hidden="true"
|
||||||
title="My Twitch Profile" />
|
title="My Twitch channel"</span>
|
||||||
</a>
|
</a>
|
||||||
<a class="u-url" rel="me" href="https://steamcommunity.com/id/azulien">
|
<a class="u-url" rel="me" href="https://steamcommunity.com/id/azulien"
|
||||||
<img src="{{ site.url }}/src/images/steam_light.png"
|
aria-label="Link to my Steam profile">
|
||||||
width="32" height="32" alt="Steam"
|
<span class="fa fa-steam fa-2x" aria-hidden="true"
|
||||||
title="My Steam Profile" />
|
title="My Steam profile"</span>
|
||||||
</a>
|
</a>
|
||||||
<a class="u-url" rel="me" href="https://matrix.to/#/@vagabondazulien:exp.farm">
|
<a class="u-url" rel="me" href="https://matrix.to/#/@vagabondazulien:exp.farm"
|
||||||
<img src="{{ site.url }}/src/images/matrix_light.png"
|
aria-label="Link to me on Matrix">
|
||||||
width="32" height="32" alt="Matrix"
|
<span class="fa fa-matrix-org fa-2x" aria-hidden="true"
|
||||||
title="Speak to me on Matrix" />
|
title="Speak with me on Matrix"</span>
|
||||||
</a>
|
</a>
|
||||||
</section>
|
</section>
|
||||||
<section id="email">
|
<section id="email">
|
||||||
|
|
|
@ -12,6 +12,10 @@
|
||||||
href="{{ site.url }}/src/styles/corrupt_typog.css" />
|
href="{{ site.url }}/src/styles/corrupt_typog.css" />
|
||||||
<link rel="icon" type="image/x-icon"
|
<link rel="icon" type="image/x-icon"
|
||||||
href="{{ site.url }}/src/images/favicon.ico" />
|
href="{{ site.url }}/src/images/favicon.ico" />
|
||||||
|
<link rel="stylesheet"
|
||||||
|
href="https://cdn.jsdelivr.net/npm/fork-awesome@1.1.7/css/fork-awesome.min.css"
|
||||||
|
integrity="sha256-gsmEoJAws/Kd3CjuOQzLie5Q3yshhvmo7YNtBG7aaEY="
|
||||||
|
crossorigin="anonymous">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="cor_page">
|
<div class="cor_page">
|
||||||
|
|
|
@ -12,6 +12,10 @@
|
||||||
href="{{ site.url }}/src/styles/corrupt_typog.css" />
|
href="{{ site.url }}/src/styles/corrupt_typog.css" />
|
||||||
<link rel="icon" type="image/x-icon"
|
<link rel="icon" type="image/x-icon"
|
||||||
href="{{ site.url }}/src/images/favicon.ico" />
|
href="{{ site.url }}/src/images/favicon.ico" />
|
||||||
|
<link rel="stylesheet"
|
||||||
|
href="https://cdn.jsdelivr.net/npm/fork-awesome@1.1.7/css/fork-awesome.min.css"
|
||||||
|
integrity="sha256-gsmEoJAws/Kd3CjuOQzLie5Q3yshhvmo7YNtBG7aaEY="
|
||||||
|
crossorigin="anonymous">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="cor_page">
|
<div class="cor_page">
|
||||||
|
|
Loading…
Reference in a new issue