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.
- Name: Krishna
- Profession: Software Developer
- Interests: Coding, Open Source, AI, and Machine Learning
- Languages: Kotlin, Java-script, Html, Css
- Frameworks: Node.js,
- Tools: Git, Docker, Kubernetes, Jenkins
<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>
- Project Name 1: Brief description of what this project does.
- Project Name 2: Brief description of what this project does.
- 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!