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

VIjay Adhikari Update index.html #112

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
12 changes: 11 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -686,7 +686,17 @@ <h5 class="card-title">raj-hero</h5>
<a href="#" class="btn btn-primary">LinkedIn</a>
</div>
</div>


<!-- Vijay Adhikari 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/vijay.png" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Vijay Adhikari</h5>
<p class="card-text">Hello, I am Vijay Adhikari.Currently pursuing computer science(AI/ML) from BBDITM College.</p>
<a href="https://github.com/17vijay2002" class="btn btn-primary"> Github</a>
<a href="https://www.linkedin.com/in/vijayadhikari-1348b81a8/" class="btn btn-primary">LinkedIn</a>
</div>
</div>


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