Skip to content
View Bluxart's full-sized avatar
♠️
Focusing
♠️
Focusing

Block or report Bluxart

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

Pinned Loading

  1. portfolio portfolio Public

    Creative developer portfolio showcasing projects, skills, and experiments, crafted with Astro.

    SCSS 2

  2. circle-cursor-js circle-cursor-js Public

    A simple JavaScript script to create an interactive circular cursor for personal projects. Lightweight and easy to integrate, it enhances the visual experience with smooth animations and a modern f…

    SCSS 2

  3. threejs-starter threejs-starter Public template

    Basic starter template for ThreeJS application.

    JavaScript 1

  4. WP-Cool-Functions WP-Cool-Functions Public

    A collection of WordPress useful functions.

    PHP 3

  5. SASS - Padding & Margin Incremental ... SASS - Padding & Margin Incremental Loop
    1
    // Vars
    2
    $properties: ("padding": "pdg", "margin": "mrg"); // Property : Class Name
    3
    $sides: (top, right, bottom, left); // Value
    4
    $increment: 36;
    5
    $unit: px;
  6. FunnelKit show Order Bump based on P... FunnelKit show Order Bump based on Page ID on default WooCommerce Checkout Page
    1
    <?php
    2
    /**
    3
     * Plugin Name: Order Bump - Show by Page ID
    4
     * Description: Bump 1576 on page 10, bump 2910 on page 2906.
    5
     */