1
1
Fork 0

Upgrade tailwind, pinned images

This commit is contained in:
Ava Gaiety Wroten 2022-11-27 13:38:32 -06:00
parent de0630798c
commit b7572927fc
8 changed files with 290 additions and 1092 deletions

View file

@ -22,8 +22,9 @@
</a> </a>
</div> </div>
<a href="{{ content.url }}" class="block mt-4 focus:outline-link"> <a href="{{ content.url }}" class="block mt-4 focus:outline-link">
<h3 class="text-xl font-semibold text-gray-900 hover:underline"> <h3 class="relative bg-pink-100 h-20 overflow-hidden rounded-tl-lg rounded-tr-lg rounded-bl-sm rounded-br-sm text-xl font-semibold text-pink-700">
{{ content.data.title }} <span class="absolute z-10 inset-3">{{ content.data.title }}</span>
<img class="absolute grayscale opacity-20 contrast-50 scale-110 bottom-1/2 left-0 right-0 translate-y-1/2" src="{{ content.data.image }}" alt="" role="presentation" />
</h3> </h3>
<p class="mt-3 text-base text-gray-500"> <p class="mt-3 text-base text-gray-500">
{{ content.data.description }} {{ content.data.description }}

View file

@ -3,6 +3,7 @@ tags: community
title: "Talk: Achieving A11y Automation Testing" title: "Talk: Achieving A11y Automation Testing"
description: "A success story and a look at how anyone can automate A11y regardless of framework." description: "A success story and a look at how anyone can automate A11y regardless of framework."
date: 2021-02-29 date: 2021-02-29
image: /img/content/testjssummit2021.jpg
pinned: true pinned: true
--- ---

View file

@ -3,6 +3,7 @@ tags: community
title: "Talk: Thinking in Stories: Component-First" title: "Talk: Thinking in Stories: Component-First"
description: "Storybook and Ember make quality friends." description: "Storybook and Ember make quality friends."
date: 2022-04-19 date: 2022-04-19
image: /img/content/emberconf2022-2.png
pinned: true pinned: true
--- ---

Binary file not shown.

After

Width:  |  Height:  |  Size: 55 KiB

1371
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -28,7 +28,7 @@
"nunjucks-date": "^1.5.0", "nunjucks-date": "^1.5.0",
"postcss": "^8.3.11", "postcss": "^8.3.11",
"postcss-cli": "^9.0.1", "postcss-cli": "^9.0.1",
"tailwindcss": "^2.2.17" "tailwindcss": "^3.2.4"
}, },
"dependencies": { "dependencies": {
"@toycode/markdown-it-class": "^1.2.4" "@toycode/markdown-it-class": "^1.2.4"

View file

@ -4,6 +4,7 @@ templateEngineOverride: md
title: ember-select-light title: ember-select-light
description: The simplest Ember <select> there is. description: The simplest Ember <select> there is.
date: 2020-11-05 date: 2020-11-05
image: /img/content/ember-select-light-tailwind.png
pinned: true pinned: true
--- ---

View file

@ -3,6 +3,7 @@ tags: work
title: Senior Software Engineer at Allovue title: Senior Software Engineer at Allovue
description: (Aug 2019 - Jul 2020, April 2022 - Present) Building budgeting software to give educators the tools and support they need to allocate resources to the needs of students for a more equitable world. description: (Aug 2019 - Jul 2020, April 2022 - Present) Building budgeting software to give educators the tools and support they need to allocate resources to the needs of students for a more equitable world.
date: 2022-02-11 date: 2022-02-11
image: /img/content/allovue2.png
pinned: true pinned: true
--- ---