Skip to content
View Ninja1375's full-sized avatar
🏠
Working from home
🏠
Working from home

Block or report Ninja1375

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
Ninja1375/README.md

Hello, I'm Antônio Nascimento 🇧🇷

Portfolio

Typing SVG

Octocat-Ninja1385

Recent Blog Posts

Latest blog post workflow

Tools and Technologies

Contacts

YouTube Gmail Blogger

Stats and Contributions

Top Langs

Top Langs

GitHub Stats

Ninja1375's GitHub Streak

Profile Details

Ninja1375's Activity Graph

GitHub WidgetBox GitHub Trophy GitHub badge

Visitcount

🐍 Snake Game

Snake Game

Listening on Spotify

spotify-github-profile

JavaScript Portfolio

const programmer = {
        name: "Antônio Nascimento",
        age: 39,
        skills: ["HTML", "CSS", "JavaScript", "SQL", "Python"]
    };
    document.getElementById('name').textContent = programmer.name;
    document.getElementById('age').textContent = programmer.age;

    const skillsList = document.getElementById('skills');
    programmer.skills.forEach(skill => {
        const li = document.createElement('li');
        li.textContent = skill;
        skillsList.appendChild(li);
    });

My-Vibe.mp4

Support Me

Back to Top

Pinned Loading

  1. Calculadora-de-ganhos-do-youtube Calculadora-de-ganhos-do-youtube Public

    Calculadora de Ganhos do YouTube é uma ferramenta interativa que permite aos criadores de conteúdo do YouTube estimar os seus ganhos.

    CSS 2

  2. Conversor-PNG-para-WebP Conversor-PNG-para-WebP Public

    Este projeto é um Conversor de Imagens para WebP feito em HTML, CSS e JavaScript.

    JavaScript 1

  3. Meu-Rastreio-BR Meu-Rastreio-BR Public

    O Meu Rastreio BR é uma plataforma que permite aos usuários rastrear o status de suas encomendas utilizando um código de rastreamento.

    JavaScript 1

  4. Gerador-de-Senhas-Seguras-em-Python Gerador-de-Senhas-Seguras-em-Python Public template

    Este projeto consiste num gerador de senhas seguras escrito em Python.

    Python 7 1

  5. Meu-Portfolio Meu-Portfolio Public template

    Meu Portfólio pessoal!

    HTML 5

  6. Teste-de-Visao-Online Teste-de-Visao-Online Public

    Teste de Visão Online

    JavaScript 4