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

Added New Profile @riz4d #288

Merged
merged 3 commits into from
Oct 15, 2024
Merged
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
19 changes: 19 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,25 @@ <h3 class="name">Kishan Kumar</h3>
</div>
</div>

<div class="profile">
<div class="lines"></div>
<!-- change './default.png' to your profile image url -->
<div class="pfp"><img src="https://avatars.githubusercontent.com/u/73955457?v=4" alt="User Image"></div>
<h3 class="name">Mohamed Rizad</h3>
<div class="skills">
<span class="skill">Security Researcher</span>
<span class="skill">Python/Django Developer</span>
<span class="skill">React/Next.js</span>
<span class="skill">Linux</span>
</div>
<div class="social">
<a href="https://github.com/riz4d/" target="_blank"><i class="fa-brands fa-github"></i></a>
<!-- <a href="[YOUR X/TWITTER URL]" target="_blank"><i class="fa-brands fa-x-twitter"></i></a> -->
<a href="https://www.linkedin.com/in/mohamedrizad" target="_blank"><i class="fa-brands fa-linkedin-in"></i></a>
<!-- <a href="[YOUR FACEBOOK URL]" target="_blank"><i class="fa-brands fa-facebook"></i></a> -->
</div>
</div>

<div class="profile">
<div class="lines"></div>

Expand Down
29 changes: 29 additions & 0 deletions project.html
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,35 @@ <h3 class="name">Atik Vohra</h3>
</div>
</div>

<div class="profile">
<div class="lines"></div>
<div class="pfp"><img src="https://avatars.githubusercontent.com/u/73955457?v=4&size=64" alt="User Image">
</div>
<h3 class="name">Mohamed Rizad</h3>
<div class="project">
<a href="https://github.com/riz4d" target="_blank"><i class="fa-brands fa-github"></i></a>
<a href="https://github.com/riz4d/EventGate" target="_blank"><i
class="fa-solid fa-money-bill-transfer"></i></a>
<a href="https://event-gate.vercel.app" target="_blank"><i
class="fa-brands fa-octopus-deploy"></i></a>
</div>
<div class="projectNam">
<span>EventGate</span>
<span>Repo Url</span>
<span>Deploy Link</span>
</div>
<div class="skills">
<span class="skill">Security Researcher</span>
<span class="skill">Python/Django Developer</span>
<span class="skill">React/Next.js</span>
<span class="skill">Linux</span>

</div>
<div class="social">
<a href="https://github.com/riz4d" target="_blank"><i class="fa-brands fa-github"></i></a>

</div>
</div>

<div class="profile">
<div class="lines"></div>
Expand Down