Skip to content
View crispyabsurdist's full-sized avatar
🍻
🍻
  • Sweden
  • 07:41 (UTC +01:00)

Block or report crispyabsurdist

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. crispyabsurdist.github.io crispyabsurdist.github.io Public

    Web app that plays Lerooy Jenkiiiiins with the push of a button

    TypeScript

  2. BoatPirate BoatPirate Public

    a web scraper that fetches boat info

    Python 1

  3. beer-temp-alerter beer-temp-alerter Public

    A raspberry pi pico-w that measures bottle temp that syncs with another pico-w that shows different color LED depending on the temp.

    Python

  4. alpinejs contrast setting text-color... alpinejs contrast setting text-color and border-color depending on background-color
    1
    <div class="bg-{{ $backgroundColor }}" x-data="colorContrast()" x-bind:class="textColorClass">
    2
     <p>Text som ska ändra färg beroende på bakgrundsfärg</p>
    3
     <a class="leading-non inline-block rounded-3xl border px-6 py-4 text-xs font-bold no-underline" href="{{ $card['card_button']['url'] }}" x-bind:class="borderColorClass">
    4
        {{ $card['card_button']['title'] }}
    5
    </a>