-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
72 lines (68 loc) · 2.33 KB
/
index.html
File metadata and controls
72 lines (68 loc) · 2.33 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>chinnu personal</title>
</head>
<body>
<table cellspacing="10">
<tr>
<td><img src="circle-cropped.png" alt="chithira profile" width="200" height="200"></td>
<td><h1>P.S.CHITHIRA MENON</h1>
<br>
<p><em>A Student persuing<a href="https://www.quora.com/Is-a-B-Tech-in-IT-a-good-course"><strong>B.tech IT final year</strong></a>.</em></p>
<p>I am a student pursing Btech.IT . I am currently learning <a href="https://www.googleadservices.com/pagead/aclk?sa=L&ai=DChcSEwjctL3M-P3uAhUGqpYKHT0WA9oYABACGgJ0bA&ae=2&ohost=www.google.com&cid=CAESQeD2aMfHh4l2ripmI9MY1awIC0OcNWabbza4ZYIV1ER4736PTozlNgad3nFBcWmc_wQd7yUKq6tykPmz-xYFezi6&sig=AOD64_1GK7UGUgkPs4nGAdYQXkYeVTH-eQ&q&adurl&ved=2ahUKEwjiqrLM-P3uAhXv63MBHfr3D8MQ0Qx6BAgGEAE">web development course in udemy</a> .Now its a challenge to create a bio of mine in this website</p>
</td>
</tr>
</table>
<hr size="3" >
<h2>Education:</h2>
<ul>
<a href="https://www.indiastudychannel.com/schools/1293-dav-bhel-school-ranipet"><li>D.A.V BHEL SCHOOL</li></a>
<li>D.A.V BHEL SCHOOL</li>
<li>C.ABDUL HAKEEM COLLEGE OF ENGINEERING AND TECHNOLOGY</li>
</ul>
<hr size="3">
<h3>My hobbies</h3>
<ol>
<a href="https://www.youtube.com/watch?v=nUr0UJ54y78"><li>dance</li></a>
<a href="https://www.youtube.com/watch?v=17JtVXW3xTs"><li>Music</li></a>
<a href="https://www.youtube.com/watch?v=QK-43J3FVR0"><li>cooking</li></a>
</ol>
<a href="contact.html"><h3>Contact Details</h3></a>
<hr size="2">
<h3>WORK EXPERIENCE</h3>
<table cellspacing="10">
<thead>
<tr>
<th>S.NO</th>
<th>QUALIFICATION</th>
<th>DURATION</th>
<th>PERCENTAGE</th>
</tr>
</thead>
<tbody>
<td>1</td>
<td>B.Tech.IT</td>
<td>2017-2021</td>
<td>79.2</td>
</tbody>
</table>
<hr size="3">
<h3>SKILLS</h3>
<table cellspacing="10">
<tr>
<td>dance</td>
<td>☀☀☀☀☀</td>
<td>Music</td>
<td>☀☀☀☀</td>
</tr>
<tr>
<td>web development</td>
<td>☀☀☀</td>
<td>Games</td>
<td>☀</td>
</tr>
</table>
</body>
</html>