Skip to content
View realgoatish's full-sized avatar
Block or Report

Block or report realgoatish

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. somerset somerset Public

    next-seo for SvelteKit

    TypeScript 22

  2. tusculum tusculum Public

    Automated heading tags

    Svelte

  3. 52-reasons-ily 52-reasons-ily Public

    A tiny web service for my wife to send an SMS and hear a reason I love her, on demand. Built with AWS Lambda and DynamoDB

    JavaScript

  4. hsl-theming.css hsl-theming.css
    1
      /* hsl color palette can be adjusted on the fly & is derived from a single primary color */
    2
      /* define your primary color from its h/s/l values */
    3
    
                  
    4
      --primary-color-h: 196;
    5
      --primary-color-s: 64%;
  5. shadow-algorithm.css shadow-algorithm.css
    1
    --shadow-color:
    2
      var(--h) clamp(0%, var(--s), 50%) 50%;
    3
    
                  
    4
    .shadow-small {
    5
      filter: