Skip to content

Commit abb301a

Browse files
authored
Update README.md
1 parent 9bb4191 commit abb301a

File tree

1 file changed

+72
-0
lines changed

1 file changed

+72
-0
lines changed

README.md

Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,73 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset="utf-8">
5+
<!-- <meta http-equiv="refresh" content="2"> -->
6+
<!-- Latest compiled and minified CSS -->
7+
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
18

9+
<!-- Optional theme -->
10+
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css" integrity="sha384-rHyoN1iRsVXV4nD0JutlnGaslCJuC7uwjduW9SVrLvRYooPp2bWYgmgJQIXwl/Sp" crossorigin="anonymous">
11+
12+
<!-- Latest compiled and minified JavaScript -->
13+
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
14+
<!-- google font -->
15+
<link href="https://fonts.googleapis.com/css2?family=Baloo+Paaji+2:wght@500&display=swap" rel="stylesheet">
16+
<!-- icon -->
17+
<link href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
18+
<title>
19+
Main page.
20+
</title>
21+
<!-- css -->
22+
<link rel="stylesheet" type="text/css" href="pk.css">
23+
</head>
24+
<body>
25+
26+
<!-- whole content -->
27+
<div class="top">
28+
<div class="image">
29+
<img src="pk.jpg" class="img-responsive" alt="Profile image">
30+
<h1>Pankaj Kumar</h1>
31+
</div>
32+
<div>
33+
<p>Persuing Btech in computer science and </p>
34+
<p>engineering (2nd year) <a href="http://nituk.ac.in/">NIT Uttarakhand</a></p>
35+
</div>
36+
<div class="social-link">
37+
<ul>
38+
<li>
39+
<a href="https://github.com/Pankajcoder1" title="github account">
40+
<i class="fa fa-github"></i>
41+
</a>
42+
</li>
43+
<li>
44+
<a href="https://www.linkedin.com/in/pankaj-kumar-795b48198/" title="linkedin account">
45+
<i class="fa fa-linkedin"></i>
46+
</a>
47+
</li>
48+
<li>
49+
<a href="https://codeforces.com/profile/Pankaj_Kumar1" title="codeforces account">
50+
<img src="codeforces_icon.png" class="codeforces img-rounded">
51+
</a>
52+
</li>
53+
<li>
54+
<a href="mailto:pankajkumarmath1@gmail.com" title="mail">
55+
<i class="fa fa-envelope"></i>
56+
</a>
57+
</li>
58+
</ul>
59+
</div>
60+
61+
<div class="pdf">
62+
<a href="mozilla.pdf" class="btn btn-primary">See Resume</a>
63+
</div>
64+
</div>
65+
66+
<!-- end of top -->
67+
<!-- footer section -->
68+
<div class="footer">
69+
<p>Pankaj Kumar&copy;2020</p>
70+
</div>
71+
<!-- end of footer section -->
72+
</body>
73+
</html>

0 commit comments

Comments
 (0)