Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 15 additions & 2 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import { Listbox, ListboxButton, ListboxOption, ListboxOptions } from '@headless
import { ChevronUpDownIcon } from '@heroicons/vue/20/solid'

import { EXPLORATIONS } from '@/explorations/REGISTRY'
import logoUrl from '@/logo.png'

const router = useRouter()
const route = useRoute()
Expand Down Expand Up @@ -40,9 +41,21 @@ watch(
<h1>
<RouterLink
to="/"
class="text-2xl md:text-4xl font-bold tracking-wider whitespace-nowrap bg-gradient-to-r from-purple-600 to-cyan-500 bg-clip-text text-transparent"
>Feel Your Protocol</RouterLink
class="inline-flex items-center gap-2.5 md:gap-3 text-2xl md:text-4xl font-bold tracking-wider whitespace-nowrap"
>
<span class="inline-flex h-[1em] items-center overflow-visible shrink-0">
<img
:src="logoUrl"
alt=""
aria-hidden="true"
class="h-[1.25em] w-auto"
/>
</span>
<span
class="bg-gradient-to-r from-purple-600 to-cyan-500 bg-clip-text text-transparent"
>Feel Your Protocol</span
>
</RouterLink>
</h1>
<nav class="font-mono text-sm text-right flex justify-end items-center">
<Listbox v-model="selectedRoute" @update:model-value="navigate">
Expand Down
Binary file modified src/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 3 additions & 2 deletions treasury/2026/06/ethereumjs.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
---
month: 2026-06
hourly_rate_eur: 50
total_hours: 0
total_eur: 0
total_hours: 2
total_eur: 100
---

# EthereumJS work — June 2026

| Date | Hours | Task |
| ---- | ----- | ---- |
| 2026-06-11 | 2 | Logs + EIP-7708 preparation |
6 changes: 4 additions & 2 deletions treasury/2026/06/fyp.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
month: 2026-06
hourly_rate_eur: 50
total_hours: 12
total_eur: 600
total_hours: 14
total_eur: 700
---

# FYP work — June 2026
Expand All @@ -15,5 +15,7 @@ total_eur: 600
| 2026-06-09 | 1 | Community |
| 2026-06-10 | 2 | EIP-8024 exploration |
| 2026-06-10 | 2 | Community/Admin |
| 2026-06-11 | 1 | Community |
| 2026-06-11 | 1 | Logo |


Loading