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

Block or report Ninja1375

Report abuse

Contact GitHub support about this user鈥檚 behavior. Learn more about reporting abuse.

Report abuse
Ninja1375/README.md

Hello, I'm Ant么nio Nascimento 馃嚙馃嚪

Typing SVG

Octocat-Ninja1385

free online tools for developers

Recent Blog Posts

Latest blog post workflow

Tools and Technologies

Stats and Contributions

GitHub Stats

Ninja1375's GitHub Streak

Profile Details

Ninja1375's Activity Graph

GitHub WidgetBox GitHub badge
Contador de visitas

馃悕 Snake Game

Snake Game

Listening on Spotify

spotify-github-profile

JavaScript Portfolio

const programmer = {
        name: "Ant么nio Nascimento",
        age: 40,
        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);
    });

馃幍 Favorite Song

Be Together - Wild Belle

馃摵 Favorite Serie

Supernatural

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 1

  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 3

  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 4

  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 1

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

    Teste de Vis茫o Online

    JavaScript 2