Skip to content

Commit 286574f

Browse files
authored
Update index.html
1 parent f3b52fb commit 286574f

File tree

1 file changed

+15
-7
lines changed

1 file changed

+15
-7
lines changed

index.html

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
<meta charset="utf-8">
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset="utf-8">
25
<!-- <meta http-equiv="refresh" content="2"> -->
36
<!-- Latest compiled and minified CSS -->
47
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
@@ -16,16 +19,19 @@
1619
Main page.
1720
</title>
1821
<!-- css -->
19-
<link rel="stylesheet" type="text/css" href="pk.css">
22+
<link rel="stylesheet" type="text/css" href="index.css">
23+
</head>
24+
<body>
2025

21-
<div class="top">
26+
<!-- whole content -->
27+
<div class="top">
2228
<div class="image">
2329
<img src="pk.jpg" class="img-responsive" alt="Profile image">
24-
<h1>Pankaj Kumar</h1>
30+
<h1 class="name">Pankaj Kumar</h1>
2531
</div>
2632
<div>
2733
<p>Persuing Btech in computer science and </p>
28-
<p>engineering (2nd year) <a href="http://nituk.ac.in/">NIT Uttarakhand</a></p>
34+
<p>engineering (2nd year) <a href="http://nituk.ac.in/" class="college">NIT Uttarakhand</a></p>
2935
</div>
3036
<div class="social-link">
3137
<ul>
@@ -52,8 +58,8 @@ <h1>Pankaj Kumar</h1>
5258
</ul>
5359
</div>
5460

55-
<div class="pdf">
56-
<a href="mozilla.pdf" class="btn btn-primary">See Resume</a>
61+
<div class="pdf text-center">
62+
<a href="pankaj-cv.pdf" class="btn">See Resume</a>
5763
</div>
5864
</div>
5965

@@ -63,3 +69,5 @@ <h1>Pankaj Kumar</h1>
6369
<p>Pankaj Kumar&copy;2020</p>
6470
</div>
6571
<!-- end of footer section -->
72+
</body>
73+
</html>

0 commit comments

Comments
 (0)