Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 34 additions & 0 deletions aboutme.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>About Krish</title>
<style>
body {
font-family: Arial, sans-serif;
background-color: #f2f2f2;
padding: 20px;
}
h1 {
color: #2c3e50;
}
ul {
list-style-type: square;
}
</style>
</head>
<body>
<h1>About Me - Krish</h1>
<p>Hi, I'm Krish! I'm an aspiring open-source contributor and frontend developer.</p>

<h2>My Skills</h2>
<ul>
<li>HTML5 & CSS3</li>
<li>JavaScript</li>
<li>Git & GitHub</li>
<li>Responsive Design</li>
</ul>

<p>Visit my GitHub: <a href="https://github.com/Krish-afk-bot" target="_blank">Krish-afk-bot</a></p>
</body>
</html>