Skip to content
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
42 changes: 42 additions & 0 deletions html/HemBhavsar.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Full Name -->
<title>Hem Bhavsar</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/css/all.min.css"
integrity="sha512-xh6O/CkQoPOWDdYTDqeRdPCVd1SpvCA9XXcUnZS2FmJNp1coAFzvtCN9BmamE+4aHK8yyUHUSCcJHgXloTyT2A=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="/index.css">
</head>

<body>
<div class="card-container">

<img class="round" src="/img/male.jpg" style="width: 150px;height: auto;" alt="user" />
<!-- Full Name -->
<h3>Hem Bhavsar</h3>
<!-- Your City -->
<h6>Surat</h6>
<!-- Designation -->
<p>Designation</p>
<div class="buttons">
<!-- GitHub Profile URL inside href -->
<a href="https://github.com/bhavsarhem" style="text-decoration:none" class="btn1"> GitHub <i class="fab fa-github"></i></a>
<!-- Twitter Profile URL inside href -->
<a href="https://twitter.com/Hemkumarbhavsar" style="text-decoration:none" class="btn1 btn2"> Twitter <i class="fab fa-twitter"></i></a>
</div>
<div class="skills">
<h6>Why do you like open source?</h6>
<!-- Why do you like open source? -->
<p>
I like open source software , b'coz it's free and yeah it join the community all over the world.
</p>
</div>
</div>
</body>

</html>