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
16 changes: 8 additions & 8 deletions html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<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>
<title>Rijans Bhagat</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" />
Expand All @@ -18,25 +18,25 @@

<img class="round" src="/img/male.jpg" style="width: 150px;height: auto;" alt="user" />
<!-- Full Name -->
<h3>Full Name</h3>
<h3>Rijans Bhagat</h3>
<!-- Your City -->
<h6>Your City</h6>
<h6>Gandhinagar </h6>
<!-- Designation -->
<p>Designation</p>
<p>Student</p>
<div class="buttons">
<!-- GitHub Profile URL inside href -->
<a href="" style="text-decoration:none" class="btn1"> GitHub <i class="fab fa-github"></i></a>
<a href="https://github.com/riju951" style="text-decoration:none" class="btn1"> GitHub <i class="fab fa-github"></i></a>
<!-- Twitter Profile URL inside href -->
<a href="" style="text-decoration:none" class="btn1 btn2"> Twitter <i class="fab fa-twitter"></i></a>
<a href="https://twitter.com/BhagatRijans" 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>
Answer here
Open source is transparent, cost-effective, and innovative. It's a community-driven approach to software development that benefits everyone.
</p>
</div>
</div>
</body>

</html>
</html>