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/sahitya.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>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>Sahitya Roy</h3>
<!-- Your City -->
<h6>Jaipur</h6>
<!-- Designation -->
<p>Co-founder Eduhub Community</p>
<div class="buttons">
<!-- GitHub Profile URL inside href -->
<a href="https://github.com/SahityaRoy" style="text-decoration:none" class="btn1"> GitHub <i class="fab fa-github"></i></a>
<!-- Twitter Profile URL inside href -->
<a href="https://twitter.com/SahityaRoy07" 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>
Open source is one of the amazing thing we have a huge community to support when i am facing issue.
</p>
</div>
</div>
</body>

</html>