-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
77 lines (76 loc) · 1.89 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Pradyumn's Personal Site</title>
</head>
<body>
<table cell spacing="20">
<tr>
<td><img src="Pradyumn.png" alt="Pradyumn's Picture">
</td>
<td><h1>Pradyumn Shukla</h1>
<p><em>Student at <strong><a href="https://www.psit.ac.in/">PSIT</a></strong> Kanpur</em></p>
<p>I'm a second year undergraduate pursuing Bachelor of Technology in Computer Science under specialization in AIML at Pranveer Singh Institute of Technology,Kanpur.</p></td>
</tr>
</table>
<hr>
<h3>About</h3>
<p>
<ul>
<li>
Done my schooling from <em><strong> <a href="https://www.mtmhss.edu.in/">Mother Teresa Mision Higher Secondary School</a> </strong></em>
<table cell spacing="10">
<thead>
<tr>
<th>Class</th>
<th>Percentage</th>
</tr>
</thead>
<tbody>
<tr>
<td>12th</td>
<td>Secured 89%</td>
</tr>
<tr>
<td>10th </td>
<td>Secured 90%</td>
</tr>
</tbody>
</table>
</ul>
</p>
<hr>
<h3>Skills</h3>
<table cell spacing="10">
<tr>
<td>C Language</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
<tr>
<td>Python Language</td>
<td>⭐⭐⭐⭐</td>
</tr>
<tr>
<td>HTML</td>
<td>⭐⭐⭐</td>
</tr>
</table>
</td>
</tr>
</table>
<hr>
<h3>Hobbies</h3>
<p>
<ol>
<li>
Playing Indoor Games
</li>
<li>
Watching Movies
</li>
</ol>
</p>
<p><em><a href="User's detail.html">User's detail</a></em></p>
</body>
</html>