-
Notifications
You must be signed in to change notification settings - Fork 99
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #179 from SALILMEHAN/main
Added Profile Card "Salil Mehan"
- Loading branch information
Showing
4 changed files
with
710 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
Oops, something went wrong.