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
77 changes: 77 additions & 0 deletions html/KrishChopra.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@
<!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>Krish Chopra</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>Krish Chopra</h3>

<!-- Your City -->

<h6>Korba, Chhattisgarh</h6>

<!-- Designation -->

<p>Pre-Final year Student</p>

<div class="buttons">

<!-- GitHub Profile URL inside href -->

<a href="https://github.com/KrishChopra22" style="text-decoration:none" class="btn1"> GitHub <i class="fab fa-github"></i></a>

<!-- Twitter Profile URL inside href -->

<a href="https://twitter.com/krishchopra22" 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 Contributions in short means opening the gate of opportunities. It helps to network with like minded people or developers out there.
Moreover, Open Source is the new normal. Remote work and Open Source is the future.
<b>Open Source is 💜</b>

</p>

</div>

</div>

</body>

</html>