-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
56 lines (50 loc) · 2.86 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<link href="./style/style.css" rel="stylesheet">
<title>Gaurav Singh</title>
</head>
<body>
<section class="home">
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
<div class="container-fluid">
<a class="navbar-brand active" href="index.html">My<span style="color:red;">Portfolio</span></a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link" aria-current="page" href="about.html">Know Me</a>
</li>
<li class="nav-item">
<a class="nav-link" href="projects.html">My Projects</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contact.html">Contact Me</a>
</li>
</ul>
</div>
</div>
</nav>
<div class="intro">
<h1 class="name">Gaurav Singh</h1>
<h3 style="font-weight: 300;">Engineering Student and Programmer </h3>
<br>
<p>
Hello! I’m Gaurav, a passionate and driven B.Tech CSE student, currently in my 2nd year at Graphic Era Hill University Dehradun . My journey revolves around exploring the ever-evolving world of technology and innovation, where I aim to turn ideas into impactful solutions.
With a strong foundation in programming and a growing interest in AI,ML and software development, I thrive on solving problems and building meaningful projects. Whether it's crafting clean and efficient code, contributing to collaborative endeavors, or diving into exciting challenges, I strive to grow and make a difference.
Feel free to explore my work, projects, and achievements. Let’s connect and build something incredible together!
</p>
<br>
<button type="button" class="btn btn-info btn-lg">Explore</button>
</div>
</section>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p" crossorigin="anonymous"></script>
</body>
</html>