Upgrade tailwind, pinned images
This commit is contained in:
parent
de0630798c
commit
b7572927fc
8 changed files with 290 additions and 1092 deletions
|
@ -22,8 +22,9 @@
|
|||
</a>
|
||||
</div>
|
||||
<a href="{{ content.url }}" class="block mt-4 focus:outline-link">
|
||||
<h3 class="text-xl font-semibold text-gray-900 hover:underline">
|
||||
{{ content.data.title }}
|
||||
<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">
|
||||
<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>
|
||||
<p class="mt-3 text-base text-gray-500">
|
||||
{{ content.data.description }}
|
||||
|
|
|
@ -3,6 +3,7 @@ tags: community
|
|||
title: "Talk: Achieving A11y Automation Testing"
|
||||
description: "A success story and a look at how anyone can automate A11y regardless of framework."
|
||||
date: 2021-02-29
|
||||
image: /img/content/testjssummit2021.jpg
|
||||
pinned: true
|
||||
---
|
||||
|
||||
|
|
|
@ -3,6 +3,7 @@ tags: community
|
|||
title: "Talk: Thinking in Stories: Component-First"
|
||||
description: "Storybook and Ember make quality friends."
|
||||
date: 2022-04-19
|
||||
image: /img/content/emberconf2022-2.png
|
||||
pinned: true
|
||||
---
|
||||
|
||||
|
|
BIN
img/content/ember-select-light-tailwind.png
Normal file
BIN
img/content/ember-select-light-tailwind.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 55 KiB |
1371
package-lock.json
generated
1371
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -28,7 +28,7 @@
|
|||
"nunjucks-date": "^1.5.0",
|
||||
"postcss": "^8.3.11",
|
||||
"postcss-cli": "^9.0.1",
|
||||
"tailwindcss": "^2.2.17"
|
||||
"tailwindcss": "^3.2.4"
|
||||
},
|
||||
"dependencies": {
|
||||
"@toycode/markdown-it-class": "^1.2.4"
|
||||
|
|
|
@ -4,6 +4,7 @@ templateEngineOverride: md
|
|||
title: ember-select-light
|
||||
description: The simplest Ember <select> there is.
|
||||
date: 2020-11-05
|
||||
image: /img/content/ember-select-light-tailwind.png
|
||||
pinned: true
|
||||
---
|
||||
|
||||
|
|
|
@ -3,6 +3,7 @@ tags: work
|
|||
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.
|
||||
date: 2022-02-11
|
||||
image: /img/content/allovue2.png
|
||||
pinned: true
|
||||
---
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue