Skip to content

Ninja1375/Ninja1375

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

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

Top Langs

Top Langs

GitHub Stats

Ninja1375's GitHub Streak

Profile Details

Ninja1375's Activity Graph

GitHub WidgetBox GitHub Trophy 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 Songs

Be Together - Wild Belle

📺 Favorite Series

Supernatural

Support Me

Back to Top

About

Configuration files for my GitHub profile.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Contributors 2

  •  
  •