Update to use Fork Awesome

This commit is contained in:
Bill Niblock 2020-07-04 19:59:48 -04:00
parent ff0e47266e
commit 27d985e82a
3 changed files with 41 additions and 33 deletions

View file

@ -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">

View file

@ -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">

View file

@ -12,24 +12,28 @@
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">
<header> <header>
<a href="/"> <a href="/">
<div>The</div><div>Internet</div><div>Vagabond</div> <div>The</div><div>Internet</div><div>Vagabond</div>
</a> </a>
</header> </header>
<main> <main>
<article> <article>
{{ content }} {{ content }}
<h4>[ {{ page.author }} ][ {{ page.pub }} ][ <h4>[ {{ page.author }} ][ {{ page.pub }} ][
{% for topic in page.topics %} {% for topic in page.topics %}
<a href="/topics/{{topic}}">{{topic}}</a> <a href="/topics/{{topic}}">{{topic}}</a>
{% endfor %}]</h4> {% endfor %}]</h4>
</article> </article>
</main> </main>
{% include cor_menu.html %} {% include cor_menu.html %}
</div> </div>
</body> </body>
</html> </html>