-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
79 lines (79 loc) · 2.8 KB
/
index.html
File metadata and controls
79 lines (79 loc) · 2.8 KB
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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>MY PERSONAL WEBSITE</title>
</head>
<body>
<img src="chandu.jpg"
width="10%" height="5%"
alt="chandramani kumar patel image">
<h1>CHANDRAMANI KUMAR PATEL</h1>
<p><em>A STUDENT OF <strong><a href="http://www.dtu.ac.in/">DELHI TECHNOLOGICAL UNIVERSITY</a> (CIVIL ENGINEERING)</strong>.</em></p>
<hr size="3" noshade>
<h3>ABOUT MYSELF!</h3>
<p>I m a very <strong>hardworking</strong> and <strong>ambitious</strong> person.</p>
<p>I love to hangout with my friends and family.</p>
<p>Beside this i love to play online video games such as <strong><a href="https://www.youtube.com/watch?v=AwGvNufx1LA">PUBG</a></strong>,<strong>CALL OF DUTY</strong>,etc.</p>
<hr size="3" noshade>
<h3>MY EDUCATION!</h3>
<ol>
<li><strong>HIGHER EDUCATION</strong></li>
<ul>
<li>Currently taking the <strong>BTECH</strong> degree at DTU.</li>
</ul>
<li><strong>HIGHER SECONDARY EDUCATION</strong></li>
<ul>
<li>11-12 from <strong><a href="http://www.lbsschoolrkpuram.com/">LBSHSS</a></strong>.</li>
</ul>
<li><strong>SECONDARY EDUCATION</strong></li>
<ul>
<li>Class 6-10 from <strong><a href="http://www.anthonianshillong.org/">St.Anthony's Higher Secondary School</a></strong>.</li>
<li>Class Nursery-5 from <strong>Tendercare School</strong>.</li>
</ul>
<li>Apart from this I have also learnt <strong><a href="file:///C:/Users/rocko/Music/certificate699022ba105c51bfba9b4e21c999fd9fd8f0cf.pdf">Data structure and Algorithm</a> in C++</strong>.</li>
</ol>
<hr size="3" noshade>
<h3>SKILLS</h3>
<table>
<tr>
<td> <table cellspacing="10">
<tbody>
<tr>
<td>C++</td>
<td>💥💥💥💥💥</td>
</tr>
<tr>
<td>WEB DEVELOPMENT</td>
<td>💥💥</td>
</tr>
<tr>
<td>DATA STRUCTURE</td>
<td>💥💥💥</td>
</tr>
</tbody>
</table>
</td>
<td>
<table cellspacing="10">
<tbody>
<tr>
<td>GAMMING</td>
<td>💥💥💥💥💥</td>
</tr>
<tr>
<td>COMPETETIVE CODING</td>
<td>💥💥</td>
</tr>
<tr>
<td>PHOTOGRAPHY</td>
<td>💥💥💥</td>
</tr>
</tbody>
</table></td>
</tr>
</table>
<hr sizE="3" noshade>
<h3><a href="contact.html">CONTACT ME </a></h3>
</body>
</html>