Skip to content
View Gabixel's full-sized avatar
High on life
High on life

Organizations

@gabi-group

Block or report Gabixel

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse
Gabixel/README.md
Italian and Great Britain flags.

Hi there! 👋

Wait- I don't have much to say actually…

Just know that I tend to get very upset when I see misaligned pixels :bowtie:

Profiles

Github Gists"CodePen" profile"Crowdin" profile"Figma" profileCodewars profile
Wikipedia profile (Italian)My Wikipedia contributions (Italian)

Gaming ones

"RankOne" profile"Steam" profile"osu!" profile"GOG" profile"Xbox" profile"Instant Gaming" profile

⁂ ⁂ ⁂

Projects

Open here

Card game (WORKING TITLE)
<WORK IN PROGRESS>
A 2D web-based card game, with WebSockets, inspired by Dixit

3D Pong (WORKING TITLE)
<WORK IN PROGRESS>
A 3D Pong-like game for web, with WebSockets

Rabuki To Be…
rabuki.vercel.app/menu 
Online menu for a pub in Gabicce Mare, Italy
[ARCHIVED]

Pizza Time
gabrieldn5j.altervista.org 
Gabixel/pizza-time 
A high-school project website (class: 5J)
[ARCHIVED]

⁂ ⁂ ⁂

A happy Faye emote, a character from the 'To the Moon' series A sad Faye emote, a character from the 'To the Moon' series

Avatar: Faye from Finding Paradise

⁂ ⁂ ⁂

Pinned Loading

  1. Bloom Bloom Public

    A mobile music player interface for Navidrome, using Capacitor and SvelteKit

    Svelte 2

  2. ppy/osu ppy/osu Public

    rhythm is just a *click* away!

    C# 18.9k 2.8k

  3. DOM element to base64 DOM element to base64
    1
    {
    2
        // `$0` is Google Chrome's variable referent to the currently inspected DOM element.
    3
        // Replace it with any DOM reference you want, if you need to.
    4
        let s = new XMLSerializer().serializeToString($0); // convert DOM element to string
    5
        let data = window.btoa(s); // string to base64
  4. Soundboard Soundboard Public archive

    A soundboard for everyone! [PAUSED PROJECT]

    TypeScript

  5. pizza-time pizza-time Public archive

    A high-school project I made in 2021. This is not something I would want to keep updated.

    PHP

  6. Draggable HTML audio player dock (Co... Draggable HTML audio player dock (CodePen changelog)
    1
    > **[Check out the pen here!](https://codepen.io/gabixel/pen/Ggreeoa)**