Skip to content

faris12333-cloud #296

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: 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
43 changes: 43 additions & 0 deletions contributors/faris12333-cloud.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
<article>
<h3>Faris</h3>
<p> I am nobitta who is more passionate about opensoure concept , I use opensoure apps daily in my life so i thing I need to contribute to the society so i take this call and i am going to do it . For now i am a beginner but in the long run i will dominate in this and I will do this job until my death </p>
<h4>I know a little bit of python and c , javascript also </h4>
<section class="container">
<div class="badge" style="background-color: #3874a4; color: white">
Python
</div>
<div class="badge" style="background-color: #f7df1e; color: black;">
JavaScript
</div>
</section>

<h4>Tools I use</h4>
<section class="container">
<img
class="icon"
src="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/bash/bash-original.svg"
/>
<img
class="icon"
src="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/linux/linux-original.svg"
/>
</section>
</article>
<style>
body {
font-family: sans-serif;
}
.container {
display: flex;
flex-wrap: wrap;
gap: 1rem;
}
.badge {
padding: 0.5rem;
border-radius: 0.25rem;
}
.icon {
width: 2rem;
}
</style>

5 changes: 5 additions & 0 deletions scripts/cards
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
const contributorFiles = [
"faris12333-cloud.html", // add your file name here
"roshanjossey.html",
"gokultp.html",
];