Skip to content

Commit

Permalink
I have added contributors page
Browse files Browse the repository at this point in the history
  • Loading branch information
priyachau12 committed Oct 13, 2024
1 parent c5cd9e2 commit 852d584
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Html-files/contributors.html
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ <h2>Our Contributors</h2>


<!-- footer -->
<footer>
<!-- <footer>
<div class="foot-panel2" style="font-family: Garamond;">
<ul class="footer-colums">
Expand Down Expand Up @@ -618,16 +618,16 @@ <h2>Our Contributors</h2>
</button>
</div>
</div>
</footer>
</footer> -->

<script>


const contributors = [
{ id: 1, name: "Alice", contribution: "Developer", avatar_url: "https://via.placeholder.com/80", profile_url: "#" },
{ id: 2, name: "Bob", contribution: "Designer", avatar_url: "https://via.placeholder.com/80", profile_url: "#" },
{ id: 3, name: "Charlie", contribution: "Project Manager", avatar_url: "https://via.placeholder.com/80", profile_url: "#" },
{ id: 4, name: "David", contribution: "Tester", avatar_url: "https://via.placeholder.com/80", profile_url: "#" },
{ id: 1, name: "Anjaliavv51", contribution: "Developer", avatar_url: "https://avatars.githubusercontent.com/u/154777864?v=4",profile_url: "https://github.com/Anjaliavv51" },
{ id: 2, name: "Mr-DK07", contribution: "Developer", avatar_url: "https://avatars.githubusercontent.com/u/143409270?v=4", profile_url: "https://github.com/Mr-DK07" },
{ id: 3, name: "amankumarcu", contribution: "Developer", avatar_url: "https://avatars.githubusercontent.com/u/100796890?v=4", profile_url: "https://github.com/amankumarcu" },
{ id: 4, name: "shivamv003", contribution: "Devloper", avatar_url: "https://avatars.githubusercontent.com/u/123314145?v=4", profile_url: "https://github.com/shivamv003" },
{ id: 5, name: "Eve", contribution: "Documentation", avatar_url: "https://via.placeholder.com/80", profile_url: "#" },
{ id: 6, name: "Frank", contribution: "UI/UX Designer", avatar_url: "https://via.placeholder.com/80", profile_url: "#" },
{ id: 7, name: "Grace", contribution: "Developer", avatar_url: "https://via.placeholder.com/80", profile_url: "#" },
Expand Down

0 comments on commit 852d584

Please sign in to comment.