Skip to content
View marcamos's full-sized avatar
🕺
Raising kids and websites
🕺
Raising kids and websites

Organizations

@fromtheoutfit

Block or report marcamos

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. jet Public template

    It‘s (j)ust (e)leventy and (t)ailwind … OK, and a few other things; it‘s still *really* small though.

    HTML 279 19

  2. fromtheoutfit/fadable Public

    Fade in elements as they move into view, at both the bottom and top of the viewport.

    JavaScript 16 3

  3. Simple, accessible, nav menu system ...
    1
    const navButtonEl = '[aria-controls^="nav-menu-"]';
    2
    const navMenuEl = '[id^="nav-menu-"]';
    3
    const navButtons = Array.from(document.querySelectorAll(navButtonEl));
    4
    const navMenus = Array.from(document.querySelectorAll(navMenuEl));
    5
    const closeNavMenu = () => {
  4. Lazy-loading polyfill; it covers the...
    1
    // Use #1: <img> element using src and srcset:
    2
    // <img data-lazy-srcset="/path/to/image-2x.jpg 2x"
    3
    //      data-lazy-src="/path/to/image-1x.jpg"
    4
    //      alt="TODO" width="TODO" height="TODO" loading="lazy" />
    5
    //

579 contributions in the last year

Contribution Graph
Day of Week April May June July August September October November December January February March
Sunday
Monday
Tuesday
Wednesday
Thursday
Friday
Saturday
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More
Loading A graph representing marcamos's contributions from March 31, 2024 to April 03, 2025. The contributions are 99% commits, 1% issues, 0% pull requests, 0% code review.

Contribution activity

April 2025

8 contributions in private repositories Apr 1 – Apr 2
Loading