-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
123 lines (103 loc) · 2.8 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>👍Pawananjani's Personal Site</title>
</head>
<body>
<table cellspacing='2'>
<tr>
<td> <img src="https://i.udemycdn.com/user/200_H/97791572_baad.jpg" alt="Pawananjani's profile picture" </td> <td>
<h1>Pawananjani Kumar</h1>
<p><em>Currently pursuing B.Tech in Computer Science and Engineering from
<strong><a href="http://www.nitp.ac.in/php/home.php">National Institute of Technology,Patna</a>.</strong></em>
</p>
<br />
<p>I am currently member of <em><strong><a href="https://github.com/hackslash-nitp">Hackslash club</a>,<a href="http://www.nitp.ac.in/php/incubation_center/index.html">
Incubation centre</a> &<a href="http://www.nitp.ac.in/php/nss.php">NSS Club</a>of NIT,patna.</strong></em></p>
</td>
</tr>
</table>
<hr />
<h2><b>
My objectives in the coming month</b></h2>
<ul style="list-style-type:disc;">
<em>
<li>WEB DEVELOPMENT
<ul style="list-style-type:circle;">
<strong>
<li>I WILL FINSH IT BY 25th OF JANUARY 2020</li>
</strong>
</ul>
</li>
<li>MATHEMATICS AND ALGORITHMS</li>
<ul style="list-style-type:circle;">
<strong>
<li>I WILL FINSH IT BY 25th OF JANUARY 2020</li>
</strong></ul>
<li>JAVA</li>
<ul style="list-style-type:circle;">
<strong>
<li>I WILL FINSH IT BY 25th OF JANUARY 2020</li>
</strong>
</ul>
</li>
</em>
</ul>
<hr />
<h3>STUDY EXPERIENCE</h3>
<table>
<thead>
<th>PERIOD</th>
<th>SCHOOL /COLLEGE NAME</th>
</thead <tbody>
<tr>
<td>
2004-2011
</td>
<td>
ST.THOMAS ENGLISH SCHOOL
</td>
</tr>
<tr>
<td>
2011-2018
</td>
<td>
MODERN PUBLIC SCHOOL
</td>
</tr>
<tr>
<td>
2019-PRESENT
</td>
<td>
NIT,PATNA
</td>
</tr>
</tbody>
<tfoot>
</tfoot>
</table>
<hr />
<h3>SKILLS</h3>
<table border="3">
<tr>
<td><pre class="tab">C ⭐⭐⭐</pre></td>
<td><pre class="tab">DATA STRUCTURES ⭐</pre></td>
</tr>
<tr>
<td><pre class="tab">C++ ⭐⭐⭐</pre></td>
<td><pre>DATA SCIENCE & PYTHON ⭐⭐</pre></td>
</tr>
<tr>
<td><pre class="tab">JAVA ⭐</pre></td>
<td><pre class="tab">WEB DEVELOPMENT ⭐</pre></td>
</tr>
</table>
<hr />
<a href="immediate priorities.html">PRIORITY ORDER OF MY TASKS</a>
<br />
<a href="my contacts.html">Contact me</a>
</body>
</html>