~deasea/dcwalker.ca

3b06c1d557bea1c2749f0a60daa4e3706d58c47a — dcwalk 1 year, 6 months ago 15ef54b main
add alt text and aria labels a18y
1 files changed, 4 insertions(+), 4 deletions(-)

M src/index.md
M src/index.md => src/index.md +4 -4
@@ 6,23 6,23 @@ description: ""

<header class="bg-gray-100">
  <div class="mx-auto max-w-6xl py-24 px-4 sm:px-6 lg:flex lg:items-center lg:justify-between lg:py-32 lg:px-8 -mb-20">
    <h1 class="text-3xl sm:text-4xl" >&nbsp;</h1>
    <div class="text-3xl sm:text-4xl" >&nbsp;</h1>
  </div>
</header>
<main class="mx-auto max-w-4xl py-12 px-4 sm:px-6 lg:justify-between lg:py-16 lg:px-8">
  <div class="py-0 lg:py-0 -mt-20">
    <img src="assets/images/profile.jpg" class="w-48 rounded-full border-8 border-white" />
    <img src="assets/images/profile.jpg" class="w-48 rounded-full border-8 border-white" alt="Profile photo of Dawn Walker from the shoulders up smiling in a black sweather and with a single braid." />
  </div>
  <h1 class="text-gray-900 text-3xl font-extrabold tracking-tight sm:text-4xl pt-2 lg:pt-4" >{{ title }}</h1>
  <h2 class="text-gray-900 text-2xl tracking-tight sm:text-3xl pb-2 lg:pb-4"> Designer and Researcher</h2>

  <p class="text-gray-900 py-2">I bridge constructive and critical approaches to work toward just transitions. My previous projects have explored infrastructures that support transformational alternatives to existing practices of data stewardship, networking, and movement organizing. My current research looks at emerging practices of low carbon networking.</p>

  <p class="text-gray-900 py-2">Get in touch at <a rel="me" class="font-medium hover:underline" href="https://post.lurk.org/@dcwalk" target="_blank" rel="noopener">@dcwalk@post.lurk.org</a> or by email <em>dc _at_ dcwalker _dot_ ca</em>.</p>
  <p class="text-gray-900 py-2">Get in touch at <a rel="me" class="font-medium hover:underline" href="https://post.lurk.org/@dcwalk" target="_blank" rel="noopener" aria-label="Mastodon (opens in a new tab)">@dcwalk@post.lurk.org</a> or by email <em>dc _at_ dcwalker _dot_ ca</em>.</p>
</main>

<footer class="w-full text-gray-900 items-end">
  <div class="mx-auto max-w-4xl px-4 sm:px-6 lg:px-8 pt-24 pb-4 mx-auto">
    <p class="text-xs xl:text-center">Content is <a class="font-medium hover:underline" href="https://creativecommons.org/licenses/by-sa/4.0/" target="_blank">CC BY-SA 4.0</a> &#8728; Site hosted on <a class="font-medium hover:underline" href="https://sourcehut.org/" target="_blank">sourcehut</a>, view <a class="font-medium hover:underline" href="https://git.sr.ht/~deasea/dcwalker.ca" target="_blank">source</a>.</p>
    <p class="text-xs xl:text-center">Content is <a class="font-medium hover:underline" href="https://creativecommons.org/licenses/by-sa/4.0/" target="_blank" aria-label="Licensed Creative Commons BY-SA 4.0 (opens in a new tab)">CC BY-SA 4.0</a> &#8728; Site hosted on <a class="font-medium hover:underline" href="https://sourcehut.org/" target="_blank" aria-label="Sourcehut (opens in a new tab)">sourcehut</a>, view <a class="font-medium hover:underline" href="https://git.sr.ht/~deasea/dcwalker.ca" target="_blank" aria-label="Sourchut repository (opens in a new tab)">source</a>.</p>
  </div>
</footer>