Skip to content
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion contributors/Sidra-Maryam.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ <h4>Tools I use</h4>
.icon {
width: 2rem;
}
</style>
</style>
56 changes: 56 additions & 0 deletions contributors/pranjal-mishra.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
<!DOCTYPE html>
<html lang = "en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content = "width=device-width, initial-scale=1.0">
<title>Pranjal Kumar Mishra</title>

<style>
body{
background-color: #0f172a;
color: white;
font-family: Arial, sans-serif;
text-align: center;
padding-top: 100px;
margin: 0;
}

.container {
max-width: 700px;
margin: auto;
padding: 20px;
border-radius: 12px;
background-color: #1e293b;
box-shadow: 0 4px 12px rgba(0,0,0,0.3);
}
h1{
font-size: 40px;
margin-bottom: 20px;
}
p{
font-size: 18px;
line-height: 1.6;
}
.highlight{
color: #38bdf8;
font-weight: bold;
}
</style>
</head>

<body>
<div class="container">
<h1> Pranjal Kumar Mishra </h1>

<p>
Second-year Btech CSE student passionate about
<span class = "highlight">Open Source</span>
software engineering and continuous learning.
</p>

<p>
Currently on the learning path of contributing in open source, to work on real projects and collaborative development workflows.
</p>
</div>
</body>
</html>