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>
|
||||
</section>
|
||||
<section id="social">
|
||||
<a class="u-url" rel="me" href="https://github.com/VagabondAzulien">
|
||||
<img src="{{ site.url }}/src/images/github_light.png"
|
||||
width="32" height="32" alt="GitHub"
|
||||
title="My GitHub Repos" />
|
||||
<a class="u-url" rel="me" href="https://github.com/VagabondAzulien"
|
||||
aria-label="Link to my GitHub profile">
|
||||
<span class="fa fa-github fa-2x" aria-hidden="true"
|
||||
title="My GitHub profile"</span>
|
||||
</a>
|
||||
<a class="u-url" rel="me" href="https://www.twitch.tv/vagabondazulien/profile">
|
||||
<img src="{{ site.url }}/src/images/twitch_light.png"
|
||||
width="32" height="32" alt="Twitch"
|
||||
title="My Twitch Profile" />
|
||||
<a class="u-url" rel="me" href="https://www.twitch.tv/vagabondazulien/profile"
|
||||
aria-label="Link to my Twitch channel">
|
||||
<span class="fa fa-twitch fa-2x" aria-hidden="true"
|
||||
title="My Twitch channel"</span>
|
||||
</a>
|
||||
<a class="u-url" rel="me" href="https://steamcommunity.com/id/azulien">
|
||||
<img src="{{ site.url }}/src/images/steam_light.png"
|
||||
width="32" height="32" alt="Steam"
|
||||
title="My Steam Profile" />
|
||||
<a class="u-url" rel="me" href="https://steamcommunity.com/id/azulien"
|
||||
aria-label="Link to my Steam profile">
|
||||
<span class="fa fa-steam fa-2x" aria-hidden="true"
|
||||
title="My Steam profile"</span>
|
||||
</a>
|
||||
<a class="u-url" rel="me" href="https://matrix.to/#/@vagabondazulien:exp.farm">
|
||||
<img src="{{ site.url }}/src/images/matrix_light.png"
|
||||
width="32" height="32" alt="Matrix"
|
||||
title="Speak to me on Matrix" />
|
||||
<a class="u-url" rel="me" href="https://matrix.to/#/@vagabondazulien:exp.farm"
|
||||
aria-label="Link to me on Matrix">
|
||||
<span class="fa fa-matrix-org fa-2x" aria-hidden="true"
|
||||
title="Speak with me on Matrix"</span>
|
||||
</a>
|
||||
</section>
|
||||
<section id="email">
|
||||
|
|
|
@ -12,6 +12,10 @@
|
|||
href="{{ site.url }}/src/styles/corrupt_typog.css" />
|
||||
<link rel="icon" type="image/x-icon"
|
||||
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>
|
||||
<body>
|
||||
<div class="cor_page">
|
||||
|
|
|
@ -12,24 +12,28 @@
|
|||
href="{{ site.url }}/src/styles/corrupt_typog.css" />
|
||||
<link rel="icon" type="image/x-icon"
|
||||
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>
|
||||
<body>
|
||||
<div class="cor_page">
|
||||
<header>
|
||||
<a href="/">
|
||||
<div>The</div><div>Internet</div><div>Vagabond</div>
|
||||
</a>
|
||||
</header>
|
||||
<main>
|
||||
<article>
|
||||
{{ content }}
|
||||
<h4>[ {{ page.author }} ][ {{ page.pub }} ][
|
||||
{% for topic in page.topics %}
|
||||
<a href="/topics/{{topic}}">{{topic}}</a>
|
||||
{% endfor %}]</h4>
|
||||
</article>
|
||||
</main>
|
||||
{% include cor_menu.html %}
|
||||
</div>
|
||||
<div class="cor_page">
|
||||
<header>
|
||||
<a href="/">
|
||||
<div>The</div><div>Internet</div><div>Vagabond</div>
|
||||
</a>
|
||||
</header>
|
||||
<main>
|
||||
<article>
|
||||
{{ content }}
|
||||
<h4>[ {{ page.author }} ][ {{ page.pub }} ][
|
||||
{% for topic in page.topics %}
|
||||
<a href="/topics/{{topic}}">{{topic}}</a>
|
||||
{% endfor %}]</h4>
|
||||
</article>
|
||||
</main>
|
||||
{% include cor_menu.html %}
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Reference in a new issue