style: accessibility tweaks
This commit is contained in:
@@ -87,8 +87,8 @@
|
|||||||
<footer class="bg-gray-900 text-gray-400 py-6">
|
<footer class="bg-gray-900 text-gray-400 py-6">
|
||||||
<div class="container mx-auto px-6 text-center">
|
<div class="container mx-auto px-6 text-center">
|
||||||
<div class="flex justify-center space-x-6 mb-4">
|
<div class="flex justify-center space-x-6 mb-4">
|
||||||
<a href="{{ site.author.linkedinUrl }}" target="_blank" class="hover:text-blue-400" alt="LinkedIn link"><i class="fab fa-linkedin fa-2x"></i></a>
|
<a href="{{ site.author.linkedinUrl }}" target="_blank" class="hover:text-blue-400" alt="LinkedIn link"><i class="fab fa-linkedin fa-2x" alt="LinkedIn logo"></i></a>
|
||||||
<a href="mailto:{{ site.author.email }}" class="hover:text-blue-400" alt="Email link"><i class="fas fa-envelope fa-2x"></i></a>
|
<a href="mailto:{{ site.author.email }}" class="hover:text-blue-400" alt="Email link"><i class="fas fa-envelope fa-2x" alt="Email icon"></i></a>
|
||||||
</div>
|
</div>
|
||||||
<p>© {% year %} {{ site.author.name }}. All Rights Reserved.</p>
|
<p>© {% year %} {{ site.author.name }}. All Rights Reserved.</p>
|
||||||
</div>
|
</div>
|
||||||
|
@@ -114,8 +114,8 @@ image: "/assets/images/jesus.webp"
|
|||||||
<i class="fas fa-briefcase text-white text-xs"></i>
|
<i class="fas fa-briefcase text-white text-xs"></i>
|
||||||
</span>
|
</span>
|
||||||
<div class="card">
|
<div class="card">
|
||||||
<h3 class="text-lg font-semibold text-white">Previous Roles</h3>
|
<h3 class="text-lg font-semibold text-white mb-2">Previous Roles</h3>
|
||||||
<time class="block mb-2 text-sm font-normal leading-none text-gray-500">Since 2014</time>
|
<time class="block mb-2 text-sm font-normal leading-none text-gray-200 mb-2">Since 2014</time>
|
||||||
<ul class="list-disc list-inside text-gray-400">
|
<ul class="list-disc list-inside text-gray-400">
|
||||||
{%- for role in roles -%}
|
{%- for role in roles -%}
|
||||||
{%- if not role.featured -%}
|
{%- if not role.featured -%}
|
||||||
|
Reference in New Issue
Block a user