-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·61 lines (57 loc) · 2.89 KB
/
Copy pathindex.html
File metadata and controls
executable file
·61 lines (57 loc) · 2.89 KB
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
57
58
59
60
61
<!DOCTYPE html>
<html lang="en">
<head>
<title> My Intro </title>
<!--<link rel="stylesheet" type="text/css" href="bootstrap.css">-->
<link rel="stylesheet" href="style.css">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script>
</head>
<body id="b">
<nav class="navbar navbar-expand-sm navbar-dark bg-dark">
<div class="container">
<a href="" class="navbar-brand">Devansh </a>
<button class="navbar-toggler" data-toggle="collapse" data-target="#fornavbar">
<span class="navbar-toggler-icon"> </span>
</button>
<div class="collapse navbar-collapse" id="fornavbar">
<ul class="navbar-nav text-center ml-auto">
<li class="nav-item">
<a href="index.html" class="nav-link"> Home </a>
</li>
<li class="nav-item">
<a href="skills.html" class="nav-link"> Skills </a>
</li>
<li class="nav-item">
<a href="mystate.html" class="nav-link">Home State</a>
</li>
</ul>
</div>
</div>
</nav>
<br>
<br>
<br>
<div class="container">
<div class="heading">
<h1 style="font-style: italic; font-family: Impact;">Hello, I'm Devansh</h1>
<h3 class="sub-headline">
Masters student at IIIT
</h3>
<br>
<p style="font-family: Comic Sans MS ;" >
I am a small town named Kotdwara in Uttarakhand. Ever since I was a child I have a knack of solving puzzles. Even today in my free time I tend to spend them on solving puzzles. My other interest is football and I have represented Uttarakhand State football team at Junior level and still participate in various tournaments.
When I was in 10th I had a coding syllabus in Java and that's from where I started having an interest in Computer Science field. Then I did my B.tech in Computer Science and Engineering from Graphic Era University.
Now, I am pursuing M.tech in CS from IIIT, Hyderabad and I look forward to having a tough but fruitful learning experience.
</p>
<p style="font-family: Comic Sans MS ;">
I also love to travel and thus being in Uttarakhand is a bliss, since it is tourist hub. The whole state is full of relegious shrines, forest reserves and the biggest highlight for me is The Himalayas Hills which give an ample choices to adventure sports enthusiat like River Rafting, Bungee Jumping, Rock Climbing and various Trekking Routes.
</p>
</div>
</div>
</body>
</html>