Cleanup pinned thumbs
This commit is contained in:
parent
a9a3b99c77
commit
599787b427
8 changed files with 15 additions and 8 deletions
|
@ -22,13 +22,18 @@
|
|||
</a>
|
||||
</div>
|
||||
<a href="{{ content.url }}" class="block mt-4 focus:outline-link">
|
||||
<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">
|
||||
<h3 class="relative bg-pink-100 h-20 overflow-hidden rounded-tl-lg rounded-tr-lg 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 }}
|
||||
</p>
|
||||
<div class="relative overflow-hidden h-24 rounded-bl-lg rounded-br-lg pt-3 text-base text-gray-500">
|
||||
<div class="absolute contrast-50 scale-110 bottom-1/2 left-0 -right-0 translate-y-1/2">
|
||||
<img class="mb-40 grayscale opacity-10" src="{{ content.data.image }}" alt="" role="presentation" />
|
||||
</div>
|
||||
<p class="px-3 relative z-10">
|
||||
{{ content.data.description }}
|
||||
</p>
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
{%- endfor -%}
|
||||
|
|
|
@ -3,7 +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
|
||||
image: /img/content/emberconf2022-thumb.png
|
||||
pinned: true
|
||||
---
|
||||
|
||||
|
|
BIN
img/content/allovue-thumb.png
Normal file
BIN
img/content/allovue-thumb.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 188 KiB |
Binary file not shown.
Before Width: | Height: | Size: 55 KiB After Width: | Height: | Size: 175 KiB |
BIN
img/content/emberconf2022-thumb.png
Normal file
BIN
img/content/emberconf2022-thumb.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 950 KiB |
BIN
img/content/oncue-thumb.png
Normal file
BIN
img/content/oncue-thumb.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1 MiB |
|
@ -1,12 +1,14 @@
|
|||
---
|
||||
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.
|
||||
description: (Aug 2019 - Jul 2020, April 2022 - Present) Functional Programming in Elixir plus leadership and design opportunities.
|
||||
date: 2022-02-11
|
||||
image: /img/content/allovue2.png
|
||||
image: /img/content/allovue-thumb.png
|
||||
pinned: true
|
||||
---
|
||||
|
||||
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.
|
||||
|
||||
Empowering educators to strategically and equitably allocate resources to best support the needs of students. We're building budgeting software to give school districts the tools they need to give educators the tools they need.
|
||||
|
||||
Furthermore, Allovue stands for equity and antiracism. I get to work with fellow other transgender coworkers and I've never felt more at home in the workplace.
|
||||
|
|
|
@ -3,7 +3,7 @@ tags: work
|
|||
title: UI Engineer at Oncue
|
||||
description: (Apr 2021 - Apr 2022) React, component systems, accessibility and more!
|
||||
date: 2021-04-19
|
||||
image: /img/content/oncue-ds.jpg
|
||||
image: /img/content/oncue-thumb.png
|
||||
pinned: true
|
||||
---
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue