-
Notifications
You must be signed in to change notification settings - Fork 0
/
cv.html
61 lines (49 loc) · 2.24 KB
/
cv.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
57
58
59
60
61
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Cv</title>
<link rel="stylesheet" href="cv.css">
</head>
<body>
<header>
<h1>Curriculam Vitae</h1>
</header>
<img id = "myphoto" src="image/img1.jpg" alt="Prince Kumar" height = "200px"
width = "200px "; >
<section class = "Personal">
<pre>
<h4>Personal Information </h4>
Name : Prince Kumar
Father's Name : Mr. Vinod Singh
Mother's Name : Mrs. Poonam devi
QUalification : Currently Study B.E
Address : Sherpur kalan, Ludhiana
</pre>
</section>
<section class = "Education">
<h4>Education </h4>
<ol>
<li> I have cleared my <strong> 10<sup>th</sup></strong> class from <strong>Jawahar Navodaya Vidyalaya , Ludhiana</strong> With <Strong>90%</Strong></li>
<li>I have cleared my <strong> 12 <sup>th</sup></strong> class from <strong>St. Soldier International School . chandigarh</strong> with <strong>86%</strong></li>
<li>Currently I am Study in chandigarh college of Engineering and technology </li>
</ol>
</section>
<section class = "Skills">
<H4>Skills or Knowledge</H4>
<ol>
<li>I have the knowledge of <strong>Ms Excel , Ms Word and Ms Powerpoint</strong>.</li>
<li>I have the knowledge of <strong>Business Analytics </strong>.</li>
<li>I am also expert in programming language( <strong>C/C++ , Phython , Java </strong> ) </li>
<li> I am also a <strong> Web Developer</strong></li>
</ol>
</section>
<aside class = "contact ">
<h4 text-align = "center">Contact Information</h4>
<a href="tel: +918847580332"><img src="image/call logo.jfif" alt="" height = "40px" width = 40px; border="2px solid rgb(32, 29, 29)" border-radius="10px" ></a>
<a href="mailto : [email protected]"><img src="image/666162.png" alt="" height = "40px " width = " 40px " border = " 2px solid rgb(32, 29, 29) " border-radius = " 2px solid rgb(32, 29, 29) "></a>
</aside>
</body>
</html>