Skip to content
View Dynamic-krishna's full-sized avatar

Block or report Dynamic-krishna

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

Welcome to My GitHub Profile!

Hello! I'm Krishna, a passionate developer with a knack for creating dynamic and efficient solutions. I love exploring new technologies and continuously improving my skills. Here you'll find a collection of my projects, showcasing my journey and growth as a developer.

About Me

  • Name: Krishna
  • Profession: Software Developer
  • Interests: Coding, Open Source, AI, and Machine Learning

Skills

  • Languages: Kotlin, Java-script, Html, Css
  • Frameworks: Node.js,
  • Tools: Git, Docker, Kubernetes, Jenkins

Projects

<div align="center">
    <div class="candle">
        <div class="flame"></div>
        <div class="wax"></div>
    </div>
</div>

<style>
.candle {
    position: relative;
    width: 20px;
    height: 60px;
    background: #fff;
    border-radius: 10px;
    margin: 50px auto;
}

.flame {
    position: absolute;
    top: -30px;
    left: 50%;
    width: 20px;
    height: 30px;
    background: radial-gradient(circle, rgba(255,200,0,1) 0%, rgba(255,100,0,1) 70%, rgba(255,0,0,1) 100%);
    border-radius: 50%;
    animation: flicker 1s infinite;
    transform: translateX(-50%);
}

@keyframes flicker {
    0%, 100% { transform: translateX(-50%) scale(1); }
    50% { transform: translateX(-50%) scale(1.1); }
}

.wax {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 10px;
    background: #fff;
    border-radius: 50%;
}
</style>
  1. Project Name 1: Brief description of what this project does.
  2. Project Name 2: Brief description of what this project does.
  3. Project Name 3: Brief description of what this project does.

Feel free to explore my repositories and don't hesitate to reach out if you have any questions or collaboration ideas!

Happy Coding!

Popular repositories Loading

  1. Dynamic-krishna.github.io Dynamic-krishna.github.io Public template

    HTML

  2. Finalportfolioweb Finalportfolioweb Public

    I have Finished my Portfolio website

  3. Dev_Krishna Dev_Krishna Public

    I have Finished my Portfolio website

    EJS

  4. NewsApp NewsApp Public

    News Application with using kotlin

    Kotlin

  5. roomDatabase roomDatabase Public

  6. Dynamic-krishna Dynamic-krishna Public

    Config files for my GitHub profile.

    CSS