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
45 changes: 45 additions & 0 deletions html/TarifHingolja.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
<!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>Full Name</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>Tarif Hingolja</h3>
<!-- Your City -->
<h6>Surendranagar</h6>
<!-- Designation -->
<p>Student at Government Engineering college Patan</p>
<div class="buttons">
<!-- GitHub Profile URL inside href -->
<a href="https://github.com/mr-hingolja" style="text-decoration:none" class="btn1"> GitHub <i class="fab fa-github"></i></a>
<!-- Twitter Profile URL inside href -->
<a href="https://twitter.com/HingolajaTarif" 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>
Because Open source is freely available and anyone can acess.<br>
I want to learn and Devlop things which i can make available to all to help everyone.<br>
I like to become contributor. and its Opensource Platform for me where i can do contribution.

</p>
</div>
</div>
</body>

</html>