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 #174

Open
wants to merge 1 commit 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/lata_pic.jpeg
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 index.html
Original file line number Diff line number Diff line change
Expand Up @@ -991,6 +991,17 @@ <h5 class="card-title">Amit Pandey</h5>
<a href="https://www.linkedin.com/in/amit-pandey1223/" class="btn btn-primary">LinkedIn</a>
</div>
</div>
<!-- Profile - Lata -->
<div class="card" style="width: 17rem; margin:20px;border-radius: 10%;box-shadow: 2px 2PX 15PX 15PX rgb(104, 102, 102);">
<img src="images/lata_pic.jpeg" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Lata</h5>
<p class="card-text">Hello, I am Lata. I am pursuing Integrated Btech+MTech in Information Technology from Indian Institute of Information Technology and Management, Gwalior. I love to code.</p>
<a href="https://github.com/lata-11" class="btn btn-primary"> Github</a>
<a href="linkedin.com/in/lata-800988222" class="btn btn-primary">LinkedIn</a>
</div>
</div>


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

Expand Down