Skip to content

Latest commit

 

History

280 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Configuration files for my GitHub profile.

Topics

Resources

Stars

12 stars

Watchers

1 watching

Forks

Releases

Sponsor this project

Packages

Used by

Contributors