Skip to content
View sudoludo's full-sized avatar
Block or Report

Block or report sudoludo

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

Hi there, I'm [Your Name]! πŸ‘‹

🌌 Explore My Solar System Simulation!

<title>Solar System</title> <style> body { display: flex; justify-content: center; align-items: center; height: 100vh; background-color: #000; margin: 0; } .solar-system { position: relative; width: 500px; height: 500px; } .sun { position: absolute; width: 50px; height: 50px; background-color: yellow; border-radius: 50%; top: 50%; left: 50%; transform: translate(-50%, -50%); } .orbit { position: absolute; border: 1px solid rgba(255, 255, 255, 0.2); border-radius: 50%; top: 50%; left: 50%; transform: translate(-50%, -50%); } .planet { position: absolute; width: 20px; height: 20px; background-color: white; border-radius: 50%; top: 50%; left: 100%; transform: translate(-50%, -50%); } .mercury-orbit { width: 100px; height: 100px; animation: spin 10s linear infinite; } .venus-orbit { width: 150px; height: 150px; animation: spin 15s linear infinite; } .earth-orbit { width: 200px; height: 200px; animation: spin 20s linear infinite; } .mars-orbit { width: 250px; height: 250px; animation: spin 25s linear infinite; } @keyframes spin { from { transform: rotate(0deg) translate(-50%, -50%); } to { transform: rotate(360deg) translate(-50%, -50%); } } </style>
About Me I'm a passionate software developer with a love for creating innovative solutions and learning new technologies. Whether it's front-end design or back-end architecture, I'm always up for a challenge.

πŸ”­ I’m currently working on [Your Current Project] 🌱 I’m currently learning [New Technology/Framework] πŸ‘― I’m looking to collaborate on [Type of Projects You Want to Collaborate On] πŸ’¬ Ask me about [Your Expertise/Topics of Interest] πŸ“« How to reach me: [Your Email or Preferred Contact Method] ⚑ Fun fact: [A Fun Fact About You] πŸ› οΈ Languages and Tools

πŸ› οΈ Languages and Tools

JavaScript Python MySQL Git VS Code

πŸ“Š GitHub Stats

Your GitHub Stats

Top Languages

Popular repositories

  1. sudoludo sudoludo Public

    Config files for my GitHub profile.

  2. SQL SQL Public

    learning