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
13 changes: 13 additions & 0 deletions contributersProfile.html
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,19 @@ <h1 class="animated bounce">Zero to Mastery Family</h1>
<h2 class="animated bounce">Contributors</h2>

<ul class="list-group list-group-flush">

<li class="list-group-item dropDown">
@palik
<a class="float-right" href="https://github.com/palikrrai2006">Visit Github Profile</a>
<div class="dropDownContent"></div>
</li>

<li class="list-group-item dropDown">
@prajyoth
<a class="float-right" href="https://github.com/prajyothraib">Visit Github Profile</a>
<div class="dropDownContent"></div>
</li>

<li class="list-group-item dropDown">
@dandyson
<a class="float-right" href="https://github.com/dandyson">Visit Github Profile</a>
Expand Down
14 changes: 14 additions & 0 deletions test.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,19 @@
</head>
<body>
<p>Will try to add a new feature for the website</p>

<h2>About My Contribution</h2>
<ul>
<li>Fixing bugs in the project</li>
<li>Adding new features</li>
<li>Improving documentation</li>
<li>Optimizing performance</li>
</ul>

<p>
I am contributing to open source projects to improve my skills,
collaborate with developers, and support the developer community.
</p>

</body>
</html>