-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
100 lines (90 loc) · 2.43 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
<!DOCTYPE html>
<html>
<head>
<title>Binitha's personal site </title>
<link rel="stylesheet" href="styles.css">
</head>
<body >
<table cellspacing="20">
<tr>
<td><img src="girl6.jpg" alt="A girl doing codes"> </td>
<td><h1>Binitha Babu </h1>
<p><em>Computer science undergraduate at <strong>Govt. Model Engineering College Cochin</strong> </em></p>
<p>I am enthusiatic person with passion for coding.I am a coffee lover whose day will be incomplete without it.A sky lover who can sit hours watching skies.</p></td>
</tr>
</table>
<hr>
<h2><strong>Education</strong></h2>
<ul>
<li>Completed high school education from Carmel higher secondary school Chalakudy,Kerala</li>
<li>Completed higher secondary education in Biomaths from MAMHSS Koratty,Kerala</li>
<li>Currently doing B.Tech course in Computer Science and Engineering at Govt. Model Engineering college Cochin,Kerala </li></ul>
<h3>Hobbies</h3>
<ul>
<li>Reading</li>
<li> Writing journals</li>
<li>Listening music and watching TV shows</li>
<li>Talking</li>
<li>Watching sky</li>
</ul>
<hr>
<h3>Timeline</h3>
<table border="1">
<thead>
<tr>
<th>Year</th>
<th> Course</th>
</tr>
</thead>
<tbody>
<tr>
<td>2012-2018</td>
<td>High school education</td>
</tr>
<tr>
<td>
2018-2020
</td>
<td>
Higher Secondary Education
</td>
</tr>
</tbody>
</table>
<hr>
<h3>Skills</h3>
<table border ="1" >
<tr>
<td>
<tr>
<td>iOS Development *</td>
<td>Photography ***</td>
</tr>
</td>
<td>
<tr>
<td>Web Development **</td>
<td>Painting **</td>
</tr>
</td>
</tr>
</table>
<br>
<br>
<a href="techstack.html" >MY TECHSTACK</a>
<br>
<br>
<a href="https://in.linkedin.com/in/binitha-babu-53a488232?trk=public_profile_browsemap" target="_blank">My Linkedin account</a>
<br>
<br>
<a href="contactme.html">Contact Me</a>
<!--- To make forms to get user details-->
<form class="" action="index.html" method="post">
<label>Your name</label>
<input type="text" name="" value=""><br>
<label>Do you wantt to sign up to the email list</label>
<input type="checkbox" name="" value="">
<input type="Submit" name="">
</form>
</body>
</html>