-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresume.html
83 lines (74 loc) · 3.37 KB
/
resume.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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel ="stylesheet" href ="webdevcss.css">
<title>Profile-Sparsh Singla</title>
</head>
<body>
<div class="strip ">
<h2><p style ="text-align:center; color: crimson;"><b><u>RESUME</u></b></p></h2>
</div>
<hr>
<div class="topbar ">
<h1>Sparsh Singla</h1>
<p style= "text-align:center" ><a href="https://www.facebook.com/sparsh.singla.923" target="_blank"><img src="\Users\AlokK\Desktop\New folder\Sparsh.jpg" alt="Sparsh Singla" width ="290" height ="340" ></a></p>
<p style ="font-size: 25px;color:crimson;font-family: Georgia, 'Times New Roman', Times, serif;font-weight: bold;" ><u>Profile</u> </p>
<br>
<div class="info flexbox ">
<p style="font-size: 15px" ><img src="\Users\AlokK\Desktop\New folder\DOB.png" alt ="DOB" height="28" width="28" > <b> Date of Birth</b> <br> 07/10/2000</p>
<p style ="font-size:15px"><img src ="\Users\AlokK\Desktop\home.jpg" alt="Address" height="28" width="28"> <b>Address</b> <br> Sadhuara district,<br> YamunaNagar Haryana </p>
<p style="font-size: 15px" ><img src="\Users\AlokK\Desktop\mob.jpg" alt="Number" height="28" width="28"> <b>Mobile number</b><br><a href="tel+:9896691432">9896691432</a></p>
<p style="font-size: 15px"><img src="\Users\AlokK\Desktop\mail.png" alt="Email" height="28" width="28" > <b> Email ID</b> <br> [email protected]</p>
</div>
</div>
<br>
<hr>
<br>
<div class="mainbody container">
<div class="left flexbox">
<div class="sideline">
<h2><b><u>EDUCATION</u></b></h2><br>
<img src ="\Users\AlokK\Desktop\alok\newfile\sch.png" alt="school" height="90px" width="100px" >
</div>
<div class="leftinfo">
<ol>
<li><b>2019</b>- Pursuing Btech-Computer Science from <a href="http://www.bvcoend.ac.in/" target="_blank">BVPcollege</a></li><br>
<li><b>2018</b>- Completed class XII from SD public school with 98%</li><br>
<li><b>2016</b>- Completed class X from SD public school with 95%</li>
</ol>
</div>
</div>
<div class="mid flexbox">
<div class="sideline">
<h2><b><u>SKILLS</u></b></h2><br>
<img src="\Users\AlokK\Desktop\newfile\ach.png" alt="ach" height="137px" width="150px"><br><br><br>
</div>
<div class="midinfo">
<ol>
<li>Proficiency in C language</li><br>
<li>Full Stack Web development </li><br>
<li>Knowledge of Operating Sysytems</li>
</ol>
</div>
</div>
<div class="right flexbox">
<div class="sideline">
<h2><b><u>STRENGTHS</u></b></h2><br>
<img src="\Users\AlokK\Desktop\newfile\str.png" alt="str" height="135px" width="150px">
</div>
<div class="rightinfo">
<ol>
<li>Good Leadership quality</li><br>
<li>Great Problem solving</li><br>
<li>Records Management</li><br>
<li>Cooperative in teamwork & task allocation</li>
</ol>
</div>
</div>
</div>
</div>
</body>
</html>