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
40 changes: 40 additions & 0 deletions Projects/Vikalp Agrawal/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Vikalp Agrawal</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-light bg-light">
<a class="navbar-brand" href="#">Vikalp</a>
</nav>

<!-- Name and Life Section -->
<section id="name-life" class="py-5 text-center bg-primary text-white">
<div class="container">
<h1 class="display-4">Hello, I'm Vikalp Agrawal </h1>
<p class="lead">I'm a student at IIT Gandhinagar and Currently in my third year</p>
</div>
</section>


<!-- Contact Info Section -->
<section id="contact-info" class="py-5 text-center bg-light">
<div class="container">
<h2 class="display-4">Contact Information</h2>
<p class="lead">Feel free to get in touch with me:</p>
<ul class="list-unstyled">
<li>Email: agrawalvikalp@iitgn.ac.in</li>
<li>Phone: ABC </li>
</ul>
</div>
</section>

<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.9.1/dist/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script>

</body>
</html>