Skip to content
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

namecard added #233

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
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
Binary file added public/images/chaithanya.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions utils/Untitled-1.cpp
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#include<iostream>
using namespace std;
int main()
{
int a,b;
cin>>a>>b;
int mul;
mul=a*b;
cout<<mul<<endl;
return 0;
}
46 changes: 46 additions & 0 deletions utils/contributors vs code.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
const CONTRIBUTERS = [
{
handle_name: 'cops_iitbhu',
name: "First Card",
image: "/images/cops.jpg",
description: "Hello everyone, this is the first card. Go ahead, add your own!",
github: "https://github.com/COPS-IITBHU",
},
// Start adding your data below
{
handle_name: 'subodhk',
name: "Subodh Verma",
image: "/images/subodh.jpg",
description: `
<script src="https://cdn.lordicon.com//libs/frhvbuzj/lord-icon-2.0.2.js"></script>
<div class="text-center">
<lord-icon src="https://cdn.lordicon.com//gmzxduhd.json" trigger="loop" colors="primary:#121331,secondary:#08a88a" style="width:25px;height:25px"></lord-icon>
Chilling
<lord-icon src="https://cdn.lordicon.com//gmzxduhd.json" trigger="loop" colors="primary:#121331,secondary:#08a88a" style="width:25px;height:25px"></lord-icon>
<br />
<lord-icon src="https://cdn.lordicon.com//xxtkutpo.json" trigger="loop" colors="primary:#121331,secondary:#08a88a" style="width:25px;height:25px"></lord-icon>
Working
<lord-icon src="https://cdn.lordicon.com//xxtkutpo.json" trigger="loop" colors="primary:#121331,secondary:#08a88a" style="width:25px;height:25px"></lord-icon>
<br />
<lord-icon src="https://cdn.lordicon.com//pndvzexs.json" trigger="loop" colors="primary:#121331,secondary:#08a88a" style="width:25px;height:25px"></lord-icon>
Playing
<lord-icon src="https://cdn.lordicon.com//pndvzexs.json" trigger="loop" colors="primary:#121331,secondary:#08a88a" style="width:25px;height:25px"></lord-icon>
<br />
<lord-icon src="https://cdn.lordicon.com//jpdtnwas.json" trigger="loop" colors="primary:#121331,secondary:#08a88a" style="width:25px;height:25px"></lord-icon>
Eating
<lord-icon src="https://cdn.lordicon.com//jpdtnwas.json" trigger="loop" colors="primary:#121331,secondary:#08a88a" style="width:25px;height:25px"></lord-icon>
</div>
`,
github: "https://github.com/subodhk01",
},
{
handle_name: 'cops_iitbhu',
name: "First Card",
image: "/images/cops.jpg",
description: "Hello everyone, this is the first card. Go ahead, add your own!",
github: "https://github.com/COPS-IITBHU",
},
},
];

export default CONTRIBUTERS;
10 changes: 9 additions & 1 deletion utils/contributors.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,17 @@ const CONTRIBUTERS = [
Eating
<lord-icon src="https://cdn.lordicon.com//jpdtnwas.json" trigger="loop" colors="primary:#121331,secondary:#08a88a" style="width:25px;height:25px"></lord-icon>
</div>
`,
`,
github: "https://github.com/subodhk01",
},
{
handle_name: 'cops_iitbhu',
name: "First Card",
image: "/images/cops.jpg",
description: "Hello everyone, this is the first card. Go ahead, add your own!",
github: "https://github.com/COPS-IITBHU",
},
},
];

export default CONTRIBUTERS;