Skip to content

Added krish-about.html with personal profile (Capstone OSS Contribution)Move and add aboutme.html to HTML folder with profile content #586

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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>