-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
64 lines (59 loc) · 1.75 KB
/
index.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
<!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>Resume</title>
</head>
<body>
<table>
<tr>
<td> <img width="300" src="/photo.jpg.jpg" alt=""></td>
<td><h1>Rahul Prasad Yadav</h1>
<p>Competitive Programmer | Web Devlopment </p></td>
</tr>
</table>
<hr>
<h2>Education</h2>
<table border="">
<tr>
<th>Course</th>
<th>Institute</th>
<th>Year</th>
<th>Result</th>
</tr>
<tr>
<td>BCA</td>
<td>Techno India Hooghly</td>
<td>2nd Year</td>
<td>70%</td>
</tr>
<tr>
<td>12<sup>th</sup>Grade</td>
<td>WBCHSE</td>
<td>2020</td>
<td>54%</td>
</tr>
</table>
<h2>Skill</h2>
<ul>
<li>C,C++,Python,Html,Css,javascript</li>
</ul>
<h2>Course Work</h2>
<ul>
<li>Data structures algorithms</li>
<li>Opreting System</li>
<li>Database Manegement System</li>
<li>OOP</li>
</ul>
<h2>Achievement</h2>
<ul>
<li>Solved 150 Problems On Leetcode And GeeksforGeeks</li>
<li>I am just starting Compettive Programming and Solved <strong>250 CP Problems</strong> In different platfroms and improved myself day by day </li>
</ul>
<h2>Connect With Me </h2>
<p>Email : [email protected]</p>
<p>Phone : 8777305737</p>
</body>
</html>