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 my Profile card- Ranvir singh #190

Open
wants to merge 2 commits into
base: master
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 images/itachi.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/jiraya.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/kakashi.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/madara.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/naruto.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/rv.webp
Binary file not shown.
22 changes: 22 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1088,6 +1088,28 @@ <h5 class="card-title">Vidhya Lakshmi</h5>
</div>
</div>

<!-- Ranvir's profile -->
<div class="card" style="width: 17rem; margin:20px;border-radius: 10%;box-shadow: 2px 2PX 15PX 15PX rgb(104, 102, 102);">
<img src="images/rv.webp" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Ranvir singh</h5>
<p class="card-text">Hello, my name is Ranvir and I am pursuing BCA from St.Xavier's college,Jaipur. I am Interested in front end web development. </p>
<a href="https://github.com/zetabug" class="btn btn-primary"> Github</a>
<a href="https://www.linkedin.com/in/ranvir-singh-9b11241b8/" class="btn btn-primary">LinkedIn</a>
</div>
</div>

<!-- itachi uchiha profile -->
<div class="card" style="width: 17rem; margin:20px;border-radius: 10%;box-shadow: 2px 2PX 15PX 15PX rgb(104, 102, 102);">
<img src="images/itachi.jpg" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Itachi uchiha</h5>
<p class="card-text">Itachi has an endless cool that combines well with his unparalleled Genjutsu skills, allowing him to dispatch enemies without moving a muscle.</p>
<a href="https://github.com/zetabug" class="btn btn-primary"> Github</a>
<a href="https://www.linkedin.com/in/ranvir-singh-9b11241b8/" class="btn btn-primary">LinkedIn</a>
</div>
</div>

<!-- Don't touch this portion -->

</div>
Expand Down