Last name initial
This commit is contained in:
parent
6bea90a430
commit
0b56b0f349
6 changed files with 58 additions and 53 deletions
2
LICENSE
2
LICENSE
|
@ -1,6 +1,6 @@
|
||||||
MIT License
|
MIT License
|
||||||
|
|
||||||
Copyright (c) 2020 Ava Gaiety Wroten
|
Copyright (c) 2020 Ava Gaiety W.
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
<!doctype html>
|
<!doctype html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
|
||||||
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
{% metagen
|
{% metagen
|
||||||
|
@ -11,14 +12,15 @@
|
||||||
img_alt="",
|
img_alt="",
|
||||||
twitter_card_type="summary_large_image",
|
twitter_card_type="summary_large_image",
|
||||||
twitter_handle="FaetaleTTRPG",
|
twitter_handle="FaetaleTTRPG",
|
||||||
name="Ava Wroten",
|
name="Ava Gaiety W.",
|
||||||
generator="eleventy",
|
generator="eleventy",
|
||||||
comments=false
|
comments=false
|
||||||
%}
|
%}
|
||||||
<title>{{ title }}</title>
|
<title>{{ title }}</title>
|
||||||
<link rel="stylesheet" href="/main.css" />
|
<link rel="stylesheet" href="/main.css" />
|
||||||
</head>
|
</head>
|
||||||
<body>
|
|
||||||
|
<body>
|
||||||
<div class="relative bg-slate-700 pt-16 pb-20 px-4 sm:px-6 lg:pt-24 lg:pb-28 lg:px-8">
|
<div class="relative bg-slate-700 pt-16 pb-20 px-4 sm:px-6 lg:pt-24 lg:pb-28 lg:px-8">
|
||||||
<div class="absolute inset-0">
|
<div class="absolute inset-0">
|
||||||
<div class="bg-slate-900 h-1/5 sm:h-2/5"></div>
|
<div class="bg-slate-900 h-1/5 sm:h-2/5"></div>
|
||||||
|
@ -38,7 +40,9 @@
|
||||||
|
|
||||||
<footer class="mt-16 flex flex-col sm:flex-row gap-8 sm:justify-between text-slate-300">
|
<footer class="mt-16 flex flex-col sm:flex-row gap-8 sm:justify-between text-slate-300">
|
||||||
<div>
|
<div>
|
||||||
Site built in <a href="https://www.11ty.dev/" class="underline">11ty</a> with <a href="https://tailwindui.com/" class="underline">Tailwind UI</a>, <a href="https://gitlab.com/gaiety/gaiety-life" class="underline">fork it here</a>.
|
Site built in <a href="https://www.11ty.dev/" class="underline">11ty</a> with <a
|
||||||
|
href="https://tailwindui.com/" class="underline">Tailwind UI</a>, <a
|
||||||
|
href="https://gitlab.com/gaiety/gaiety-life" class="underline">fork it here</a>.
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<a href="/feed.xml" class="underline">Subscribe to RSS</a>
|
<a href="/feed.xml" class="underline">Subscribe to RSS</a>
|
||||||
|
@ -46,5 +50,6 @@
|
||||||
</footer>
|
</footer>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
"url": "https://gaiety.life/",
|
"url": "https://gaiety.life/",
|
||||||
"feedUrl": "https://gaiety.life/feed.xml",
|
"feedUrl": "https://gaiety.life/feed.xml",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Ava Gaiety Wroten",
|
"name": "Ava Gaiety W.",
|
||||||
"email": "ava@wroten.me"
|
"email": "ava@wroten.me"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
title: 'ember new --lang'
|
title: "ember new --lang"
|
||||||
date: 2020-06-08
|
date: 2020-06-08
|
||||||
tags:
|
tags:
|
||||||
- Ember
|
- Ember
|
||||||
|
@ -9,11 +9,10 @@ description: >-
|
||||||
RFC goes into final comment period for `ember new --lang` flag.
|
RFC goes into final comment period for `ember new --lang` flag.
|
||||||
---
|
---
|
||||||
|
|
||||||
I've been working with Joseph Sumner, Ava Wroten, Jamie White and Melanie Sumner to put together a RFC prioritized by the Ember A11y Strike team. These are talented people and I'm ever so glad I've had the chance to work with them!
|
I've been working with Joseph Sumner, Ava Gaiety W., Jamie White and Melanie Sumner to put together a RFC prioritized by the Ember A11y Strike team. These are talented people and I'm ever so glad I've had the chance to work with them!
|
||||||
|
|
||||||
[Rendered RFC](https://github.com/hergaiety/rfcs/blob/ember-new-lang/text/0000-ember-new-lang.md), [Candidate Implementation](https://github.com/josephdsumner/ember-cli/compare/master...ember-new-lang-base), [RFC PR](https://github.com/emberjs/rfcs/pull/635).
|
[Rendered RFC](https://github.com/hergaiety/rfcs/blob/ember-new-lang/text/0000-ember-new-lang.md), [Candidate Implementation](https://github.com/josephdsumner/ember-cli/compare/master...ember-new-lang-base), [RFC PR](https://github.com/emberjs/rfcs/pull/635).
|
||||||
|
|
||||||
> This RFC introduces the `--lang` flag as an option for `ember new`, `ember init`, and `ember addon` commands within the Ember CLI. The feature targets the ember-cli build process -- specifically, when generating the file for the application's entry point at `app/index.html`. If the flag is used with a valid language code, it will assign the `lang` attribute in the file's root `<html>` element to that code. The `lang` attribute is [formally defined within the current HTML5 specification](https://html.spec.whatwg.org/#the-lang-and-xml:lang-attributes); it is used to specify the base human language of an element or a document in a way that can be programmatically understood by assistive technology.
|
> This RFC introduces the `--lang` flag as an option for `ember new`, `ember init`, and `ember addon` commands within the Ember CLI. The feature targets the ember-cli build process -- specifically, when generating the file for the application's entry point at `app/index.html`. If the flag is used with a valid language code, it will assign the `lang` attribute in the file's root `<html>` element to that code. The `lang` attribute is [formally defined within the current HTML5 specification](https://html.spec.whatwg.org/#the-lang-and-xml:lang-attributes); it is used to specify the base human language of an element or a document in a way that can be programmatically understood by assistive technology.
|
||||||
|
|
||||||
[As featured in the Ember Times (June 5th, 2020)](https://blog.emberjs.com/2020/06/05/the-ember-times-issue-151.html)
|
[As featured in the Ember Times (June 5th, 2020)](https://blog.emberjs.com/2020/06/05/the-ember-times-issue-151.html)
|
||||||
|
|
||||||
|
|
|
@ -1,12 +1,13 @@
|
||||||
---
|
---
|
||||||
title: 'Coming Out Again - Ava [She/Her]'
|
title: "Coming Out Again - Ava [She/Her]"
|
||||||
date: 2019-10-11
|
date: 2019-10-11
|
||||||
tags:
|
tags:
|
||||||
- Life
|
- Life
|
||||||
description: >-
|
description: >-
|
||||||
...this time as a transgendered woman! Perhaps the most exciting step I've taken yet.
|
...this time as a transgendered woman! Perhaps the most exciting step I've taken yet.
|
||||||
---
|
---
|
||||||
It seems like not all that long ago that I came out as [Non-binary](/coming-out-again-nb), but here we go again! I'm excited to announce I've come out as a transgendered woman She/Her and will now be going by Ava Gaiety Wroten.
|
|
||||||
|
It seems like not all that long ago that I came out as [Non-binary](/coming-out-again-nb), but here we go again! I'm excited to announce I've come out as a transgendered woman She/Her and will now be going by Ava Gaiety W.
|
||||||
|
|
||||||
Legal name changes to come soon, along with HRT. Fingers crossed, wish me luck! Any old work with the name Jo or Joe Wroten is still my own work despite being under my dead name.
|
Legal name changes to come soon, along with HRT. Fingers crossed, wish me luck! Any old work with the name Jo or Joe Wroten is still my own work despite being under my dead name.
|
||||||
|
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"blog"
|
"blog"
|
||||||
],
|
],
|
||||||
"author": "Ava Wroten",
|
"author": "Ava Gaiety W.",
|
||||||
"license": "The Unlicense",
|
"license": "The Unlicense",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://gitlab.com/gaiety/gaiety-life/issues"
|
"url": "https://gitlab.com/gaiety/gaiety-life/issues"
|
||||||
|
|
Loading…
Add table
Reference in a new issue