Skip to content
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/yash.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 15 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ <h2>Vipul Sharma</h2>
</div>

<div class="column">


<div class="card">
<img src="images/prashant.JPG" alt="Mike" style="width:100%">
<div class="container">
Expand Down Expand Up @@ -177,7 +179,19 @@ <h2>Sarthak Garg</h2>
</div>
</div>
</div>

<!-- Yash Aggarwal -->
<div class="column">
<div class="card">
<img src="images/yash.jpg" alt="Yash" style="width:120%">
<div class="container">
<h2>Yash Aggarwal</h2>
<p class="title">Git session</p>
<p>welcome to git session</p>
<p>yashgupta.ve@gmail.com</p>
<p><a href="https://www.instagram.com/yash_.2001/" target="_blank"><button class="button">Contact</button></a></p>
</div>
</div>
</div>
</div>
</body>
</html>