Skip to content

Commit

Permalink
Merge pull request #179 from SALILMEHAN/main
Browse files Browse the repository at this point in the history
Added Profile Card "Salil Mehan"
  • Loading branch information
DiyaVj authored Nov 16, 2024
2 parents 20b9bf0 + c572c7d commit b94baaa
Show file tree
Hide file tree
Showing 4 changed files with 710 additions and 0 deletions.
42 changes: 42 additions & 0 deletions Code/Salil Mehan/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Profile Card</title>
<link rel="stylesheet" href="style.css">
</head>

<body>

<div class="container">
<div class="card" data-tilt>
<img src="https://avatars.githubusercontent.com/u/97797412?v=4">
<!-- You can change progile picture from here -->
<h2>
SALIL MEHAN
</h2> <!-- Update your name-->
<p>
Full Stack Developer
</p> <!-- Write headline here -->
<div class="links">
<a href="https://portfolio-nextjs-theta-two.vercel.app/" target="_blank"><img
src="https://img.icons8.com/?size=100&id=J3nZHWgT1e7m&format=png&color=000000"></a>
<!-- add your twitter profile link -->
<a href="https://github.com/SALILMEHAN" target="_blank"><img
src="https://img.icons8.com/?size=100&id=efFfwotdkiU5&format=png&color=000000"></a> <!-- add your github profile link-->
<a href="https://www.linkedin.com/in/salil-mehan-397036229" target="_blank"><img
src="https://img.icons8.com/?size=100&id=13930&format=png&color=000000"></a>
<!-- add your LinkedIn profile link -->
<a href="https://leetcode.com/u/salilmehan/" target="_blank"><img
src="https://img.icons8.com/?size=100&id=9L16NypUzu38&format=png&color=000000"></a>
</div>
<a href="mailto:[email protected]" class="btn">Contact me</a> <!-- add your Gmail id here -->
</div>
</div>

<script src="script.js"></script>

</body>

</html>
Loading

0 comments on commit b94baaa

Please sign in to comment.