File tree Expand file tree Collapse file tree 1 file changed +15
-7
lines changed Expand file tree Collapse file tree 1 file changed +15
-7
lines changed Original file line number Diff line number Diff line change 1
- < meta charset ="utf-8 ">
1
+ <!DOCTYPE html>
2
+ < html >
3
+ < head >
4
+ < meta charset ="utf-8 ">
2
5
<!-- <meta http-equiv="refresh" content="2"> -->
3
6
<!-- Latest compiled and minified CSS -->
4
7
< link rel ="stylesheet " href ="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css " integrity ="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u " crossorigin ="anonymous ">
16
19
Main page.
17
20
</ title >
18
21
<!-- 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 >
20
25
21
- < div class ="top ">
26
+ <!-- whole content -->
27
+ < div class ="top ">
22
28
< div class ="image ">
23
29
< img src ="pk.jpg " class ="img-responsive " alt ="Profile image ">
24
- < h1 > Pankaj Kumar</ h1 >
30
+ < h1 class =" name " > Pankaj Kumar</ h1 >
25
31
</ div >
26
32
< div >
27
33
< 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 >
29
35
</ div >
30
36
< div class ="social-link ">
31
37
< ul >
@@ -52,8 +58,8 @@ <h1>Pankaj Kumar</h1>
52
58
</ ul >
53
59
</ div >
54
60
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 >
57
63
</ div >
58
64
</ div >
59
65
@@ -63,3 +69,5 @@ <h1>Pankaj Kumar</h1>
63
69
< p > Pankaj Kumar©2020</ p >
64
70
</ div >
65
71
<!-- end of footer section -->
72
+ </ body >
73
+ </ html >
You can’t perform that action at this time.
0 commit comments